
topmorpg
Members-
Posts
265 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by topmorpg
-
Re: I need HELP and Willing to Pay in the login file require("class/class_db_.php"); make that require("/home/crimina3/public_html/class/class_db_.php"); making it the full path to the file and hard for your server not to find it then unless it don't exist. make sure it exists in the folder class TJ
-
Re: I need HELP and Willing to Pay use full paths instead. some hosts require full paths stead of directory paths such as what you have in there now.
-
I want to make/own my own game, please help
topmorpg replied to NickH440's topic in Other Programming
Re: I want to make/own my own game, please help Stop spamming already.. We get it you have 1 of the millions of flash game portals out there. Thanks can you beat the 9500 I have on boredbreak.com guaranteed that 9400 are not dups. :) TJ -
Re: Help with CSS header.php generate a new css tag for the content section and that will change when its loaded
-
Re: Simple Question the speed differences between print and echo are so minute you wont see a difference. http://www.learnphponline.com/php-basic ... o-vs-print Your better off going in a direction adding more indexes for your tables in mysql and tweaking the statements in the code to process more precisely and accurately. TJ
-
[mccode] My Newist Discovery
topmorpg replied to Note i didn't make this mo's topic in Free Modifications
Re: My Newist Discovery its not all about sql injection there is cross site injections form injections form information injections and many others such as hex characters and more. an upload script for instance those running illegal copys of my script for instance. the offshore hosting companys that dont like to work with me and a dmca cease and desist order. I just upload a small file via an old exploit and whahla. I can delete there db, and site files. This is of coarse a measure i only take to protect my own scripts. and is not possible in latest encrypted versions to hold license which stops them from mass producing copys round the net. but in the copy that was leaked about 2 years ago. But be it as it may there are many kinds of exploitation and to be honest if someone wants in bad enough and they ahve the "FULL" understanding and knowledge they will get in one way or another. Also for gods sake disable the error reporting less your debugging something. nothing better then giving a username to start with then brute force the pass. TJ -
I am Selling my McCodes V1 and V2 License
topmorpg replied to Killer2k1's topic in General Discussion
Re: I am Selling my McCodes V1 and V2 License there is a v1 and v2 pack with over 200 mods floating around warez. please provide proof of payment to mccodes TJ -
Re: Password Protect Pages try to get away from $_POST use $_GET instead. as well incorporate a random code (captha if you will) to stop the brute force possibility's. Or you can opt in for a session, or randomizing cookie. Other then that not to bad. TJ
-
SAVE $25.00 off the listed price.. LIMITED TIME OFFER
topmorpg replied to topmorpg's topic in Other Game Engines
Re: SAVE $25.00 off the listed price.. LIMITED TIME OFFER Then you are not into making money? be it turns, items, subscription one way or another you make money in a manner to get something abck out of it. Its an engine that can be fully edited in any way you want. BTW this exact engine no extra mods installed can make more in 1 week then most mc code setups in 1 month. Due to the high demand for the mafia game script that it runs on. But dont take my word for it ask some of my clients located on http://www.dedicatedgamingnetwork.com under Portfolio. Some of them average 100k+ a year. I've ran 3 sites in the last 2 years that each one averaged 175k+ each. The potential is there. Its not so much what you like its what the players like. If they dont like it you make nothing. If it has bugs, exploits you will make nothing. I ensure all is taken care of with the engine in which I have built. TJ -
We have taken some measures to ensure that the scripts legitimacy stays in tact. The script requires a license now and is verified on install of the script. There will be no down time if my server is down as like i said its verified on install. Heavy security measures to ensure no exploits, bad error codes, sql injection, cross site scripting can occur within the game script. Install time has been cut down to a third of what it was in prior setups. Demo: http://mafia.dedicatedgamingnetwork.com user: admin pass: demo Script is now sold exclusively from http://www.game-script.net For those that had a previous version paid for 100.00 up to version 1.2 you will recieve a special discount by contacting me personally. All new purchases get a 75.00 discount for being a CE member. use voucher code: mdshare Original price is: 250.00 Grab your copy today for $175.00 Previous purchasers grab yours today for 75.00 (must PM me with transaction number from paypal or google check out or your email address paid from) There is an update service now incorporated with this and available. Mods will be put up for sale for the mafia game script from game-script.net This is the 3rd large update released for this script in less then 3 months. So the updates are more then worth the price. As you will see we also have a Medieval game script v1.0 available as well. Demo: http://www.dedicatedgamingnetwork.com/medival user: admin pass: demo Any questions please feel free to ask. TJ
-
SAVE $25.00 off the listed price.. LIMITED TIME OFFER
topmorpg replied to topmorpg's topic in Other Game Engines
Re: SAVE $25.00 off the listed price.. LIMITED TIME OFFER You are free to edit it. As well we will be setting up mdshare with the new version. its heavily secured as well we placed in more things to speed up the script. However we are raising the price but will still offer discounts to CE members. We will get with mdshare to setup the affiliate and voucher for purchasing on the new site. TJ -
Re: Ce going over the top with there promoting? i don't think the users of CE care what they are doing with the site but the emails. but i do think this topic is just a bit over the top over an email :| Wasn't due to the CE e-mail, I changed some stuff and accidently it changed also the forum title, so instead of CE Network > General CE Zone it said CE Network - Amazon-Survival > General CE Zone I didn't paid attention on it till I got awake and fixed it instantly Ok what's the next complaint ? I see the AS banner on CE ? doh, that's a adtoll Run On Network campaign, shows on all publishers of adtoll Just keep doing what your doing. absolutely nothing wrong in my eyes. TJ
-
Re: [MOD] Voice Mail ? embed Where to start. Careful to make sure that no one can include, or use a posting back page from an external link to post and redirect users with this plugin. TJ
-
Re: Ce going over the top with there promoting? I will say as I own many online sites and cross site advertising is by far something to be utilized. However going over the top as you put it there would be an extent in which not to pass over. Link your sites showing on average 3 times more then another paying for advertising on that specific site. I'm not saying ce was doing this just pointing out a situation I ran into with a site network in past.
-
Re: NEEED A CODER I charge based on per project. Let me know what your needing and what script etc your running and I will quote based on my rates. TJ
-
Re: Multi IP Prevention Search my posts on multis. Log by cookies to a logging table the accounts 1 person logs into then can ban them. Sometimes a ip can be used by more then 1 person on a legit basis. TJ
-
Re: Multi IP Prevention why does everyone use die(); Make it a bit nicer on the eyes. <?php if($true){ $message = "No multis, why you trying tomake more."; echo or print echo "$message"; include footer exit(); } ?> TJ
-
Re: The Drug Deal --- Free V2 Mod <?php <td><form action='drugsell.php?ID=1' method='post'>Qty: <input type='text' name='qty' size='4' value='{$r['drug1']}' maxlength='4' /><td><input type='submit' value='Sell' /></td></form></td> </tr>"; ?> I would like to point out some security flaws here that you need to take into account. qty from above. maxlength 4 can be changed with browser plugins that will allow this to change to any max length you want. remote page execution. Saving the html upload on another server and post back variables to your page to execute. Have it generate some sort of key that is randomized and filtered to make sure it was submitted on site. (should be done on most forms in your site and others) make sure it is numeric is_numeric() int($var) anything but make sure it is hex codes and malicious input can cause this to be a bad thing for you down the road. Thanks, TJ
-
Re: Help! http://criminalexistence.com/ceforums/i ... on=search2
-
Re: MYSQL.PHP If someone is refreshing pages greatly this causes a problem. It opens multiple connections for that user till it clears the database. thus multiple connections open. now get a few people doing this. You can fix this by: disable auto refreshing, clickers in your site. require the form buttons to be used. Generate a log in the database and log the time of there last action. if it is under 2 seconds warn them to slow down. This is the nice way of doing it. The not so nice way is have your host install something to auto block them on massive amounts of connections limiting there connections to say 5 per ip. This will slow it. However taking all this into account. If you are on a cheap unlimited host forget all of the above first and get a real host that can handle the higher loads, and work with you the paying customer. I raise max connections for clients all the time on there boxes. No reason why they cant do it for you. TJ
-
Suggestions (post them here please for further updates)
topmorpg replied to topmorpg's topic in Other Game Engines
Re: Suggestions (post them here please for further updates) theres not 1 frame used in the script. its all tables. TO the mention of descriptions and how to play it thats what the guide is for. Which is in there. I believe I am making a separate package for this script which will be higher priced however will come with some modifications and add ons installed to it already. This will save time and money for the end user and might include a feature the user can turn on and off for on page descriptions for learning easier. Descriptions editable in administration panel. TJ -
Re: login.php help! Ill just recode it and remove the echo callings. thats why is screwing it up. Did it on another clients site. I just been lazy lately. TJ
-
Re: login.php help! http://bornmobsters.com/login2.php still off
-
Re: Mysql injection that actually works Lets put it this way Any variable text or numerical can be abused. The script is well known. If you have a variable <?php $x ?> All i have to do in the injection point is maybe feed it over the url as <?php page.php?x=9999999 ?> Simple to fix. verify data. How about form data? Check it before updating that its valid. Some plugins allow you to change html properties and data before a form is submitted. Example. <?php <input type="hidden" name="school" value="1"> ?> Hell it really isn't hidden at all. I can change it to 9000000 if I wanted to and submit it. But are you verifying that its valid? There is more to things then the eye lets you see . Google is your friend and we are here to help point you in the right direction. Giving code away is not what I and most others will not do. However pointing you in the direction to learn and how to better secure things we will. If you have tried and tried and just cant get it. paste your code we will run it over in our spare time and respond back if we are not to busy. But note we wont debug an entire script for you. TJ
-
Re: login.php help! That I did.. Honest I am horrible at graphics. and coding a template. better at coding within the php/mysql. Anyone wanting to give a stab at the core file? let me know a price. TJ