Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. Sure it would. It's just simple PHP with some HTML. Nothing fancy
  2. Why not truncate the table in your daily cron? Or if you want to keep track of bots beaten by player add a new column to the table with a timestamp or whatever tickles your fancy they do a simple check to see if it's been 24 hours or the next day
  3. I believe it's ruthless city what do you need help with exactly
  4. dont copy the first 6 lines in there because it's already there in his cron.
  5. Advertising doesn't really bother me. I'm not much to pay for online tutorials without knowing if the content is going to be less than par though. Some people may go ahead and donate to the site if they feel it's worth it
  6. Well it's kind of hard to debug it really since I didn't install the mod nor do I really want to lol but what errors do you get? Also when pasting some code use the code tags please, it makes life real easy for us
  7. Did you look into my other methods/tips I was talking about? And with this cron l, theoretically you don't need the code ;) it doesn't check for it in the file lol got that [MENTION=70333]DidNotCompute[/MENTION]? Alternatively what you can do is add the stuff from line 38? down to your already existing cron_day file
  8. If you don't mind can you paste exactly how you set up the cron in your cron tab/manager? And does it look like your day/hour/min/etc crons? If you do post them feel free to remove your code that's appended to your url. Also what version of MCC are you using, 2.0 or 2.0.5 if your using 2.0.5 you can replace the top of this cron file (looks like lines 11-37) with include "globals_nonauth.php"; Take a look at your other cron files that came stock with your game and see how it's done. If this stuff doesn't work maybe you are receiving an error so have you looked at your error logs? Or you can try to manually direct your browser to the file with your error handler set to display some errors and see if you get any
  9. Well whatever it takes to be in the top 3 mod salesman here
  10. So because the locations he used makes it a clone? Because everything you circled is different. How many sites have you seen that use styled lists? How many text based games have you come across that put player information in that area How many sites put links up in the header in inline format? Your basically pointing out what 99% have
  11. Yeah you are right it looks like every other game with a city image in the header. C'mon really? If you haven't noticed that HTML and CSS works when you style tr, th, etc elements
  12. Cool! I just didn't get to your response in time my bad
  13. Bumping this post. I would be very weary with some of these "hosting" sites that have been popping up recently. I think a few of them do over selling and they are reselling with a shared reseller. I guess if your small time you won't use a ton of BW but how many running domains are on the same box with the same IPs. So would I have to worry about being on a blacklist if I was to host with you? Who manages the server and I don't mean who can run a couple SSH commands via a terminal? Do I or would I get SSH? Can I purchase a clean IP and load that one up? We got questions and we want answers
  14. By default staff_crimes makes you put in a crystal value and a money value on creation of crimes which I think is a bad idea to begin with and basing the exp gain off the success money (for every $8 is 1 exp) and ns ill quit now since I think I went a bit off topic:o
  15. With proper naming conventions of your file names you can make a small script that can grab file names from your directories and insert them into your db. You can do like tv/walkingdead/season1/ep1.flv or whatever then to grab it there are some functions you can use, explode the "/" and grab what you need from there to match up
  16. It helps to lol ow what exactly you want and your budget for the job(s). Also you don't have a skype username to add you so it may help to add that
  17. I just started rewriting it and since I lost my notes that I made for it I need to find all my new files and edited files to compile together but just a small update here: Im still trying to figure out what I wish to do for the email template to make it customizable I may just make a directory for templates that you can choose in the admin panel for it. I made the admin panel update with Ajax so you just edit what you wish and it updates as you go without submitting anything and this will only update if you actually change a setting. Im im removing the notification to players letting them know the encryption method change because that can be a hindrance. The he only thing really left to do is the email templates setting and I may even through that out the window just because I don't even know if it serves any good purpose or not. And if I do decide to not use it the. I just need to gather up the files and pack it up so maybe by the middle of the week it will be ready so I'm going to allow reservations for it now @ $10/copy then after that I'm going to upload it to the marketplace for $15/copy and only 5 will be sold at the discounted price
  18. Using gmail and it's not getting marked as spam but still just taking forever for the email notification. For example the reply previous to this was 6:34am my time and it is now 10:34am my time and still no notification
  19. As you wish
  20. Breakfast Club Stepbrothers To Kill a Mockingbird Grandmas Boy Mallrats
  21. i* is always for the win :p
  22. [MENTION=68886]Seker[/MENTION] made a pretty decent pets module which does everything you want done minus the one click and the Ajax. If you purchase that for whatever price he has it for that can save you a great deal of that $100
  23. That one is looking nice. I like how there isn't much content but at the same time it's powerful
  24. I'll agree with @sniko here with adding it to another table. Plus if you do add it to it's own table you can expand on it some more, for example a player can choose a comp they wish to join or join multiple comps. Granted it would make a bit more of a rewrite but that way it's a variety and it's not limiting the player
  25. Well on my phone it looks like those are the lines the issues are on. But you are including the same file twice
×
×
  • Create New...