Jump to content
MakeWebGames

Tonka

Members
  • Posts

    450
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tonka

  1. Re: Something other than male/female? yea, going through and replacing $ir['male']/$r['male'] and $ir['female']/$r['female'] to $ir['human']/$r['human'] and $ir['alien']/$r['alien'] isn't really that hard.
  2. Re: Something other than male/female?   Writing a stupid function is the best way if you still want a compatible db to use other mods, otherwise you would need to keep recoding every single change you apply on a game! I'm all for using function to make tedious tasks easier, but when they're not needed there's no point. Even if a function is used a script modification will be required to incorporate the function into it a database modification is the easiest way in my mind as modification is required either way.
  3. Re: Something other than male/female? instead of writing a stupid function for it, just modify it in the database. leave the column called gender and than replace male and female with human and alien and than edit the preferences page to reflect the change.
  4. Re: Create Gang Help   plain and simple, you added something to the gang table, probably a gang pic mod and didn't modify your insert query, as mike09 said post you gangs table structure and someone will be able to help.
  5. Re: I accidently deleted my database and it wont read my backup? legrolls, why did you export it as a .doc, you shoulda used .sql, and that can be opened in notepad and a bunch of other programs.
  6. Re: Template use google http://tinyurl.com/cgvw3l
  7. Re: Can some help me with one little thing? Here you go, AbsentCrisis forgot to close the previous print and open up a new one.   <TD>Violent Actions : </TD> <TD>[b] [url='vactions.php?userid={$r[']View Actions[/url] [/b]</TD> <TD>Contact Actions : </TD> <TD>[b][url='cactions.php?userid={$r[']View Actions[/url]</TD> </TR> <TR VALIGN='TOP'>" if($ir['user_level'] > 1 { print "<TD>Staff Actions : </TD> <TD>[b] [url='sactions.php?userid={$r[']View Actions[/url] [/b]</TD> </TR> </TABLE>";
  8. Re: Hacked :( Before adding anything to your game, you should always check the source to make sure there is no malicious coding. It also helps if you get a respected coder to make mods or fix errors on your game.
  9. Re: Stupid Idiots   Things like this make me not want to post any free or paid mods period.
  10. Re: Stupid Idiots It's apparently being sent around by [email protected], I've pm'd rpg-style about this.
  11. Re: Monkey Wrench very nice, can't wait till this is completed.
  12. Re: [mccodes v2] Crons without the need of cronjobs It can be downloaded here from the creators site, http://www.phpjobscheduler.co.uk/
  13. Re: Cron Jobs Crontab can't find your cron files. Find all the files called cron_xxxxxx.php and upload them to your public_html folder
  14. Re: [v2] Event add on first loggin. if you modify register obviously your only going to get it on first login.
  15. Re: [mccodes] New Crime System [$5.00]   so plain and simple read the conversion tutorial, and editing a database from phpmyadmin is an excellent solution.
  16. Re: Any ideas?   This has been made already, I can't remember by who though, but I do remember seeing it on the forums.
  17. Re: MCcodes 2.5 - Mono District it's not a new engine, just a game made/run by mccodes
  18. Re: cron_day.php used code tags next time and only post 5-10 lines above the line with the error
  19. Re: Hacked :( Jameo is on this forum. http://criminalexistence.com/ceforums/i ... ile;u=3985
  20. Re: Registration Page A few people have this, Cronus has a paid version but a free version made by someone else was also released on CE, if you search email verification you should be able to find it and if I remember correctly it was pretty eas to install.
  21. Re: Mccodes Mono District   Ok then lol, where else did you get it from :-P (Dabs? Coldblooded?) Just go the mccodes website, it's in the news box
  22. Tonka

    Heroes

    Re: Heroes i love this show, can't wait to watch this weeks episode in a few hrs and my favs are hiro and sylar as well
  23. Re: Quick question about Staff Functions V2 I made one for Edit/Delete Item Type http://criminalexistence.com/ceforums/i ... ic=23095.0
  24. Re: Wanting to purchase a few mods richard made a free estate mod, search the free mod section
  25. Re: Help Please Very Urgent   Opium, he was fedded not destaffed
×
×
  • Create New...