Jump to content
MakeWebGames

lucky3809

Members
  • Posts

    1,115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by lucky3809

  1. It would be nice if it was English also.
  2. A simple javascript to prevent from refreshing will probably solve this.
  3. You need to use color scheme your colors just do not go together, maybe if they did it would be a nice layout for someone to buy. I will suggest a website that can help you. http://www.colourlovers.com/
  4. It's not mobile compatible that's why it looks that way.... If your going to do a template at least get the css correct and the html tags... So many errors in it...
  5. My bad I had no idea that he sold the engine, that's probably why his website is gone. Thanks.
  6. You have to find someone whom is selling their license as for the creator of it no longer has his site up but you can look him up on facebook Martin Simmons and see if he is willing to sell you the engine..https://www.facebook.com/ms.icecold.music
  7. It's called the RC Engine, it's the old torncity copy. do a forum search you can find it doing so.
  8. should not be hard it's just tables with css applied to them.
  9. the raven script is bound to have multiple problems, the only way for him to actually find the error is to start with bit by bit of the cron script such a simple INSERT query, evidently that did not happen because the error threw that the query function was not present this function should be in his class folder, under which ever he set his database to mysqli or mysql when installing the engine.... So he needs to find the query() function and post that, if it is in that file. I think though he needs to open up his own thread so this one don't get over plowed by his Raven script errors lol.
  10. So have you changed your variables? $db or the function is not there for query?? I don't get why you got that error because in your script you are using it, unless you are changing the variables on purpose, to have us play a guessing game, all i can think of... I ran the same insert query and it worked on mccodes. you might also have a illegal copy of mccodes with all the problems you been having.
  11. So your error reporting is on, so now test inserting an event   <?php include_once "global_func.php"; include "config.php"; include "language.php"; global $db, $ir, $userid; $text='Hello'; $db->query("INSERT INTO events VALUES('',$userid,UNIX_TIMESTAMP(),0,'$text')") or die(mysql_error()); ?>
  12. MTG already answered the question in your other thread about the setup of your cron code... http://makewebgames.io/showthread.php/45849-Help-with-getting-my-Cron-to-work?highlight=cron To be honest I think it's the cron it self not set properly not the php page.   Just a test you can see if the error reporting is working or not I added extra ss to the events table should throw an error if you don't get the error than you have your error reporting disabled. <?php include_once "global_func.php"; include "config.php"; include "language.php"; $db->escape("INSERT INTO eventsss VALUES('',$userid,UNIX_TIMESTAMP(),0,'$text')") or die(mysql_error()); ?>
  13. Your cron code should be in your database connection file,....Another test you can do is do bit by bit of the script instead of the whole script to see what is the error...
  14. Never tried such but here is a link that may help you http://php.net/manual/en/function.get-browser.php
  15. I use site5, and for free x10hosting is the best, that is for testing purposes though.
  16. So why is Donnie trying to flip this topic/subject to Magictallguy being a pedophile, that shows that he is trying to get out from this situation/dilemma he is in kind of shady if you ask me. And there is no fooling older members of this forum we have seen our share of losers/scammers, and Magictallguy is not one of them, so stop slandering him as a pedophile to try to get out of scamming MTG.
  17. Depending on what hosting is used, the hosting company keeps backups rather you made one or not, so if it was deleted or edited, they can look back into that backup. Most hosts I have used did this.
  18. I tried the demo account, it looks really nice, but with the demo account you can't really look around much because it kicks you off because IP does not match with the one at the time it was created, so question is, what about people's IP changing all the time, or people accessing it from a different location other than their homes? Other than that it's a really good game you have there!!
  19. I was just looking, not wanting to buy it because I don't have much time either, but anyways I really love the template, Pete did an amazing job on it!!
  20. Do a charge back through your bank tell them that it was fraud, you do not need to prove nothing through messages just transaction of use of card. Than also report his paypal account.
  21. He/She does this, they are known for it, they had a perfect game before, and than after they made so much off donations they reset the game, or removed it completely and waited a couple months than put it back up but with a reset, and the game was once called thug paradise, it seems like they changed it due to others knowing the domain name and the many resets it had, I can bet this is the same owner doing the same thing. Just proved it by resetting lol.
  22. If he sent it via his hosting to your hotmail, you may not receive it because hotmail is picky, happens to me a lot when I send to my hotmail via hosting email. make a gmail account have him send you the files there, or else maybe he can use filedropper and send you the link to the files uploaded. It's completely free no sign up needed, and your files are only seen by those whom have the link to them.
  23. "Has had over 5,000 registered players"..... I take it this game was reset the reason why you would see only 78 total users. I couldn't be bothered to register, just the name and login draws me a way,there once was a thug paradise that kept resetting over and over, would this be the same thug paradise game?!
  24. It could be many things, error in code, or could be your hosting, also depreciated mysql could be the cause of the blank return if you are using mysql and not mysqli,pdo, some hosting has made changes and completely removed mysql being used.
  25. Exactly!!! Also it could have been accomplish by just using a database table or an array, instead of all those pages, it's probably why this mod died. I know when I downloaded it back then, I opened it and could not been bothered at the time with it, and it was left in the dark in my stash of zips lol! I revived it though now :)
×
×
  • Create New...