Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. want to answer me Drizzle you little piss ant. $10 isnt a lot of money to those that have it. Obviously your a poor lil kid who needs to steal from others to get by.
  2. Drizzle.   Now your back online. Want to explain why you didnt send the mod a friend of mine paid for? Just disappeared with the funds and nothing.
  3. yeah your game is gonna be real fun to play on a server the backend of nowhere so that it cannot be taken down.   The lag is gonna mean its not taken seriously.
  4. LOL Jordan....you can wish but you can never make it happen.
  5. Really you keep clicking on MCCodes when you wanted to click on Portal?
  6. I think it would be better off especially for quicker support if there was a licence holders area on the forum. This would allow the posting of code so when a newbie has an issue it can be rectified by either support staff or fellow lic holders.
  7. Paypal is 60 days and then it would be registered as a complaint against the seller but nothing would actually be done.   If you want real swift action bypass the host...go direct to the datacenter and pull them up on their tos and get the server taken down.
  8. $100 for those that hold a valid mc2 lic and have done before the price change to $100.
  9. LOL   raven.info - default holding page.   http://ravan.info/_catalog - everything is still up for sale.
  10. I have to agree. I was the first person to purchase that donation mod. Its never worked and I havnt heard anything about it for months.
  11. LOL This forum is becoming more of a school playground every day.
  12. Not a problem was easy to spot if your working more with mccodes than your own source.   Works perfect. Didnt try the mysql version but cannot see that being a problem either.   Ill probably amend it to suit my own requirements as I dont use $ir['hospital'] or $ir['jail']. The less in the users table the better :D
  13. Placed in using the array version on my test site.   The only line I had to change was for the minutes to   $check_caution_var = ( $ir['jail'] ) ? $ir['jail'] : $ir['hospital'] ;
  14. All the best Illusions.
  15. Make it x amount of tickets done by how many users you have. Maybe something like check who has been online for a week. Grab that number x 5 and let them have a max share of the tickets. For example Say you have 100 users. So total 500 tickets available. Each user has a max of 5 tickets they can purchase.
  16. Ive posted on the other thread how to fix it. I was suprised nobody had noticed (apart from Feky) the problem with crediting the winnings.
  17. Going through the code....   $lotterySQL = sprintf("SELECT * FROM `lottery` WHERE `userID` = %d", abs((int)$userid));   Is wrong. In the table created its set as userid. Not userID so you will need to change that query.   In the cron file at the bottom where the winner is credited the money.   There is no query its just a sprintf   so either make that line a query   $creditSQL = mysql_query(sprintf(   or add underneath that line   mysql_query($creditSQL);   and it will now credit the winner.   Feky's version is nicer with the form option for buying more tickets at once.
  18. use .htaccess and password protect your files with different usernames/passwords for who requires access.
  19. Where there is a will there is a way. If it wont drop in ill beat it with my virtual stick until it does :D
  20. Tough times. Nice to see your getting through it.
  21. Sounds very good im probably a taker on this to drop in as a replacement for gang forums.
  22. Check your users table see if you added the crtimes field
  23. [align=left]Fair enough. Now post the code.... :D [/align]
  24. And you reckon you shouldnt get the mod award ?(   Sounds like a hefty bit of work. Well done as always Illusions
×
×
  • Create New...