-
Posts
551 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by Kieran-R
-
if ($ir['userid'] == 1) { echo "[url=''][/url]"; }
-
Then how are we meant to fix your code? Post the PHP
-
Well From what you have posted, there is no full PHP.
-
How does HTML result in something being posted in the database? Never heard of that before.
-
Good Luck, but I would like to make a few comments. First of all, what makes this different from loads of other games? I signed up, and there isnt really anything that will make the player want to play your game more than another. Also, I strongly suggest you invest some money into purchasing a decent template. The current template really doesnt go well with "Unholy Kingdom". This is a must if you want your game to be successfull. But as I said, good luck with your game.
-
Looking for someone to Re-Code Gangs
Kieran-R replied to RookieNRG's topic in Requests & In Production
Paid, Free work? Information about the gang mod? Comon... Dont be expecting any emails if you dont give any info other than its to do with gangs. -
WTF this is a direct copy of toprpgames.com...
-
You should really try looking for typo's in your code ;)
-
Ahh was getting mixed up... I dont work with MCCodes so often. Sorry about that.
-
It works.... Trust me ;)
-
Add a field to the users table called `justjoined` INT 11 DEFAILT 0 add this to loggedin.php if ($ir['justjoined'] == 0) { echo " Hello, welcome to GameNameHere. Im the games coder and new player helper, so if you need help with anything, just ask me. You can start training and leveling up by doing crimes and training at the enhancement centers on your left side menu. Many new players have found this EXTREMELY helpful when they want to know what different things are and how to play and get set up and settle in. "; mysql_query("UPDATE `users` SET `justjoined` = 1 WHERE (`userid` = $userid)"); event_add(1, "{$ir['username']} just joined with IP Address: {$ir['lastip']}"); } Not tested, but should work ok :thumbsup:
-
It just seems strange to me that MCCodes get themselves pretty much on the main Make Web Games banner, yet they get the exact same forums as what every other engine gets...
-
Yours still forgetting here: For example, this is the OFFICIAL MCCodes forum. Not that I want this forum more for MCCodes, but after all, this is there offcial forum. So shouldnt thre be a sort of dedication for them over other engines? Also, If you want a more any game engine forum, then why is there a big sign which says MCCodes on the main banner? Kind of links to this forum being the mccodes official forum. Just a few things that should be thought out by the owners of this forum/MCodes.
-
I definitely think that people should have to enter there mccodes license # or something before they can use the MCCodes support section. Also, Dayo, they could simply make separate forum sections for lite/V.1/V.2 mods. That way you get to look at the mods that are for your type of mccodes. << That idea could be developed apon to something better, but yes I do believe that only valid MCCodes lisence holders should be allowed to take advantage of the wider sections of the MCCodes section. Glad to see there are being change made though. Well Done! :)
-
It looks better with the seperate querys :P But if you really want, <?php //created by Robert Sene & Alex Gregory //Copyright 2011 Demonic Soldiers & [url]www.DemonicSoldiers.com[/url] //^^DO NOT REMOVE!^^ include "globals.php"; if($ir['user_level'] != 7) { echo "Go Away!!!"; $h->endpage(); exit(); } if(!$_GET['spend']) { print "Welcome to the Owner Refill All Users Center! What would you like to do Today? [url='heal.php?spend=arefill']I Would Like To Refill All User's[/url] "; } if($_GET['spend'] == 'arefill') { $db->query("UPDATE users SET brave=maxbrave, will=maxwill, hp=maxhp, energy=maxenergy, hospital=0, jail=0"); $q=$db->query("SELECT userid FROM users"); while($id=$db->fetch_row($q)) { event_add($id['userid'], "[url='viewuser.php?u=$userid']{$ir['username']} Unleashes a healing aura. You suddenly feel stronger, rejuvenated and full of will and power. You see the Hospital and Jail emptying too! $gn{$u}[/url]"); } print "You have refilled all user's. [url='heal.php']Back[/url] "; } $h->endpage(); ?>
-
<?php //created by Robert Sene & Alex Gregory //Copyright 2011 Demonic Soldiers & [url]www.DemonicSoldiers.com[/url] //^^DO NOT REMOVE!^^ include "globals.php"; if($ir['user_level'] != 7) { echo "Go Away!!!"; $h->endpage(); exit(); } if(!$_GET['spend']) { print "Welcome to the Owner Refill All Users Center! What would you like to do Today? [url='heal.php?spend=arefill']I Would Like To Refill All User's[/url] "; } if($_GET['spend'] == 'arefill') { $db->query("UPDATE users SET brave=maxbrave"); $db->query("UPDATE users SET will=maxwill"); $db->query("UPDATE users SET hp=maxhp"); $db->query("UPDATE users SET energy=maxenergy"); $db->query("UPDATE users SET hospital=0"); $db->query("UPDATE users SET jail=0"); $q=$db->query("SELECT userid FROM users"); while($id=$db->fetch_row($q)) { event_add($id['userid'], "[url='viewuser.php?u=$userid']{$ir['username']} Unleashes a healing aura. You suddenly feel stronger, rejuvenated and full of will and power. You see the Hospital and Jail emptying too! $gn{$u}[/url]"); } print "You have refilled all user's. [url='heal.php']Back[/url] "; } $h->endpage(); ?> ^^ Makes more sense than your original post ;)
-
Ahh right sorry. Didnt really check out teh second set of querys ;) But still... Im a bit pissed at this guy that he is giving people shit when they are trying to help him
-
Ok thanks for the info :) I'll definitely try some of these ideas later.
-
http://www.jangosmtp.com Is it something like this you are talking about?
-
And how would I do that through a PHP script?
-
Does anyone know a way that makes the emails you send from a PHP script goto there inbox rather than there junk mail folder? I have been researching this for quite a while now, but ive gotten nowhere :(
-
[align=center]SOLD[/align] [align=center]This thread can now be locked.[/align]
-
Looks good, but im not sure its worth $50. Good luck with your sales though :)
-
Hmm some pretty *random* ideas there lol... I'll mabe Recife something in mccodes. Add something new to it ;) Thanks for the ideas.
-
I already made a lottery mod. But yea I could mabe change it using timestamps:) Don't really see the demand for a hour lotto tbh though ?