N00b Posted March 27, 2007 Posted March 27, 2007 People who wanna know how to convert v1 mods to v2 Quote
UCC Posted March 27, 2007 Posted March 27, 2007 Re: Converting V1 mods to V2 What is the point of this post? Are you asking how or trying to teach? It's quite easy Quote
N00b Posted March 27, 2007 Author Posted March 27, 2007 Re: Converting V1 mods to V2 Nah i thought it would be easy for people to see here. alot of people are asking me for v2 mods and stuff. Its very easy all u have to do is rename include global_func.php to include globals.php and cut all the bits upto $h->menuarea(); let me show u: <?php session_start(); require "globals.php"; then it should just show the script at the bottom Now stop paying people to convert mods for money lol. Quote
UCC Posted March 27, 2007 Posted March 27, 2007 Re: Converting V1 mods to V2 LOL. LOL. LOL. Yes, it's easy but your instructions are just going to screw people up. LOL Quote
twist_killer Posted March 27, 2007 Posted March 27, 2007 Re: Converting V1 mods to V2 i wanna know how to convrt v1 and 2 into lite! Quote
Decepti0n Posted March 27, 2007 Posted March 27, 2007 Re: Converting V1 mods to V2 you use frontpage of course! Quote
twist_killer Posted March 27, 2007 Posted March 27, 2007 Re: Converting V1 mods to V2 LMAO! LMAO! ur funny! u know that? and u can kiss my ass too! :evil: Quote
Vorlen Posted March 27, 2007 Posted March 27, 2007 Re: Converting V1 mods to V2 This thread's going nowhere, so here it is. FROM v1 to v2: On the page FIND <?php take EVERYTHING from that point until (And including) $h->menuarea(); REPLACE with include "globals.php"; Use GREP (Find and replace) to FIND: global $ir REPLACE WITH global $db,$ir Do this for ALL variations of global $ir,$c,$h etc. Once done, your mod SHOULD technically work. Quote
UCC Posted March 28, 2007 Posted March 28, 2007 Re: Converting V1 mods to V2 Now that's much better. :) There are of course exceptions, occationally, depending on the code you're looking at. Quote
Vorlen Posted March 30, 2007 Posted March 30, 2007 Re: Converting V1 mods to V2 Now that's much better. :) There are of course exceptions, occationally, depending on the code you're looking at. Yes, true. Thanks for the support UCC. :) Quote
seanybob Posted March 30, 2007 Posted March 30, 2007 Re: Converting V1 mods to V2 LAMO!!! Lamo? You are a lamo you make me nervous. I remember a former guy on these forums with kila/killa in his name that had trouble spelling simple acronyms as well... Quote
Vorlen Posted March 30, 2007 Posted March 30, 2007 Re: Converting V1 mods to V2 LAMO!!! Lamo? You are a lamo you make me nervous. I remember a former guy on these forums with kila/killa in his name that had trouble spelling simple acronyms as well... Yeah, I remember him... bad spelling, and worse news. Quote
CraigF Posted March 31, 2007 Posted March 31, 2007 Re: Converting V1 mods to V2 lol, how do you turn v2 into v1? Quote
N00b Posted April 1, 2007 Author Posted April 1, 2007 Re: Converting V1 mods to V2 kraig ur stupied Quote
lem0n Posted April 2, 2007 Posted April 2, 2007 Re: Converting V1 mods to V2 lol, how do you turn v2 into v1? i also lol'd decepti0n to convert v2 to v1 do the v1 to v2 conversion backwards :D 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.