Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. Sim

    php encoders.

    Anything can be decoded, decrypted =0
  2. Sim

    php encoders.

    Recommend your favorite php encoders =)
  3. Sim

    Blog

    I'd also like to see total views of blog entry's as well as members who viewed the entry =0
  4. I'm not replacing all the html... My vote.php page's just updates the vote if they havn't allready voted and if they logged in. @Spudinski, jQuery is included.. I figured I wouldn't have to show that in the post. If I rename all classe's to vote1 vote2 vote3, I don't think id be able to use this $(".vote").click(function()   back to the problem at hand. If I replace success: function(html) { parent.html(html); }   with   success: function(html) { alert("boo"); }   The alert never shows, but it counts the vote.... ;\
  5. this is just the basic html of my code, my js file is included. my php file works.. i echo an alert and it says you voted. that works when visiting the php page by itself.   the problem is the page refreshes...   <div class='up'>[url=""]1 Good[/url]</div> <div class='down'>[url=""]2 Bad[/url]</div> <div class='up'>[url=""]1 Good[/url]</div> <div class='down'>[url=""]2 Bad[/url]</div>   my JS stuff $(document).ready(function () { $(".vote").click(function() { var id = $(this).attr("id"); var name = $(this).attr("name"); var dataString = 'id='+ id ; var parent = $(this); if(name=='up') { $.ajax( { type: "POST", url: "ajax/voteGood.php", data: dataString, cache: false, success: function(html) { parent.html(html); } }); } else { $.ajax( { type: "POST", url: "ajax/voteBad.php", data: dataString, cache: false, success: function(html) { parent.html(html); } }); } }) })
  6. nothing..
  7. I just subscribed to about 4 of these. There is other categories too. http://www.all-freemagazines.com/Free-Computer-Magazines/
  8. Anyone use word press? I got a little problem. My article previews bunch all the text on one line, but when I view whole article, its correct. http://phpengines.info/blog/ click article Anyone know what the problem is?
  9. One set of files.
  10. I believe it would be just as hard as making one for any other game script. ;-]
  11. Thanks a_bertrand. You always give answers when no one else seems to know or wants to respond. ;]
  12. Nope. =0
  13. I'm glad someone does. I definetly do need some luck =)
  14.   Allows adding content to the game faster.
  15. Mclite would be a bad idea for a sports management game. I havn't seen many sports management game scripts around and one's I have seen was expensive.
  16. The original image is only 21pixels tall. I need it to be 50. It tiles instead of expands. Any ideas?   <td width="100%" background="images/boxtopbg.gif" height="50">
  17. I don't understand...
  18. Unique PHP RPG Game Creator located at http://rpg.phpengines.info Main Site Page: http://rpg.phpengines.info Purchase Page: http://rpg.phpengines.info/buy.php Demo Site: http://rpg.phpengines.info/game/Test/ User: testing Pass: testing I recommend creating your own player account as once certain actions have been done, they can no longer be done again. Script has been listed before but never sold so its very UNIQUE. Server Requirements:   Mod-Rewrite (.htaccess) Cron Jobs   Misc Info: Script Uses smarty templating engine   Feature List as of Now: User Game Features:   Crimes (missions) Battle NPC's Attack Players Mugging Players Dungeons (maps, traveling) Crime Records (missions) Train Shop Inventory Treasures In-Game Forums Houses User list Users Online User Profiles News   Game Admin Panel:   Add Crime (AJAX) Manage Crimes Add Crime Groups (AJAX) Manage Crime Groups Add Items (AJAX) Manage Items Add Houses (AJAX) Manage Houses Add News (AJAX) Add Navigation Buttons ( replace navigation links) Edit CSS File (to change apearance of game) Add NPC (AJAX) Edit NPC Add Dungeon Edit Dungeon Add Treasure Edit Treasure   Master Admin Panel Mass Email Game Owners Send Announcements to Game Owners Edit Announcements Delete Game's Created   Pre sale questions contact me via email; [email protected] msn; [email protected] PM Some screen shots
  19. KISS is a rock band.
  20. Why thank ya Sir. I sha'll try that right now.
  21. My form is visible when people access the landing page. I want it to stay hidden... Heres what I got =)   <p style="display: none;" id="reg_form"> <form action="/js/ajax/register.php" method="post"> <table width="50%" border="1" bordercolor="#6699CC"> <tr> <td colspan="2"><center>[b]<font color="#FF0000" size="2"><div id="reg_outcome"></div></font>[/b]</center></td> </tr> <tr> <td>[b]User Name:[/b]</td> <td><input name="textUser" type="text" id="textUser" maxlength="25"></td> </tr> <tr> <td>[b]Email Address:[/b]</td> <td><input name="textEmail" type="text" id="textEmail" maxlength="100"></td> </tr> <tr> <td>[b]Password:[/b]</td> <td><input name="textPass" type="password" id="textPass" maxlength="25"></td> </tr> <tr> <td></td> <td></td> </tr> <tr> <td>[img=images/cancel-btn.png]</td> <td> [img=images/register-btn.png] </td> </tr> </table> </form> </p>
  22. Ya'll are funny.
  23. Wii and PS3 sections only got 4 threads in A YEAR??
  24. [align=center] The Potential Blue Hornet Ant Sim OS Logo: http://img.photobucket.com/albums/v344/bluestudios/Sim.gif?t=1295669192 [/align]
  25. http://www.artfans.info/index.php/inspiration-45-login-pages-to-improve-your-login-form/
×
×
  • Create New...