Krafty
Members-
Posts
178 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Krafty
-
Ok... I have not created a script like this..but lemmi give you guys abit of help...dont reply with bullshit! Ok, When someone uses a proxy, the ip address shows but not any alphabetical characters which signifies that they are not using a proxy or it really shows the ISP they are using.. eg. PROXY: IP: 90.196.225.** Hostname: 90.196.225 [ There are not letters in there ] Not Proxy: 90.196.225.** Hostname: 5ac*****.**.***.com [ There are letters in the hostname... ] Helped? So can't you do a cron, which checks each users Net info and if there are not letters / alpha's in there, it bans them...fedjail & ip ban?... If you don't understand that, post back..I wanna make sure everyone one of us will be able to tackle down proxies... ' EVERYONE CONTRIBUTE WHAT YOU CAN PLEASE! TACKLE PROXIES TODAY! '
-
Re: Proxy Check http://criminalexistence.com/ceforums/i ... ic=17452.0 Visit it now!
-
Re: Staff Password without sql's. (ANY VERSION) Nice work killah...
-
Re: guess the 4 digit coed script LOL I sent you a pm
-
Re: guess the 4 digit coed script Lol So Carlg you enjoy pissin people off? Lemmi tell you what I enjoy, I enjoy shagging ' peoples ' mums...people who like to piss people off that is... So be aware..lol Jus kiddin
-
Re: userlist.php with a few mods to it V2 Hmm...Too simple for me lol Welldone though
-
Re: userlist.php with a few mods to it V2 Screenshot please!
-
Re: Ignore List [$2.50] Email me, i'll buy [email protected]
-
Re: [MC Codes]{V1}{V2} Dice game:) $20 damn....not worth it
-
Re: [MCCode lite & V1.0 & V1.1] [ES] - Pin Mod V1.0B i think you have been asking aswel..we should be helping each other not blankin each other
-
Re: [v1] NEW LOGIN MY FIRST [V1] No offence.. He doesn't have to, and what you gonna do if he doesn't?
-
Re: [$10] Secure Password System No way of de-hashing..you should use google alot more..
-
Re: [$10] Secure Password System Salt?.. Salt is not contained in a password, but I think sugar is...
-
Re: [$10] Secure Password System Really..well someone who is using this, please give me a decrypted password that that password system uses. I wanna see if I can decrypt it. No offence just wanna make sure people don't buy bullshit. NOt saying your work is bullshit, great work just making sure..about others.
-
Re: [TGM] Federal Jail Court System [TGM] OH MY GILYISH GAMISH SHYT*
-
Re: IP Banning tool [V1] + [V2] (I think) Here it is converted for V2..Not tested and rushed so sorry. In staff.php, scroll to the bottom and find '}' after it add:: Code: function ipban() { ?><h3>Ban an IP</h3> <form action='admin.php?action=ipbancon' method='post'> <input type="text" name="ip" /> <input type='submit' value='BAN!' /></form> <hr width="50%" /> [url="staff.php?action=ipbanview"][b]Click to view current IP bans[/b][/url] <? } function ipbancon() { $filename='/home/USER NAME/public_html/ipbans/'.$_POST['ip']; $file=fopen($filename,w) or die("Error Creating File"); fclose($file); ?>Done [url="staff.php?action=ipbanview"][b]Back[/b][/url]<? } function ipbanview() { $dir = "/home/USER NAME/public_html/ipbans/"; ?> <h3>Viewing banned IP's</h3> <table border="1"> <tr> <th> IP </th> <th> Delete? </th> </tr><? if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { if (strlen($file)>4) { ?> <tr> <td> <? echo $file; ?> </td> <td> [url="staff.php?action=ipbanremove&ip=<? echo $file; ?>"][b]Delete[/b][/url] </td> </tr> <? } } closedir($dh); } } ?></table> [url="staff.php"][b]Back[/b][/url] <? } function ipbanremove() { $file=$_GET['ip']; $filepath = "/home/USER NAME/public_html/ipbans/".$file; if (! unlink ($filepath)) { echo "Couldn't delete file"; } else { echo "Removed IP: ".$file; } ?> [url="staff.php?action=ipbanview"][b]Back[/b][/url]<? } You need to change the USER NAME part to your hosting username. If you use cpanel it will be that username. In staff.php find: case 'announce': announcements(); break; Add the following cases : Code: case 'ipban': ipban(); break; case 'ipbancon': ipbancon(); break; case 'ipbanview': ipbanview(); break; case 'ipbanremove': ipbanremove(); break; And the links into smenu.php Code: [[url='staff.php?action=ipban'][b]Ban an IP[/b][/url]] [[url='staff.php?action=ipbanview'][b]View Banned IP's[/b][/url]] If you don't have the code to check the ip here it is: For the login + register pages etc: Code: $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$ip)) { die("[b]<font color='red' size='+1'>Your IP has been banned, there is no way around this.</font>[/b]</body></html>"); } BUT You should have something like this already in your header.php so check first! Finally, change the permission for the folder: ipbans to 777 so it is completely writeable. I also advise you put a blank index.php / .html / .asp etc. in there so no-one can see what files are in there. Good Luck.
-
Re: [$10] Secure Password System Huh..Your saying MD5 cannot be decrypted?... Your really making me laugh..I can decrypt MD5 in a minute...
-
Re: [TGM] Federal Jail Court System [TGM] Cronus please get your paypal back up please!!
-
Re: Little Modification Pack I'm intrested. Please mail me. [email protected]
-
Re: Crystal bank intrest Lol Klikoka... Well I'm sure you and I have it
-
Re: Upload Image & Display $10 Can you please stop criticizing his work please At least he's bothered to put it up I would buy it, just don't want anyone uploading shells to hack my game lol SOrry
-
Re: Count Users Clicks Lol, Z?v?? You joker Atleast Z?v??'s got a nice sense of humour
-
Re: Crystal bank intrest But thats kinda common sense isn't it?... He can figure that out..lol
-
Re: Advanced Dating (v1) Aww fanx man! ;)
-
Re: Help With level cap vr1 level cap?..why want such a high level