Сео форум про методы раскрутки сайтов. Как раскрутить сайт и заработать в интернете.

Сео форум про методы раскрутки сайтов. Как раскрутить сайт и заработать в интернете. (http://forum-seo.net/index.php)
-   Архив софта и скриптов (http://forum-seo.net/forumdisplay.php?f=37)
-   -   vB.Sponsors 2.0.7 (http://forum-seo.net/showthread.php?t=13296)

Seo-man 08.05.2013 12:35

vB.Sponsors 2.0.7
 
Вложений: 1
Спонсоры на форуме vB.Sponsors 2.0.7

vBulletin Version 3.6.x - 3.8.x
License This vBulletin extension is provided as-is with no warranty implied or stated.
No part of this code may be reproduced or distributed, in part or in whole, without written consent of the author.
You may NOT remove the branding (vB.Sponsors) from the footer of your site.


Version History

2.0.7 - Feature Added / Bugfix
-Added support for version 3.8.x
-Added vbulletin-style.xml file to easily import template modifications for vBulletin 3.8.x. Previous versions must manually edit the templates.
-Added a verification for the forum path in link.php.

2.0.5 - Feature Added / Bugfix
-Added version checking
-Added support for Google Adsense (template code has been updated)
-Fixed the table layout in the AdminCP
-Options are now controlled via vBulletin options

2.0.0 - Initial Release

Enable sponsorship on forums and categories
Use a banner or a text link
Use Google Adsense code
Supports large banners for the top of the sponsored forum and small banners for the forum listing
Tracks hits for each sponsor
Statistics viewable inside Admin CP
Easy to use and install

Вложение 412

Seo-man 08.05.2013 12:36

А вот полезный скрипт для определения путей:
settings-check.php

<?php
// __________________________________________________ _________
//| vB.Sponsors - settings-check.php |
//| Written by: Justin Doles - [url]www.DigitalDeviation.com[/url] |
//| Extension Version: 2.0.7 |
//| vBulletin Version: 3.8.x |
//| ----------------------------------------------------------|
//| Description: Allows the addition of sponsors to |
//| forums and/or categories. Tracks hits for each sponsor. |
//| ----------------------------------------------------------|
//| License: This vBulletin extension is provided as-is with |
//| no warranty implied or stated. No part of this code may |
//| be reproduced or distributed, in part or in whole, without|
//| written consent of the author. |
//| You may NOT remove the branding (vB.Sponsors) from the |
//| footer of your site. |
//|_________________________________________________ __________|
$ddir = dirname(__FILE__);
print "<pre>";
print "<b><u>vB.Sponsors Settings Check</u></b>\n";
print "<b>Directory name is</b>: " . $ddir . "\n";
$ddir = str_replace("vB.Sponsors", "", $ddir);
print "<b>Forum directory:</b>: " . str_replace("\\", "/", $ddir) . "\n";
print "!!! DELETE THIS FILE FROM YOUR SERVER WHEN YOU ARE DONE USING IT !!!\n";
print "</pre>";
?>

Seo-man 08.05.2013 16:26

SQL запрос для создания таблицы vbsponsors в БД

CREATE TABLE vbsponsors (id INT NOT NULL auto_increment, sponsor_name VARCHAR(255) NOT NULL default '', forum_id INT(11) NOT NULL default '0', forum TEXT NOT NULL, date TEXT NOT NULL, PRIMARY KEY (id))


Часовой пояс GMT +3, время: 12:30.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. Перевод: zCarot