Jump to content
MakeWebGames

[mccode v2] Family's [$30.00]


Haunted Dawg

Recommended Posts

Re: [v2] Family's [$30]

 


1.- Add this url to your explore:
[url='proposals.php']Proposal Manager[/url]
";
if($ir['married'] > 0) 
 {
   echo '[url="family.php"]Family Manager[/url]
';
 }
echo "

 

This missing something Killah?

also

7.- Open ******.php and find:
mysql_query("UPDATE users SET money=money-{$np['hPRICE']},maxwill={$np['hWILL']} WHERE userid=$userid",$c);
Replace with:
mysql_query("UPDATE users SET money=money-{$np['hPRICE']},maxwill={$np['hWILL']},willmax={$np['hWILL']} WHERE userid=$userid",$c);

above makes no since to me. Why have willmax stated twice>?

If this was for v2

why is there all these query statements stead of $db->query marks?

The area of install stated to insert something to header. It kept on popping up an error. I will try to convert myself. but I thought for the money spent on this it would be correct and almost a drop in code.

error that pops up after making the header update.

Parse error: syntax error, unexpected T_IF, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/bornmob/public_html/header.php on line 215

TJ

Link to comment
Share on other sites

Re: [v2] Family's [$30]

 


1.- Add this url to your explore:
[url='proposals.php']Proposal Manager[/url]
";
if($ir['married'] > 0) 
 {
   echo '[url="family.php"]Family Manager[/url]
';
 }
echo "

 

This missing something Killah?

also

7.- Open ******.php and find:
mysql_query("UPDATE users SET money=money-{$np['hPRICE']},maxwill={$np['hWILL']} WHERE userid=$userid",$c);
Replace with:
mysql_query("UPDATE users SET money=money-{$np['hPRICE']},maxwill={$np['hWILL']},willmax={$np['hWILL']} WHERE userid=$userid",$c);

above makes no since to me. Why have willmax stated twice>?

If this was for v2

why is there all these query statements stead of $db->query marks?

The area of install stated to insert something to header. It kept on popping up an error. I will try to convert myself. but I thought for the money spent on this it would be correct and almost a drop in code.

error that pops up after making the header update.

Parse error: syntax error, unexpected T_IF, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/bornmob/public_html/header.php on line 215

TJ

 

Wow i actualy never thought you would be so umm what way can i put it.... sensless... mysql_query(""); can be used in both versions.

If i go into a v1 and add $db = new mysql; and some other stuff i could use $db->query(""); in v1.

Willmax aint stated twice read the code it says willmax & maxwill!

maxwill is your actual will and willmax is there for your house sharing.

 

[url='proposals.php']Proposal Manager[/url]
";
if($ir['married'] > 0) 
 {
   echo '[url="family.php"]Family Manager[/url]
';
 }
echo "

why exactly would that be missing some thing?

unless you can just go like

";
if($ir['married'] == 0)
{
  echo '[url="proposal.php"]Proposal Manager[/url]
';
}
else
{
  echo '[url="family.php"]Family Manager[/url]
';
}
echo "

 

I thought you would know that.

Link to comment
Share on other sites

Re: [v2] Family's [$30]

 


1.- Add this url to your explore:
[url='proposals.php']Proposal Manager[/url]
";
if($ir['married'] > 0) 
 {
   echo '[url="family.php"]Family Manager[/url]
';
 }
echo "

 

This missing something Killah?

also

7.- Open ******.php and find:
mysql_query("UPDATE users SET money=money-{$np['hPRICE']},maxwill={$np['hWILL']} WHERE userid=$userid",$c);
Replace with:
mysql_query("UPDATE users SET money=money-{$np['hPRICE']},maxwill={$np['hWILL']},willmax={$np['hWILL']} WHERE userid=$userid",$c);

above makes no since to me. Why have willmax stated twice>?

If this was for v2

why is there all these query statements stead of $db->query marks?

The area of install stated to insert something to header. It kept on popping up an error. I will try to convert myself. but I thought for the money spent on this it would be correct and almost a drop in code.

error that pops up after making the header update.

Parse error: syntax error, unexpected T_IF, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/bornmob/public_html/header.php on line 215

TJ

 

Wow i actualy never thought you would be so umm what way can i put it.... sensless... mysql_query(""); can be used in both versions.

If i go into a v1 and add $db = new mysql; and some other stuff i could use $db->query(""); in v1.

Willmax aint stated twice read the code it says willmax & maxwill!

maxwill is your actual will and willmax is there for your house sharing.

 

[url='proposals.php']Proposal Manager[/url]
";
if($ir['married'] > 0) 
 {
   echo '[url="family.php"]Family Manager[/url]
';
 }
echo "

why exactly would that be missing some thing?

unless you can just go like

";
if($ir['married'] == 0)
{
  echo '[url="proposal.php"]Proposal Manager[/url]
';
}
else
{
  echo '[url="family.php"]Family Manager[/url]
';
}
echo "

 

I thought you would know that.

 

Excuse me for asking the mod was popping up errors in the header file thus to assume something is not right. its still not installed because of this. I gave the information above hopping for an educated response from you however got sarcasm instead. Sorry to have ruffled your feathers on such a wonderful day..

Maybe when you get back and relax you can respond with logical reasons why there would be a echo'' statement hanging in the code doing nothing.

Why the header modification would pop up the error stated.

and I know that the query data can be in $db-> form or mysql_query form simply put if made for v2 it should be as easy to drop in run it and install per instructions but it is not.

I followed everything line for line and to my avail did not work. You can explain this.

as well your installer for DB updates did not fully install needed alters to users table and had to do them on my own.

Thanks for your time and look forward to a more professional response.

TJ

Link to comment
Share on other sites

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...