
KyleCrispy
Members-
Posts
158 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by KyleCrispy
-
Re: [Free v1] Close page system i can exchange v1-v2 if ya want my game is ful of v1 mods mods converted to v2 :lol:
-
Re: Honor Awards v2 they give url to a pic of the mod so other ppl can see how it looks
-
Re: [FREE-v1.1]Steps market and?
-
Re: [mccode] Mods 4 Sale ok speak to me on msn [email protected]
-
Re: [mccode] Mods 4 Sale i suggest ya to gain sum reputation :lol: ppl pay more attention to ppl who have + / - (just a suggestion) and nice mods but are they totaly urs?
-
Re: Free Multiple Event Deleter - FREE! there is nothing wrong with code just change all 100000 u see to 10 that is how it got coded
-
Re: Free Multiple Event Deleter - FREE! nah i wont get suspended bcoz i know the owner of it and well UCC it works fine and yes on my multi events it deletes up to 1000000 also
-
Re: Free Multiple Event Deleter - FREE! well the good thing is all messages and events get deleted every 42 hours automaticly
-
Re: Free Multiple Event Deleter - FREE! SEE UCC IT DID WORK :lol: ty lacey decepti0n: my game is running on loads of stuff almost everything unlimeted from www.spacialhosting.com but i know the owner and i only pay $3 a month with everything unlimited
-
Re: Free Multiple Event Deleter - FREE! <?php include "globals.php"; if(isset($_GET['deleteall'])) { if($_GET['conf'] == 1) { $db->query("DELETE FROM events WHERE evUSER=$userid",$c); print "All your events were successfully Deleted! ".mysql_affected_rows($c)." events were deleted in this process! [url='events.php']Back[/url] "; exit; } else { print "Are you 100% sure you want to delete all your events? Once deleted, You cannot retrieve them at all. [url='events.php?deleteall&conf=1']Yes, delete them all now[/url] [url='events.php']No, keep them and Go Back[/url] "; exit; } } $q=$db->query("SELECT * FROM events WHERE evUSER=$userid ORDER BY evTIME DESC LIMIT 1000;",$c); if(mysql_num_rows($q)) { print "<SCRIPT LANGUAGE='JavaScript'> function checkAll(field) { for (i = 0; i < field.length; i++) field[i].checked = true ; blah=document.getElementById('dell'); blah.disabled=false; blaht=document.getElementById('dellt'); blaht.disabled=false; } function uncheckAll(field) { for (i = 0; i < field.length; i++) field[i].checked = false ; blah=document.getElementById('dell'); blah.disabled=true; blaht=document.getElementById('dellt'); blaht.disabled=true; } </script>"; } print "<h3>Events</h3>"; $_GET['delete'] = abs((int) $_GET['delete']); if($_GET['delete']) { $db->query("DELETE FROM events WHERE evID={$_GET['delete']} AND evUSER=$userid",$c); print "[b]Event Deleted[/b] "; } if(mysql_num_rows($q)) { print "<hr /> [url='events.php?deleteall']Delete All[/url] <hr /><form action='multievents.php' name='myform' method='post'> <input type=submit value='-Delete Selected Events-' id='dell'> <a href=\"javascript:checkAll(document.myform.list);\">Check All | </a> <a href=\"javascript:uncheckAll(document.myform.list);\">Uncheck All</a> "; } print "<table width=75% border=2> <tr style='background:;'> <th>Time</th> <th>Event</th><th>Links</th> </tr>"; if(mysql_num_rows($q) == 0) { print "<tr><td colspan=3>You currently have no events.</td></tr>"; } while($r=mysql_fetch_array($q)) { print "<tr><td>".date('F j Y, g:i:s a',$r['evTIME']); if (!$r['evREAD']) { print " [b]New![/b]"; } print "</td><td>{$r['evTEXT']}</td><td>[url='events.php?delete={$r[']Delete[/url] <input type=checkbox name='delete{$r['evID']}' id='list' value='$r[evID]'></td></tr>"; } print "</table>"; if(mysql_num_rows($q)) { print " <a href=\"javascript:checkAll(document.myform.list);\">Check All | </a> <a href=\"javascript:uncheckAll(document.myform.list);\">Uncheck All</a> <input type=submit value='-Delete Selected Events-' id='dellt'> </form>"; } $db->query("UPDATE users SET new_events=0 WHERE userid={$ir['userid']}"); $h->endpage(); ?> trust me that works i even have used it on my v2 game and members have no problem
-
Re: Free Multiple Event Deleter - FREE! first of all there is no error bcoz it works perfect on my v2 game so no there is no error second of all i have 999999999999gb of bandwith so why am i worried :lol:
-
Re: Free Multiple Event Deleter - FREE! if u are having trouble with a v2 game here is the code of oxidati0n <?php include "globals.php"; if(isset($_GET['deleteall'])) { if($_GET['conf'] == 1) { $db->query("DELETE FROM events WHERE evUSER=$userid",$c); print "All your events were successfully Deleted! ".mysql_affected_rows($c)." events were deleted in this process! [url='events.php']Back[/url] "; exit; } else { print "Are you 100% sure you want to delete all your events? Once deleted, You cannot retrieve them at all. [url='events.php?deleteall&conf=1']Yes, delete them all now[/url] [url='events.php']No, keep them and Go Back[/url] "; exit; } } $q=$db->query("SELECT * FROM events WHERE evUSER=$userid ORDER BY evTIME DESC LIMIT 1000;",$c); if(mysql_num_rows($q)) { print "<SCRIPT LANGUAGE='JavaScript'> function checkAll(field) { for (i = 0; i < field.length; i++) field[i].checked = true ; blah=document.getElementById('dell'); blah.disabled=false; blaht=document.getElementById('dellt'); blaht.disabled=false; } function uncheckAll(field) { for (i = 0; i < field.length; i++) field[i].checked = false ; blah=document.getElementById('dell'); blah.disabled=true; blaht=document.getElementById('dellt'); blaht.disabled=true; } </script>"; } print "<h3>Events</h3>"; $_GET['delete'] = abs((int) $_GET['delete']); if($_GET['delete']) { $db->query("DELETE FROM events WHERE evID={$_GET['delete']} AND evUSER=$userid",$c); print "[b]Event Deleted[/b] "; } if(mysql_num_rows($q)) { print "<hr /> [url='events.php?deleteall']Delete All[/url] <hr /><form action='multievents.php' name='myform' method='post'> <input type=submit value='-Delete Selected Events-' id='dell'> <a href=\"javascript:checkAll(document.myform.list);\">Check All | </a> <a href=\"javascript:uncheckAll(document.myform.list);\">Uncheck All</a> "; } print "<table width=75% border=2> <tr style='background:;'> <th>Time</th> <th>Event</th><th>Links</th> </tr>"; if(mysql_num_rows($q) == 0) { print "<tr><td colspan=3>You currently have no events.</td></tr>"; } while($r=mysql_fetch_array($q)) { print "<tr><td>".date('F j Y, g:i:s a',$r['evTIME']); if (!$r['evREAD']) { print " [b]New![/b]"; } print "</td><td>{$r['evTEXT']}</td><td>[url='events.php?delete={$r[']Delete[/url] <input type=checkbox name='delete{$r['evID']}' id='list' value='$r[evID]'></td></tr>"; } print "</table>"; if(mysql_num_rows($q)) { print " <a href=\"javascript:checkAll(document.myform.list);\">Check All | </a> <a href=\"javascript:uncheckAll(document.myform.list);\">Uncheck All</a> <input type=submit value='-Delete Selected Events-' id='dellt'> </form>"; } $db->query("UPDATE users SET new_events=0 WHERE userid={$ir['userid']}"); $h->endpage(); ?> NOTE: i only edited this to v2 and changed it so it shows 10000 events ok
-
Re: Free Multiple Event Deleter - FREE! yh we all know he used some of the events script but he knows the script betta than everyone else bcoz he did create it
-
[mccode] for any version copyright code
KyleCrispy replied to KyleCrispy's topic in Free Modifications
Re: [FREE] for any version copyright code yh thats the bad prob :| -
[mccode] for any version copyright code
KyleCrispy replied to KyleCrispy's topic in Free Modifications
Re: [FREE] for any version copyright code well if ya own a game and all the mods were created by you and u have proof the coding was made by you, you could always sue the person right? -
Re: Free Multiple Event Deleter - FREE! you should ask UCC to help ya as he did create the script and he knows more about the coding of it as he did code it
-
Re: (Free) Contra Game ty +1
-
Re: (Free) Contra Game can ya re post that put put game?
-
[mccode] for any version copyright code
KyleCrispy replied to KyleCrispy's topic in Free Modifications
Re: [FREE] for any version copyright code :-o well anyways im not cared its only a script wich will help a lil -
Re: Free Multiple Event Deleter - FREE! i dont understand all u guys needed to do was re modify the events and install multievents.php :?
-
[mccode] for any version copyright code
KyleCrispy replied to KyleCrispy's topic in Free Modifications
Re: [FREE] for any version copyright code and the good thing is they cant steal ya pics :-D -
Re: Free Multiple Event Deleter - FREE! ok
-
[mccode] for any version copyright code
KyleCrispy replied to KyleCrispy's topic in Free Modifications
Re: [FREE] for any version copyright code well any way it will be a bit of use not that much tho :| -
[mccode] for any version copyright code
KyleCrispy replied to KyleCrispy's topic in Free Modifications
Re: [FREE] for any version copyright code :-o well only sum ppl know that -
Re: Free Multiple Event Deleter - FREE! must be suming wrong with ya mainmenu