Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 192
Total: 192

Author Topic: SMF 2.0 Gold Failed install  (Read 4292 times)

0 Members and 1 Guest are viewing this topic.

Offline slvreagl

  • Member
  • *
  • Posts: 11
    • View Profile
SMF 2.0 Gold Failed install
« on: June 13, 2011, 01:25:58 pm »
I am getting errors when trying to install this mod on SMF 2.0 aka Gold

Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Test failed
Code: [Select]
Code: (Find) [Select]

?>

Code: (Add Before) [Select]

// Begin Ad Seller Pro Text Strings
$txt['seller_admin'] = 'Ad Seller Pro';
$txt['txt_seller_admin_tab'] = 'Advertise';
$txt['seller_revenue_share_settings'] = 'Revenue Share Settings';
$txt['seller_settings'] = 'Settings';
$txt['seller_txt_manage_ads'] = 'Manage Ads';
$txt['seller_txt_ad_approval'] = 'Ad Approval';
$txt['seller_txt_ad_locations'] = 'Ad Locations';
$txt['seller_txt_ad_packages'] = 'Ad Packages';
$txt['seller_view_transactions'] = 'View Transactions';
$txt['seller_revenue_share'] = 'Revenue Share';

// Permissions
$txt['permissiongroup_seller'] = 'Ad Seller Pro';
$txt['permissiongroup_simple_seller'] = 'Ad Seller Pro';

$txt['permissionname_seller_manage'] = 'Admin Ad Seller Pro';
$txt['permissionhelp_seller_manage'] = 'Allows admin control to the Ad Seller Pro';
$txt['cannot_seller_manage'] = 'You are not allowed to manage Ad Seller Pro.';

// END Ad Seller Pro Text Strings

Execute Modification    ./Themes/default/index.template.php    Test failed
Code: [Select]
Code: (Find) [Select]

echo '
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}

Code: (Add After) [Select]

// Begin Ad Seller Pro Location - Welcome Area/User Information Box

global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(13);
if ($adSellerAdData != false)
{
echo '</td>';
echo '<td class="windowbg">';
echo $adSellerAdData;

}

// End Ad Seller Pro Location - Welcome Area/User Information Box

Execute Modification    ./Themes/default/Display.template.php    Test failed
Code: [Select]
Code: (Find) [Select]

echo '
</div>
<span class="botslice"><span></span></span>
</div>
<hr class="post_separator" />';

Code: (Add After) [Select]

// Begin Ad Seller Pro Location - After First Post
if ($message['id'] == $context['first_message'])
{


global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(4);
if ($adSellerAdData != false)
{
echo '<div class="',  ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') , '">
<span class="topslice"><span></span></span>

<div class="poster">

</div>

<div class="post">
' . $adSellerAdData . '
</div>

</div>
';
}



}
// End Ad Seller Pro Location - After First Post

Execute Modification    ./Themes/default/MessageIndex.template.php    Test failed
Code: [Select]
Code: (Find) [Select]

echo '
</tbody>
</table>
</div>
<a id="bot"></a>';

Code: (Add Before) [Select]

// Begin Ad Seller Pro Location - Bottom Message Index

global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(7);
if ($adSellerAdData != false)
{
echo '
<tr class="windowbg2">
<td colspan="' , !empty($context['can_quick_mod']) ? '6' : '5' , '">';

echo $adSellerAdData;

echo '</tr>';
}

// End Ad Seller Pro Location - Bottom Message Index

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: SMF 2.0 Gold Failed install
« Reply #1 on: June 13, 2011, 01:29:45 pm »
Have you redownloaded AdSeller Pro from
http://www.smfhacks.com/index.php/topic,4271.0.html

Did make some updates to the package so it installs on SMF 2.0
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline slvreagl

  • Member
  • *
  • Posts: 11
    • View Profile
Re: SMF 2.0 Gold Failed install
« Reply #2 on: June 13, 2011, 01:48:00 pm »
Thank you, I did recently download 1.09 however i guess it was a different version of 1.09 cause today's 1.09 installed with only one error...  ;D

Execute Modification    ./Themes/default/languages/Modifications.english-utf8.php    Test failed
Code: [Select]
Code: (Find) [Select]

?>

Code: (Add Before) [Select]

// Begin Ad Seller Pro Text Strings
$txt['seller_admin'] = 'Ad Seller Pro';
$txt['txt_seller_admin_tab'] = 'Advertise';
$txt['seller_revenue_share_settings'] = 'Revenue Share Settings';
$txt['seller_settings'] = 'Settings';
$txt['seller_txt_manage_ads'] = 'Manage Ads';
$txt['seller_txt_ad_approval'] = 'Ad Approval';
$txt['seller_txt_ad_locations'] = 'Ad Locations';
$txt['seller_txt_ad_packages'] = 'Ad Packages';
$txt['seller_view_transactions'] = 'View Transactions';
$txt['seller_revenue_share'] = 'Revenue Share';

// Permissions
$txt['permissiongroup_seller'] = 'Ad Seller Pro';
$txt['permissiongroup_simple_seller'] = 'Ad Seller Pro';

$txt['permissionname_seller_manage'] = 'Admin Ad Seller Pro';
$txt['permissionhelp_seller_manage'] = 'Allows admin control to the Ad Seller Pro';
$txt['cannot_seller_manage'] = 'You are not allowed to manage Ad Seller Pro.';

// END Ad Seller Pro Text Strings

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: SMF 2.0 Gold Failed install
« Reply #3 on: June 13, 2011, 01:52:35 pm »
Continue with the install. If you are using english utf8 language on your board make that change to that file manually
/Themes/default/languages/Modifications.english-utf8.php
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline slvreagl

  • Member
  • *
  • Posts: 11
    • View Profile
Re: SMF 2.0 Gold Failed install
« Reply #4 on: June 13, 2011, 02:01:28 pm »
Thanks again,
I dont use UTF8 language, so I let it install, and all my ads are up and running.  :)

GREAT MOD!

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
3878 Views
Last post January 13, 2008, 01:30:04 pm
by KennyRJR
2 Replies
3609 Views
Last post July 13, 2010, 11:19:17 pm
by llweiss
3 Replies
4781 Views
Last post November 23, 2010, 10:26:26 pm
by SMFHacks
6 Replies
4396 Views
Last post August 01, 2011, 04:03:40 pm
by shuban
9 Replies
5577 Views
Last post June 08, 2012, 02:30:07 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal