Karlos
Members-
Posts
951 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Karlos
-
Re: [mccode v2] Improved Robbery Can't you actually make your own staff_cars.php ? What is CE coming to :-P
-
Re: [mccode] Voting token exchange <?php include 'globals.php'; echo "<h3>Voting</h3> Here you may vote for {$set['game_name']} at various RPG toplists and be rewarded. [url='vstats.php']Voting Stats[/url] [url='votemporg.php']Vote at Mpogr (Points 2)[/url] [url='voteapex.php']Vote at APEX (Points 2)[/url] [url='votetopm.php']Vote at TopM (Points 2)[/url] [url='votejag.php']Vote at Jag (Points 2)[/url] "; $h->endpage(); ?> There.
-
Re: [mccode] ZBank [$5.00] Mailed you.
-
Re: [mccode] ZBank [$5.00] I added you on MSN and you never accepted me and i prefer not to do business here
-
Re: [V2] crystal Temple Thats how im starting to do mine, its better
-
Re: Free Graphics!!! Ok well looking at what information youhave given me, i came up with a quick bannerdesign, quite effective, if you dontliek ti i can always edit it or add more to it, below is an example of it... THE ABOVE IMAGE ISNT IN FLL QUALITY AND WHEN SENT TO YOU WILL BE A LOT CLEARER AND THE DETAILS WILL BE EASIER TO SEE. Its a nice draft, i actually really like it... thanks :)
-
Re: [mccode v2] Fishing Mod tnks im currently trying to figure out how to require a person to have a boat, net, and lure to fish, it wont be items but more of a query but im confused so yea, do u have yahoo or msn so i can talk to you more in-depth of how i want it and if u could help me. i have a boat mod, so if you want contact me on [email protected] and i'll talk more in depth about his to you.
-
Re: [mccode v2] Fishing Mod Nice mod. I'll like it but A few edits before It goes on my game :)
-
Re: Free Graphics!!! Hmmm... A Piratey Banner font = sniper colors = light blue text size = 50pts banner size = 932px X 100px not to cartoony....more like painted. transprent background. save as .png Good Luck :) And Thanks
-
Re: [ANY] Random Comment This isn't hard to code tho.
-
Re: [mccode v1] Scuba Diving SQL's: ALTER TABLE `users` ADD `oxygen` INT( 11 ) NOT NULL DEFAULT '100'; ALTER TABLE `users` ADD `maxoxygen` INT( 11 ) NOT NULL DEFAULT '100';
-
Re: [HELP REQUIRED] itembuy.php Thanks Illusions For Help Sorting This :-D
-
[mccode v2] Freeze & Reactivate a Users Bank Account
Karlos replied to Uridium's topic in Free Modifications
Re: [MOD] V2 Freeze & Reactivate a Users Bank Account Nice One Man :-P -
I Suddenly Got This And Im Not Sure Why :? Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/cursed/public_html/itembuy.php on line 40 Heres Line 30-45 if($itemd['itmbuyable'] == 0) { print "This item can't be bought!"; $h->endpage(); exit; } $price=($itemd['itmbuyprice']*$_POST['qty']); item_add($userid, $_GET['ID'], $_POST['qty']); $db->query("UPDATE users SET money=money-$price WHERE userid=$userid"); $db->query("INSERT INTO itembuylogs VALUES ('', $userid, {$_GET['ID']}, $price, {$_POST['qty']}, unix_timestamp(), '{$ir['username']} bought {$_POST['qty']} {$itemd['itmname']}(s) for {$price}')"); $s = ($_POST['qty'] == 1) "" : "s"; echo sprintf("You bought %s %s%s for \$%s", number_format($_POST['qty']), stripslashes($itemd['itmname']), $s, number_format($price)); } } $h->endpage(); ?> Thanks In Advanced :-)
-
Re: [V LITE] Killing License MyGunWars And War_Hero that is V2...This Is A LITE Topic :-P For LITE Try <?php /* Made By Sniko` killinglicence.php Fixed By Karlos */ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); echo "<h3>Killing License</h3>"; switch($_GET['action']) { echo '[[url="?action=buy"]Buy A Killing Licence[/url]] [i]Killing Licences Are So You Can Kill Others![/i]'; if($_GET['action'] == 'buy') { echo 'You Successfully Bought One And Now You Can Start To Kill!'; mysql_query("UPDATE `users` ADD killinglicense=1 WHERE userid=$userid"); } } ?>
-
mccode-v2 streets.php includes image + ability to fight NPCS
Karlos replied to Uridium's topic in Free Modifications
Re: [uPGRADE] V2 streets.php includes image + ability to fight NPCS gah accendentitly put a "l" in it so heres the correct one. ALTER TABLE `users` ADD `diamonds` BIGINT( 45 ) DEFAULT 0; -
mccode-v2 streets.php includes image + ability to fight NPCS
Karlos replied to Uridium's topic in Free Modifications
Re: [uPGRADE] V2 streets.php includes image + ability to fight NPCS i would use this personally. ALTER TABLE `users` ADD `diamondsl` BIGINT( 45 ) DEFAULT 0; -
Re: Time No problem...Glad to help..
-
Re: Time http://criminalexistence.com/ceforums/i ... ic=18255.0 Theres a link. hope it helps
-
I've always relied on XBOX to deliver good consoles, however i believe the 360 wasn't the best consloe ever, due to the Infamous Red rings of Death (RroD) and the consoles poor capibitlty of keeping its self cool so it can be played hours and hours on end with ease. Another point i have to make is the disktray's they are cheap quality and half of them break. Finally my last bad point is that if you play next-gen games you have more chance of your 360 failing under the increasing graphics intensity and it has a 50% chance of failing. But Overall I have always relied on XBOX but i believe this console isn't the best quality as it could. My pleed to Microsoft is to make a reliable game console where it won't fail and its cooling system is a high quality so the console isn't understress.
-
Re: [showcase] Cursed-Islands I just put them there beacuse it daves time when i have made them so i don't need to go to login.php and do the link where as i just remove [Not Yet] and it also shows whats going to be added
-
Re: SQL Injection http://criminalexistence.com/ceforums/index.php?topic=24802.0
-
[mod v2] halloween bit late but fun Scare members with Masks
Karlos replied to Uridium's topic in Free Modifications
Re: [mod v2] halloween bit late but fun Scare members with Masks True...The Scariest Elf :-P -
mccode-v2 Upgrade IPFINDER original Script by Magicaltallguy
Karlos replied to Uridium's topic in Free Modifications
Re: mccodes V2] Upgrade IPFINDER original Script by Magicaltallguy <?php include "sglobals.php"; /* Created by Magictallguy */ error_reporting(E_ALL); if($ir['user_level'] != 2 && $ir['user_level'] != 3) { die("You can't access this"); } //----------- $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : ""; //----------- switch($_GET['action']) { case 'index': index(); break; case 'status': status(); break; case 'status2': status_edit(); break; default: index(); break; } function index() { echo ("10.0.0.0 and 127.0.0.1 are default IPs. Pay no attention to those. <table border='1' class='table' cellpadding='2' cellspacing='2' width='100%'> <tr> <th>IP</th> <th>How Many</th> <th>ID's</th> <th>Usernames</th> <th>Status</th> <th>Cleared By</th> </tr>"); $sql = ( "SELECT `username`,`lastip`, COUNT(`userid`) AS `numusers`, `userid`, CAST(GROUP_CONCAT(`userid`) AS CHAR) AS `userlist`, fedjail " . "FROM `users` " . "WHERE (`lastip` != '') " . "GROUP BY `lastip` " . "HAVING (`numusers` > 1) " . "ORDER BY `lastip`"); $mysql = mysql_query($sql); while($z = mysql_fetch_array($mysql)) { $ipcheck = sprintf("SELECT * FROM ipfinder WHERE (ip = '%s')", $z['lastip']); $doipcheck = mysql_query($ipcheck); $ip = mysql_fetch_array($doipcheck); if($ip['status'] == "" || !$ip['status']) { $status = "<font color=blue>Needs Checking</font>"; } else { $status = stripslashes($ip['status']); } if(!$ip['cleared_by']) { $cleared = "No-one"; } else { $cleared = $ip['cleared_by']; } echo ("<tr>"); echo sprintf("<td style='text-align:center;'>[url='/ipfinder.php?action=status&ip=%s']%s[/url]</td>", $z['lastip'], $z['lastip']); echo sprintf("<td style='text-align:center;'>%s</td>", $z['numusers']); echo sprintf("<td>%s</td>", wordwrap($z['userlist'], 50, " \n", true)); echo sprintf("<td style='text-align:center;'><a href='/viewuser.php?u=%s'>%s</td>", $z['userid'], $z['username']); echo sprintf("<td style='text-align:center;'>%s</td>", $status); echo sprintf("<td style='text-align:center;'>%s</td>", $cleared); echo ("</tr>"); } echo ("</table>"); } function status() { echo sprintf("Editing the status of IP: %s", $_GET['ip']); $GetIPDetails = sprintf("SELECT * FROM ipfinder WHERE (ip = '%s')", $_GET['ip']); $sql = mysql_query($GetIPDetails); $a = mysql_fetch_array($sql); echo (" "); echo ("You can use code, but limit it to font colours only (<font color=colour>Text</font>) "); echo ("<font color=red>Multi</font> - <font color=green>Federal Jailed</font> "); echo ("<font color=green>Library IP</font> "); echo (" <font color=orange>Side Note:</font> "); echo ("<form action='ipfinder.php?action=status2' method='post'>"); echo sprintf("<input type='hidden' name='ip' value='%s' />", $_GET['ip']); echo sprintf("<textarea rows='10' cols='50' name='status'>".$a['status']."</textarea> "); echo ("<input type='submit' value='Change Status'>"); echo ("</form>"); } function status_edit() { $Count = sprintf("SELECT ip FROM ipfinder WHERE (ip = '%s')", $_POST['ip']); $mq = mysql_query($Count); $Name = sprintf("SELECT userid, username FROM users WHERE (userid = %u)", $_SESSION['userid']); $SN = mysql_query($Name); $fluff = mysql_fetch_array($SN); if(mysql_num_rows($mq) == 0) { $Update = sprintf("INSERT INTO ipfinder VALUES ('%s', '%s', '%s')", $_POST['ip'], mysql_real_escape_string($_POST['status']), mysql_real_escape_string($fluff['username'])); mysql_query($Update) OR DIE(mysql_error()); echo ("[b]Status Updated![/b]<hr />[url='/ipfinder.php']Back[/url]"); } else { $Insert = sprintf("UPDATE ipfinder SET status = '%s', cleared_by = '%s' WHERE (ip = '%s')", $_POST['status'], mysql_real_escape_string($fluff['username']), $_POST['ip']); echo ("[b]Status Updated![/b]<hr />[url='/ipfinder.php']Back[/url]"); mysql_query($Insert) OR DIE(mysql_error()); } stafflog_add(sprintf("Edited the status of IP %s", $_POST['ip'])); } ?> I Put viweuser instead of deatils and it works fine :) -
[mod v2] halloween bit late but fun Scare members with Masks
Karlos replied to Uridium's topic in Free Modifications
Re: [mod v2] halloween bit late but fun Scare members with Masks Nice. I'll Use This Next Halloween :)