
skooda
Members-
Posts
494 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by skooda
-
Yea mines show the gang id
-
Thanks Ian.Updated the post.
-
My first mccode mod I plan on making more soon just practicing right now. <? require("globals.php"); /** * @name Top 10 * @author Skooda *@link http://www.wisecrime.com * @copyright All rights reserved by Skooda * This is free you may not sale this mod. */ $_GET['st'] = abs((int) $_GET['st']); $st=($_GET['st']) ? $_GET['st'] : 0; $by=($_GET['by']) ? $_GET['by'] : 'userid'; $ord=($_GET['ord']) ? $_GET['ord'] : 'ASC'; $cnt=mysql_query("SELECT userid FROM users",$c); ?> <form method="post"> <table width="550" border="0" align="center" cellpadding="0" cellspacing="2" class="table"> <tr> <td colspan="3" align="left" class="head">Top 10 Ranked Players: </td> </tr> <tr> <td width="150" align="left" class="sub">Name:</td> <td width="150" align="left" class="sub">Exp:</td> <td width="250" align="left" class="sub">Gang:</td> </tr> <? $result = mysql_query("SELECT username,gang,crimexp,bankmoney FROM users WHERE user_level='1' ORDER BY exp + 0 DESC LIMIT 0,10") or die(mysql_error()); while($row = mysql_fetch_array( $result )) { ?> <tr> <td width="150" align="left" class="cell"><?php echo "<a href=\"#". $row['username'] ."\" onFocus=\"if(this.blur)this.blur()\">".$row['username']."</a>"; ?></td> <td width="150" align="left" class="cell"><?php echo "<a href=\"#". $row['crimexp'] ."\" onFocus=\"if(this.blur)this.blur()\">".$row['crimexp']."</a>"; ?></td> <td width="250" align="left" class="cell"><?php if(empty($row['gang'])){ echo "No Gang."; }else{ echo "<a href=\"#". $row['gang'] ."\" onFocus=\"if(this.blur)this.blur()\" >".$row['gang']."</a>"; }?></td> </tr> <?php } // while ?> </table> <table width="550" border="0" align="center" cellpadding="0" cellspacing="2" class="table"> <tr> <td colspan="3" align="left" class="head">Top 10 wealthiest Players: </td> </tr> <tr> <td width="150" align="left" class="sub">Name:</td> <td width="150" align="left" class="sub">Wealth:</td> <td width="250" align="left" class="sub">Gang:</td> </tr> <? $result = mysql_query("SELECT bankmoney,username,credits FROM users WHERE user_level='1' ORDER BY bankmoney + 0 DESC LIMIT 0,10") or die(mysql_error()); // keeps getting the next row until there are no more to get while($row = mysql_fetch_array( $result )) { // Print out the contents of each row into a table ?> <tr> <td width="150" align="left" class="cell"><?php echo "<a href=\"#". $row['username'] ."\" onFocus=\"if(this.blur)this.blur()\">".$row['username']."</a>"; ?></td> <td width="150" align="left" class="cell"><?php print "Private"; ?></td></td> <td width="250" align="left" class="cell"><?php if(empty($row['gang'])){ echo "No Gang."; }else{ echo "<a href=\"#". $row['gang'] ."\" onFocus=\"if(this.blur)this.blur()\" >".$row['gang']."</a>"; }?></td> </tr>
-
6 core VPS server lighting speed NO LAGS offering unlimited web hosting :)
skooda replied to chavdave's topic in Web hosting
The same reason you speak like an ass. Well its not hard a new person can create a thread and get 8 different replies and most of the time thier not nice.Just like that comment you just said we speak like muppets when you could of kept that to your self and its off subject. -
Do you have an live demo
-
Results: Website: http://wisecrime.com (Visit) Valid?: MCCodes 2.0.0 Online/Offline: Online Or you can just check my url-wisecrime.com :)
-
It miss read it. Lol dont ask me that I can give you a whole list of ppl who claim that they made mods and ask for cpanel acess(It never works)
-
6 core VPS server lighting speed NO LAGS offering unlimited web hosting :)
skooda replied to chavdave's topic in Web hosting
Well not all servers down for ddos attack do undermaintance come to mind. Well your case is unspoken for if you had a professional provider they would have sent you an email why your server was down. Not foolish statement just common sense . -
Yea I just was assuming
-
6 core VPS server lighting speed NO LAGS offering unlimited web hosting :)
skooda replied to chavdave's topic in Web hosting
Its funny how you keep saying all these big sites facebook,google,amazo.Its obvious their ppl who try to ddos big sites like that and those have alot of users.Im sure no one would ddos chav servers unless he piss someone off which I doubt as chav is one of the nicest ppl on this forum. Also I wouldnt say it wouldnt have downtime due to servers maintance as downtime for no apparently reason I will say it will have no downtime for that. -
6 core VPS server lighting speed NO LAGS offering unlimited web hosting :)
skooda replied to chavdave's topic in Web hosting
Not all servers crash -
It dont I just figure you would.But if you dont need it I will apply for your help.
-
6 core VPS server lighting speed NO LAGS offering unlimited web hosting :)
skooda replied to chavdave's topic in Web hosting
I known Chav for a very long time and I can say that he paid for his servers and you will never have any downtime. -
So your asking for the owner cpanel pass to work his/her game?
-
I'll buy would ya mind if I pay you a 1$ a month it will add up :D
-
Lol i'll sell you mines for 75$ my whole databse minus the user.
-
-_-How bout you send a pm.
-
All what you ask above.Give me a price.
-
Hey I could do this
-
<?php session_start(); $connect = mysql_connect("gothcent_ganstercentral", "gothcent_admin3", "password") or die (mysql_error()); { exit("<span style='color: red'>Can't connect to the MySQL database. Please contact the webmaster.</body></html>"); } { exit("<span style='color: red'>Can't connect to the MySQL server. Please contact the webmaster.</body></html>"); } ?> What are you using this piece for?
-
Try removing the pasword
-
I must say that was very unprofessional sending a DMCA as its obvious that he didnt know what he was doing.As their many unlicense mccode v2 games out thats making profit.
-
I'll choose v2 over that anytime