-
Posts
79 -
Joined
-
Last visited
-
Days Won
1
newclear last won the day on January 5 2012
newclear had the most liked content!
About newclear
- Birthday 06/09/1993
Personal Information
-
Location
Arendal, Norway
-
Interests
Programming
-
Occupation
Tourplanner and self-eployed
-
Website
http://www.mafiaage.com
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
newclear's Achievements
Newbie (1/14)
1
Reputation
-
Its done, sorry for having them down when adding them :)
-
These 2 games are based on v2. But malicious mercenaries is has been through such big chnges that its not like v2 anymore.. A lot more advanced.. Hence why it costs more.
-
So, the time has come.. After 6 months with heavy working every day an every night i am comed to the concusion that i should sell my game.. I am starting by selling my 2 first games.. Malicious Mobbers and Malicious Mercenaries.. Atm, the game have a few bugs we are fixing cause of change in the codes to mak it better.. I have added the games to flippa.com and if you wanna buy the game(s) you need to place a bid on there or send me a PM on here.. Later on i will also sell my 2 other .com games + the facebook game.. This is the auction for Malicious Mobbers: https://flippa.com/2704764-malicious-mobbers-online-based-rpg-game This is the auction for Malicious Mercenaries: https://flippa.com/2704787-malicious-mercenaries-online-based-rpg-game
-
Not actually sure about that.. Will ask him and then let you know :)
-
No longer an issue, as Dave/Oxyden helped me get my game on facebook :)
-
It seems like the mod is not checking the crystals.. Instead of crystals the author has written the word second.. Like this: if($ir['second'] < $r['wager']){ echo"You are trying to bet more than you have"; $h->endpage(); exit; Line 11, 12, 13 and 14 That thing says if second is less than the bet the message you are shown will be shown.. Download the file, then in your editor panel edit all places it says second to saying crystals..
-
Hello! Some time ago i had Peter make me a login and register with the theme mafia, but i will no longer need these as my game is soon to be on facebook instead of on a .com domain.. Screenshot of Login: http://am-scripts.com/images/other/3.png Screenshot of Register: http://am-scripts.com/images/other/4.png I will sell the login and register to the highest bidder :) Starting price: $65 (Every bid MUST be at least $1 higher than last bid) If you want the login and register coded I can do this for $35 extra :) The template will be sent as a PSD!! (This means you can easily edit the text on the template) If you want to contact me outside this thread, send me a PM or an email to [email protected] Thanks!
-
Hello! Some time ago i had Peter make me a login and register with the theme jail, but i will no longer need these as my game is soon to be on facebook instead of on a .com domain.. Screenshot of Login: http://am-scripts.com/images/other/1.png Screenshot of Register: http://am-scripts.com/images/other/2.png I will sell the login and register to the highest bidder :) Starting price: $50 (Every bid MUST be at least $1 higher than last bid) If you want the login and register coded I can do this for $35 extra :) The template will be sent as a PSD!! (This means you can easily edit the text on the template) If you want to contact me outside this thread, send me a PM or an email to [email protected] Thanks!
-
Ive added you :) Message me when your online or send the files and error codes to [email protected] and ill fix it :)
-
I do understand the posts being written, and im not posting to trying to get more sales.. My shopw describes what the mod is and what the description says is what you get.. And i did not say all the facts you listed was multis.. In my game rules i have written that if friends, employees, husband/wife, girlfriend/boyfriend, or anything else plays on same IP and are aware of it they need to message me or they may end up getting their account banned.. But what i am trying to say is, if you have someone making 50++ accounts within a short amount of time, you can ban their IP.. And then their IP is banned.. An IP banner will never ever stop them from getting another IP, i do know that, but it will stop it temporary.. When you stop the user doing it once he might not try to do it again.. Thats what the mod is good for.. And even if you read one of my first posts on this topic (dont remember what post exactly) you will see i said all cpanels has an IP banner ;) Even your host can ban IP's and im sure that if you have way too big problems with someone they will do what they can to stop it.. As hosts are good at service (at least most of them)..lol Regarding the value of AM, i wont go into that in this topic but you are free to send me a PM with any question you do have :) AM is not just games, AM is 3 different hosting providers, over 8 different online shops, 2 gaming communities, an AM-Scripts :) The reason why most of these businesses is not listed on my .com website is because they are norwegian sites and then i have listed them on the norwegian domain i have for AM ;) but once again, PM me if questions regarding it :)
-
I do understand that, and yes, thats our biggets issue.. But just have some addons to your post..lol If you google "proxy" and use the first one, that one is probably used a lot = its slow..lol.. Yes, i know proxies work very well in cases of an IP ban, but sometimes, players are not that smart..lol.. Some players dont even think of using proxies, and some players are afraid they will get caught using proxies and hav their IP banned for even longer.. Also, some users that are IP banned are easy to find again.. If you allow multiple people to sign up using same IP (as i am) you can easily code it so when someone on same IP as another player registers you get an event.. I did that and have caught hundreds of multis since that..lol You seem to be smart, but think about this also some, most of the players (who have no knowledge about coding and such stuff) dont even know its hard to get caught using proxies..lol..
-
As ive said its not hard.. I have one already made and oploading it to my shop now.. You are free to purchase it.. The price will be $5.. I will post screenies so you see that the modification works as its supposed to also..
-
Ofc, if they change their IP or use a proxy they will get in to the game.. I would suggest making a table in the database named ban_ip and put in ip's banned there.. Then, on login.php, register.php and header.php do a function to check if the ip they are playing on is in that table.. If the IP is, show them an error message saying their IP is blocked.. I did this for my games and it works pretty well.. Also, if you are using cpanle you can block them IP's from the cpanel.. Or you can contact your hosting provider and tell them the issue.. When i was hosted by w3theory i told peter about smeone creating 50+ accounts on my game and he banned the IP from his server.. Problem solved ;)
-
Cars Mod || Coming Soon || Mccodes V2
newclear replied to Damagedcity.com's topic in Requests & In Production
I would say free.. As, if you go to mccodes website you will see they have this listed as a free modification for v1 and its not hard to convert the v1 into v2 or v2.5 -
An IP Ban modification is not hard to do at all.. Ive done it for all my games and im sure, if you search google some you will find information on how to make one, but it will take time.. Also, the basic header in V2 mccodes has a lot of things that can be used to make this mod.. Actually, all you need is the header..lol