
Renkia
Members-
Posts
232 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Renkia
-
I Think its. [mysql]ALTER TABLE `users ` ADD `sig` INT(11)[/mysql] Etcc, on the line as that mate.
-
Copyright Infringer down - Read this please. P.S: I do brush me teeth. -________-"
-
UPDATE users SET user_level = 200 WHERE userid = 1 That it? Wow, so simple. I thought it would be alot more work in the SQL's, lol. Well thanks for the Jordan. :)
-
I know that Jordan. xD It's just the SQL mate. :) userid` =2; I Think you are just updating ID 2. I'm not very good at this stuff, but it should be ( $userid ) What Ive seen in some cases anyway.
-
Hi there MWG/MCCF members, I am currently thinking of adding a new user_level to my incoming game in around 8 months. I have some Idea how to do it, but no Idea the with SQL'S. Currently learning SQL for the sake of the game mods & myself. Would appreciate it if someone could help. Thanks, for reading Rasheed Saeed - Renkia - Kakashi Hatake
-
Man. Nice way to start a thread. Great work Shino. I Highly recommend this to new game owners/coder. :P
-
Ohh, my bad Cold. I sort of included the Raven license then. (">_<")
-
it's not a problem mate. Lmao, I guess it did. :whistling:
-
Well, as the old MCC V2 was not secured at all. The new MCC V2 CB has stated, that it's fully secured. So he was probs stating how the security for Raven is.. I never saw anyone called Sohaib on the game, but Dave was ID 1. So yeah, I suggest that Dave owns the game now.
-
mccode-v2 Advanced Attack and Inventory Mod--One Click.
Renkia replied to Joshua's topic in Free Modifications
Brilliant work Joshua! As always, you blast me away with your mile long modifications. Keep the work up. :) -
Good afternoon members of MWG/MCC Forums, My Behaviour: As my behaviour of the last few weeks have been oblivious, and I am writing the thread to apologize, and for some updates on myself. As some of you know, I went into hiding learning C++ & C. As it turns out, programming wasn't for me. I Wanted to learn these programming languages to become a programmer for Nintendo, developing Pokemon games. As on a recent forum, I have around a 5% chance of working for Nintendo. (MAIL ME TO KNOW WHY) VampireInfusion: In a recent post, I explained me and my partner new MMORPG game. In that thread, some members explained sides to the script I was using. Raven. After reading some posts, the template was originally create by Mafia Corruption. I ask the owner Dave, what the issues were going on. He replied "Not true its an illegal infringement of our copyrights. Our legal department is deciding on a course of action." Copyright ISSUE! I then spoke to CB(ColdBlooded), he replied back explaining what the issues were. He explained that Raven script was MCC V2 with free mods, and secured. He adapted that some of this was His & Dabs own fault for not securing it, and the owner of Raven created for security purposes *I THINK*. But as time is passing.MCCodes is taking Raven to court. He also applied that buyers of Raven will receive $25 of MCC V2(With valid license). MUST HAVE A TRANSCRIPTION ID! MCCodes (V2) - Dollars: $100 to $75 MCCodes (V2) - Pounds: £68 to £44 My Coding: Now through the time I started coding 4 months ago, I relsise I am still crap. That I have wasted hours at end, sitting playing games on my laptop. So, I have decided to fix myself up and start learning Languages(MUL/PROGRAM). I Will starting to learn these languages listed below: - (IN ORDER) HTML5 xHTML CSS SQL Ajax PHP MySQL Ajax might be useful in some cases of my incoming game. I Will be opening to use Ajax in many different ways. Examples, like: Attack.php - Docrime.php - Streets.php. Files that are to do with movement activity. Yet again, I apologize for my behaviour and attitude to members. I also apologize for some friend for deleting them of MSN. If anyone would like to add me/again, here is my MSN: [email protected] I Thanks you for reading this thread. Yours sincerely, Rasheed Saeed ( Kakashi Hatake ) ( Renkia )
-
God Danny, you always have to start on a thread. -_- Good work Dave. Yet again your jQuery is useful to new learners & a great modification. Keep it up!
-
Reven/Ravan to me is just MCC v2, edited. The "creators" of Raven/Ravan are just some knobs(My opinion) how think they can code. Its just a cheap MCC engine. =/
-
We will/I be hoping to see it. :)
-
Well said, ROZ!: I Would say his PHP/MySQL skills, are good. HTML, I'm not sure but I agree. You could of made this by now instead of wasting time. =P But also, everyone is good at one language than another. No matter how difficult/easy it may be. :)
-
Well done 'hms'. Your modifications are really coming along. Good work! :thumbsup:
-
Cheers, Djkanna. You missed something out, but not everyone is a coffee chonga. :D And I'm surprised you didn't give me links to Wikipedia. Lol
-
Well done HMS. Looks good mate. :)
-
Morning MWG/MCC Forum: Now, since I have found out 'Pokemon' is programmed in C, I am just waiting for a friend on a forum to reply & help me for some starters. (http://www.cplusplus.com/forum/) In the mean time while I am waiting. I Would just like to know some information on a modification& what it does/whatdoesthisemans/whyisthatfaster? Etc. Code by SHAD / Click >> Here << for the link print' Throw a grenade '; $query=mysql_query("SELECT `inv_itemid` FROM `inventory` where `inv_itemid` = $gid && `inv_userid` = $userid");$i=mysql_fetch_array($query); // How is this including the performance? if(!$i['inv_itemid'] == $gid) // What does (!$i) mean?{print "Invalid Item";exit;} if(!isset($_POST['ID'])) {print "User id: "; } else { $_POST['ID'] = abs(floatval($_POST['ID'])); // Does (abs) mean absent? :P $maxMembs = $db->fetch_row($db->query("SELECT COUNT(`userid`) AS `u` FROM `users`")); if($_POST['ID'] > $maxMembs['u']) // What's the (['u']) for?{echo "Invalid user!";$h->endpage();}$ht = mt_rand($mintime,$maxtime);mysql_query("UPDATE `users` SET `hp` = 1, `will` = 0, `hospital` = {$hosptime}, `hospreason` = 'Bombed by {$ir['username']}' WHERE `userid` = {$_POST['ID']}"); event_add($_POST['ID'],"{$ir['username']} [{$ir['userid']}] threw a grenade at you, causing some severe effects. ",$c); // What's ($c) mean? Config? item_remove($userid, $gid, 1);print" You have successfully threw your grenade .";}$h->endpage();?> Sorry about the code. I Sorted it out 4 times, but It won't code up neatly. :S
-
Lol. XD Well, If I save it on Notepad, it could help. :P
-
Man, I need to start reading these post more clearly. -_-" My bad SHAD. :pinch:
-
Ohh.. well at least I learnt something today. :P My mistake Danny696.
-
@ Danny696: Stop calling people noobs you twit. -_-". Someone will probably make one of these in the future for free, but in till then, I agree you wont find one here for free. @ SHAD: So what if he "can't" spell. Everybody learns. @ Crimgame: Damm.. your good. :P @ DM: Indeed. Also, the hosting should already be aware of MCC by now. Its mainly used on Web-hosting. So, I blame them for being lazy. =/ Cheers, Rasheed Saeed (Renkia)
-
Ohh.. Bert. He knows what he's on about. Him and his brainiac brain X( lol If you have a good understand of PHP, you know PHP. Lol