Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. No Maniak I did read it and you obviously dont know what your talking about.
  2. I keep seeing posts and requests like this.... just wanna mention something. I would like a replica of Call of Duty. As it has made a shed load of cash 8o However If i got someone to make me a replica then it would be shut down and I would be sued for copyright infringement, breach of several other laws. Now....are you not asking the same?
  3. You mean thats how its shown on here how to do things. Go read about switch and then decide for yourself if you should do that line or not. I bet you choose not too for the same reason stated by Slimy. Here is a question for you......why so intent on securing the output. If the input is secured the output will be what?
  4. There are no girls on the Internet. Now you must do one of two things 1) Cover your ears and close your eyes and repeat; "You're a figment of my imagination" until she eventually leaves 2) Tell her than when she learns to code, her input may become of some meaning to you. You can thank me later Tut tut EQ I expected more from you... 3) Go bring me a beer(soft drink for those underaged). 8o
  5. Going off topic much? sprintf is useful in that it formats which is handy for those what wish to program that way. By itself it does not secure anything but as your going down a formatting route with sprintf then your putting yourself in a position of A = 1234 and B = LALALALA as the result says so. Therefore secure A this way and secure B that way. Ok a little long winded but effective. Id much rather see people use sprintf and then secure than use mres on numbers like I have seen! Or put some function in the header I still prefer to use sprintf on my sql queries and for those that like to state it slows down your code. Get a better server ;)
  6. Not secure. Dont see anything new so what mods?
  7. [mccode v2.x] Updated Mailbox, Clickable smilies and BBcode with onmouseover hover [v2] I believe that works how you want it too or shouldnt be too hard to modify. Zan you cant fix your energy bars so how you gonna help lol.
  8. Did you release it for sale Eq? Cant remember but im sure thats probably going to be the next q
  9. Danny I would love to take you up on this offer but could you stretch to 3 days. 29th, 30th and 31st :whistling: 8o
  10. Launch it in a new tab or window then its always on until the player shuts that tab or windown.
  11. $stationarray=array( '1'=>"http://www.181.fm/stream/asx/181-hardrock", '2'=>"http://www.181.fm/stream/asx/181-jammin", '3'=>"http://www.181.fm/stream/asx/181-technoclub", '4'=>"http://www.181.fm/stream/asx/181-chilled", '5'=>"http://www.181.fm/stream/asx/181-reggae", ); $var = array_rand($stationarray); $currentstation = "".$stationarray[$var].""; echo ' <embed height="60" type=application/x-mplayer2 pluginspage=http://microsoft.com/windows/mediaplayer/en/download/ width=380 src="'.$currentstation.'" loop="true" wmode="opaque" volume="50" autostart="-1" bgcolor="black" showpositioncontrols="0" showtracker="0" showdisplay="0" showstatusbar="1" videoborder3d="0" allowscriptaccess="never" allownetworking="internal" enablejsurl="false" enablehref="false" saveembedtags="true" enablejavascript="false" displaysize="4" autosize="-1"></embed> ';   The above is tried and tested. I googled for radio stations went to 181.fm and then copied their links. Thought it might be funky to have a random station so did the array.
  12. Cmon good god. Blocking proxies blocks all your users? If id thought you was joking id have found it funny but as I think your actually serious about that then its not funny its just plain stupid.
  13. Jesus the level of intelligence on this forum has just dropped even further.
  14. Its pretty close to making me leave the forum altogether. I really cannot be bothered to wait 10mins + for a page to load.
  15. Best thing would be to post your code so we can take a look fix it and help you solve your problem!
  16. The OP can contact me if he doesnt know how to I would rather him try and fix it first. You can tell your not a coder :P
  17. Thats just a lame and lazy attempt at a solution
  18. Incorrect mime type or bad server setup.
  19. Really so hows that going to work then? Ok the biggest input value is 10 digits. Ill change that from 1,000,000,000 to 9,999,999,999 its still 10 digits but im getting around the max which should be allowed.
  20. Maniak.....make your own with it timestamped then? Its ok. Lack of security means I could firebug this all the way to the bank 8o and....more fields in the users table? really?? Cmon the users table by default has too much crapola in it. BIGINT(11) really? -9223372036854775808 to 9223372036854775807 Your players are really going to have that much cash?
  21. Well.....if im reading your post correctly.... if(in_array($ir[$einfo['stat']], array('strength', 'agility', 'guard', 'labour', 'IQ'))) { $einfo=unserialize($r['effect1']); $stats=$ir[$einfo['stat']]; $upd=$ir[$einfo['inc_amount']]; $db->query("UPDATE `userstats` SET $stats=$stats-$upd WHERE userid=$userid"); } } } Is the area not working. I have no way to test it (cant be bothered to install mc2 default) but what strikes me is that your $einfo=unserialize($r['effect1']); when you have already done so earlier in the code if($r['effect1_on']) { $einfo=unserialize($r['effect1']);
  22. Thank you for your review. If I had known you was coming along id have put on my suit and got out the biscuits :D Although I think you didnt read the welcome page which runs you through a great deal of information about the game and where to start! It did say in big letters to read it!!! The really good thing I like about zu is that the players are pretty damn nice! I have player moderators who help and assist but have no staff capabilities but as a whole the players communicate very well with each other and assist each other in getting through the game. Dont forget to come back get to level 5 and really see whats out there in the world of Zu!! You saw a mere fraction of the game. 8o
  23. Would have been easier to help if you had left the code up in your free mod post. Cannot remember what it is your trying to achieve. Was it if you have a item equipped then it increases the stats? Then decreases when unequipped?
  24. learn how to code then css, html, php would be a good start. This mod was created in 2009 I do not see how you can expect anyone to support you on it.
  25. You will need to adjust the donator page For single item then its easier. For example: Do a mysql query selecting the item table which is to be purchased grab the result $db->fetch_row.... $r['itmname'] <--- depending on your query for pulling the item details from the database Change your hidden field for the item_name being sent to paypal for example this should work but not tested... <input type="hidden" name="item_name" value="'.$domain.'|'.$r['itmname'].'|1|'.$userid.'"> If your doing more than one item then you will need to do do a for each running through the items ordered and then use the output of that instead of the $r['itmname']
×
×
  • Create New...