Jump to content
MakeWebGames

Recommended Posts

Posted

well somebody called ectacy sold me a mod for $5 and he said it was the marital mod for v2 and i installed it but i later found out from the help of somebosy else tht is was a v1.0 mod so im really pissed off and hes not answering my emails or anything so im wondering if any body can tell me how to convert it

Posted

Re: converting

replace

mysql_query with $db->

-------------------------------------

on all functions be sure to add

$db;

eg

function blah()

{

global $c,$userid,$db;

-------------------------------------

take ,$c off the end of queries

so they look like

$db->query("SELECT * FROM blah WHERE thing='$noob'");

then it shud all work

considering u done wat GoldenZero said too

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...