-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
Re: my mods didn't even know you coded lol oh well any place is good i guess
-
Re: Multiple explore pages Nice :wink:
-
Re: my mods shouldn't this be in a information category or something? lol
-
Re: Hit-List [$10] meta tag wtf are you on about man... i said it's exploitable in many ways but your elite remember your like the best coder in the world... you work for a bank for 50k a month lol so i guess if you can secure bank scripts then you can secure a simple shoutbox script you claim is secure lol
-
Re: Multiple explore pages i still prefer mine
-
Re: Treasure Hunting $20 I have seen this many times before but still its pretty cool
-
Re: Multiple explore pages why waste space... just use one file keep it simple <?php require "globals.php"; if ($ir['location'] == 1) { $link1="index.php"; $name1="Home"; $link2="explore.php"; $name2="Explore"; $link3="bank.php"; $name3="Bank"; $link4="viewuser.php?u={$userid}"; $name4="My profile"; } else if ($ir['location'] == 2) { $link1="index.php"; $name1="Home"; $link2="monorail.php"; $name2="Travel"; $link3="cmarket.php"; $name3="Crystal Market"; $link4="fedjail.php"; $name4="Federal Jail"; } // and so on... echo " <table width=80% border=1> <tr> <th>Example</th> </tr>"; if ($link1 && $name1) { echo "<tr><td>[url='{$link1}']{$name1}[/url]</td></tr>"; } else if($link2 && $name2) { echo "<tr><td>[url='{$link2}']{$name2}[/url]</td></tr>"; } else if($link3 && $name3) { echo "<tr><td>[url='{$link3}']{$name3}[/url]</td></tr>"; } else if($link4 && $name4) { echo "<tr><td>[url='{$link4}']{$name4}[/url]</td></tr>"; } echo " </table> "; $h->endpage(); ?> i have no clue if that will work but probably will i'm just kinda bored lol
-
Re: CSS Textbox Edit ANY VERSION Because people talk about it alot maybe lol
-
Re: Multiple explore pages if ($ir['location'] == 1) { echo "City one links"; } else if ($ir['location'] == 2) { echo "City two links"; } // and so on... that should help you
-
Re: House Rentals [V2] might be something you edited?
-
Re: Gang surrender accept, SQL error. can't get everything right... but hey for 300 bucks you expect them 2 lol
-
Re: CSS Textbox Edit ANY VERSION along with the bank job that employees you for what is it 50k a month they would employee a kid without a degree and driving license because your so damn good at coding ain't you kyle... pull my other leg mate it has bells on it
-
Re: Hit-List [$10] aw come on kyle not long back you said "my shoutbox is secure" yet your asking me for the injection... weird that how about someone who has your original shoutbox script lets me test it and proves it isn't secure on like there test game or something
-
Re: Hit-List [$10] Kyle your sad. my mods work so why post on them lol maybe you should look at your family mod...
-
Re: Hit-List [$10] lol i know you've had something similar for awhile im not gunna lie i loved the idea and made it Yeah not a bad idea it sounds simple but along with you i have about 24 pages of things to do also :-P
-
[mccode] Shoutbox [$10.00] & [$15.00]
Zero-Affect replied to Haunted Dawg's topic in Paid Modifications
Re: Shoutbox $10 & $15 oh right 2 months my bad -
Re: learning mysql_real_escape_string just need to verify. and you do that very well has from what i hear
-
Re: News Latter V1 exactly what i was trying to point out Noelle
-
Re: Strip Club lol nice one
-
Re: learning mysql_real_escape_string just need to verify. yeah like i said Nyna i ment no offense
-
Re: Gang surrender accept, SQL error. looks exactly the same has mine function gang_staff_surrender() { global $db,$ir,$c,$userid,$gangdata; if(!isset($_POST['subm'])) { print "<form action='yourgang.php?action=staff&act2=surrender' method='post'> Choose who to surrender to. <input type='hidden' name='subm' value='submit' /> Gang: <select name='war' type='dropdown'>"; $wq=$db->query("SELECT * FROM gangwars where warDECLARER={$ir['gang']} or warDECLARED={$ir['gang']}"); while($r=$db->fetch_row($wq)) { if($gangdata['gangID'] == $r['warDECLARER']) { $w="You";$f="warDECLARED"; } else { $w="Them";$f="warDECLARER"; } $d=date('F j, Y, g:i:s a',$r['warTIME']); $ggq=$db->query("SELECT * FROM gangs WHERE gangID=".$r[$f]); $them=$db->fetch_row($ggq); print "<option value='{$r['warID']}'>{$them['gangNAME']}</option>"; } print "</select> Message: <input type='text' name='msg' /> <input type='submit' value='Surrender' /></form>"; } else { $_POST['war'] = abs((int) $_POST['war']); $wq=$db->query("SELECT * FROM gangwars where warID={$_POST['war']}"); $r=$db->fetch_row($wq); if($gangdata['gangID'] == $r['warDECLARER']) { $w="You";$f="warDECLARED"; } else { $w="Them";$f="warDECLARER"; } $db->query("INSERT INTO surrenders VALUES('',{$_POST['war']},{$ir['gang']},".$r[$f].",'{$_POST['msg']}')"); $ggq=$db->query("SELECT * FROM gangs WHERE gangID=".$r[$f]); $them=$db->fetch_row($ggq); $event=str_replace("'","''","[url='gangs.php?action=view&ID={$ir[']{$gangdata['gangNAME']}[/url] have asked to surrender the war against [url='gangs.php?action=view&ID={$them[']{$them['gangNAME']}[/url]"); $db->query("INSERT INTO gangevents VALUES('',{$ir['gang']},unix_timestamp(),'$event') , ('',".$r[$f].",unix_timestamp(),'$event')"); print "You have asked to surrender."; } }
-
Re: Gang surrender accept, SQL error. post the full function
-
Re: Usersonline [V2] What movie is that from lmao you should have shown one from blades of glory lol then again he gets a girlfriend also
-
Re: Usersonline [V2] That's very nice... Why don't you come up with better then... instead of posting like a clown lol its rubbish then post a better one
-
Re: learning mysql_real_escape_string just need to verify. How come and i mean no offense here but people who know how to secure things really good IE(Nyna) never actually post the answer, i understand it would be more important to find things out yourself but to criticize someone who is trying to explain without doing so yourself is a little wrong is it not? Please don't take this the wrong way its just what i think.