Search results

  1. VPmase

    thank you page

    It would be something like this if you wanted to add the html and body tag: echo '<html> <head> </head> <body> <table border="1" width="100%"> <tr> <td width="10%"> <map name="homeleft" id="homeleft" align="left"> <area shape="rect" coords="10, 10, 212, 219" href="index.html"/> <area...
  2. VPmase

    Dr Pepper!

    That made me give out a decent lol :P
  3. VPmase

    Why x10 sucks...

    If only that were the case. Immature people will complain about and attack what they don't understand. Not to mention all the extras that come with this host.
  4. VPmase

    A Flash-making program

    Lol. I get my stuff through my vocational school xD Cheap as hell. I got Vista Business and Ultimate with legit cd keys from my school for free. And Sohailarmi52 said, if you only need it for one thing just use the trial version.
  5. VPmase

    How to create a hover effect in Macromedia or Adobe Go Live?

    I end up at a search engine site when I click that link... Edit, NVM you typed the URL wrong... http://tokiohotel.pop24.de/banner/banner234x60.swf As for the flash. All you have to is make a movieclip (mc), animate it. In the actionscript put "stop();" in the frame in the movie clip where you...
  6. VPmase

    thank you page

    Why don't you just have the thank you page on the PHP page? If the mail() is successful echo your thank you message, otherwise explain whats wrong.
  7. VPmase

    JS slideshow help

    I suggest you post your code for the slideshow here so we can see whats wrong.
  8. VPmase

    Scripting a template.

    That happens will all web-based programming languages. It will automatically add a newline when you reach your limits of the last line.
  9. VPmase

    Nintendo Wii

    Its not as serious as the PS3 or 360. This console is innovated and is targeted not just for gamers alone, but for everyone. Also, I bet if you searched "Nintendo Wii" you would have found at least one thread about it already. Oh what do you know...
  10. VPmase

    Best Quote

    I remembered another one. "With great power comes great responsibility." I'm not sure where that came from.
  11. VPmase

    What type of speaker you have?

    I just use two regular Dell Speakers that came with my PC. Once I build my own PC I'll be getting some kick-ass sound system :P
  12. VPmase

    how often do you re-install windows?

    I reformat my PC around every 6 months - 1 year. Depends on how much stuff has been added that I don't want.
  13. VPmase

    Website creation

    I use Dreamweaver as a text highlighter xD. Otherwise I code everything by myself. Whether it be PHP/MySQL, JS, Flash, or even AJAX; I do it by hand from nothing.
  14. VPmase

    email submit button

    Don't use kbjardmin's script. The message will all be one line and he is missing a ; marshian's script is good if you add the strip_tags() function to the inputs.
  15. VPmase

    Low Stakes Credit Raffle - Earn 1000¢

    I'll take 256 and 251. Sending 200 credits.
  16. VPmase

    i want to buy some script

    Clicked.
  17. VPmase

    Scrollbars for Firefox.

    I'm pretty sure that you can only change the scrollbars in IE since Firefox and other browsers' scrollbars are set by user preferences (skins and etc)
  18. VPmase

    email submit button

    PLEASE DON'T PUT THAT ON YOUR SITE. Unless you want an SQL dump done through that code you need to add a simple function to it. Change $name = $_POST["Name"]; $email = $_POST["e-mail"]; $favourite = $_POST["favourite"]; $comments = $_POST["comments"]; to $name = strip_tags($_POST["Name"])...
  19. VPmase

    Vbulletin help

    Isn't there an "install.php" page the vBulletin runs on its first visit?
  20. VPmase

    help!

    This is in the account panel? This thread should be in this forum: http://forums.x10hosting.com/free-hosting/ Well anyway, did you choose a hosting package when you joined? Even if you did, log into your acc panel, then on the left under "Account Details" there should be a form that allows you...
Top