bluegman991 Posted November 4, 2009 Posted November 4, 2009 I wouldnt actually call it a code converter because not every code will work perfectly, and it doesnt do the whole conversion. basically wat it does as you can see is replace the words in the script with what they should be in a few clicks. this could be very useful for long scripts. You have to change the 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']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm); $h->menuarea(); toinclude "globals.php"; or vice-versa by yourself or remake the script so it will do it You can either download the ([attach]1382[/attach]) or make a file named mccodes_converter.php and copy this into it You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
kcmajor36 Posted May 24, 2010 Posted May 24, 2010 Could someone edit it so it will fix the globals and stuff like that? 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.