Search results

  1. xPlozion

    [OFF][500 CREDS] Timezone issue

    if you've got the values for the timezone (UTC+1000 and UTC-5000 for example), then I've coded something real quick that could possibly help you out. <?php $old = $_GET['old']; // posted timezone $new = $_GET['new']; // viewer's timezone $offset = $old-$new; if ($old > $new) { echo...
  2. xPlozion

    Age Range

    11-20; 19 now. In over 1.5 years from now, I won't though...
  3. xPlozion

    School begins tomorrow

    i finished school one year and a few months ago (c/o 2007) mmmnnn, that cookie looks SCRUMPTIOUS!!!
  4. xPlozion

    Google's Browser Project, 'Chrome'

    :) I would love to see something new and innovative like this. Stops the browser from getting above 200MB ram usage, which firefox tends to do quite frequently... but god bless it's plugins (adblock plus, web developer and html validator) :)
  5. xPlozion

    New to PHP and very confused...

    np, always here to help Register globals is a HUGE security risk as mentioned above, which is why it's no longer On by default. <?php if ($a==1) $username="Henry"; $res = mysql_query("SELECT uid, password FROM user WHERE username='$username'"); ?> with registered globals on, if the url is...
  6. xPlozion

    [REQ][250 credits]switching content with mySQL

    ok, where it says echo $gcode;, change that to echo str_replace('/', '\/', $gcode); that should escape the slash, preventing it from thinking it's a comment.
  7. xPlozion

    New to PHP and very confused...

    <HTML> <HEAD> <TITLE>Form Resluts Page</TITLE> <BODY leftmargin="10%" rightmargin="20%" bottommargin="25"> <?php /* This page handles the received data from the form "bpaforms.html". */ $First = $_POST['First']; $Last = $_POST['Last']; $Address = $_POST['Address']; $City = $_POST['city']...
  8. xPlozion

    School begins tomorrow

    no more school here :P GIVE ME A COOKIE!!!
  9. xPlozion

    Nvidia or ATI

    I voted nVidia simply because they've had official drivers for linux for a while, where ATI has just started offering them. That and every computer we had had an nVidia/Intel GPU, so why not stick with it ;)
  10. xPlozion

    Free Software Suggestions

    Software Category: CD/DVD Burner Software Name: CDBurnerXP Short Description: CDBurnerXP is a free application to burn CDs and DVDs, including Blu-Ray and HD-DVDs. It also includes the feature to burn and create ISOs, as well as a multilanguage interface. Link: http://cdburnerxp.se/ Software...
  11. xPlozion

    Where do you buy your pc?

    I buy my parts from NewEgg.com for my computer. The rest of the family buys wherever there's a good bargain at. In my brothers case, it was at Staples, and the 2 last computers were bought over 5 years ago.
  12. xPlozion

    MySQL Problems

    check phpMyAdmin to see if there's any data in the fields. That'll tell us if it's when you try to select data, or when you try to insert it.
  13. xPlozion

    hello --- and one can put his link here -- i get more then 5000 visitors per day

    wow, nothing like reviving a dead topic from almost 5 months ago... WTG!!! request to close please
  14. xPlozion

    [you decide]Selling 1 year link licence to first 3 people

    nice, i'll take it. what's the size you want for the button? do you want it to be 88x31 (to match the w3c buttons) or 122x22 (to match your site nav buttons)? now, next q, if i pay you now, can you hold off on putting my link up, since it's not finished yet? -xP
  15. xPlozion

    [REQ][250 credits]switching content with mySQL

    check phpMyAdmin and see if it went into the database properly...
  16. xPlozion

    [you decide]Selling 1 year link licence to first 3 people

    i'll give 300 if i can get a button on the front-page and a text-link, or if u want more, that's ok. i'll give u creds now, and send u a pm when my site's ready to go live, if that's okay w/ u -xP
  17. xPlozion

    [REQ][250 credits]switching content with mySQL

    try this $result = mysql_query("INSERT INTO table (id, gcode) VALUES(NULL, '$gcode')"); and make sure that id in phpMyAdmin is an integer (int) and that it's set to Primary and auto_increment... I'm sorry that there's problems. From now on, I will always test out my code before I post it...
  18. xPlozion

    I need a ftp client

    I second that notion. It's an excellent FTP client that I use when I'm running XP. Over on the linux side though, I don't need any FTP client (Gnome->Places->Connect to Server->FTP (with login)). I haven't gotten WebDav working though... :'(
  19. xPlozion

    [you decide]Selling 1 year link licence to first 3 people

    Hmm, I would, but I'm not done with my site yet :-/. It's tempting though, and it seems from your stats that your site has lots of potential... If I pay you now, could you hold off on putting up my link? -xP
Top