? Sparks ? Posted June 16, 2009 Posted June 16, 2009 Ok so I am really tired of people asking others to convert the code to V2 ( I am not going to lie I used to also But I learned how) Ok so first off In the V1 file Find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then Replace It with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then In the V1 file find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And replace It with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
? Sparks ? Posted June 16, 2009 Author Posted June 16, 2009 Re: Converting V1 to V2 Lol If Its possible to get a +1 for this give me one, because this is teaching the people that don't know how to do it a valuable lesson :lol: :-P Quote
AbsentCrisis Posted June 16, 2009 Posted June 16, 2009 Re: Converting V1 to V2 This wont fully convert it...and theres topics made for this already. Quote
Lithium Posted June 16, 2009 Posted June 16, 2009 Re: Converting V1 to V2 V1-V2 http://criminalexistence.com/ceforums/i ... ic=16666.0 V2-V1 http://criminalexistence.com/ceforums/i ... ic=16667.0 Quote
Feky Posted June 16, 2009 Posted June 16, 2009 Re: Converting V1 to V2 i know this may sound a bit noobish but do we have to replace session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); with iinclude globals.php oh yea and i forgot lol +1 Quote
CrazyT Posted June 16, 2009 Posted June 16, 2009 Re: Converting V1 to V2 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And replace It with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. There is no need to replace mysql_ to $db->, when converting to v2.. 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.