The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBRecycle v3.0.7 Details »» | |||||||||||||||||||||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-= vBRecycle =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -= Version : 3.0.7 =-=-=-=-=-=-= =-=-=-=-=-=-= -= For vBulletin: 3.5.x=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- :::::::::::::::::::::::::::::::::::::::: ::::FEATURES ::::::::::::::::::::::::::::::::::::::::
::::INSTALL :::::::::::::::::::::::::::::::::::::::: ================================== [Step 1][Upload Files] ================================== Copy all files to their respective location:
[Step 2][Run the Product Installer] ================================== URL: http://www.yoursite.com/admincp/plugin.php?do=productadd Select product-vbrecycle***.xml. ======================= ================================== [Installation Completed] ================================== :::::::::::::::::::::::::::::::::::::::: ::::HISTORY ::::::::::::::::::::::::::::::::::::::::
::::HAVE FUN! Don't forget click Install! ^_^ :::::::::::::::::::::::::::::::::::::::: Show Your Support
|
Comments |
#112
|
|||
|
|||
Quote:
|
#113
|
||||
|
||||
Quote:
Code:
DROP TABLE IF EXISTS vbr_config Code:
CREATE TABLE vbr_config (oid int(11) NOT NULL default 1, active int(11) NOT NULL default 1, forumid int(11) NOT NULL default 0, linkamfd int(11) NOT NULL default 2, linkamst int(11) NOT NULL default 1, typem int(11) NOT NULL default 1) ENGINE=MyISAM COMMENT='vBRecycle Config' Code:
INSERT INTO vbr_config VALUES(1, 1, '', 2, 1, 1) |
#114
|
|||
|
|||
i have still errors..queries do not work
|
#115
|
||||
|
||||
Quote:
|
#116
|
|||
|
|||
whne i click main sttings or the others
Database error in vBulletin 3.5.0 Release Candidate 3: Invalid SQL: select * from vbr_config; MySQL Error : Table 'abc.vbr_config' doesn't exist Error Number : 1146 Date : Tuesday, September 27th 2005 @ 06:37:54 PM Script : http://www.......com/forum/admincp/vbrecycle_admin.php? Referrer : http://www......com/forum/admincp/index.php IP Address : 85.103.28.84 Username : ... Classname : vb_database when i try CREATE TABLE vbr_config (oid int(11) NOT NULL default 1, active int(11) NOT NULL default 1, forumid int(11) NOT NULL default 0, linkamfd int(11) NOT NULL default 2, linkamst int(11) NOT NULL default 1, typem int(11) NOT NULL default 1) ENGINE=MyISAM COMMENT='vBRecycle Config' on acp or phpmyadmin, it says An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax near 'ENGINE=MyISAM COMMENT='vBRecycle Config'' at line 1 |
#117
|
|||
|
|||
i did like that;
CREATE TABLE `vbr_config` ( `oid` int(11) NOT NULL default 1, `active` int(11) NOT NULL default 1, `forumid` int(11) NOT NULL default 0, `linkamfd` int(11) NOT NULL default 2, `linkamst` int(11) NOT NULL default 1, `typem` int(11) NOT NULL default 1 ) TYPE=MyISAM COMMENT='vBRecycle Config' and INSERT INTO `vbr_config` VALUES(1, 1, '', 2, 1, 1) query is ok... but now it follows from Recycle Manager when i click Database error in vBulletin 3.5.0 Release Candidate 3: Invalid SQL: select * from forum where recycle = 1; MySQL Error : Unknown column 'recycle' in 'where clause' Error Number : 1054 Date : Tuesday, September 27th 2005 @ 07:17:58 PM Script : http://www.,,,,,,.com/forum/admincp/...php?do=manager Referrer : http://www.,,,,,.com/forum/admincp/index.php IP Address : 85.103.28.84 Username : ,,,, Classname : vb_database and MySQL Error : Unknown column 'recycle' in 'field list' |
#118
|
||||
|
||||
I'm getting the same errors as murrtex running RC3 (if that helps any )
|
#119
|
|||
|
|||
finally i did this;
ALTER TABLE usergroup ADD (vbr_per INT(10) UNSIGNED DEFAULT '0' NOT NULL); and everything is ok.. I am testing now.. |
#120
|
||||
|
||||
Hasn't made any difference to me.. still getting errors
Database error in vBulletin 3.5.0 Release Candidate 3: Invalid SQL: update forum set recycle = 1 where forumid='1'; MySQL Error : Unknown column 'recycle' in 'field list' Error Number : 1054 |
#121
|
||||
|
||||
Man this hack consists A LOT of bugs. It needs to be re-coded and must be tested fully before releasing it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|