-
Posts
2,691 -
Joined
-
Last visited
-
Days Won
85
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
This small but hopefully helpful addon will stop multis by password and IP just add this below where it checks for username else if($_POST['password'] = abs((int) $_POST['password'])) $q=$db->query("SELECT * FROM users WHERE userpass= md5('{$_POST['password']}')"); if($db->num_rows($q)) { die("<h1><font color=yellow>Multi Account Error!</font></h1>. ><font color=lightgreen><a href='register.php'>Back</a></font>"); } // check for same IP addresses on dbase else if($IP = abs((int) $IP)) $IP = $_SERVER['REMOTE_ADDR']; $q=$db->query("SELECT * FROM users WHERE lastip= '$IP'"); if($db->num_rows($q)) { die("<h1><font color=yellow>Multi IP Account Error!</font></h1>. ><font color=lightgreen><a href='register.php'>Back</a></font>"); }
-
body{ font-family:Tahoma; color:#000000; font-size:12px; margin-top:0px; margin-left:54px; margin-right:54px; margin-bottom:32px; background-image:url('images/bg.jpg'); background-repeat:no-repeat; }
-
Add to your Css if you have one for the body background-image:url('images/bg.jpg'); background-repeat:no-repeat; background-position:center;
-
Guys bare with me on this ive made a boo boo somewhere, will fix and update as soon as possible.. whilst im at it I will make adding course instructions a bit easier * Update * Added a cheat option for staff testing this will instantly finish your current course + all modules in that course.. Updated the Add Academy script so it explains what each Field Does...
-
let me re check the Zip folder...
-
example: if your course uses a town link_usage and you define it at setup as "Hitler" then you put Hitler as the link_usage where the xxxxxx is
-
Knew id forgotten something in your cron_day.php file add $db->query("TRUNCATE TABLE skills;"); this will allow Courses which have a daily reward to be retaken each day... Sorry about that....
-
I was going to sell this mod but after a lot of thought I decided to give it away for Free This mod will allow your users to take 3 courses which will allow them to learn new skills. all courses come with sub courses so for example Happy Course could have 3 or more sub courses which the user learns once the first sub course is completed and they move on to sub course 2 until finally completing sub course 3 which will then end the entire course and give its rewards,,,, You can create as many Academy Courses as you wish and once completed by a user they can either retake or the retake action can be cancelled on admin setup Users have to be online to learn courses and they can use their BRAVE for each course... Some Courses can be set up so once fully completed give an Instant outcome example place money into their bank and that's the end of the course.. OR you could set it up so users can use a link in town to gain Daily rewards via a link for the completed course... File come with a Readme.txt file which im hoping is easy to use.. as always any problems with this mod just leave a message on here and I will help you out... <<< DOWNLOAD HAS BEEN REMOVED TILL I FIX SOME ERRORS >> sorry will reupload zip file as soon as I fix these....
-
As you can see it works there will be more added to sold Packages of this mod as time progresses (only for mods that have admin panel)
-
Here's a run down of what this mod can do and what Mccodes version cant do. What Differences Between mine and Mccode version 1 - Give all Stats = Yes 2 - Allow retake of courses = Mccode NO, my version YES 3 - Create a ink in town = Mccode NO, my version YES 4 - Allow Sub Modules = Mcccode NO, My version Yes 5 - Allow any table to become a schooling mod = Mccode USERS only, my Mod allows ANY Field or table to be used. 6 - Allows Gang gains = Mccodes NO, My version YES to anything that has to do with Gangs... 7 - 30 minute click counter.. Mccodes works on days = Yes. My version allows users to stay active within the game at all time.. at any time given.. 8 - Alllows users to give other users game benefits, extra health, and stats. = Mccodes NO. My version Yes to anything you want to give.. 9 - can use anything withing the database = Mccodes NO, My version will allow you to use any table, field as an outcome... + A lot more when I say a lot theres way too much too mention..
-
FREE >> http://byethost.com/index.php/free-hosting
-
I remember offering to make Free mods for this site due to its credibility but was somehow shunned..
-
oops my fault I upped the will instead of the cash problem Resolved sorry about that
-
oops my fault I upped the will instead of the cash
-
DEMO >> http://www.wizwych.co.uk/MCCACADTEST Will allow you 50,000 Cash to start your Course...
-
having problems with login page rc engine
Uridium replied to xRudeboiix's topic in Other Game Engines
from my knowledge of RC there were numerous places in some scripts your actual URl had to be added... -
I have created an advanced version of the education mod of the schools on MCCV2 which allow users to.. 1 = uses clicks per session when learning an education.. 2 = Allows sub sections of Educations so you could have '''''''' 1 Advanced Learning course with 3 or more sub catageories to learn before the entire Couse has been completed '''''''' 2 Allows Instant rewards on Educations completed for a one off completion OR a use can use it daily from a link in your Explore.. '''''''' 3 Staff can set the percentage learn rate for each module to learn... '''''''' 4 if it exists on your Dbase then it can used for any course not just the USERS table... Price is £20.00 for full version OR £10 for version minus the Admin Center...
-
testers needed for new mod beta testing...
Uridium replied to Uridium's topic in Requests & In Production
there will be 2 versions made one without an admin panel and no support and for $25 a the full copy and as many updates forever as and when I make them -
testers needed for new mod beta testing...
Uridium replied to Uridium's topic in Requests & In Production
Sorry for lack or response the nod in question is a an advanced schooling mod than that of MCC one that allows Academy-Courses to be created with as many Sub category courses ass you want and staff can define at whart level each level percentage is defined example setting 1 category at 50% means two clicks the Course for that sub section has completed categories can be set by Percentage of clicks of gains of category and in return will give anything from items to cash to what ever you wan to give as long as you have and SQL database with that name on it.. -
CREATE TABLE IF NOT EXISTS `whos_where` ( `Id` int(5) unsigned NOT NULL AUTO_INCREMENT, `Pagetext` varchar(255) NOT NULL, `Userentry` int(5) unsigned NOT NULL, `Collatenow` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`Id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; function Gather_Info($Do, $Perm=0) { global $db, $ir, $h, $c; $Select = $db->query("SELECT `Id` FROM `whos_where` WHERE `Userentry`=".$ir['userid']); if (!$db->num_rows($Select)) { return $db->query("INSERT INTO `whos_where` (`Userentry`) VALUES (".$ir['userid'].")"); } else { return $db->query("UPDATE `whos_where` SET `Pagetext`='".$Do."', `Collatenow`=".$Perm." WHERE `Userentry`=".$ir['userid']); } } Then on each page add example for profile page Gather_Info('Viewing. '.{$r['username']}.' Profile Page'); Not tested but should be ok
-
yep the title says it so if your interested leave me a message on here or send me your Skype name, yahoo to my inbox
-
Hasn't this been done on several occiasions
-
if I were to put pics of my daughter on the net people would think there was a new zombie movie coming out ;)
-
Congratulations on the Birth of your daughter :)