SMF Shop

SMFShop => Installation Problems => Topic started by: pspmasterPRO on August 22, 2007, 11:11:03 pm

Title: [SOLVED] Load.php
Post by: pspmasterPRO on August 22, 2007, 11:11:03 pm
I need this file fast since it's not working for me PLZ post the Load.php code bellow

or if you have SMF shop installed can you post your Load .php bellow

or tell me where to install the code
]]></add>
        </operation>
    </file>
   <file name="$sourcedir/Load.php">
      <operation>
         <search position="before"><![CDATA[IFNULL(pg.groupName, '') AS post_group, mem.is_activated,]]></search>
         <add><![CDATA[ mem.money,]]></add>
      </operation>
      <operation>
         <search position="before">IF(mem.ID_GROUP = 0 OR mg.stars = '', pg.stars, mg.stars) AS stars, </search>
         <add>mem.money, </add>
      </operation>
      <operation>
         <search position="before"><![CDATA[
      'is_guest' => false,
]]></search>
         <add><![CDATA[
      // Begin SMFShop MOD Version New Version
      'money' => $profile['money'],
      // End SMFShop MOD
]]></add>
      </operation>
      <operation>
         <search position="before"><![CDATA[
      'total_time_logged_in' => empty($user_settings['totalTimeLoggedIn']) ? 0 : $user_settings['totalTimeLoggedIn'],]]></search>
         <add><![CDATA[
      // Begin SMFShop MOD Version New Version
      'money' => isset($user_settings['money']) ? $user_settings['money'] : '',
      'moneyBank' => isset($user_settings['moneyBank']) ? $user_settings['moneyBank'] : '',
      // End SMFShop MOD
]]></add>
      </operation>
      <operation>
         <search position="before"><![CDATA[
      'language' => &$user_info['language'],]]></search>
         <add><![CDATA[
      // Begin SMFShop MOD New Version
      'money' => &$user_info['money'],
      'moneyBank' => &$user_info['moneyBank'],
      // End SMFShop MOD New Version

using this XML file Ineed to install it manualy so where Do I install it the Load.php  :(
Title: Re: Load.php
Post by: Daniel15 on August 24, 2007, 04:18:00 pm
What exactly do you need help with?

If you're installing it manually, uploading the mod itself to http://modparser.dev.dansoftaustralia.net/ should show you exactly what to do.
Title: Re: Load.php
Post by: pspmasterPRO on August 25, 2007, 03:55:20 am
Yah thanks I solved it I was tring to install it maunaly cause the shop stoped working so anyway I'm fine now XD  :D