Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. Sim

    Concept Design!!!

    Looks awesome imo
  2. 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. :)
  3. I post on forums.digitalpoint.com http://Www.talkfreelance.com
  4. Sim

    PHP crontab

    roflmao @ANoymous post about "what planet" sorry.. uncalled for posting this myself.
  5. Awesome, for some reason I am thinking you guys are the best right now. LoL's. ")
  6. damn I feel dumb, problem is I am not using a database ;-=]
  7. 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>";
  8. I seen the DateDiff:: on php.net. Everytime I try to use that on my server, it says something about the function not existing...
  9. I am trying to get the # of days, hours, minutes between two dates. checking out your links now. Thanks illusions
  10. What php function exists to calculate the number of days between two timestamp's.
  11. Download Management System better? How isn't it a CMS? Content can be downloads...
  12. 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]
  13. 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..
  14. Sim

    xammp

    Yes illusions.
  15. 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.
  16. TEXT or BLOG
  17. Sim

    xammp

    my file as posted: here is my file:  
  18. 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.
  19. Sim

    xammp

    I didnt see add new user
  20. Sim

    xammp

    I just installed xammp and I can't get mod-rewrite to work. It just keeps saying all pages can't be displayed. And another problem is that my phpMyAdmin is in "German" and not english. Another problem , "lol" is that I can't find my cpanel to create a user for my DB... One last problem is that how I turn on php errors? :)
  21. It doesn't do crap Cavell. lols... :) just looks funny. but ord("a") is 97 ;-=] x is 98 i is 26
  22. I got a engine which is sinilar to concepts. Original/secure code. Easy ro understand oop programming and nicely commented. Price is being discussed now. it will not cist more then mc codea
  23. There is free cron job services...
  24. Sim

    My Project

    U said u knew basic coding. U cant learn from hearing. Di/d aome tutorials. Start my modifying them.
×
×
  • Create New...