Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. I need a good/fast way to mail this many users. Currently i have code something like this $headers = "From: MehSite.Com <my email>\n\r"; loop trhough users in DB mail($email, $subject, $message, $headers); end loop this just takes to long. to even mail 30,000 users it takes like 3hours or so. lols.
  2. Sim

    Teach me?

    got money? =)
  3. Sim

    Studying php

    rent a book from library =)
  4. http://www.phpbb.com/community/viewtopic.php?f=70&t=1830775
  5. loooks great!!
  6. how many pages? In-game template only or login/reg page too?
  7. I will convert any in-game layout from a xHTML/CSS to MC-Code Design. 20$
  8. Sim

    Game Community

    not a bad idea but been done ;]   http://www.createorconquer.com/   anyway, id help you with it   aim; ninja sim msn; [email protected]
  9. Re: 5 card stud [$1.00]   sure.
  10. this is not implemented with mc-codes yet hence the reason the price is so low, but you can do that yourself. Demo: http://tacticalrpgengine.com/misc/5_card_draw.php Price: 1$
  11. Sim

    {PHP-Engine} {Free}

    Re: {PHP-Engine} {Free} =)
  12. Features: Login/Register/Referral System Private Messaging System Profile with comments MemberList Admin Panel- See whos online and url of where there at, edit your users, create them, etc. Change settings: Disable Site/Disable Same IP Registrations/Disable Registration   all of these features will be free and will using the smarty templating system         as of now user registration/login is complete. Mods will also be available too =]
  13. Sim

    smarty templating system

    Re: smarty templating system yeah I seen that. but i need to loop through records in a mySQL DB and I cna't really put them all into the array at once by doing that.
  14. Re: New Engine/Idea maybe :S   I done cloned that system =) with there images too.
  15. my code for a sectioned loop   $data = array('name' => 'tom', 'phone' => '55a35-3425'); $data = array('name' => 'tommy', 'phone' => '55a35-3425'); $smarty->assign('users', $data);   my template side   <table> {section name=mysec loop=$users} {strip} <tr bgcolor="{cycle values="#aaaaaa,#bbbbbb"}"> <td>{$users[mysec].name}</td> <td>{$users[mysec].phone}</td> </tr> {/strip} {/section} </table>   any idea why it shows nothing?
  16. Re: Selling Pre Made Game Layout Nice logo's . really nice
  17. Re: Next Generation Browser Game Engine - Input Request ive seen a game using something like a:5:{s:8:"base_dmg";i:10;s:6:"reload";d:2.29999999999999982236431605997495353221893310546875;s:5:"shots";i:16;s:7:"effects";a:2:{s:6:"Poison";i:2;s:4:"Slow";i:5;}s:10:"attributes";a:1:{s:6:"Health";i:10;}} before. can't remember the name of it.
  18. Re: Has anyone got a email validation mod for V1 for sale will pay $$$ I code ya 1 for 10$. pm me on messenger aim; ninja sim msn; [email protected]
  19. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15]   Thanks Sim. EDIT: I put creditcard.php in the first post it is meant to be tradingcard.php, sorry for confusion. I would of created this mod as its own game =)
  20. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] best mod yet.
  21. Re: Epilogue Engine sounds interesting.
  22. Re: Looking to buy I'll do it for 20$. i can get a cartoon of cigs for 14.99$
  23. Sim

    Game Security

    Re: Game Security   Which domain/site was this on? And do you have any evidence? (No i am not acting childish i've recently had a few memory "issues" so i cannot completly remember certain area's of my life).   roflmao....
  24. Re: [$10] Mod REQUEST Attack System [V2] contact me via aim; ninja sim msn; [email protected]
  25. Re: v3 Mafia Game Script released. Only 3 changes for a new version? seems like *Added more security against exploits, and to stop potential hackers, and exploiters. should be given away for free to all previous clients ;]
×
×
  • Create New...