Search results

  1. marshian

    HTML and CSS problem

    thanks woiwky, it works now! but i always thought it had to be "10 px" instead of "10px", thanks for pointing me at this mistake...
  2. marshian

    HTML and CSS problem

    I'm trying to make a new look for my site, and I was going great in IE7 when I decided to check wether it worked in FF... http://www.marshian.uk.to/images/ If you see it in IE, it's what it is supposed to be, if you see it in FF... I suppose it's clear that's not the purpose... Could anyone...
  3. marshian

    Please help.

    yes, echo "<tr><td>" . "<a href=\"Steam://".$['connectinfo'].\">Click Here To Connect </a>". "</td>"; has to become echo "<tr><td>" . "<a href=\"Steam://".$['connectinfo'].">Click Here To Connect </a>". "</td>";
  4. marshian

    Auto down counter

    Try this: nostock.html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>High power lights for your computer</title> <link href="Favicon.ico" rel="SHORTCUT ICON"> <META...
  5. marshian

    Php help.

    This echo "<tr><td>" . <a href="user/connectdata.php">Click Here To Connect </a>. "</td>"; //start the table row, and echo back the data in connectinfo in the first cell should be this: echo "<tr><td>" . "<a href=\"user/connectdata.php\">Click Here To Connect </a>". "</td>"; //start the table...
  6. marshian

    Auto down counter

    Don't worry, it's working now. There were some problems in the FormToEmail.php page
  7. marshian

    Auto down counter

    to -1 i suppose? anyway, i found more bugs and fixed them all... sended you the new page
  8. marshian

    Auto down counter

    Ok, i tested it and it's back to -1, so the reduce-one function isn't called a couple of times... Edit: I've found and solved the problem and sended you the new file
  9. marshian

    Auto down counter

    can you try to set the contents of num.inc to 100? and then 'buy' one?
  10. marshian

    Auto down counter

    it's working now, so is buy.html
  11. marshian

    Auto down counter

    can you send it to me then? EDIT: looks right to me :s
  12. marshian

    Auto down counter

    http://www.lights4yourpc.com/num.inc it's -1
  13. marshian

    Auto down counter

    the content, it's -1 atm that's causing the redirects all the time
  14. marshian

    Auto down counter

    ok, it's actually not a priority have you changed num.inc yet?
  15. marshian

    Auto down counter

    could be useful... maybe x10 doesn't like us posting 10 mill messages? got msn? wereldoverheersing at hotmail dot com
  16. marshian

    Auto down counter

    urgh, i keep making those stupid mistakes... typing html instead of php, etc etc... anyway, your redirect is right, getnumber returns -1, which is not supposed to happen if you have entered 4... time to go hunt for the line of code that guy made that is now ruining our day! Edit: or it...
  17. marshian

    Auto down counter

    Stupid as I am, I've made a stupid mistake, it's getnumber.php that has to be made, not nostock.html It's final: it's not possible to change .html from text/html to application/x-httpd-php (you have to use .php for all pages with php code)
  18. marshian

    Auto down counter

    if i go to your "getnumber.php" page, it says "Error (page does not exist)" i suppose this is your custom 404 page? verify wether "getnumber.php" exists code: <?php //File. $file = "num.inc"; //Set filehandle. $fh = fopen($file, "r"); //Read file. $number = fread($fh, 1024)...
  19. marshian

    Auto down counter

    in formToEmail.php
  20. marshian

    Auto down counter

    I found out x10 does allow you to use .htaccess, I know how to edit it, bad news is I can't get that html extention to work... How to edit your htaccess file: go to your file manager edit it. How to see that file: if you can't see it, go to your cp and scroll down click "reset all...
Top