
Isomerizer
Members-
Posts
1,170 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Isomerizer
-
Re: NEW V2 LOGIN PAGE If its http://aimed-mafia.orgfree.com/login.php Looks very similar to original login page >_<
-
Re: Event ADD It will be under your OC cron... orgcrime.php ?
-
Re: A little help? Indeed... Kyle tends to post before he thinks.. Maybe try... Find: $kdata=mysql_fetch_array($q); Under add: $chec=mysql_query("SELECT * FROM users WHERE gang={$kdata['gang']} AND userid={$_GET['ID']}", $c); $check=mysql_fetch_array($chec); if ($check['daysingang']<2) { echo 'You cannot kick someone if they have been in the gang less then 2 days'; $h->endpage(); exit; } Though im not sure if "daysingang" is right. Also its not been tested. But hopefully it will work. :wink:
-
mccode-v1 [mccode] delete gang after respect hit 0
Isomerizer replied to iseeyou94056's topic in Free Modifications
Re: delete gang after respect hit 0 There is no `gangID` column in users. Also, this wont delete gang wars. I use this: $gangs=mysql_query("SELECT * FROM gangs WHERE gangRESPECT<=0", $c); $gang=mysql_fetch_array($gangs); $delete=$gang['gangID']; mysql_query("DELETE FROM gangwars WHERE warDECLARER=$delete OR warDECLARED=$delete",$c); mysql_query("DELETE FROM gangs WHERE gangRESPECT<=0",$c); mysql_query("UPDATE users SET gang='0' WHERE gang=$delete", $c); Tested and works fine, Mines in daily cron though, This way it wont have to check the DB as much. This one will also clear gang wars. -
Re: 3 Word Game small round manhood :-)
-
Re: Event ADD I'm using v1... These seem to work for me under success part of the oc cron.. $i=mysql_insert_id($c); $qm=mysql_query("SELECT * FROM users WHERE gang={$r['gangID']}",$c); while($rm=mysql_fetch_array($qm)) { event_add($rm['userid'],"Your Tribes's Organised Crime Succeeded. Go [url='oclog.php?ID=$i']here[/url] to view the details.",$c); } Fail part: $i=mysql_insert_id($c); $qm=mysql_query("SELECT * FROM users WHERE gang={$r['gangID']}",$c); while($rm=mysql_fetch_array($qm)) { event_add($rm['userid'],"Your Tribes's Organised Crime Failed. Go [url='oclog.php?ID=$i']here[/url] to view the details.",$c); } Don't know if it'll work for v2 though... I think thats what you wanted? ^^
-
Re: 4 year old smoker I've been smoking for a while now, not a lot though.. I normally manage to stop spoking for a short duration, but then i'll find myself smoking again :|.
-
Re: Proxy Check Is this really needed... if($ip != $ipcheck) {}
-
Re: Which Programming Language are You? You are Assembly. You enjoy your work, and enjoy doing it as fast as you can. You have a hard time getting attention. Try showing off a bit more.
-
[Free] [v1] User Verification [Captcha]
Isomerizer replied to Isomerizer's topic in Free Modifications
Re: [Free] [v1] User Verification [Captcha] Are you referring to this.. If so.. do it then? -
[Free] [v1] User Verification [Captcha]
Isomerizer replied to Isomerizer's topic in Free Modifications
Re: [Free] [v1] User Verification [Captcha] Huh? You don't make any images? O.o -
[Free] [v1] User Verification [Captcha]
Isomerizer replied to Isomerizer's topic in Free Modifications
Re: [Free] [v1] User Verification [Captcha] Open FTP client... Right click the directory images > Properties / CHMOD > Permissions: 777 -
[Free] [v1] User Verification [Captcha]
Isomerizer replied to Isomerizer's topic in Free Modifications
Re: [Free] [v1] User Verification [Captcha] Set the CHMOD permissions to 777 where ever your saving the verify images, i think in your case... "images". -
Re: Sql injection protection http://criminalexistence.com/ceforums/i ... ic=12133.0 http://uk2.php.net/htmlentities
-
Re: When is it ok to lie? That made sense... And LOL @ the spelling of conclusion .. "concludeshon" wtf >_<
-
Re: [Free] [v1&v2] High Low No...
-
Re: [Free] [v1] Profile Image Uploader Isn't the first original post v1?
-
buy hosting but cannot do cron job..what must i do?
Isomerizer replied to nypthamine's topic in General Discussion
Re: buy hosting but cannot do cron job..what must i do? Get a new host? -
Re: [mccode]streetsv1[mccode] http://criminalexistence.com/ceforums/i ... pic=2424.0 Slightly re-written..
-
Re: [Free] [v1] Profile Image Uploader ?
-
Re: [Free] [v1] Profile Image Uploader The uploader has been updated. It should now be 99.9% secure. All code is stripped from the image files by using php to re-create images. Thanks for the idea fbiss :) ALL UPDATE ASAP Hope you guys appreciate this as much as i do. :)
-
Re: How much is your site worth Looks like another version of dnsPOOP Your site is valued at: $879 :lol:
-
Re: An 2D Map Game Massive Modification :P
-
Re: [$10] Secure Password System No... Alot of under 18's use paypal, Im 16 and been using paypal since i was 13 :-P
-
New Secure Password System Price: $10 Paypal: [email protected] Description: This mod is a re-written password system for your game, Your user passwords will be md5'd md5 with a nice long salt. Making decryption of passwords impossible! So, if a hacker does get to view your DB, They wont be able to decrypt any passwords ;) This Mod Includes: -Re-written Password function -Re-written securer authenicate.php -Register.php edit Seeing as the whole DB passwords cannot be secured in one, unless you go through every single user password, users have an option to be able to change there password so its salted and md5'd twice so its secure. If its not secure, the password function will inform them of it.. New users wont have to change there password for it to be secured, as the registry tweak will do that automatically. So if you want super secure passwords for your users and want to cut down hacking, this is the mod for you!! I'll offer installation support on this mod as it may be confusing to new users of PHP. Oh heres a little screenshot for you... Also can be seen working @ www.amazon-survival.com