Cronwerks MCCode/MCCodes Forums

MCCode/MCCodes Mods For Sale => Cronwerks MCCode/MCCodes Mods => Topic started by: Cronus on February 06, 2009, 04:38:24 AM



Title: Stop Multiple Logins [$5]
Post by: Cronus on February 06, 2009, 04:38:24 AM
Stop Multiple Logins [21]

This will stop users from logging in on multiple computers at once.
This prevents "duping".
Duping lets players create as many items and amounts of money as they wish.
This is a very important thing to have, if you do not purchase this, I suggest creating it ASAP.
This is available in Version 1 and Version 2.

The cost for this mod is: (http://www.cronwerks.com/forum/price.php?ID=21)

Click here (http://www.cronwerks.com/purchase.php?ID=21) to purchase this mod.
Note: You need to be logged in to purchase the mod so you can receive the download link after purchase.


Title: Re: [MCCode] Stop Multiple Logins [$5]
Post by: speedyg on February 07, 2009, 09:33:52 PM
I bought this mod and I am waiting until I get the game I have it purchased for redesigned and opened again so I haven't tried it yet. I would also suggest that you purchase his E-mail Validation when you purchase this.


Title: Re: [MCCode] Stop Multiple Logins [$5]
Post by: criminalminded on February 17, 2009, 03:06:20 AM
I purchased his email validation mod, Looks like I'll have to purchase this when I have $5.00  :-X


Title: Re: [MCCode] Stop Multiple Logins [$5]
Post by: DGM-Studios on February 17, 2009, 08:28:50 AM
Yeah all of the Mods made by cronus are worth buying he's a great coder


Title: Re: [MCCode] Stop Multiple Logins [$5]
Post by: criminalminded on February 18, 2009, 12:50:21 AM
Forgot about the affordable prices.
The prices of $5.00 a price for a code thats going to work and you get support on. Now that's a service!
 :P


Title: Re: Stop Multiple Logins [$5]
Post by: Cronus on March 10, 2009, 11:55:40 PM
This mod is now available in Version 2.


Title: Re: Stop Multiple Logins [$5]
Post by: Cronus on April 01, 2009, 07:53:01 PM
If anyone is having troubles installing this for v2 please send in a support ticket.
It is a very easy install, IF, you know what you are doing.


Title: Re: Stop Multiple Logins [$5]
Post by: Karlos on April 03, 2009, 10:51:58 AM
Anywhere I can test this?


Title: Re: Stop Multiple Logins [$5]
Post by: Vandal on April 03, 2009, 12:29:32 PM
Will this mod stop people from using tabbed browsing? I mean having multiple tabs open on the same browser and using that to cheat.


Title: Re: Stop Multiple Logins [$5]
Post by: Cronus on April 03, 2009, 02:55:38 PM
Will this mod stop people from using tabbed browsing? I mean having multiple tabs open on the same browser and using that to cheat.
You can't stop people from tabbed browsing, it's not possible and very inconvenient for the player, but its almost impossible to dupe that way anyways.

Anywhere I can test this?
Quite a few games have this, including mine at www.criminalimpulse.com


Title: Re: Stop Multiple Logins [$5]
Post by: Vandal on April 04, 2009, 01:14:42 AM
Ok guess I worded that wrong. What I am looking for is a mod that when a user has several tabs open to the game and they are jailed or hospitalized they can't jump to another tab and continue training or something else. Got anything like that?


Title: Re: Stop Multiple Logins [$5]
Post by: Vandal on April 05, 2009, 09:29:48 AM
Code: [Select]

Posts: 75


bb-16-ac@hotmail.co.uk
View Profile Personal Message (Offline)


Re: Stop Multiple Logins [$5]
« Reply #14 on: April 04, 2009, 01:57:12 AM »
Reply with quoteQuote
Hu? lol you can just add something like this on your pages...
if($ir['jail'] > 0)
  {
    echo 'While in jail you cant access this page.!';
    $h->endpage();
    exit;
  }
if($ir['hospital'] > 0)
  {
    echo 'While in hospital you cant access this page.!';
    $h->endpage();
    exit;
  }

Simple, gets the job done? lol

Have that on all pages. It doesn't seem to stop it when people are tabbed browsing. The only thing that seems to work is to force refresh, but that really ups bandwith, refreshing every 10 seconds or so.


Title: Re: Stop Multiple Logins [$5]
Post by: Cronus on April 05, 2009, 03:59:11 PM
You must be doing something wrong then.
And this mod is not for stopping browsing when in jail or hosp.
It actually has nothing to do with that whatsoever lol.
Please keep this thread on topic, thanks.


Title: Re: Stop Multiple Logins [$5]
Post by: Cronus on April 05, 2009, 05:15:14 PM
The v2 instructions in this mod have been updated to make it easier for install.
Should be no problem now, if you already purchased and want an updated copy please message me.


Title: Re: Stop Multiple Logins [$5]
Post by: lumpy054 on April 22, 2009, 03:38:40 PM
I Just Bought The Mod

Transaction ID: 50X69537CA434023F


Title: Re: Stop Multiple Logins [$5]
Post by: Dylan on April 22, 2009, 05:10:18 PM
I Just Bought The Mod

Transaction ID: 50X69537CA434023F

You get auto download..check your messages


Title: Re: Stop Multiple Logins [$5]
Post by: lumpy054 on April 22, 2009, 06:01:13 PM
Thanks Man  ;D


Title: Re: Stop Multiple Logins [$5]
Post by: Dylan on April 22, 2009, 09:38:24 PM
Your welcome.


Title: Re: Stop Multiple Logins [$5]
Post by: Rioter on April 25, 2009, 05:18:04 PM
Great work!


Title: Re: Stop Multiple Logins [$5]
Post by: Danny696 on November 07, 2009, 07:16:09 AM
I bought this mod a while ago, when i didnt know what i was doing. Just had another look at it, and installed it, very easy to install. Great mod Cronus