![]() |
![]() |
#2 |
Регистрация: 08.05.2008
Адрес: Молдова/ПМР, Тирасполь
Сообщений: 3,554
Вы сказали Спасибо: 95
Поблагодарили 137 раз(а) в 124 сообщениях
Репутация: 1596
|
![]() А вот полезный скрипт для определения путей:
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>"; ?>
__________________
Недорогой хостинг! forum-seo.net/showthread.php?p=10754 Для просмотра ссылок или изображений в подписях, у Вас должно быть не менее 30 сообщение(ий). Сейчас у Вас 0 сообщение(ий). |
![]() |
![]() |