Jump to content
MakeWebGames

[mccode v1] Revamped login.php


Klikoka

Recommended Posts

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

Link to comment
Share on other sites

Guest Anonymous

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);

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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:?

Link to comment
Share on other sites

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

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...