Jump to content
MakeWebGames

ddupuis

Members
  • Posts

    51
  • Joined

  • Last visited

    Never

Everything posted by ddupuis

  1. it does use the FB API.. or they won't approve the app..
  2. Thanks I heard about the reg error should be fixed. ya alittle plain someone is working on that. and i am working on the game coding. should be pretty secure.
  3. We are working on a new online adventure for you all still in construction, but feel free to come check us out... Well be offering real prizes Spud Valley Sporting Goods Ltd RPG Facebook http://apps.facebook.com/spudfbrpg/ SpudValley.com http://rpg.spudvalley.com
  4. i've had two Test/Demo websites on there so i'd say they do mate. well if you read the TOS on there site you will read it's forbidden..
  5. Well it could still be beta. after all he is asking for members of the forum to pen test it for him. isn't this something that may get done while in beta stages. I don't think you would ask testers to beta test incomplete code?
  6. Alright thanks, I'll send them a message. I heard byethost was pretty good, I'll look into switching if this doesnt get sorted out. Thanks for the help :thumbsup:may not have seen this thread. i need a better freehost to make my game work proper but that host does not allow games for free.
  7. free hosting with byethost does not allow game scripts...
  8. Well for the most part people code it with HTML, you can then add some CSS for style.. but anyways if i can get some time ill post it..
  9. yes i understand that. the post was still official. it's not from some mythbusting links or some other place. just posting some fact about it rather than something someone has made up. But yes he can sell his legaly obtain scripts as long as he is not still in possession of them.
  10. The variables here are being assigned values by the "include globals.php" in the header file. so after you have cut it out from the header it's not going to be assigned any value there for 0 is assigned.
  11. no worries. just posted as im using this for my game.
  12. Copyright law does not restrict the owner of a copy from reselling legitimately obtained copies of copyrighted works, provided that those copies were originally produced by or with the permission of the copyright holder. It is therefore legal, for example, to resell a copyrighted book or CD. In the United States this is known as the first-sale doctrine, and was established by the courts to clarify the legality of reselling books in second-hand bookstores. Some countries may have parallel importation restrictions that allow the copyright holder to control the aftermarket. This may mean for example that a copy of a book that does not infringe copyright in the country where it was printed does infringe copyright in a country into which it is imported for retailing. The first-sale doctrine is known as exhaustion of rights in other countries and is a principle that also applies, though somewhat differently, to patent and trademark rights. It is important to note that the first-sale doctrine permits the transfer of the particular legitimate copy involved. It does not permit making or distributing additional copies. In addition, copyright, in most cases, does not prohibit one from acts such as modifying, defacing, or destroying his or her own legitimately obtained copy of a copyrighted work, so long as duplication is not involved. However, in countries that implement moral rights, a copyright holder can in some cases successfully prevent the mutilation or destruction of a work that is publicly visible. http://en.wikipedia.org/wiki/Copyright#Copyright_by_country
  13. evalon.sl-dns.com/?pg=forum if this is the forum in question it's NOT secure. SQL Injection = yes
  14. You could look around for a modified header. im sure ive seen some around before. I wouldn't worry much about learning CSS. don't think that will help much.
  15. you need to global the $h tested and works fine. +1
  16. Re: [mccodes]Some one should make a robot mod Ok. how about just having this as a option that is in jail or hospital. And it does not give anything more then some entertainment while waiting....
  17. Re: [Mccodes V2] Streets   Casey this gives a error. and i don't think it's needed.. does the same as the cron. and users are going to call it manualy and keep getting 100 turns each time...
  18. Re: [v2]Diamond market [v2] Casey.. If you want to see something creative. come check out my game.. we have a Console simulation as part of the game.. you can use this to hack players do missions etc.. you install tools to use like ssh,proxy software,password cracking scripts. these are all used from the Console. And just in case anyone don't know it's like you Dos prompt.. There is a screen shot here... http://criminalexistence.com/ceforums/i ... ic=27863.0
  19. Re: [V2]Register page with 1 account per ip [V2]   Silent most of the posts have been 100% of the same code posted from other members. not so much as a edit.. I mean it's cool for him to be learning. but should be more sure about posting things. or post things people are asking for help with if there is some erg to contribute..
  20. Re: [v2]Diamond market [v2] posted april last year i belive the date was,, http://criminalexistence.com/ceforums/i ... pic=2979.0
  21. Re: [mccode] Crime Count use this in viewusers.php where you would like it. print " Crimes Succeeded: {$r['crimesd']} Crimes Failed: {$r['crimesf']} Total Crimes: {$r['tcrimes']} ";   and this on the on like your index.php where you would like it.. print " Crimes Succeeded: {$ir['crimesd']} Crimes Failed: {$ir['crimesf']} Total Crimes: {$ir['tcrimes']} ";
  22. Re: [Mccodes V2] Top 5 Users i am sure he could have added this user_level` != 0 to my post. it would have removed the NPC's.. other wise it does show in the existing table.. under contact us.. was tested and works.. but anyways .. you welcome..
  23. Re: [Mccodes V2] Top 5 Users Here ya go.. hope this helps.. I just reposted for you. I had forgot to add the level.. it's there now..   <?php session_start(); include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); $q=$db->query("SELECT userid FROM users"); $membs=$db->num_rows($q); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } $q=$db->query("SELECT userid FROM users WHERE laston>unix_timestamp()-15*60 ORDER BY laston DESC"); $r1=$db->num_rows($q); print <<<EOF <html> <head> <title>The Corrupt Life</title> <style type="text/css">textarea,input,select { font-family: tahoma; color: #ffffff; font-weight: bold; color: #ffffff; background-image:url(baa.jpg); background-color: black;a border-width: 1; border-color: #ffffff; border-style: Solid; font-size: 13px; } body { background-color: black; } a:visited,a:active,a:link { color: black;text-decoration: underline; } a:hover {color: red;text-decoration: underline; } table,tr,td { font-family:Tahoma, Tahoma, Tahoma, Tahoma;font-size: 10pt; } img { border:none; } textarea { font-family:Tahoma;font-size:10pt;color: black; } table { font-family: Tahoma;font-size:10pt;color: black; background-repeat: no-repeat; } h5.desc_abs { position:absolute; left:510px; top:325px } h5.copyright_abs { position:absolute; left:420px; top:470px } span.highlight { background-color:#202020 } .ur{background: url(loginpass.png); width: 180px; height: 25px; border: none; padding-left: 3px; padding-right: 3px; padding-top: 5px;} .loginbutton{background: url(loginbutton.png); width: 70px; height: 25; padding-bottom: 2px; cursor: pointer; border: none;} img{border: none;} </style></head> <script language="JavaScript"> <!-- function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function DeleteCookie (name,path,domain) { if (GetCookie(name)) { document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } // --> </script> <script language="JavaScript"> var usr; var pw; var sv; function getme() { usr = document.login.username; pw = document.login.password; sv = document.login.save; if (GetCookie('player') != null) { usr.value = GetCookie('username') pw.value = GetCookie('password') if (GetCookie('save') == 'true') { sv[0].checked = true; } } } function saveme() { if (usr.value.length != 0 && pw.value.length != 0) { if (sv[0].checked) { expdate = new Date(); expdate.setTime(expdate.getTime()+(365 * 24 * 60 * 60 * 1000)); SetCookie('username', usr.value, expdate); SetCookie('password', pw.value, expdate); SetCookie('save', 'true', expdate); } if (sv[1].checked) { DeleteCookie('username'); DeleteCookie('password'); DeleteCookie('save'); } } else { alert('You must enter a username/password.'); return false; } } </script> </head> EOF; $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$ip)) { die("[b]<font color=red size=+1>Your IP has been banned!/font>[/b]</body></html>"); } print " <center> <table width=805 height=231 border=0 cellpadding=0 cellspacing=0 align=center> <tr><td background='blank top.png' width='805'></td></tr> </table> <table width=805 height=363 border=0 cellpadding=0 cellspacing=0 align=center> <tr background='bottom.png' width='805' height='363' valign='top'><td width='103'></td><td width='150'><center> [b][url='login.php']Login[/url] [url='#']Register <font color='red'>[Not Open][/url] [url='#']Screenshots[/url] [url='#']Forgot Password[/url] [url='#']Contact Us[/url][/b] "; $topselect=$db->query("SELECT * FROM users ORDER BY level ASC Limit 5"); while($topusers=$db->fetch_row($topselect)) { print $topusers['username']." Level: ".$topusers['level']." "; } print "</td><td width='20'></td><td> <form action=authenticate.php method=post name=login onsubmit=\"return saveme();\"><center> The Corrupt Life is an MMORPG with lots of potential. There's no sign up fee and you can play for absolutely free. Register now to see if you can be the strongest and most respected player! Username <input class=ur type=text name=username> Password <input class=ur type=password name=password> Remember me? <input type=\"radio\" value=\"ON\" name=\"save\">Yes <input type=\"radio\" name=\"save\" value=\"OFF\" checked>No <input type=submit value=LOGIN class=loginbutton ></form></td></tr></table> "; print <<<OUT </body></html> OUT; ?>
  24. Re: [REVIEW] Cybermicro needs a review. Would like to first give credit and thanks to iamwicked for the design of the terminal window used on the login and if you have looked it's now used as the background of the console mod.. If anyone else would like to come take a look at this mod feel free. just message admin CE well send you credits to get you started.. I have posted a screen shot. Basically it's a simulation of your terminal window. you can do mission and hack users and there banks. but first of course you must learn commands and install software to use.. (not really installed). there is a password cracking tool to crack mission and player passwords.. (separate pass used) after gainer control you can use them as a proxy host to continue your missions. if you are caught from your host ID you will be jailed 5 min. So best if you can gain a proxy host to use.. lol.. but there is alot to it and i am currently adding more.. come check it out. and please comment. thanks..
  25. Re: [mccode] User Notepad good idea would just like to mention that there should maby be some checks on the data if this is going to be shared among users.. +1
×
×
  • Create New...