Search results

  1. VPmase

    PS3 Or XBOX 360

    Lol woot! xD For real though, if you have the 600 dollars plus the extra 60 for each game I'd buy the PS3. MGS4 and Haze are incredible games for it and there are others too, like Army of Two and etc. Edit- Reason I say 600 dollars is bc having the downgraded one isn't worth it IMO.
  2. VPmase

    How to get number of uploaded bytes in php

    Well there is always the option to code it in Flash AS2/3 if you know how/have Flash.
  3. VPmase

    How to get number of uploaded bytes in php

    Well... Now its giving me the same error... Anyway, you could look at the pre-made scripts' code and see how its done.
  4. VPmase

    How to get rid of .htm or .html in URL?

    Apache rewrite mod I think could do it. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
  5. VPmase

    Need Staff For New Project (MAKE $$)

    Just a question, what can you do to help your own project? Are you going to do some coding, graphics, or what?
  6. VPmase

    Favicon

    You have to have the image on your server then you put this in your <head></head> tags: <link rel="SHORTCUT ICON" href="LINK TO IMAGE" />
  7. VPmase

    How to get number of uploaded bytes in php

    You are going to have to use AJAX. http://tomas.epineer.se/archives/3 I suggest you use a premade one thought. http://encodable.com/filechucker/ http://www.sibsoft.net/xupload.html
  8. VPmase

    I need a million of help

    Go into your CPanel or FTP into your account. Then whether you do it online or FTP make sure you put your website in the "public_HTML" or "www" folder. Those two folders will always be the same. For your chatbox you could use http://chatango.com and the counter http://www.freestatscounter.com/...
  9. VPmase

    [Game] Acronyms

    Ernest's very existence yonder the house is now gone.
  10. VPmase

    Need some testers for java.

    Good work. Looks pretty good.
  11. VPmase

    Need some testers for java.

    It doesn't display the song or the artist and the stop button doesn't work...
  12. VPmase

    Ads still not showing in forums.

    Maybe the server is having trouble getting the ad. Try using the specific ad type for the package you are using.
  13. VPmase

    Ads still not showing in forums.

    Edit, whoops I'm sorry I didn't check then. Slipped my mind, well I just check with out ad block plus on and it doesn't show >< Hmm... Are you sure you are overwriting the previous files?
  14. VPmase

    What's your favourite RPG?

    QFT! I can't believe I forgot about the Final Fantasy series. FF has the best RPGs ever made.
  15. VPmase

    smf subs edit lines?

    If I were you I would check the README file that SMF comes with.
  16. VPmase

    Ads still not showing in forums.

    Do you have an ad blocker running? Try turning that off when you want to view the adds. x10hosting's ads are blocked by Firefox's Ad Block Plus addon.
  17. VPmase

    Funny Picture Thread

    Only two people on this forum have funny pictures to share? Cmon... Lol weather channel gets pwned by FF xD
  18. VPmase

    a chemistry question

    Could you spam some more PLEASE!* *Sarcasm in case you didn't get the hint.
  19. VPmase

    Accessing all from elements :Javascript

    In marshain's code in the first if/then statement he uses "form" instead of "theform". That could be the problem. But then there is always the choice to do something like: <form name="testform"> <input type="textbox" name="testin" /> <input type="button" value="Test" onclick="testcheck();" />...
  20. VPmase

    HTML help.

    In the style sheet you are going to have to change your DIV.content attributes to these: DIV.content { color: #000000; margin-top:5px; width:650px; padding:10px; } But you are going to have to change the layout accordingly.
Top