LinkzBot - Link Management System IPB & vBulletin

Status
Not open for further replies.
mr happy i've added this to my forum is there any way you can edit it to make the bot show the host like [hf] instead of hf also a bug i found as i was using it before was that when a user edit his topic it add the filehost again otherwise its a great mod thanks for this
 
mr happy i've added this to my forum is there any way you can edit it to make the bot show the host like [hf] instead of hf also a bug i found as i was using it before was that when a user edit his topic it add the filehost again otherwise its a great mod thanks for this

Its very simple
goto
ACP>Thread Prefix Manager
Then under LinkzBot File Hosts, you will see all the File hosts name
click edit on every file hosts
change
Title (Plain Text) and Title (Rich Text) to whatever you like
if you want to change hf to [HF]
then
Title (Plain Text) = [HF]
Title (Rich Text) = [HF]

=)
 
Database error in vBulletin 3.8.6:

Invalid SQL:
INSERT INTO `prefix` ( `prefixid` , `prefixsetid` , `displayorder` , `options` )
VALUES ('rs', 'LinkzBot_File_Hosts', '10', '0'),
('hf', 'LinkzBot_File_Hosts', '10', '0'),
('mu', 'LinkzBot_File_Hosts', '10', '0'),
('nl', 'LinkzBot_File_Hosts', '10', '0'),
('ul', 'LinkzBot_File_Hosts', '10', '0'),
('st', 'LinkzBot_File_Hosts', '10', '
Solution ?
 
What if the poster puts the host name in the title like, [HF][FS] File Name
Will the mod put the host names in there aswell like, [HF][FS][HF][FS] File Name
 
Its very simple
goto
ACP>Thread Prefix Manager
Then under LinkzBot File Hosts, you will see all the File hosts name
click edit on every file hosts
change
Title (Plain Text) and Title (Rich Text) to whatever you like
if you want to change hf to [HF]
then
Title (Plain Text) = [HF]
Title (Rich Text) = [HF]

=)

How do you do that in IPB 3.1?
 
How do you do that in IPB 3.1?

He game instructions for vBulletin. To do it in IPB you'd have to modify the source code which isn't as easy.


I've sorta being ignoreing this topic over the last few weeks. Well yesterday Hawk asked me to fix the images on the topic and while I had it open with the intention of taking screenshots I started modifying and updating it which I hope to release soon.
 
Solution ?
That error means you have a similar prefix mod added previously. Due to the crappy vbulletin is written you can only remove the existing prefix through phpmyadmin. Hang on another week as I've a fix for this.
What if the poster puts the host name in the title like, [HF][FS] File NameWill the mod put the host names in there aswell like, [HF][FS][HF][FS] File Name
it would but you can have the script remove all user prefixes before it adds your own. Just add them to the clean topic bit.
 
He game instructions for vBulletin. To do it in IPB you'd have to modify the source code which isn't as easy.

Code:
        array ('[RS]', '/rapidshare.com/files/', '/\/rapidshare.com\/files\/([^\/]*)\//', '/\/rapidshare.com\/files\/.*\/(.*)/'),
        array ('[HF]', '/hotfile.com/dl/', '/\/hotfile.com\/dl\/([^\/]*)\//', '/\/hotfile.com\/dl\/.*\/(.*)\//'),
        array ('[HF]', '/hotfile.com/list/', '/\/hotfile.com\/list\/([^\/]*)\//', '/\/hotfile.com\/list\/.*\/(.*)/'),
        array ('[MU', 'megaupload.com', '/megaupload.com\/([^\/]*)/', '/hotfile.com/'),
        array ('[NL]', 'netload.in/date', '/netload.in\/([^\/]*)/', '/netload.in\/.*\/(.*)/'),
        array ('[UL]', '/ul.to/', '/\/ul.to\/([^\/]*)\//', '/\/ul.to\/.*\/(.*)/'),
        array ('ST', 'storage.to/get/', '/storage.to\/get\/([^\/]*)\//', '/storage.to\/get\/.*\/(.*)/'),
        array ('UP', 'uploading.com/files/', '/uploading.com\/files\/([^\/]*)\//',

Would that work by anychance... :D
 
I think its still adding the posts with duplicate links, not sure. I am unable to post with duplicate links but still I find some users who had posted duplicate links.
 
He game instructions for vBulletin. To do it in IPB you'd have to modify the source code which isn't as easy.


I've sorta being ignoreing this topic over the last few weeks. Well yesterday Hawk asked me to fix the images on the topic and while I had it open with the intention of taking screenshots I started modifying and updating it which I hope to release soon.

ok mr happy you should continue working on it if its possible as this is really a great mod for ipb :P
 
Status
Not open for further replies.
Back
Top