Jump to content
MakeWebGames

[V2]Register page with 1 account per ip [V2]


Recommended Posts

Posted

Re: [V2]Register page with 1 account per ip [V2]

 

yes but hes trying his best to make them different :-)

Silent most of the posts have been 100% of the same code posted from other members. not so much as a edit.. I mean it's cool for him to be learning. but should be more sure about posting things. or post things people are asking for help with if there is some erg to contribute..

Posted

Re: [V2]Register page with 1 account per ip [V2]

Ok, i'll take it easy on casey, since i am trying to stop my flaming and all now ;) .

How ever casey, how long have i known you now for? About 3 - 4 year's? Yes i know you are crazy t's brother, and my old msn is [email protected] look it up you will find me, how ever. You are posting mod's that have been posted before. Set up a game, make something atleast decent even if it take's you 1 month to make :P , You might just earn my respect and i might just give you a +1 and not a -1.

So please stop with these ridiculous post's that are already on these forum's because we do not need to clutter these forum's more than what they are, I have enough of a hard time loading part of the CE network with all the bandwith usage.

Thank's.

Posted

Re: [V2]Register page with 1 account per ip [V2]

This has been made Many Times and Just for anyone out there I didnt make this code but anyway

In Register.php

Under:

$set[$r['conf_name']]=$r['conf_value'];

}

Add:

$IP = ($_SERVER['HTTP_X_FORWARDED_FOR'])

? $_SERVER['HTTP_X_FORWARDED_FOR']

: $_SERVER['REMOTE_ADDR'];

$q=$db->query("SELECT * FROM `users` WHERE `lastip` = '$IP' ");

if($db->num_rows($q))

{

die("You already have an account under this IP. Please contact the administrator if anyone else would like to sign up on this IP .

>Back");

}

Change:

You already have an account under this IP. Please contact the administrator if anyone else would like to sign up on this IP

To Whatever you want the Message to say, Its that simple :-P

NOTICE: I didnt make this Just simply showing anyone who wants this..

Posted

Re: [V2]Register page with 1 account per ip [V2]

 

Ok, i'll take it easy on casey, since i am trying to stop my flaming and all now ;) .

How ever casey, how long have i known you now for? About 3 - 4 year's? Yes i know you are crazy t's brother, and my old msn is [email protected] look it up you will find me, how ever. You are posting mod's that have been posted before. Set up a game, make something atleast decent even if it take's you 1 month to make :P , You might just earn my respect and i might just give you a +1 and not a -1.

So please stop with these ridiculous post's that are already on these forum's because we do not need to clutter these forum's more than what they are, I have enough of a hard time loading part of the CE network with all the bandwith usage.

Thank's.

Yeah Killah / Haunted Dawg is right Casey is my brother.. before you say i all ready know He's stupid and cant code most of the stuff he post's is old, or what is on the laptop hes had and no he didnt make any of it!

1) He can't code!

2) He allways ask's me for help every damn to seconds, poping up and down the stairs every 2 seconds!

3) All i can say hes trying to learn!

4) Not taking his side because hes my brother, he does my F**king head in everyday!

Thats all i have to say lol

Thank's

Crazy-T.

Posted

Re: [V2]Register page with 1 account per ip [V2]

Crazy-T - Is this really the place to try and Insult one of the best coders on CE?

Killahs A Nice Guy, He helps me when he can, I will say however, Why not help your brother code? Instead of watching him make a EPIC FAIL!

Every Post?

I dont post any mods because well I dont think Im at that stage in coding yet...Maybe Just Maybe Casey will take our advice and go learn some proper PHP...

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