Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. He certainly is a leg end when it comes to mods!! :thumbsup:
  2. My database comment was directed at Sim not you 03laceys. Dayo's JSON idea ive seen used before not done with JSON but archives as php files structured into monthly directories with a auto created index file.
  3. Google its a wonderful thing. Thanks for the share very useful code.
  4.   You do realize mySQL database can be over 1TB easily? You obviously have never had to manage a large mysql database. How about moving old results to a different mysql table and then compressing it making it read only. You could then uncompress add more and compress. myisampack.
  5. Yeah its called html and css....go learn it.
  6. Experts if you do manage to get any will cost you far more than $20/hour.
  7. Looks good I assume your going to use pagination so that the page is not super huge if showing a lot of players.
  8. Specific tables mysqldump -uusername -ppassword database-name table1,table2,table3 | gzip > db.sql.gz You can send the files using PHP ftp_connect and ftp_put http://php.net/manual/en/function.ftp-put.php I prefer to use linux shell for backups kept out of root backed up to a directory out of root and a copy is also passive ftp'd to a remote backup server which is only accessible on the network not from the net itself. But I also run a ecommerce business so keeping backups is essential.
  9. K the error must be from somewhere then when i tested it :P didnt really look at the code before i replied
  10. It wont be long at this rate where i log off for good. Being unable to access a site equals failing site. If you dont sort it soon then this forum will die simple.
  11. Nope .....ive not done it ....just from mere deduction thats about what you would need to do. I dont wish or have any need to do this.
  12. Give it a go....you wont learn anything unless you try yourself! *tip.....Adapt the code to use the item send code changing the var answer! var answer = confirm("Are you sure you want to sell " + document.form.qty.value + " '.$r['itmname'].'" + plural + "?"); to var answer = confirm("Are you sure you want to send to " + document.form.qty.value + " '.$r['username'].'" + plural + "?");
  13. You will have an issue when people install this as your asking for an ID on line 61 in support home which will error as the table is empty. You should on things like this check if its empty first to avoid sql errors. if($db->num_rows($query)==0){ echo "no tickets"; return; }
  14. rpggame.com is a good domain for the genre. rpggame.info is basically i couldnt get .com or .net so bought what was left so it is worth the domain cost until you do something with it.
  15. The valuation site is BS it has no real way of getting the correct value. Ive never seen any website valuation come up with an accurate result. I honestly think they believed they would get an offer close to the valuation which was never going to happen.
  16. Chicka you would probably need to make it error exception for if you have 1 equipped and try adding another. You could always include the item_add and item_remove functions into it so everytime a player moves one item over to a slot it auto adds the item current in that slot back into the players inventory. Which is how I do my own jquery inventory.
  17. It also may be worth considering if the hardware and/or hosting is up to the job?
  18. Yeah thats a nice idea.
  19. I agree Eq. Just use Eq's code and it will do the same. Probably better lol.
  20. LOL didnt spot that. Well done DJK!
  21. Clear out all the bbcode from you send function and test it without....if it works then you know where the error is occuring!
  22. I take it nothing has been entered into the database? I would suggest you look and check if its entering into the table.
  23. Easier to do this by itemtype. Array the ID's of the item types and then you can use in_array to determine what links they have.
  24. Use the search ........... input medical and use one or more of the many free mods that do this!
  25. Considering my easter bunny last year looked like Then I think this year a Zilla Bunny will fit in! 8o
×
×
  • Create New...