Jump to content

bonked

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bonked's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. lol, slower please, im a noob. I have no clue what you just said.
  2. # while($r=mysql_fetch_array($qry)) <------ Line 267 # { # $totalbalance+=$r['balance']; # if($r['ip']=='') # { # $ip='Not logged.'; # $notlogged++; # } # else # { # $ip='<a href="http://www.dnsstuff.com/tools/ipall.ch?ip='.$r['ip'].'" target="_blank">'.$r['ip'].'</a>'; # } # $tmpqry=mysql_query('SELECT id FROM jobs WHERE userid='.$r['id'].' AND state=0 LIMIT 1'); # if(mysql_num_rows($tmpqry)) # { # $class='job'; # } If you want the whole document, which might actually be easier because the lines are labeled, go to http://pastebin.gaiatools.com/?show=101 - scroll down until you come to line 267.
  3. I created a whole system for a simple mock "bank" system. I keep getting errors about the connection. Take a look for yourself at http://lifesmessy.com/admin One of the major errors is: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/lifesmes/public_html/admin/index.php on line 267 does anyone know what this means? be sure to check the link i provided, as it may contain some clues for anyone that can help me. Thanks for everyones help, ~Bonked~
  4. Hey guys, it may help me and you to go to the site and have a look. http://rpog.gaiatools.com/
  5. Not really. I need to find out if i can link it to a data base.
  6. No, the gold is not accessible through a database...i just want something so i can manually input the user and his/her gold amount and then that user will be able to view their account balance by logging in.
  7. Hey guys, i am trying to use PHP to develop a login system where users can login and then access information regarding their account having to do with Gaia, a MMORPG game. The website is for a bank where the users deposit gold. The point of the system is so the user can see their balance of gold which is easily inputted by staff and then displayed to the user, and only that user. Any idea of how i might be able to do this?
×
×
  • Create New...

Important Information

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.