
thedestroyer
Members-
Posts
277 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by thedestroyer
-
Re: Problem with my v2 Captcha dam thats a real bummer cos now people can just use auto refresher :oops:
-
Re: Problem with my v2 Captcha what u mean? i dont use captcha for register only for gym and crimes
-
Hi, when i type in the number it shows for my captcha it says it is wrong or i left it blank even though i type the right nummber can anyone help me please? heres the macro's macro1.php <?php include "globals.php"; if(!$set['validate_on'] || $ir['verified']) { die("WTF are you doing on this page? Go home loser."); } $ref=$_GET['refer']; unset($_SESSION['captcha']); $chars="0123456789"; $len=strlen($chars); $_SESSION['captcha']=""; for($i=0;$i<1;$i++) $_SESSION['captcha'].=$chars[rand(0, $len - 1)]; print "<h3>Validation</h3><hr /> Enter the text you see in the image into the box below.<form action='macro2.php' method='post'>"; if($_GET['code']) { print "<font color='red'>[b]Invalid code or blank[/b]</font> "; } print " [img=captcha_verify.php] Text: <input type='text' name='captcha' /> <input type='hidden' name='refer' value='{$_GET['refer']}' /> <input type='submit' value='Verify' /></form>"; $h->endpage(); ?> and here's the macro2.php <?php session_start(); if(get_magic_quotes_gpc() == 0) { die("Fatal error: MCCode cannot function without MagicQuotes GPC being turned on in PHP.INI."); } require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $is=$db->query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid"); $ir=$db->fetch_row($is); $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } if(!$set['validate_on'] || $ir['verified']) { die("WTF are you doing on this page? Go home losr."); } if(!isset($_SESSION['captcha'])) { header("Location: macro1.php?code=invalid&refer={$_POST['refer']}"); exit; } if($_SESSION['captcha'] != $_POST['captcha']) { header("Location: macro1.php?code=invalid&refer={$_POST['refer']}"); exit; } $ref=$_POST['refer']; unset($_SESSION['captcha']); $db->query("UPDATE users SET verified=1 WHERE userid={$userid}"); header("Location: $ref"); ?>
-
Re: [mccodes V2] Nuclear Bomb thanks!
-
Re: Looking To Buy thanks
-
Re: Looking To Buy dam thats too much for me
-
Re: Looking To Buy erm yeh and it dont work for me :|
-
Re: Looking To Buy there must be someone who will do it....
-
Re: Looking To Buy i know but i tried that and its buggy and lots of errors so i would rather buy one.
-
Hi i'm looking to buy the following v2 mods for $10 Property Market- so people can sell their houses on a market Rental Market- so people can rent out their houses to other players pm me for details thanks
-
Hi i'm looking to buy the following v2 mods for $10 Property Market- so people can sell their houses on a market Rental Market- so people can rent out their houses to other players pm me for details thanks
-
Re: [mccodes V2] Nuclear Bomb ok i managed to make it so they know who it was when they look at their hospital reason but can someone add a code so everyone gets an event when a bomb is detonated and saying who did it? thanks
-
Re: [mccodes V2] Nuclear Bomb thanks a bunch for the code but i just need help with two small bits. Can you make it so that everyone gets an event saying who set the bomb off? and so the hospital reason also shows who set it off? thanks
-
need help with a delete item type code
thedestroyer replied to thedestroyer's topic in Free Modifications
Re: need help with a delete item type code Haunted is right. It doesn't and yes i did cronus but that was useless i need to talk to u through msn -
need help with a delete item type code
thedestroyer replied to thedestroyer's topic in Free Modifications
Re: need help with a delete item type code i only found this code to delete item types and it dont work http://criminalexistence.com/ceforums/i ... ic=20019.0 if someone has one i can use i will be very grateful -
need help with a delete item type code
thedestroyer replied to thedestroyer's topic in Free Modifications
Re: need help with a delete item type code thanks yeh i bought 2 mods off him and they didnt work and he didnt give me any help :x -
Can someone please make a delete item type code in staff_items? for v2
-
[mccodes v2] Find random items while playing the game...
thedestroyer replied to MDK666's topic in Free Modifications
Re: [mccodes v2] Find random items while playing the game... this mod doesn't work. I tried it -
[TGM] Federal Jail Reporting System [TGM]
thedestroyer replied to Cronus's topic in Paid Modifications
Re: [TGM] Federal Jail Reporting System [TGM] If you buy any mods off cronus expect to get no help whatsoever i bought a couple and i asked for support.....no reply. I even mailed him.....no reply it was the biggest regret i ever made. Don't make it happen to you too. -
Re: How good CronWerks/Cronus is Cronus is a big con, you buy a code and if you get any errors and try to contact him he will just delete your post and ignore you. I should know i bought 2 and never got any help. DO NOT BUY FROM HIM
-
Re: Spam filter New- thanks CrazyT that was really helpful man i needed one of those for a long time +1 :-)
-
Re: [mccodes] Dogtags [$30.00] i would buy this if it was a bit cheaper
-
Re: need a mass email code for v2 thanks man i wil giv u another +1 wen i can
-
Re: need a mass email code for v2 i need the newsletter.php code