Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. I use it for syntax highlighting for my php coding.
  2. Visual Studio for PC projects, Dreamweaver for web projects. ;)
  3. I use FireFox, I never liked google chrome. It just looks... weird to me.
  4. Check out my blog, http://makewebgames.io/entry.php/16-Crime-Empire-Simulation-Type-Game . it add's br tags with the code tag content..
  5. Why the chinese? :)
  6. That was a very interesting read.
  7. Doesn't show my latest blog posts. If its not suppose to display all of them as I have 3. Its not showing my latest one, but rather my first one. Maybe its set up because its on a cron? If not then I don't know. I am not trying to be a pain as some people may think because I report small bugs about every little thing I notice, but I am rather just trying to help improve the communities impression.
  8. I believe it would be better it this section was Recent Forum Topics or even Recent Active Forum Topics.. I am looking at the Recent Forum Posts and there's about five of the same topics out of the 8 or 10 topics listed.. Just my suggestion. :)
  9. Good start. I agree with Paul on the button harder to see since its a lighter blue ;)
  10. Everything looks good so far!
  11. I am also available. Shoot me a PM. or aim; ninja sim msn; [email protected]
  12. I am having this problem with an iframe. I have about 30 pages following the same template where the main content goes. On this one page, I replaced all the main content with an iframe. It messed up my design. Anyone else encounter this type of problem. Screen shot below as well as login details to view page. Site: http://www.psprpg.info/dcms User: demo Pass: smokingjoe I am having the problem located in this section: Admin Panel -> script news
  13. lols. I know I got a weird sense of humor.
  14. I don't see no link?
  15. Has anyone else had any experience with GAO they like to share?
  16. About time some changes are going to be made.
  17. Don't you have to upgrade your paypal account to use IPN?
  18. I feel embarassed. I got a new query that just displays my results with same ID over and OVER..   SELECT DISTINCT article_id, article_title, article_cat, article_meta_key, article_meta_desc, category_id, category_name, SUBSTRING_INDEX(article_text,' ',50) AS text FROM pqdb_articles, pqdb_categories WHERE article_title LIKE ('%shopper%' OR article_text LIKE '%shopper%') AND category_id = article_cat ORDER BY article_id LIMIT 0, 16   it displays same article_id more then once.... ;[
  19. Sim

    iMakePlay

    Similar to mafiacreator but different genre's of games.. ;]
  20. Sim

    PHP Emails

    You could use your isp out going server .-_-
  21. Sim

    iMakePlay

    I am currently thinking paid. Either a monthly or a yearly fee. Not to expensive though. Additional paid options will be available too. Only reason I am leaning more towards paid is to try and stop people from just registering logging in once or twice then never returning. To save resources is another good reason. Currently on my PHP RPG Game Creator, I auto create some start up content for owners so there game is no empty when they login to try to stop them from getting discourage.   Game owners will be able to choose/purchase a game genre. Card game, mafia, rpg, war. They can change css of there games. I will also be giving game owners the template files if they wish to completely customize the appearance of there game. Of course with different genre's, it involves even more coding then my original plan from years ago, but I believe this is a better plan as I want to recode my rpg creator anyways as its based of my procedure coding style from a year 1/2 ago and I wish to move onto the OOP. That alone shouldn't be a reason to rewrite a ton of code, but I also need a new database design.   No custom php upload. I wouldn't know how to stop it from the whole site being compromised.   Thanks for showing interest in the project a_bertrand.
  22. Sim

    iMakePlay

      I plan on doing that =) Right now I am focusing on the entrance page. I am wanting to get people's attention and let them know what iMakePlay is about. I don't want users to be like WTF is this? Or think its complicated when really its mostly data entry =]
  23. Sim

    iMakePlay

      Its gonna be using my RPG Creator and a few other projects I never disclosed. :)
  24. Sim

    iMakePlay

    Thanks for the feedback guys. I will make another post when changes have been made. ;-=]
  25. Sim

    iMakePlay

    Review the Entrance page of iMakePlay. iMakePlay is going to be a service where users can create games and members can play user created games.
×
×
  • Create New...