DeathXXX Posted March 17, 2014 Posted March 17, 2014 does anyone one how to convert mccodes v2 into grpg as i have plenty of paid mods i'd like to move/convert Thanks For The Support... Quote
DeathXXX Posted March 17, 2014 Author Posted March 17, 2014 Hmm true how much would it cost me to pay one of you to convert daves chat mod for me? Quote
Newbie Posted March 17, 2014 Posted March 17, 2014 not all mccodes mod need recoded for grpg add me on skype its in my profile Quote
Zettieee Posted March 17, 2014 Posted March 17, 2014 Converting them is somewhat easy: $ir['colName'] => $user_class->colName Quote
KyleMassacre Posted March 17, 2014 Posted March 17, 2014 Converting them is somewhat easy: $ir['colName'] => $user_class->colName Yeah if the user class was built right *hint-hint* Grant. $ir['columnName'] to: open up classes.php and add: $this->columnName then its usable as $user_class->columnName Quote
Zettieee Posted March 17, 2014 Posted March 17, 2014 $this->colName = $array['colName']; in classes... change $db-> to mysql_ change users to grpgusers Quote
MNG Posted March 18, 2014 Posted March 18, 2014 You might want to ask for permission first if these are purchase mods. Quote
KyleMassacre Posted March 18, 2014 Posted March 18, 2014 As long as it is within the licensing terms everything should be ok. I don't know of a developer here that says that you can't touch the code to modify it for what you need. What I would be more concerned about is the people doing the conversions. If you get someone that is shady then your basically giving them the module for free so please choose wisely Quote
Zettieee Posted March 18, 2014 Posted March 18, 2014 Well I can recommend kyle here for the job. He's pretty respected around here. Quote
KyleMassacre Posted March 18, 2014 Posted March 18, 2014 Thank you but I'm not sure if I want to take on work as of right now. Quote
DeathXXX Posted March 18, 2014 Author Posted March 18, 2014 so if i wanted to add something in i would go to classes and add that then do it in the file i wanted to rather than just doing user_class would be $this->columnName Quote
Zettieee Posted March 18, 2014 Posted March 18, 2014 You need to to define the colName in classes.php. $this->ColName = $worked['ColName']; Then you use $user_class->ColName like so. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.