Jump to content
MakeWebGames

Matty

Members
  • Posts

    168
  • Joined

  • Last visited

    Never

Everything posted by Matty

  1. Re: [V2][MCCODES]Updated Help tutorial   Has no one heard of search and replace? Still the thought was there... :wink:
  2. Re: Counting (nr game) We were saving the excitement for you. 1552
  3. Re: Counting (nr game) 1550!
  4. Re: Wich OS do you prefer?   Agreed. But there more to it than that. Most of the popular games do have Linux installers around the net. If not then they can be emulated to run on Linux. Games will run better on Linux because Linux is less resource hogging than windows, hence why it can run on outdated machines compared to windows. The main reason is because there isn't a market for it there is hardly any drivers available, there is lack of directx 10 support and pretty much all graphic cards. Microsoft know this and this is why with the first Xbox they created was a stripped down Windows 2000 dashboard running on the Linux cromwell bios. The Xbox 360 is much the same, I also believe this is why Windows Vista is going more into the Windows gaming side of things.
  5. Re: [v1]Refill Users     A crons mod?!
  6. Re: Mc Code V2 Problems. Help required. http://us3.php.net/manual/en/function.isset.php
  7. Re: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE............. I'm assuming it would be something like this...   <TR> <TD><h5><center>[b]<font color=333333>|</font> <font color=white>Name:</font> [url=""]<font color=orange>{$u}</font>[/url] <font color=333333>|</font> <font color=white>ID:</font> <font color=grey>{$ir['userid']}</font> <font color=333333>|</font> <font color=white>Rank:</font> [url='criminal.php']<font color=99CCFF>{$ir['level']}</font>[/url] <font color=333333>|</font>"; if($ir['hp'] < 50) { echo '<font color=red>'.$hpperc.'%</font>'; } elseif ($ir['hp'] > 50) { echo '<font color=green>'.$hpperc.'%</font>'; } echo " <font color=white>Cash:</font> [url='bank.php']<font color=FFCC33>{$fm}</font>[/url] <font color=333333>|</font> <font color=white>Crystals:</font> <font color=gray>{$ir['crystals']}</font> <font color=333333>|</font> <font color=white>Loc:</font> [url='monorail.php']<font color=0099CC>Coming Soon!</font>[/url] <font color=333333>|</font> <a href='criminal.php'>{$experc}% <img src=bargreen.gif width=$experc height=10><img src=barred.gif width=$exopp height=10></a> <font color=333333>|</font> [url=""]<font color=0066CC>Logout</font>[/url] <font color=333333>|</font>[/b]</center></h5> </TD> </TR> </TABLE>
  8. Re: Is There Anyway I Can Change The Levels From 1 2 3.. To Like Scumbag, Civili   THats what i suggested at first, exactly that except for it was print "Scum"; not echo "Scum"; lol   I know... I just stated that the second example you gave was incorrect. lol ;)   LOL I like this one...   Its now You shouldnt be learning HTML is way out of date, you should be learning XHTML and CSS... Get with the future, you will need to if you want to get anywhere. Also HTML files can end in more than just *.HTML... Frontpage defualts to *.htm. You can have *.shtml, *.xhtml as defualts aswell... Then depending what your server is configured to you can have it as any extension you want, so longs as its not in use!
  9. Re: Is There Anyway I Can Change The Levels From 1 2 3.. To Like Scumbag, Civili   ? Whats the point in that? Your still not going to display anything... so then you still have to add (echo 'Rank :'.$ir[rank].'.';) in there... The query is pointless and a waste of resources =/   if ($ir['level'] == 1) { echo "Scum"; }   Does the same, no mysql!
  10. Re: Is There Anyway I Can Change The Levels From 1 2 3.. To Like Scumbag, Civili No, That still wont work... /// If user level is one then... if ($ir['level'] == 1) { ///$ir['rank'] varible equals scum $ir['rank'] == Scum } It doesnt output anything... nor does it select or add anything to a table...
  11. Re: RITE!!, Everyone's Wish Has Been Granted!!! I agree. Its fair enough getting it up, but then you have to maintain and run it. You have to fix errors, you have to keep it secure, you have to sort player problems, you have to make sure donations are sorted and always crediting. Players that pay expect a good service. If you cant code then you cant offer that service and your game wont last long. Much like running a bike shop yet knowing nothing about bikes... Learn and you will find it eaisier. You can learn and build at the same time, it may take 3 months or so untill you know a bit, but it will be better in the long run. Edit - There is an edit button, use it dont double/triple post like you have been.
  12. Re: Is There Anyway I Can Change The Levels From 1 2 3.. To Like Scumbag, Civili It would be...   R if ($ir['level'] == 1) { echo "Scum"; }   The first one seems unlikly.
  13. Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in . Sorted - Locked
  14. Re: Need A Lil Bit Of Help On hackpc.php Mod     This Guy Needs To Stop Coding And Start Learning No Joke i agree You cant say much really -   Which was wrong... If you look at the start of the code : /// Get the ID from the URL make it $in $in = abs((int) $_GET['ID']); (Should really be $_REQUEST['ID']) /// If $in is empty then display this error... If not then carry on. if(!$in) { print "Error - no valid player ID to hack specified."; $h->endpage(); exit; }
  15. Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in .   Hes not asking for anything but help. Therefore we shal help. Are you using v1 or v2?
  16. Re: [$5] Minesweeper   What your trying to say is that you have to guess the number, you get it right and you win get it wrong and you don't? I dont find your post being anything like trying to start a fight... more like a review. Still a good idea with more potencial.
  17. Re: [Free] [V1] Guess What Cup? (Casino Game) Because hes nice ;) Its his own work, and its his choice. I may use his mod and add pictures to it then post it free... If I have his permission to edit it.
  18. Re: [MC codes V1 & V2] Page Loading Time You have to make sure this:   $result = (microtime(true) - (int) LOAD_START); echo 'page loaded in '.$result.' second(s)';   is at the bottom of your header, usually in the last table?
  19. Re: [$10] Minesweeper Nice original idea! Great!
  20. Re: How Do I Make A Link - So I Press Some Text And It Runes A Query? I'm going to lock this post now... seeing as its getting out of hand because someone cant take advice. We have no obligation to give you free code. We can help if we want... but thats HELP not give whole bits of code. Whats the point in me giving you the code... A link that runs SQL well... I could do that but you would need to edit it, wait you cant because you don't understand the concept or wont know what to edit. Then perhaps tomorrow you will ask why it wont work for this or that. If your considering running a game, learn first. Its like if you wanted to become a motocross competitor you would need to learn how to ride the bike first not just have someone showing you how to do one trick. Now stop wasting your time arguing and do it, its not hard, its actually something you could do with the PHP for dummies book, so read it again ;) I also don't get why you would want something like this but never mind, ya know if you looked at the games code you would also find something like this in there you could just copy. Don't call anyone ignorant, selfish or whatever, no one is were trying to help you in the long run and I've also told you what you can do as well many of times. Also no one is too stuck up to give this too you, you've just asked for too much an youve given the impression all you want is free stuff and us to code you game for you... big no no!
  21. Re: How Do I Make A Link - So I Press Some Text And It Runes A Query? LOL trust you... Seems like a mighty fine game engine... Its works so nothing for me to fix :wink: :lol: Anyhoo it was...   Yours was working, just not finsihed :wink:
  22. Re: How Do I Make A Link - So I Press Some Text And It Runes A Query? No one is going to help until you try yourself to learn. or pay someone to do the 12+ things you've asked for today... One or two a day I can handle but your asking for way too much. If it was actual help you needed then thats fine, but theres a different, this isn't help... This is asking for something to be done, a mod request if you like... Post an attempt and if it doesn't work I'll fix it. BUT I'm not doing all the work for you.. If you try and search as well there is a SQL executer for free on the forums if I remember correctly. If you keep posting like you have been I will lock em :evil:
  23. Re: How Do I Make A Link - So I Press Some Text And It Runes A Query? Ive just looked at your last posts, and you have started at least 8 different topics today asking for something. Your not asking for 'Help' your asking for the whole things, quite frankly your taking the p*** at the minute, spesh with attitude like this... You have been told to learn and you have come back on every post saying you have when, you've spent most of today posting for more and more 'help' AKA free code. It will take more than a few tutorials ya know... What your trying to do here is mysql and PHP and perhaps HTML, we have suggested you learn those languages first. What your asking for here isn't help, its asking for someone to do it for you. When you post some genuine tries then perhaps I may help you. Ive seen one post so far were I can tell you have tried to do it, and I believe you got help on it... Don't make us do all the work
  24. Re: TIPS!!!! Just think. 'What would attract me to play my game?' You need money for a start if you want to go anywhere fast. Advertise, give stuff away, two huge player bringers. Use free advertising to its up most protencial. Make sure you have someone that can code, make you game look like a lot of effort has been put into it, it tends to make players think its going to be there for a while, instead of something used for a quicker buck or learning purposes. Make it look professional so you get more donators to spend of advertising. Keep players active and make sure they have fun, add updates/sort bugs. listen to them, be a good game owner, this means your players will get there friends to play... word of mouth is the best kinda advertising.
  25. Re: Discovery live messenger You don't fully no what adware/spyware is do you? It doesn't need to be a process to slow you computer or even break it. Besides, even if it was a process, the task itself would use minimal memory or CPU, but what its doing is another thing...
×
×
  • Create New...