Jump to content
xisto Community

Ghost1405241549

Members
  • Content Count

    12
  • Joined

  • Last visited

1 Follower

About Ghost1405241549

  • Rank
    Newbie [Level 1]
  • Birthday 08/04/1991

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Male
  • Location
    U.S.
  • Interests
    Umm well I like programming. Wether it be games or scripts im into it.
  1. Aight sweet thanz. i understand that they would be busy. Well ty
  2. Um lol sorry if im being impatient ere but. Abut how long does it take for someone to get hosted? Because i posted a reqeust like 2 days ago and no reply. well srry for being impatient. ty
  3. Aight thanks guys Im gonna look into the direct X 10 capable cards. ty
  4. Yeah Im workin on a guide here at home itl be done sometime soon here. It has basicly a full walkthrough to creating a typical myspace profile. Oh um im also tryin to work on a stand alone profile editor but im trying to figure what I should use to make it.
  5. Aight you make a good point. lol I didnt realy explain what im looking for here. Ummm well I guess id like to make an mmorpg. I have alot of exsperience with game maker so I can handle most of the connection parts, all I need is ideas for what theme I want for the game. I was kinda hoping for along the lines of runescape. Oh yeah and also if you know of any good programs for making spritecan you send me a link. Because ive just used ms paint and gamemaker editor and it just doesnt give me t he type of tools i want. well ty
  6. Is it realy worth me going out and spending a ton of money on windows vista? I just wanna know because ive heard there are glitches and stuff. But then ive also heard that its worth it. Well plz help me here. ty Notice from BuffaloHELP: Topic title modified.
  7. Im looking for a video card that can handle all the next gen games. I was looking in the G-force region. Well if youve got ides for me can you also tell me if id need to upgrade my power supply also. ty
  8. I was wondering what would be a good program for game design. I use gamemaker and i have the full version of it. But it seems limited in freedom to me. So is there any other game programs out there that are freeware? ty
  9. Well I just was wondering if anyone out there had any Ideas for 2d games? I use gamemaker to make my games so they are limited in some ways. Well if you have any ideas for me post them plz. ty
  10. Well I used to have trouble just getting what I wanted. The basic codes for creating myspace layouts. Am I right they seem to be hard to find. Well not no more! Here I shall include all of the css codes I know for myspace. Well lets start with the background image <Style type="text/css"> body{ background-color:000000; background-image:url(put a direct html link to your image here for the background); background-position:Center Center; background-attachment: fixed; background-repeat:no-repeat; scrollbar-track-color:000000; scrollbar-face-color:FF0000; scrollbar-highlight-color:FF0000; scrollbar-base-color:FF0000; scrollbar-darkShadow-color:000000; scrollbar-shadow-color:FF0000; scrollbar-arrow-color:000000; } .contactTable {width:300px !important; height:150px !important; padding:0px !important;background-image:url("your image direct html link goes here");background-attachment:scroll; background-position:center center;background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td { padding:0px !important;border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px !important;}.contactTable a {display:block; height:28px; width:115px;}.contactTable .text {font-size:1px !important;}.contactTable .text, .contactTable a, .contactTable img {filter:none !important;} </Style> and if that makes you scratch your head hereis some more detailed info Here is the part where you insert veriables forthe background image body{ background-color:000000; background-image:url(put a direct html link to your image here for the background); background-position:Center Center; background-attachment: fixed; background-repeat:no-repeat; For the postion option the first variable is the vertal position and the second is the horizontal position. The background attachment option determines what the image does. fixed = when you scroll the image stays in view. scroll = the image will stay put and disapear basically if you scroll down or up. And now we move onto the scroll bar scrollbar-track-color:000000; scrollbar-face-color:FF0000; scrollbar-highlight-color:FF0000; scrollbar-base-color:FF0000; scrollbar-darkShadow-color:000000; scrollbar-shadow-color:FF0000; scrollbar-arrow-color:000000; All I can tell you here is to try and mess around a bit with the colors till you get what you want Ok and now for the contact table .contactTable {width:300px !important; height:150px !important; padding:0px !important;background-image:url("your image direct html link goes here");background-attachment:scroll; background-position:center center;background-repeat:no-repeat; background-color:transparent;}.contactTable table, table.contactTable td { padding:0px !important;border:0px; background-color:transparent; background-image:none;}.contactTable a img {visibility:hidden; border:0px !important;}.contactTable a {display:block; height:28px; width:115px;}.contactTable .text {font-size:1px !important;}.contactTable .text, .contactTable a, .contactTable img {filter:none !important;} These are basic settings for the contact table. I recommend not messing with these settings. Its best just to only find what image you want and put the direct html link in there and thats all. Ok and now we move onto extras this code will resize your images on your profile so that they are not taking up too much space. {resizing images for friends space}td.text td.text table table table td a img {width:80px;}{resize the online now icon to normal size}td.text td.text table table td img {width:260px; max-width:260px; width:auto;}td.text td.text table table td a img {width:90px; max-width:260px; width:auto;}td.text td.text table table td div img {width:80px;}* html td.text td.text table table td img {width:260px;}* html td.text td.text table table td a img {width:90px;}* html td.text td.text table table td div img {width:80px;}td.text td.text table table table td div img {width:80px;} Here is code for a comment box that can be place anywhere css is alowed. <center><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="208028370"><textarea name="f_comments" cols="50" rows="10">Type anything that you want pre-wrote</textarea><br><input type="submit" value="Comment"> <input type="reset" value="Reset"></form><br> </center><style type="text/css"> textarea {background-color:000000; background-image:url(Place direct html image link here); border-width:2px; border-style:ridge; border-color:FF9900; color: FF9900; font-family:;} input {background-color: 000000; border-width:2px; border-style:ridge; border-color:FF9900; color: FF9900; font-family:;}</style></center>Dont forget to change the part where you have something pre-wrote in the box already The background image is optional well thats all i got for now. I hope you liked my help. If you have any qeustions or comments feel free to post them. And also id love to hear suggestions. ty
  11. Well I suggest if you want good protection with no ads or anything of that sort try AVG Free edition. Its worked great for me. -Ghost-
  12. Well so far from what I can tell this hosting site seems to be legit. I mean all I have found here so far is basically happy customers. Im very interested in getting my free hosting account up and runnning. Because if this place is what everyone has said so far then im in heaven .Lol. Well because every other so called "Free web host" have adds and spam on your account site. Well im glad to be a member here . -Ghost-
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.