Jump to content

graciehz

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

graciehz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in F:\Program Files\Apache Group\Apache2\htdocs\ministarsnetwork2\designs\screws.inc.php on line 54 [size=8pt][color=black]52[/color][color=purple]$menu2[/color] [color=blue]= "<P align=left> [color=black]53[/color]<img name=phone_item_equip_flat src=phone_item_equip_flat.png width=110 height=47 border=0 usemap=#m_phone_item_equip_flat alt=""><map name=m_phone_item_equip_flat> [color=black]54[/color]<area shape=poly coords=80,27,81,22,84,17,89,14,95,12,101,14,106,17,109,22,110,27,109,33,106,38,101,41,95,43,89,41,84,38,81,33,80,27,80,27 href=javascript:; alt="" > [color=black]55[/color]<area shape=poly coords=39,27,40,20,44,15,49,11,55,10,62,11,67,15,71,20,72,27,71,33,67,39,62,42,55,43,49,42,44,39,40,33,39,27,39,27 href=javascript:; alt="" > [color=black]56[/color]<area shape=poly coords=-1,27,0,21,4,16,9,13,15,12,21,13,26,16,30,21,31,27,30,34,26,39,21,42,15,43,9,42,4,39,0,34,-1,27,-1,27 href=javascript:; alt="" > [color=black]57[/color]</map></P>";[/color][/size] Would love some help.  :)
  2. I'm currently putting together a virtual pet site. I need my users to collect gold as the browse thru the pages on the site. Example: User clicks on Games. 10 Gold is automatically added to their account. I'm not sure where I should start to look in putting in something extra like that into the script. I see that my global.inc.php shows this refering to getting the users current points in the database: [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]$username = $getInfo[username]; $display_name = $getInfo[display_name]; $userid = $getInfo[id]; $points = $getInfo[points]; $rank = $getInfo[rank]; $hungerLevel = $getInfo[hunger_level]; if (!$username) { $username = "<i>Not logged in.</i>"; } if (!$display_name) { $display_name = "<i>Not logged in.</i>"; } if (!$points) { $points = "0"; }[/quote] I'm sort of thinking it can be done in one of these scripts that I have or maybe their should be a seperate script telling points to be added upon every click by the user??? I'm sort of lost. Could someone help me out.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.