The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
hi
who can i hide this code in the editor HTML Code:
[CENTER][RIGHT][LEFT][B][I][U][FONT="Arial Black"][CENTER][/CENTER][/FONT][/U][/I][/B][/LEFT][/RIGHT][/CENTER] and the i lost the copy past i uninstalled this hack and it is still same problem the hack in the code : Code:
<?xml version="1.0" encoding="windows-1256"?> <product productid="massy_tools" active="1"> <title>اmass4</title> <description>www.bdr130.net</description> <version>3.0</version> <codes> <code version="3"> <installcode><![CDATA[$db->hide_errors(); $db->query_write("UPDATE " . TABLE_PREFIX . "post SET pagetext = REPLACE(pagetext,'[poem ','[poem=')"); $db->query_write("UPDATE " . TABLE_PREFIX . "user SET showvbcode = 1"); $db->query_write("TRUNCATE TABLE " . TABLE_PREFIX . "post_parsed"); $db->query_write("TRUNCATE TABLE " . TABLE_PREFIX . "posthash"); $db->query_write("TRUNCATE TABLE " . TABLE_PREFIX . "bbcode"); $db->show_errors(); require_once(DIR . '/includes/class_bbcode.php'); build_bbcode_cache();]]></installcode> <uninstallcode><![CDATA[$db->hide_errors(); $db->query_write("UPDATE " . TABLE_PREFIX . "post SET pagetext = REPLACE(pagetext,'[poem ','[poem=')"); $db->query_write("UPDATE " . TABLE_PREFIX . "user SET showvbcode = 1"); $db->query_write("TRUNCATE TABLE " . TABLE_PREFIX . "post_parsed"); $db->query_write("TRUNCATE TABLE " . TABLE_PREFIX . "posthash"); $db->query_write("TRUNCATE TABLE " . TABLE_PREFIX . "bbcode"); $db->show_errors(); require_once(DIR . '/includes/class_bbcode.php'); build_bbcode_cache();]]></uninstallcode> </code> </codes> <templates> </templates> <plugins> <plugin active="1"> <title>mass4 - bdr130.net</title> <hookname>bbcode_fetch_tags</hookname> <phpcode><![CDATA[if (file_exists('./includes/massybbcode.php')) require_once(DIR . '/includes/massybbcode.php');]]></phpcode> </plugin> </plugins> <phrases> </phrases> <options> </options> </product> if you install this code you will get this code appeared in the editor : HTML Code:
[CENTER][RIGHT][LEFT][B][I][U][FONT="Arial Black"][CENTER][/CENTER][/FONT][/U][/I][/B][/LEFT][/RIGHT][/CENTER] i hope someone can help me the full hack in the attachment thanks regards emad bahattab |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|