اقتباس:
المشاركة الأصلية كتبت بواسطة القمه
|
الهاكات في المرفقات اما الاستايل
هـــــنـــــا
بالنسبة للتعديلات ::-
التعديلات بالقوالب للهاك Advertise Page For Your Forum
ادخل على قالب navbar
ثم ابحث عن
كود PHP:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
اضف فوقه
كود PHP:
<td class="vbmenu_control"><a href="advertise.php">Advertise</a></td>
فقط ....
===========================
التعديلات بالقوالب للهاك vbWiki Standard - vBulletin+MediaWiki integration
ما صار عندي وقت للترجمة قلت انزلها بنفس الانجليزي
Installation:
These installation instructions do not apply to vbWiki Pro. Refer to
vbWiki Pro installation instructions for more information.
MediaWiki and vBulletin must be installed and properly working before installing vbWiki. MediaWiki can be downloaded
here.
Create a new directory in your forums directory named vbWiki.
Upload the content of the installation package to this new directory.
Rename the file vbWiki_Init.php-dist to
vbWiki_Init.php
Open the file LocalSettings.php found in your MediaWiki directory in a text editor and replace this line:
with this code (entering the correct directory path):
كود PHP:
require_once "/absolute/path/to/your/forums/vbWiki/vbWiki_Init.php";
Troubleshooting:
Last installation step: Click
Mark as Installed..
If you run into any trouble installing vbWiki (blank page, logins not working, etc.), follow these instructions to temporarily turn on vbWiki's Diagnostic Tools.
Open vbWiki_Init.php (or vbWikiPro_Init.php) and find this line:
كود PHP:
$run_vbWikiPro_diag_tools = false;
And change it for this:
كود PHP:
$run_vbWikiPro_diag_tools = true;
Navigate to the wiki home page, and see the results