Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. Thanks for the kind words of advice Bertrand. Your like the 2nd person to tell e to have features enabled or disabled so once I finish having everything that's allready there working perfectly. It will be the next thing I code.. I was expecting at least on person to hammer my post but hasn't happened yet. Anyone got some features that they think would be a good idea. Let me know as I am open to ideas. Also. Content packages are not a bad idea.
  2. game: http://www.hehrpg.com/Sim/ user: testing pass: testing
  3. http://www.orpgcreator.com (GRAND OPENING OF TESTING) You can also register on my forums if you like: http://forum.orpgcreator.com
  4. I am seeking between 3 - 5 beta testers to test my engine script. The script is sort of like gangster legends. PM me if you are interested and give me some of your past game admin experience.
  5. Sim

    Domain Usage Ideas

    I suggest a blog or something lime http://WWW.planetsourcecode.con
  6. Sim

    Concept Design!!!

    Looks awesome imo
  7. The best engine would depend upon what you are looking for. It differents from people to people. I prefer to custom code my game engine(s) as I don't like most coding style's of other engines (mc-codes) I do like ezRPG style. Its nice. :)
  8. I post on forums.digitalpoint.com http://Www.talkfreelance.com
  9. Sim

    PHP crontab

    roflmao @ANoymous post about "what planet" sorry.. uncalled for posting this myself.
  10. Awesome, for some reason I am thinking you guys are the best right now. LoL's. ")
  11. damn I feel dumb, problem is I am not using a database ;-=]
  12. Heres what I got so far: I am not sure if its correct or not either... According to that site, my days should be correct: My hours can change by changing dates but my minutes never change... //vars $current_date_stamp = time(); $cruise_date_stamp = mktime($_REQUEST['hour'], $_REQUEST['min'], 0, $_REQUEST['month'], $_REQUEST['day'], $_REQUEST['YYYY']); $cruise_date = date("F j, Y", $cruise_date_stamp); $date_diff = $cruise_date_stamp - $current_date_stamp; $days = floor($date_diff/(60*60*24)); $hours = floor($date_diff/(60*60*24*60)); $mins = floor($date_diff/(60*60*24*60*60)); echo "Cruise Date Stamps: " . $cruise_date_stamp; echo "<BR>Current Date Stamp: " . $current_date_stamp; echo "<BR>Stamp Difference: " . $date_diff; echo "<br>Cruise Date: " . $cruise_date; echo "<br># of days: " . $days; echo "<br># of hours: " . $hours; echo "<br># of minutes: " . $mins . "<BR>";
  13. I seen the DateDiff:: on php.net. Everytime I try to use that on my server, it says something about the function not existing...
  14. I am trying to get the # of days, hours, minutes between two dates. checking out your links now. Thanks illusions
  15. What php function exists to calculate the number of days between two timestamp's.
  16. Download Management System better? How isn't it a CMS? Content can be downloads...
  17. Hey. I have been programming for over 10years and freelancing for over 2years. I have worked on some large sites non related to gaming with over 100,000 members and some sites with over 1,000,000 downloads.   I can do custom CMS scripts, blogging systems, rating systems, image manipulations.   I have created several scripts from scratch and have also done modifications for many game scripts. Any feature you can think of can be coded. I have done coding on quests system's, image manipulation such as placing things such as paperdolling systems (tattoo systems), guild/clan systems and much more.     Price per hour is roughly $15-$20/hr. The longer hours I am hired for the lower the hourly rate. You can contact me FounderSim email: [email protected]
  18. Price: $5.00 US Features are listed below; Script also comes with auto installer. So you just run the install file and it will auto config everything so, you only have to set up your database and enter the information. Admin Side - Create/Manage Categories (sub category supported) - Manage/upload files - Manage/approve comments - Manage members - View stats of site. (total files, downloads, comments, votes, active and inactive members) - Edit news - Settings - Bulk Email Member Side - Upload files - View Submitted File stats (total downloads and approval status) - Edit profile/view profile - access member only categories/downloads - Vote - Comment User Side - Download files (if not member only) - Login - Register - Forgot Password - Reset Password Other Notes: Script uses smarty templating engine Demo: http://www.cellphonerpg.info/dcms For those truely interested, PM me for a login to see the admin panel..
  19. Sim

    xammp

    Yes illusions.
  20. Sim

    xammp

    It works on my web server (hostgator), but it doesn't work on my localhost using xammp. keeps saying unable to load file.
  21. TEXT or BLOG
  22. Sim

    xammp

    my file as posted: here is my file:  
  23. Sim

    xammp

    Thanks for all the help guys. I can't seem to get htaccess to work. I know its not my coding. It works fine on my domain but not on localhost.
  24. Sim

    xammp

    I didnt see add new user
×
×
  • Create New...