
Karlos
Members-
Posts
951 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Karlos
-
Re: View Donators [V2] Your Script :? If So Ill Remove It... But Im Pretty Sure I Just Edied The Tabel And Edited The Online And Offline Text Into Pictures :-D :wink:
-
Re: Macro Page Edit [V2] In That Case Just Use This Instead Of My Other One. <?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(); ?>
-
Re: Userlist Edit [V2] Thanks For Positive Comments :-D :wink:
-
Re: Userlist Edit [V2] :-D :wink: :-D :wink: :-D :wink: :-D :wink:
-
Re: [FREE] [V2] 2 Game Styles/Themes i really like them both but none of them fit my theme so i wont be using them, but im gonna say again, good themes :-D :wink:
-
Re: [FREE] [V2] 2 Game Styles/Themes im not sure on the second one, most players would like to see thier EXP with all the other :| good themes tho :wink:
-
Re: Userlist Edit [V2] True But Yours Is More Advanced, Im Keeping Mine A Bit Simpler :D
-
Re: Userlist Edit [V2] Thank You For Your Comment :) Well I Started Coding About A Month Ago So I Need To Learn A Bit More First And I Havent Worked With HTML Tables Alot :| But Thank You Again :-D :wink:
-
Re: Most of my Mods for V2 On His Profile Sigs, Does Anyone Know How I Can make It So BBCode Works On It :? Sorry About This Ive Only Been Coding Less Than A Month now
-
Re: Userlist Edit [V2] Actually I Edited The Table And Changed the Pic :-D 1. And Thats Why its Called an Edit :) 2. Modification Means A Result Of Modifying, And I Modified The Looks of The Table So It Has Its Right To Remain Here :-D
-
Re: View Donators [V2] :-o Well You Would :wink:
-
With The Basic Mccodes V2 I Hated The Basic Userlist Which Was Like So I Edited Slightly And Improved it So It Looks Like Anyway Replace userlist.php With This: <?php //Userlist Mod //Made By Karlos //Copyright © //Made For Mccode V2 //Date Made: 31 - Aug - 2008 //Free To Criminal Exsitence Forum Users include "globals.php"; $_GET['st'] = abs((int) $_GET['st']); $st=($_GET['st']) ? $_GET['st'] : 0; $by=($_GET['by']) ? $_GET['by'] : 'userid'; $ord=($_GET['ord']) ? $_GET['ord'] : 'ASC'; print "<h3>Userlist</h3>"; $cnt=mysql_query("SELECT userid FROM users",$c); $membs=mysql_num_rows($cnt); $pages=(int) ($membs/100)+1; if($membs % 100 == 0) { $pages--; } print "Pages: "; for($i=1;$i <= $pages;$i++) { $stl=($i-1)*100; print "[url='userlist.php?st=$stl&by=$by&ord=$ord']$i[/url] "; } print " Order By: [url='userlist.php?st=$st&by=userid&ord=$ord']User ID[/url] | [url='userlist.php?st=$st&by=username&ord=$ord']Username[/url] | [url='userlist.php?st=$st&by=level&ord=$ord']Level[/url] | [url='userlist.php?st=$st&by=money&ord=$ord']Money[/url] [url='userlist.php?st=$st&by=$by&ord=asc']Ascending[/url] | [url='userlist.php?st=$st&by=$by&ord=desc']Descending[/url] "; $q=$db->query("SELECT u.*,g.* FROM users u LEFT JOIN gangs g ON u.gang=g.gangID ORDER BY $by $ord LIMIT $st,100"); $no1=$st+1; $no2=$st+100; print "Showing users $no1 to $no2 by order of $by $ord. <table width=75% border=1> <tr style=background:none'><th>ID</th><th>User</th><th>Money</th><th>Level</th><th>Gender</th><th>Status</th></tr>"; while($r=$db->fetch_row($q)) { $d=""; if($r['donatordays']) { $r['username'] = "<font color=red>{$r['username']}</font>";$d="[img=/images/donator.gif]"; } print "<tr><td>{$r['userid']}</td><td>[url='viewuser.php?u={$r[']{$r['gangPREF']} {$r['username']} $d[/url]</td><td>\${$r['money']}</td><td>{$r['level']}</td><td>{$r['gender']}</td><td>"; if($r['laston'] >= time()-15*60) { print "<center>[img=/images/status_online.png]</center>"; } else { print "<center>[img=/images/status_offline.png]</center>"; } print "</td></tr>"; } print "</table>"; $h->endpage(); ?> There Are Are Also 2 Pics What You Will Need See Below :-D Would Like To Hear Your Comments And I Would Like You To Say If You Prefer The Normal Version Or My Edited Version :wink:
-
Re: Macro Page Edit [V2] I Dont Care About That, I Just Prefer It To The Other One, The One You Like Well In Some Games You Get Unneeded Verifications As I Said Before Where - 0 Looks Like O And With My Edit All You Need To Enter A 2 Numbers And Press Enter And It Works 100% Of The Time For Me :wink:
-
Re: Macro Page Edit [V2] Ive Seen That On A game Before But I Dont Like That Compared To this Tho :wink:
-
Re: View Donators [V2] And Screeny :wink:
-
Re: View Donators [V2] Thanks :) Google Is A Friend :-D
-
I Saw A View Donators Mod And I Decided To Edit It To Make It Look Nice So Here it Goes Replace viewdonators.php Or Create A File And Place The Following :-D <?php // View Donators Mod // Made By Karlos // Copyright © // Made For Mccode V2 // Date Made: 31 - Aug - 2008 // Free To Criminal Exsitence Forum Users include "globals.php"; print "<center> [b]<font color=black><h1>Donators</h1>[/b] <table width=75% border=1> <tr style=background:none><th>User</th> <th>Level</th> <th>Money</th> <th>Donator days Left</th> <th><font color=black>Status</th> </tr>"; $q=$db->query("SELECT * FROM users WHERE donatordays ORDER BY userid ASC",$c); while($r=mysql_fetch_array($q)) { if($r['laston'] >= time()-60*60) { $on="<center>[img=/images/status_online.png]</center>"; } else { $on="<center>[img=/images/status_offline.png]</center>"; } print "<tr> <td>[url='viewuser.php?u={$r[']<font color=black>[b]{$r['username']}[/b]</font>[/url] [{$r['userid']}]</td><td>{$r['level']}</td> <td>\${$r['money']}</td> <td>{$r['donatordays']}</td> <td>$on</td> </tr>"; } print "</table>"; $h->endpage(); ?> There is Also Two Images You Need Which Are Added To The Post. Down Below Hope You Like And Please Comment :wink:
-
Re: Macro Page Edit [V2] Thanks Mate, I Was Wondering If It Was Worth Posting :| But If I Keep Getting Positive Comments ill Post More Mods :wink:
-
Re: Macro Page Edit [V2] Yea I Know, But I'm just Pointing Out They Can Have And Easier Validation Instead Of 2%fK&5 And I Was Browing On Some Games This Morning and I Got So Fed Up Of Peoples Validations Cause It Long Winded, I Prefer Nice Quick And Easy Ones :-D
-
On The Basic Mccodes V2, When You Enter the Gym You Normally have To Type In About 6 Letters, Numbers And Symbols :| So I Decided To Show My Edit With You So You Only have To Enter 2 Numbers :wink: Replace macro1.php With: <?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<2;$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(); ?> There You Go :) Please Comment And Tell Me If You Used It :-D
-
Re: [v2] Newspaper MOD Not Bad Mate
-
Re: [Any] Quick Chat With Owner It Looks Okay But It Would Be Annoying If You had Hundreds Of Members Trying To Talk To You At Once...... :wink: :|
-
Re: [mod] Mcc Christmas Theme Ahhh I See, But Still Its Goood
-
Re: [mod] Mcc Christmas Theme Nice One Mate....Should Waited Till It Was Closer But Oh Well :P
-
Re: Most of my Mods for V2 I had A look At These And these are decent mods go for them peeps :)