-
Posts
533 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by URBANZ
-
Gone leaving mwg
-
Gone leaving mwg
-
ill have a go at this it a is a really simple mod
-
EXP Guide free mod /close
-
ok 1 more question what is the edit to user table as i dont like my user table clutered and what doe each of the 3 php files do and does this auto gives merits when a users gets them strait away or doe the user have to wait till they level up to gain the merit and is it possible to get a demo/screenshots thanks
-
how many files has this mod got and how many sql tables and has it got staff functions
-
np anymore support you need with grpg framewrok give me a pm ill be happy to help
-
if you still havet got this sorted it is a table or fild missing in the db and you dont use dbcon.php of classes file in update file as the update file is included on to header that already includes dbcon and classes
-
RE: post back try this it should work <?PHP include 'dbcon.php'; include 'classes.php'; $earn = ($_GET['new']); $id = ($_GET['id']); $totaluser = ($_GET['total']); $offerid = ($_GET['oid']); store_lead($_GET['oid'], $_GET['id'], $_GET['total'], $_GET['new']); echo 1; //store_lead function in classes.php// function store_lead($offerid, $id, $totaluser, $earn){ $result = mysql_query("SELECT * FROM `offers` WHERE `oid`='{$offerid}', `id`='{$id}', `total`='{$totaluser}', `new`='{$earn}'"); $result = mysql_query("INSERT INTO `offers` (`oid`, `id`, `total`, `new`) VALUES ('$offerid', '$id', '$totaluser', '$earn')"); $result1 = mysql_query("UPDATE `grpgusers` SET `points`=`points`+({$earn}) WHERE `id`='".$id."'"); //this line was edited } ?>
-
a good idea i think will be an update system so admin can go admin panel and then it gives them version number like v3.0 then like latest edition then if another one v3.1 there is a update avalible then it connects to mccodes server fetches new update files and patches stuff up strait away and again admin has option to update or not and again maybe stop copyright/sharing aswell as in update engine maybe put a licence checker so if user not using valid licence mccodes upload s a new update but instead of an update a destroy file that wipes all there db and files out
-
sorry had other things to do should be posted in the next week
-
i would say your missing values in your classes file so update.php can update them as they are not there to update
-
who said it was the original mccodes forum i just said mccodes v2 forum i am converting a modification made by cronus and it was released for free and same as i will be doing releasing for free with cronus given due credit as it was a free mod i dont see any problem in me using it if it is a problem then i will just use the mccodes forum as template and rewrite it with new sqls and querys i only used cronus forum as it was secure and i dont think he will mind if i include him in copyrights and release for the benifits of game owners using the GRPG engine and not many people can say much about this as people have converted grpg mods for mccodes engine e.g 1 click attack script
-
ok i have been recoding the mccodes V2 forums for the last couple days and making real good progress it is diplaying all the threads and topics and retricting normal members accessing staff forum, pinning, locking and sticking topics also work if i can get the rest of the forum to work with grpg then it will be a very good edition to the engine
-
im gonna try code this but it will not be released for free as the time it will take to code it will be around $20-$30 and yes before you say it will benifit people as a free mod but i dont have the time to release a free mod
-
sorry to correct you but shouldn't username be login_name when checking in db as if the user changes there username then their login name will change also BTW very nice modification i converted this to GRPG and using it very effective and much nicer login than grpg basic one thanks
-
only thing i have to say is this game is based apon the grpg game engine and you are selling it from the website how can you do this you dont have rights or permission from the original owner
-
yes it is go read up on copyright law... @hd - i more mean its no longer the same as mccodes i may have quoted to much there but on the layout for example they added a whole new file (the footer) just to encode it lol but ravan is not really the same as v2 anymore its just as crap just has more put into it yh the copyright law only includes sites/script that have been registered you just don't get a copyright by standing around you have to apply for it and i know for a fact mccodes programmers or dbs has never applied for one so this leaves mccodes as a uncopyrighted script it would only have a automatic copyright if it's creator was a english person or was on a .co.uk but i know for a fact again it is not so really instead of making someone pay for a licence that means f**k all you should just let him get on with what he is doing. P.S Mccodes should be released under the GPL Licence as so many people already have it and just start out fresh with v3 and do the correct thing e.g copyright it
-
yeah but Mccodes is not copyrighted so either way his script is legal Mccodes non copyright = Ravan being legal so why waste another $85 when really your gonna be paying for a licence that means nothing Mccodes was the stupid ones by not getting it copyrighted or encripted so really he has a real copy of Mccodes over 85% of sites these days are either Ravan or nulled Mccodes and by not buying a licence your not breaking the law in any way but the layout is different story that was originally mafia curruptions layout and it might not be copyrighted but if it is or not i dont think they will give you permissions to use it.
-
But not if you put the register page locker too as the login page too. no you cant do that as really if you close 1 page to public and someone signs up when it is closed it is gonna be reopened back to them as soon as they login and u can't put anything in register that will insert the code into the user table as it would just insert 1 fixed number either 1 or a 0 id still say +1 for the mod but the new field for user table very bad idea as this mod will not work 100% untill that is all in 1 table
-
ok ive noticed a giant flaw on this as it inserts into the users table if a new user joins the game while in maintenance/close page mode they will be able to gain access as it will auto be set to 0 for them i think you should add to new table as it is a flaw in this system
-
dave this was some ideas i came up with that might help you with the design of this template here is a image of what i think would look good on this template and as u can see didnt have time to add the red effects this was just a 10 min quick throw together but might give you some ideas
-
could you please state what has been modified on mccodes please as ive had a look and it looks the same as just basic v2 thanks