
gurpreet
Members-
Posts
834 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by gurpreet
-
Re: [Guide]MC Economy Yeh I've taken the rewards down, put prices up...Helping a bit and it's been an hour. I thought of this but I'll give you guys +1 for reminding me to get off facebook and do it!
-
Re: Deadly Hustle Are those BG images at login.php custom or did you get em from google? Looks great man, 10/10 as usual :) Edit: on explore.php, wouldn't it look good if you centered "Mysterious" etc because the name is here and the tables are under to the left..Looks a bit weird.
-
Re: [Guide]MC Economy This is a nice guide but it's a bit too late for me >.< death-wars.com Here are the stats, after around 600 days: Amount of cash in circulation: $12,168,766,476. The average player has: $7,871,129. Amount of cash in banks: $16,804,417,391. Amount of players with bank accounts: 399 The average player has in their bank accnt: $42,116,334. Amount of crystals in circulation: 1,485,487. The average player has: 960 crystals. Not sure how to decrease this...Also in the donator banks and cyber banks there is like 5 billion or so.
-
[REVIEW] Dark Streets Is Almost Complete Please Review
gurpreet replied to SouIAssassin's topic in Browsergames
Re: [REVIEW] Dark Streets Is Almost Complete Please Review Well search your game for the Ip: 92.23.121.74 And tell them to stop spamming my game. It's pissing me off.. -
Re: Announcement error <?php require "sglobals.php"; //This contains general thingies switch($_GET['action']) { case 'basicset': basicsettings(); break; case 'announce': announcements(); break; default: index(); break; } function basicsettings() { global $db,$ir,$c,$h,$userid,$set; if($ir['user_level'] != 2) { die("403"); } if($_POST['submit']) { unset($_POST['submit']); foreach($_POST as $k => $v) { $db->query("UPDATE `settings` SET conf_value='$v' WHERE conf_name='$k'"); } print "Settings updated! [url='staff.php?action=basicset']Back[/url]"; stafflog_add("Updated the basic game settings"); } else { print "<h3>Basic Settings</h3><hr /> <form action='staff.php?action=basicset' method='post'> <input type='hidden' name='submit' value='1' /> Game Name: <input type='text' name='game_name' value='{$set['game_name']}' /> Game Owner: <input type='text' name='game_owner' value='{$set['game_owner']}' /> Game Description: <textarea rows='7' cols='50' name='game_description'>{$set['game_description']}</textarea> Paypal Address: <input type='text' name='paypal' value='{$set['paypal']}' /> Gym/Crimes Validation: <select name='validate_on' type='dropdown'>"; $opt=array( "1" => "On", "0" => "Off" ); foreach($opt as $k => $v) { if($k == $set['validate_on']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Validation Period: <select name='validate_period' type='dropdown'>"; $opt=array( "5" => "Every 5 Minutes", "15" => "Every 15 Minutes", "60" => "Every Hour", "login" => "Every Login" ); foreach($opt as $k => $v) { if($k == $set['validate_period']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Registration CAPTCHA: <select name='regcap_on' type='dropdown'>"; $opt=array( "1" => "On", "0" => "Off" ); foreach($opt as $k => $v) { if($k == $set['regcap_on']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Send Crystals: <select name='sendcrys_on' type='dropdown'>"; $opt=array( "1" => "On", "0" => "Off" ); foreach($opt as $k => $v) { if($k == $set['sendcrys_on']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Bank Xfers: <select name='sendbank_on' type='dropdown'>"; $opt=array( "1" => "On", "0" => "Off" ); foreach($opt as $k => $v) { if($k == $set['sendbank_on']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Energy Refill Price (crystals): <input type='text' name='ct_refillprice' value='{$set['ct_refillprice']}' /> IQ per crystal: <input type='text' name='ct_iqpercrys' value='{$set['ct_iqpercrys']}' /> Money per crystal: <input type='text' name='ct_moneypercrys' value='{$set['ct_moneypercrys']}' /> Will Potion Item: ".item_dropdown($c, "willp_item", $set['willp_item'])." <input type='submit' value='Update Settings' /></form>"; } } function announcements() { global $db,$ir,$c,$h,$userid,$set; if($ir['user_level'] != 2) { echo '<font color="#FF0000>403 - Unauthorized Access</font>'; $h->endpage(); exit; } if($_POST['TITLE']) { if(strlen($_POST['TITLE']) < 5) { echo 'Sorry, the annoucement title is too short. [url="staff_annouce.php?addannouce"]Back[/url]'; $h->endpage(); exit; } $AddAnnouce = sprintf("INSERT INTO mod_announcements (`annouce_NAME`, `annouce_TEXT`, `annouce_TIME`, `annouce_URGENCY`, `annouce_TOPIC`, `annouce_POSTED`)VALUES ('{$_POST['TITLE']}', '{$_POST['TEXT']}', unix_timestamp(), '{$_POST['URGENCY']}', '{$_POST['TOPIC']}', '{$_POST['POSTED']}')"); $db->query ($AddAnnouce); $db->query("UPDATE users SET `new_announcements` = `new_announcements` + 1"); echo 'Announcement added! > [url="annoucements.php"]View It![/url]'; 9; foreach($opt as $k => $v) { if($k == $set['sendcrys_on']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Bank Xfers: <select name='sendbank_on' type='dropdown'>"; $opt=array( "1" => "On", "0" => "Off" ); foreach($opt as $k => $v) { if($k == $set['sendbank_on']) { print "<option value='{$k}' selected='selected'>{$v}</option>"; } else { print "<option value='{$k}'>{$v}</option>"; } } print "</select> Energy Refill Price (crystals): <input type='text' name='ct_refillprice' value='{$set['ct_refillprice']}' /> IQ per crystal: <input type='text' name='ct_iqpercrys' value='{$set['ct_iqpercrys']}' /> Money per crystal: <input type='text' name='ct_moneypercrys' value='{$set['ct_moneypercrys']}' /> Will Potion Item: ".item_dropdown($c, "willp_item", $set['willp_item'])." <input type='submit' value='Update Settings' /></form>"; } } function announcements() { global $db,$ir,$c,$h,$userid,$set; if($ir['user_level'] != 2) { echo '<font color="#FF0000>403 - Unauthorized Access</font>'; $h->endpage(); exit; } if($_POST['TITLE']) { if(strlen($_POST['TITLE']) < 5) { echo 'Sorry, the annoucement title is too short. [url="staff_annouce.php?addannouce"]Back[/url]'; $h->endpage(); exit; } $AddAnnouce = sprintf("INSERT INTO mod_announcements (`annouce_NAME`, `annouce_TEXT`, `annouce_TIME`, `annouce_URGENCY`, `annouce_TOPIC`, `annouce_POSTED`)VALUES ('{$_POST['TITLE']}', '{$_POST['TEXT']}', unix_timestamp(), '{$_POST['URGENCY']}', '{$_POST['TOPIC']}', '{$_POST['POSTED']}')"); $db->query ($AddAnnouce); $db->query("UPDATE users SET `new_announcements` = `new_announcements` + 1"); echo 'Announcement added! > [url="annoucements.php"]View It![/url]'; $h->endpage(); } } ?> Try that
-
[REVIEW] Dark Streets Is Almost Complete Please Review
gurpreet replied to SouIAssassin's topic in Browsergames
Re: [REVIEW] Dark Streets Is Almost Complete Please Review Don't advertise on my game you douche. -
Re: [MCCODES V2] Abduct someone from Hospital Thats a very clever and ilusive way of thinking Gurpreet. The mods i make are not intended to easily thought about thats why some people think outside the box and add to it.. All i've done is given you the starting block its up to you how you manage it. Also, if you beat em. it takes 50% energy away correct? well this takes an extra 40% away so it would be quicker to attack each member intervidually instead of whacking people in hosp and abuting agian. On my game it only costs 12 crystals to refill your energy...So yeh
-
Re: Mafia Text Based Game? I personally hate the ones where, if you get killed, you have to make a new account or whatever...That's just to make your game look like: Total Accounts: 519,195 Rather than a normal game: Total Accounts: 1,529 You get what I mean...Most new people leave because once your the best...It's not any more fun.
-
Re: Mafia Text Based Game? *cough cough* Illegal *cough* You gotta buy a good mafia script...Or download one and join people who just be total pricks who break the law.
-
Re: Looking for a Referal Mod ... That's Neji's....No idea why it isnt working!
-
I accidently deleted my database and it wont read my backup?
gurpreet replied to legrolls's topic in General Discussion
Re: I accidently deleted my database and it wont read my backup? I had to open them in notepad (notepad is faster than word) and split them up, like Faz said. But for me, it took over 5 hours...It's the only way to get it back as you cannot upload big files. You could ask your host to take the limit off for a while, I got that done the 2nd time. That took 20 mins uploading as they took off my limit for 1 hour. -
[MCcode] Raffle Script out of interest
gurpreet replied to radio_active's topic in Paid Modifications
Re: [MCcode] Raffle Script out of interest I recommend you sell it. I would happily buy this if I had the money when this was on sale :) -
Re: [mc code V2]Updated Lottery Yeh >.< Just can't add it in the right place. Name:G_u_r_p_Z [1] Donator: 222 Days Left Money: $-110,000
-
Re: [mc code V2]Updated Lottery Screenshot, as Akash said it's basic.
-
Re: [mc code V2]Updated Lottery +1 badgirl, HD and Akash!
-
Re: [mc code V2]Updated Lottery With the weekly cron would it be: curl gamename.com/cron_weekly.php curl gamename.com/cron_weekly.php?code=longasscodehere gamename.com/cron_weekly.php Or what?
-
Need an Mccodes hall of fame of referrals
gurpreet replied to (((TOLK)))'s topic in General Discussion
Re: Need an Mccodes hall of fame of referrals Showing the 6 users with the highest number of referals QUERY ERROR: Invalid use of group function Query was SELECT COUNT('refREFED') AS total,refREFER FROM referals GROUP BY refREFER ORDER BY COUNT('referred') DESC LIMIT 10 -
Re: ddaysmarket http://criminalexistence.com/ceforums/i ... pic=3118.0
-
Hi there. First off, Illegalife did not ask me to post this. I just loved the work he did for my game (www.death-wars.com) so much that I felt I had to do this. He says he isn't a professional yet, so his prices are very low for the quality of his work ($50 for an in-game and register and login page) and I must say, it's one of the best pieces of work I've seen, if not the best for this price. If you are looking for someone to do a template, I strongly recommend coming to this guy. He is trustworthy and his quality of work for his prices are beyond great. Once again, Thanks for the amazing job Illegalife :)
-
Re: Secure 50/50? Thanks :) +1
-
Re: Secure 50/50? Oh it was the "ip hack". Someone mind going on www.death-wars.com and just using that to make themselves admin? Casey did it before....But he/she logged off msn...
-
Re: Admin Hack Prevention What should I search for the FF addon? I've deleted my forums and added a Phpbb one.
-
Re: Secure 50/50? Where are the RAW logs? Never had to check these before? Somewhere in the Cpanel?
-
[MMCODE V2] Set Sell Price of houses after they are Purchased...
gurpreet replied to Uridium's topic in Free Modifications
Re: [MMCODE V2] Set Sell Price of houses after they are Purchased... You sold your Motel Room for 0 and went back to your Shed Sold for the sale price this time. Still says 0 though -
[MMCODE V2] Set Sell Price of houses after they are Purchased...
gurpreet replied to Uridium's topic in Free Modifications
Re: [MMCODE V2] Set Sell Price of houses after they are Purchased... Says you sold you blah for 0, but gives the correct amount.