Jump to content
MakeWebGames

Recommended Posts

Posted
Banner Here
EOF;
$ip = ($_SERVER['HTTP_X_FORWARDED_FOR'])
? $_SERVER['HTTP_X_FORWARDED_FOR']
: $_SERVER['REMOTE_ADDR'];
if(file_exists('ipbans/'.$ip))
{
die("Your IP has been banned, there is no way around this.
Guest Anonymous
Posted

Re: [MCCODE]Revamped login.php[V1]

(Off Topic) Your game not worth £300

Guest Anonymous
Posted

Re: [MCCODE]Revamped login.php[V1]

is it even licensed

Posted

Re: [MCCODE]Revamped login.php[V1]

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/kaotic/public_html/login.php on line 128

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/kaotic/public_html/login.php on line 130

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/kaotic/public_html/login.php on line 132

Guest Anonymous
Posted

Re: [MCCODE]Revamped login.php[V1]

this login page needs db query,s to say how many are online and such

Guest Anonymous
Posted

Re: [MCCODE]Revamped login.php[V1]

post them here you mean

Guest Anonymous
Posted

Re: [MCCODE]Revamped login.php[V1]

this part in the script

$q=mysql_query("SELECT laston FROM users");

$membs=mysql_num_rows($q);

$onmembs=mysql_query("SELECT * FROM users WHERE laston>unix_timestamp()-60*60");

$onmembs=mysql_num_rows($onmembs);

$offmembs=mysql_query("SELECT * FROM users WHERE laston<unix_timestamp()-60*60");

$offmembs=mysql_num_rows($offmembs);

Posted

Re: [MCCODE]Revamped login.php[V1]

 

cool mod

Mod?

mods is a subject or thing to use in game play.

a login page or register page is just a page that will have a conclusion

login= enters game

register= makes an account they have conclusions

but a mod is something inside the game which a user can use in order to get better or have fun ...

welll tahts what i tihnk :mrgreen:

Posted

Re: [MCCODE]Revamped login.php[V1]

Mod = Modification.

 

Definitions of modification on the Web:

* alteration: the act of making something different (as e.g. the size of a garment)

* slightly modified copy; not an exact copy; "a modification of last year's model"

* the grammatical relation that exists when a word qualifies the meaning of the phrase

* change: an event that occurs when something passes from one state or phase to another; "the change was intended to increase sales"; "this storm is certainly a change for the worse"; "the neighborhood had undergone few modifications since his last visit years ago"

Source:

Here

Posted

Re: [MCCODE]Revamped login.php[V1]

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

That May Be The SQL:?

  • 3 weeks later...
  • 5 months later...
Posted

Re: [MCCODE]Revamped login.php[V1]

 

Heres A Screen Shot:

screenshot.JPG

 

The site you uploaded the screen to don't work, Please upload it to something like photo bucket, So i can see what this looks like. Thanks in advance

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...