Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. DJK :thumbsup: awesome work!!
  2. Well for one do not use the code posted by impossible as it is. If you have put that on your game unaltered then remove it or secure it.
  3. 3d describes an image that provides the perception of depth.
  4. http://www.php.net/manual/en/functions.user-defined.php
  5. Yes its a crowbar. No its not a 3d crowbar. Not at all not in the slightest.
  6. I dont read every post you make Spudinski and where is it outdated. The sdk code linked from the dep notice takes you to github where the code is pretty much the same. The social plugins facebook is stating to use still uses the fb like syntax
  7. Not sure. I think spudinski made a gallery mod. Its a paid mod but its rather good.
  8. I would suggest you change the way your trying to do this. Intead of adding to the users and forum topic tables create a new table where you can record the userid, topic id, liked, dislike Then when a player likes or dislikes a topic you can record it in this new table. Which in turn makes it easier to then check for that topic ID. Also......why are you putting the code in a different file. Create a new forum function.
  9. Have a read here in case you missed it.....Bertie knows! Object-Oriented Programming the way to go?
  10. I follow the examples shown over here. https://github.com/facebook/php-sdk I also allow players to login/logout with their FB details so the code may differ from what your trying and I then place the like button where I choose with ... <fb:like href="http://www.facebook.com/apps/application.php?id=yourappid" layout="button_count" show_faces="false" font="tahoma" colorscheme="dark"></fb:like>
  11. Those look more like a hosting issue.
  12. Food is good....i like food.
  13. I use the fb:like tags using a direct link to the facebook app. All other FB code is held in a seperate include file
  14. I would suggest alter the stock 2.0.3 mc2 equip, unequip and staff files for the extra items types. You can do the unequip in just one file add your new item types to the array and !in_array Copy and paste the equip weapon file changing in the correct places...change the staff file accordingly, add the sql as stated and you should be done.
  15. Nice thanks for the info and link.
  16. Im not saying you have to stop learning....far from it.
  17. I thought you had a team of people experienced in doing graphics , code etc?
  18. 1. If your having ID problems then your code is incorrect 2. Learn html and css. Its impossible for anyone to help you with what your asking. Your code and layout problems could be anywhere anything.
  19. I would state that this is a paid for modification which is probably why nobody has left you a reply. LOL all ya want!
  20. Damn bots! Thanks for all the links DJK it is why you wear the red cape of SUUUUUUUPER MODERATOR!!
  21. Yeah I looked much further into it after posting. I run cent os 5.4 I appreciate that they take their time and dont rush out new releases.
  22. Cent OS 5.5 was released in May 2010 why they went with a PHP version which was released August 2006 is quite suprising esp as 5.1.6 pulls up security advisories.
  23. I believe its vital to keep on top of updates and latest versions. Bug fixes and improvements speak for themselves. Whilst I can update PHP off my own back as I run my own servers I prefer to wait for Cpanel to introduce it into easy apache as I then know it has been tested. Same applies for MySQL. You just need to be careful and read the update documents before proceeding!
  24. There was a jquery slider that DJK showed me awhile back. Looked pretty useful for this. You need to slide the bar across to reveal the form submit button. Can bots slide things across?
  25. 5.3.4 is the highest stable release you can upgrade through easy apache WHM/CPanel. 5.3.5 has still to pass the audit to be placed onto the easy apache upgrade.
×
×
  • Create New...