View Full Version : Miscellaneous Hacks - eD2K Links Hack
MRGTB
09-12-2006, 10:00 PM
This will let you add ed2k links to your site. The hack does require ONE manual edit to a PHP file, but no vBulletin code is altered, just some code added to the file. Please follow the instructions in the download carefully.
Check the images out below as to what it looks like once installed. The hack "counts file size", can add "multiple ed2k links" in one go. All ed2k links opened in the "same browser window" (no more blank browser windows left open) when clicking ed2k links posted on your board. It also shows the proper "ed2k file" link file name. I've also validated the code so it's W3C and CSS valid.
https://vborg.vbsupport.ru/external/2010/10/30.jpg https://vborg.vbsupport.ru/external/2010/01/137.jpg
What are ed2k links?
eD2k links are downloads that are advertised in file sharing programs like eMule:www.emule.net (http://www.emule-project.net).
To download the ed2k links, you "must" have an ed2k link client program installed like the above. What this hack does is it lets you search programs like eMule for files being shared over the ed2k network. Giving you the option to copy and paste the ed2k link on your forum. When clicked by a person visiting your board, who has an ed2k link client program installed like eMule. The link will be added to his download list in emule, it will also start the program automatically for him if he has it configured to take ed2k links while the program is not running.
Features & Notes:
[1] W3C & CSS Valid
[2] All templates are cached in the plug-in
[3] Only one PHP file edit is required, (No vBulletin code is changed)
[4] ed2k links can be added singly or multiply
[5] All ed2k links open in the same browser window (no more blank pages to close)
[6] File sizes are shown and calculated
[7] ed2k link names are displayed correctly
[8] Uses a box to contain all the ed2k links in neat
[9] Links also get displayed and work correctly in Printthread
Feature Plans
"CUSTOM TAG" feature planned, were all ed2k links posted will contain a custom tag of your choice. Like adding your site address for example to the ed2k file name. Which would mean your site would be advertised for free in every ed2k link added to eMule.
PLEASE CLICK: INSTALL
if you use the hack.
bollie
09-13-2006, 05:52 AM
Thankx instal ;)
Barakat
09-13-2006, 06:11 AM
thanx
Snake
09-13-2006, 10:05 AM
Very nice!
Mr_Devlin
09-13-2006, 12:21 PM
For Servers with older PHP suppport (PHP 4) you have to change operators in your includes/adminfunctions_options.php
Find this code located in row 362:
$value += 0;
and change it to
$value >= 0;
Without this change you will get an error message in ACP when changing the option "number of characters before wrapping text".
dirtycrow
09-13-2006, 01:10 PM
wait. .. what does this do? if it's what i think it is. . perfect!
m0nde
09-13-2006, 01:24 PM
what is its function?LOL, from the pictures, it looks like the purpose is to help spread warez by hosting eMule index files a la Sharereactor.
;)
dirtycrow
09-13-2006, 01:27 PM
LOL, from the pictures, it looks like the purpose is to help spread warez by hosting eMule index files a la Sharereactor.
;)
so is it just a private p2p for your forums? or does it connect to another p2p network?
MRGTB
09-13-2006, 02:13 PM
The hack lets you add "ed2k links" to your board, that when clicked get added to emule or edonkey for download. Or any other ed2k link client program that can take the links.
soletrader
09-13-2006, 02:33 PM
Sorry for this newbie question... what is a ed2k link?
MRGTB
09-13-2006, 03:11 PM
For Servers with older PHP suppport (PHP 4) you have to change operators in your includes/adminfunctions_options.php
Find this code located in row 362:
$value += 0;
and change it to
$value >= 0;
Without this change you will get an error message in ACP when changing the option "number of characters before wrapping text".
Thanks for that update.
lolo?
09-13-2006, 04:22 PM
at this moment i see two bug
Uncached templates: ed2k (1)
Uncached templates: ed2kbit (1)
and with Fire fox the link are not copy
thanks for this mod
MRGTB
09-13-2006, 04:43 PM
at this moment i see two bug
Uncached templates: ed2k (1)
Uncached templates: ed2kbit (1)
and with Fire fox the link are not copy
thanks for this mod
Yes that right, I wasn't sure how to add the code to "cache the templates" in the plug-in, which is why I said in the installation file to add the template names to global.php instead to cache them that way instead. If a person knows how to add the cache code to the plug-in instead, to avoid having to edit the global.php file. I will alter the upload to not add the template names to the global.php file, and update the plug-in also for download. You will have to post the complete new plug-in code though for me to update it.
Yes, I'm aware that with Firefox the "copy links" is a problem. Hopefully we shall see a fix for that posted here, so again I can update the download. But the option is always there to completely remove that feature if you wish from the hack code.
I would also like to have integrated the option to "Add your own TAG" in the ed2k links posted. There is another hack here that does this. If a person can take that option from that hack and integrate it into this (maybe the author of that hack). And post the updated code here. Again I will update the download to reflect the changes. The "TAG" option a good feature to include because it means you can advertise your own site address or name in the TAG's that gets added automatically at the end of every ed2k link posted on your board (very good way to advertise your site in emule). Here is the link to the other hack that I would like to see that TAG feature taken from, and integrated into this version: https://vborg.vbsupport.ru/showthread.php?t=100008&highlight=ed2k
concordancer
09-13-2006, 04:47 PM
Hasn't edonkey just gone belly up?
http://news.google.com/news?hl=en&ned=us&q=edonkey&btnG=Search+News
...looks like eMule is still around, though :)
lasto
09-13-2006, 07:38 PM
suppose this could be altered for other stuff besides edonkey am i right ?
How about one for nzbs or is that a no go ?
MRGTB
09-13-2006, 08:06 PM
I've just updated the download, I noticed in the installations details, the bit were you have to add some code to your global.php file was missing to cache the templates, that will sort the cached template problem out. Also updated the plug-in to 3.6.1 version from 3.6.0.
I've also completly removed the option to "COPY LINKS" seeing as that didn't work right in Firefox and only did in IE. It was not really needed as a feature (it would only give other users an easy way to take ed2k links and post them on there own site fast). So you now just have a download button only, and no copy links button. (all the code for that was removed from the hack).
m0nde
09-13-2006, 08:17 PM
Hasn't edonkey just gone belly up?
http://news.google.com/news?hl=en&ned=us&q=edonkey&btnG=Search+News
...looks like eMule is still around, though :)eDonkey is the name of the file sharing protocol, but you're right, the original client is not very popular.
The eDonkey network hasn't gone belly up, but is not as popular as the Bit Torrent protocol at the moment.so is it just a private p2p for your forums? or does it connect to another p2p network?There are several clients like eMule and eMule Plus and the indexing sites like sharereactor, which were shut down earlier, are coming back.
eDonkey is a file sharing protocol that works over various p2p networks
Take a look at this to find out what eDonkey is:
http://en.wikipedia.org/wiki/EDonkey_network
MRGTB
09-13-2006, 08:56 PM
Shareaza is one, eMule Plus is another :)
MRGTB
09-13-2006, 09:12 PM
eDonkey hasn't gone belly up, but is not as popular as Bit Torrent at the moment.
There are several clients like eMule and eMule Plus and the indexing sites like sharereactor, which were shut down earlier, are coming back.
eDonkey is a file sharing protocol that works over various p2p networks
Take a look at this to find out what eDonkey is:
http://en.wikipedia.org/wiki/EDonkey_network
Read the full story here: http://www.slyck.com/news.php?story=1288
Paul M
09-13-2006, 09:36 PM
To cache templates in a plugin use the cache_templates hook and this code ;
$globaltemplates[] = 'ed2k' ;
$globaltemplates[] = 'ed2kbit' ;
MRGTB
09-13-2006, 09:52 PM
To cache templates in a plugin use the cache_templates hook and this code ;
$globaltemplates[] = 'ed2k' ;
$globaltemplates[] = 'ed2kbit' ;
Paul can you just copy the code from the plug-in and show me were that goes, if you will please.
aveon
09-13-2006, 10:28 PM
hey gary when i try to add a link i get this error
Fatal error: Call to undefined function: handle_ed2k_links() in /kunden/137092_81737/www.e-paylas.de/forum/includes/class_bbcode.php on line 1071
MRGTB
09-13-2006, 10:35 PM
check that you put the code in the class_bbcode.php file after this.
* Returns whether this parser is a WYSIWYG parser. Useful to change
* behavior slightly for a WYSIWYG parser without rewriting code.
*
* @return bool True if it is; false otherwise
*/
function is_wysiwyg()
{
return false;
}
An not after this marked in red:
* Returns whether this parser is a WYSIWYG parser. Useful to change
* behavior slightly for a WYSIWYG parser without rewriting code.
*
* @return bool True if it is; false otherwise
*/
function is_wysiwyg()
{
return false;
}
}
So it should look like this:
* Returns whether this parser is a WYSIWYG parser. Useful to change
* behavior slightly for a WYSIWYG parser without rewriting code.
*
* @return bool True if it is; false otherwise
*/
function is_wysiwyg()
{
return false;
}
/**
* ed2k link start.
*/
function handle_ed2k_links($text)
{
if(!$this->is_wysiwyg())
{
$text=preg_replace ("/(<\/?)(\w+)([^>]*>)/e","", $text);
$list=explode("ed2k://",$text);
$rand=rand(100, 999);
foreach ( $list as $key => $ed2k )
{
if (!empty($ed2k))
{
$ed2k = "ed2k://".$ed2k;
$ed2k_array=explode("|",$ed2k);
$total+=$ed2k_array[3];
$totalper=$ed2k_array[3];
if($totalper>(1024*1024*1024*1024)){
$totalper=round($totalper/1024/1024/1024/1024,2);
if(!$totalper){continue; }
$totalper.="TB";
}elseif($totalper>(1024*1024*1024)){
$totalper=round($totalper/1024/1024/1024,2);
if(!$totalper){continue; }
$totalper.="GB";
}elseif($totalper>(1024*1024)){
$totalper=round($totalper/1024/1024,2);
if(!$totalper){continue; }
$totalper.="MB";
}else{
$totalper=round($totalper/1024,2);
if(!$totalper){continue; }
$totalper.="KB";
}
++$i;
$key1=iif($i%2, 1, 2);
$ed2k_array[2]=rawurldecode($ed2k_array[2]);
eval('$ed2kbit .= "' . fetch_template('ed2kbit') . '";');
}
}
if($total>(1024*1024*1024*1024)){
$total=round($total/1024/1024/1024/1024,2);
$total.="TB";
}elseif($total>(1024*1024*1024)){
$total=round($total/1024/1024/1024,2);
$total.="GB";
}elseif($total>(1024*1024)){
$total=round($total/1024/1024,2);
$total.="MB";
}else{
$total=round($total/1024,2);
$total.="KB";
}
$key2=iif($key%2, 1, 2);
eval('$text = "' . fetch_template('ed2k') . '";');
}
else
{
$text ="".$text."" ;
}
return $text;
}
/**
* ed2k link end.
*/
}
There are two of these "}" in the code you search for at the end of it. Put the hack code before the very last one
concordancer
09-13-2006, 10:37 PM
eDonkey hasn't gone belly up, but is not as popular as Bit Torrent at the moment.
Yeah, sure...:( See http://yro.slashdot.org/yro/06/09/12/1932225.shtml
MRGTB
09-13-2006, 11:18 PM
The hack has now been updated again.
All templates are "cached" now in the "plug-in", no need to edit the global.php file, instuctions have been updated in download to reflect this change.
Please re-download and install the hack via the plug-in (remove the other version first). And remove all edits to your global.php file if you made any to cache templates.
Paul M
09-14-2006, 03:37 AM
So why, after i gave you the code have you created two cache_template plugins, and used array_merge .......
MRGTB
09-14-2006, 03:42 AM
Paul, not sure what you mean. You know a lot more than me and I had to look at another hack to see how they had cached the templates and followed there way. If you can do it a better way. Please feel to post the full plug-in code here with your cache template code added to do it a better way. And I will update the plug-in with your code posted.
Pretty new to this plug-in coding
Paul M
09-14-2006, 03:50 AM
That's not the way its done. :)
You create/edit plugins in your ACP and then export the product as an XML file afterwards, not try and add them directly to the XML file.
If you look in your plugins for this product, you will find you now have two associated with the cache_templates hook. Delete one, edit the other to contain the two lines of code I gave you, and then re-export it.
MRGTB
09-14-2006, 04:29 AM
Sorted and updated
Der Sauger1
09-14-2006, 10:38 AM
hello
Nice Hack but ERROR in Produkt is only for 3.6.1 not 0 ?
Edit:Ok,Edit the XML in 3.6.0 and ist gone :) ;)
MRGTB
09-14-2006, 04:39 PM
will change that now, done, re-uploaded to show 3.6.0 minimum version.
Watched
09-20-2006, 08:42 AM
wish there was something like this for torrents.
MRGTB
09-20-2006, 12:15 PM
torrents is a lot more complicated when it comes to hacks for them. But there is a thread somewhere were I guy is selling it for vB6. He lists his email to contact him. VBT I think it called, but it's not a free hack.
Der Sauger1
10-10-2006, 06:25 PM
.... not work in 3.6.2
Error when will add a Link
Fatal error: Call to undefined function: handle_ed2k_links() in /www/htdocs/w0075632/includes/class_bbcode.php on line 1071
In this Line: // call a callback function
$pending_text = $this->$tag_info['callback']($open['data'], $open['option']);
}
}
any Idea???
Ok is Gone,sorry ;)
MRGTB
10-10-2006, 07:32 PM
is everything fine now, my guess is you added the code after the second "}" and not the first one.
Brandon Sheley
10-10-2006, 08:10 PM
nice work Gary,
didn't know you had it in ya :p
KOKS@LN
11-12-2006, 04:30 PM
I installed this hack on my board. It works with most of the links that I post but for some of them the hack doesn't calculate right size of the link and when I click on it, emule says could not add link- Ill formed hash.. When I look at the link, I see many gaps in it..
Can anyone tell me how I can remove these gaps from the link?
thanks
Great hack!
But I have a problem... is possible to limit max. characters in the table of elinks??? I need to do that.
Thanks!!
HeLLCiTo
12-05-2006, 04:18 PM
it doný work in 3.6.4 i get a fatal error
it works great in my 3.6.4
toolmanwill
12-06-2006, 01:52 PM
torrents is a lot more complicated when it comes to hacks for them. But there is a thread somewhere were I guy is selling it for vB6. He lists his email to contact him. VBT I think it called, but it's not a free hack.
I have made a free mod for torrent tracker using vb 3.6.x and XBT backend.
You can grab it from my sourceforge site
http://sourceforge.net/projects/vbtt
and install it yourself or i offer custom install services using a custom version of the free release.
MRGTB
12-18-2006, 11:31 PM
I installed this hack on my board. It works with most of the links that I post but for some of them the hack doesn't calculate right size of the link and when I click on it, emule says .. When I look at the link, I see many gaps in it..
Can anyone tell me how I can remove these gaps from the link?
thanks
You must not of carried out step 4 in the instructions, you have to do that or the links will not work and spaces will be inserted in them. Read quote below taken from the instructions. This will also be why your file sizes are being displayed incorrectly, because your links are not correct (due to spaces) to work the total size out.
::STEP 4::
In your admin cp "vBulletin Options/Thread Display Options (showthread)" settings. Change the "Number of Characters Before Wrapping Text" from "50" to "0". This must be done otherwise your ed2k links will not work and the long links will get spaces introduced into them (very important).
If you follow the instructions to the letter and read them carefully, this works fine with vBulletin 3.6.4
MRGTB
12-19-2006, 09:18 AM
I've spotted a problem with this hack.
After you use this hack to post ed2k links on your forum, which are displayed in a box in your threads like the images show here in the demo.
If you go into your admin settings and run the "Rebuild Post Cache" option. For some reason all the boxes that contain the ed2k links vanish from all the threads. But if you choose to edit a thread were you posted the links, you can see the ed2k links are still there and when you save the thread again, the box that conatains the ed2k links is displayed back again.
But this means, if you was to have a large amount of ed2k links posted on your forum. And you ran the "Rebuild Post Cache" they would all vanish from the threads, meaning you wouold have to edit every single thread to get them displayed back again.
Anybody got any ideas why this is happening, it's as though something is not cached correctly meaning you lose all the ed2k links being displayed in threads after you run the "Rebuild Post Cache". Even though you can see there still there if you edit the posts.
Roonie
12-28-2006, 11:30 AM
Great work Paul, but i have a suggestion.
How could us allow just some usergroups to use this skill??
Thnks :)
aveon
01-05-2007, 12:57 PM
hey mate i have a problem in installation.txt where u say
In your admin cp "vBulletin Options/Thread Display Options (showthread)" settings. Change the "Number of Characters Before Wrapping Text" from "50" to "0". This must be done otherwise your ed2k links will not work and the long links will get spaces introduced into them (very important).
i couldnt do that where do i add that 50 to 0 i get the error on snap it leaves a space between hash numbers on ed2k link and the emule doesn't recognize the link so i need to get this done if anybody can help me..??
here is the error i get
http://img234.imageshack.us/img234/3692/assssox7.png
and here is my vBulletin Options/Thread Display Options (showthread) page
http://img292.imageshack.us/img292/2044/lklkww2.th.png (http://img292.imageshack.us/my.php?image=lklkww2.png)
can anybody show me where to put that code...??
Roonie
01-05-2007, 10:39 PM
Hi!
i have a problem. Once i post the elink, i can view it, but after an undetermined period of time, i get back to the thread and i can not see the elink. If i edit the post i see that the elink is there, but it is not being shown. Then when i save the post with doing no changes, i see the elink again.
Why does it happens? It is the same problem explained by another user 3 posts before mine :)
thnks.
itsid
01-06-2007, 12:02 AM
aveon, Du bist schon richtig, Du musst aus "Anzahl der Zeichen bevor ein Zeilenumbruch erfolgt" eine NULL machen, eben da wo jetzt noch die 50 steht, dann ist das Leerzeichen auch weg
'sid
aveon
01-06-2007, 04:20 AM
aveon, Du bist schon richtig, Du musst aus "Anzahl der Zeichen bevor ein Zeilenumbruch erfolgt" eine NULL machen, eben da wo jetzt noch die 50 steht, dann ist das Leerzeichen auch weg
'sid
srry bro i dnt speak german my webmaster is from german so our site is german ass well so if u explain it in english ill be glad
itsid
01-06-2007, 07:26 AM
uups ;)
where you find your picture saying "Anzahl der Zeichen bevor ein Zeilenumbruch erfolgt", that's where you have to change the value to Zero (0 instead of the 50 that's in your picture) to avoid automated text-wrapping.
'sid
MRGTB
01-09-2007, 07:55 PM
Look for this setting and change it to "0". This setting has to be set to "0", otherwise spaces will be inserted into your ed2k links and (they won't work).
As a side note, has anybody looked at the code and figured out, why when you "Rebuild Post Cache" in the admin settings, all the ed2k links vanish from the threads there posted in. And will only come back if you edit the threads and save them again - to get them to reappear again.
Check the image out.
itsid
01-14-2007, 03:28 PM
well...
looks like the javascript will cease to work if post is trying to be rebuild,
the output is generated within the browser (that's what javascript is made for)
so it can't be called by the server itself afaik...
No javascript no output... that's it,
If a post is called from cache all bbcodes are stripped out or will be ignored;
so I think you'll have to disable cache :(
btw, you don't have to edit the posts.. you'll just have to wait that the posts are cleared from cache then they'll be rebuild by the users browser.
to be honest, i just took a very short look at the xml... maybe I'm wrong ;)
'sid
ps that was a screenshot of his very own board, so I think he already understood ;)
CarpHunter
02-08-2007, 06:30 AM
First of sorry for this bump.
I was looking for something like this so I downloaded and installed it.
All works fine.
The problem some of you have with links dissapearing, I havent had em (also rebuilded cache and stuff like you said)
Als o took a look at the code.
The javascript is there for a couple of reasons:
The download function is for the downloading action (duh).
Then there is the checkAll. This only makes that the bottom checkbox, when activated, checks or unchecks all other boxes.
Last but not least there are the size functions. The are there to update the total amount when you check/uncheck items.
The rest of the table is created in the code itself (the code you added in the bbparse file).
The functions made in there are called on by hook (havent looked where the hook is at but he seems to be ok because it functions normally)
First of I thought that the problem was located in the caching of the templates but after a check on the call it appears that also this is done correctly.
I will be running this code for a test period to just make sure everything is ok.
If ppl still experience problems like this pls let us know so that we can find a sollution for it.
It would be a shame to let this nice hack go to waste.
[EDIT]
Just reloaded cache and idd they disapeared.
Does anyone have a clue yet how this is possible????
Roonie
03-03-2007, 10:10 AM
This Hack doesn´t work with vb 3.6.5
CarpHunter
03-09-2007, 01:03 AM
Hack works fine under vb 3.6.5. You need to do all file edits over again.
I made an alteration in the plugin to go around "the max char before wordwrap" and included in this post. Just overwrite the old plugin with this one. Now it won't add spaces in long urls even if you have a max chars set in the options.
I also have an update on the disapear issue.
I've searched all over the vB forums and found that it has something to do with the "postparsed" table in the database.
Because vB automaticly caches all tags standard in vB and excludes none standard bbcodes.
I also found some workarounds to exclude certain bbcode from the cache rebuild but none seem to work.
Maybe someone here knows how we can work around this??
MRGTB
04-01-2007, 07:48 AM
If you say there are certain vB codes in the database that are listed as postparsed to cache. Could you not add a query to the database to include the ed2k vbcode so that is parsed also to the list in the database by running a query to it. It may also mean having to edit the right php file also to add the ed2k code to the list of other vbcodes that are parsed as well.
Would that not do it?
DiSpy
04-05-2007, 07:24 PM
I hope you guys can find a workaround for this... I'm sorry I can't help, tried to figure it out and failed. :(
MRGTB
04-09-2007, 09:44 AM
Hack works fine under vb 3.6.5. You need to do all file edits over again.
I made an alteration in the plugin to go around "the max char before wordwrap" and included in this post. Just overwrite the old plugin with this one. Now it won't add spaces in long urls even if you have a max chars set in the options.
The code you added to the XML file to disable Smiles and Wordwrap causes errors with the class_bbcode.php file when you view a thread. You get an error message displayed like this below: (This error is not shown if you install the plug-in without your changes made to the XML plug-in file).
Parse error: syntax error, unexpected ')' in /home/xxxx/public_html/forum/includes/class_bbcode.php(2413) : eval()'d code on line 8
All I can think is you must have to also add some extra code to the class_bbcode.php file when you do the ed2k edits in it. To compansate for the changes you made in the XML plug-in regarding smiles being disabled and wordwrap
MRGTB
04-16-2007, 04:22 PM
Just an update here:
I have fixed some problems and also added a few more features to make the hack a little better. Here are a list of things I have changed:
[1] I have now added instructions on how to create a "Template Group", so your two ed2k templates added, are situated in there very own ED2K Template group.
[2] Instructions have also been added, so you can display the ed2k link editor icon image in both the "Quick Edit" and "Quick Reply" pages on your forum. No need to go "Advanced" anymore to use the ed2k link editor icon.
[3] The "Word Wrap" and "Disable Smilies" has been fixed now in the XML code, there was an error in the code that CarpHunter posted earlier in this thread. That's been fixed now and was a simple mistake he made). Meaning there is no need to change the "Word Wrap" settings in the AdminCP options anymore. The instructions in the download have been edited to reflect this, along with some other changes as well. Smilie code will also not effect ed2k links posted now. If an ed2k link has a smilies code in it by accident like:
:)
for example. It won't be displayed in the ed2k link as a smilie image. While still working as normal in your threads.
[4] I've also changed the link at the bottom of the ed2k link box, so it now leads to eMules own site, instead of ed2k.biz. And the text before the link explains they need eMule installed to download the links (quick reminder with a link for them).
Unfortunately, I've not had the time so far to look into the cache problem posted in a few threads above above. I'll take a look at this later (but I'm not hopeful I can fix this problem). Would be nice if some clever coder could also try and find a solution to that problem to stop all ed2k link disappearing when you re-build the cache in the AdminCP.
MRGTB
06-07-2007, 12:05 PM
Removed, I'm no longer working with this hack anymore
DiSpy
06-13-2007, 02:56 PM
Question: did you fix the cache problem?
MRGTB
06-13-2007, 05:07 PM
Yes and no. I spoke the a chinese guy called: Skylook who created the ed2k version for IPB which he advertises for download on Invisionize.
He sent me another copy that he said all the chinese use for there ed2k link sites. Basicly is was more or less the same script with a few changes here and there. That did sort the cache problem out in that hack. But now I know why, well sort of. All the code went in the class_bbcode and global_js script. It didn't use a plug-in. So it was being cached.
The down side was, it showed javascript errors in the Print page version. So it been a mix of his sorts the cache problem out. While mine doesn't suffer from the javascript error on the Print Friendly page.
But they are just a variation of each other. There the same script installed differently. Been working for days trying to get one out of the two working 100%. But no joy.
Which is a pity becuase the script I have here now updated that I posted here. Now shows file download availablity for each file from an outside website. And also the TAG is now sorted also.
thedvs
08-17-2007, 12:42 PM
any more news?
MRGTB
08-17-2007, 04:47 PM
No, I'm not pursuing this anymore
toolmanwill
08-23-2007, 01:35 PM
yeah i took a look myself and was way over my head, sorry for not getting back to ya bro, real life issues stopped me from persuing this with you.
CarpHunter
10-03-2007, 11:52 PM
Like MRGTB I also got the cache thing sorted.
Still working on some little additions like per forum permission.
Also trying to make it a complete plugin product but thats pretty hard (still have the edittor images to fix)
If interested I can release something later this week (if thats ok by MRGTB ofcourse because he started this mod)
MRGTB
10-04-2007, 08:19 PM
Like MRGTB I also got the cache thing sorted.
Still working on some little additions like per forum permission.
Also trying to make it a complete plugin product but thats pretty hard (still have the edittor images to fix)
If interested I can release something later this week (if thats ok by MRGTB ofcourse because he started this mod)
Yeah, no problem mate. Release it as a new version if you want supported by yourself. I don't mind one bit either way.
In fact if I had of still had the hack with "payed" changes I hired a coder to make, I would have given it for you to play around with. As it had the add cutom "TAG" to ed2k links option added into it, and also converted ed2k HTML links to BBCODE, as well as working with standard ed2k links. Plus it displayed the availablity of each link also. But I deleted the hack by accident and the person who I payed for the work did'nt keep a copy of it at his end. So I losed some very important changes.
Pity really, as they were two very cool features that cost me ?100 to get coded into it.
PS: I never did get the cache problem sorted, that was the last thing that needed fixing that I never got sorted. Has you sorted a proper fix out for the cache problem, so when you "re-build post cache" the links remain dipplayed in threads there posted in?
CarpHunter
10-05-2007, 11:22 AM
To bad to hear all the work is lost :( Those were some nice features. Maybe I'll try to get them in as well)
I got the whole cache thing sorted (or at least I'm testing as we speak but it still hasn't gone wrong). It will always show even after updating cache.
Thanks for letting me release it. Will do my best to keep the quality of the mod as high as possible.
MRGTB
10-07-2007, 12:17 PM
I've added you as a Co Author
Roonie
11-01-2007, 08:51 AM
I have a problem, it doesn't work with 3.6.8 PL1
Do anyone have a solution?
Thnks
avitor
05-09-2008, 10:58 PM
i nst this edlink like the installation say
and not seen the edlink on my edit box
wher is nead show?
on the place wher i post new thread?
near all the icons? or smiles?
is not shows
if someone fils to help me to install this i thank you a loots
thanks
ikki29
05-11-2008, 02:20 PM
I have a problem with this product, at the moment of putting a link inside the etiquettes and sending new message. Example: A movie that has 700 mb that I want to put in the forum and with these etiquettes on having created the new topic it(he,she) goes out for me that the file has 70 kb and me it does not work, on having edited the topic and having guarded if that goes out for me well, Another thing that I believe that it(he,she) happens(passes) they are the links if ed2k it(he,she) has a www.url.com it(he,she) does not go out well sim goes out the 70 kb seizure(indigestion) I put a link ed2k without any direction and it(he,she) goes out well. Who can be the problem?
avitor
05-11-2008, 02:49 PM
hii ikki29
you can see the ed2 icon on the editor bar?
ikki29
05-11-2008, 03:01 PM
If avitor I it can see in quick reply, in post edit and in newthread, regards
avitor
05-11-2008, 04:21 PM
i dont see the ed2 icon in no where
and i dan all install like in manuel
if put this code - link- this works ok
but no icons shows
ikki29
05-11-2008, 04:34 PM
He(She) excuses groin I do not understand it I am Spanish and use translators to be able to understand what decis, which I could have understood is that you does not work the image of the donkey, in algun place especially? In the intrucciones they say to you where to put the code, regards
avitor
05-11-2008, 10:19 PM
i install all product correct like the instruction shows
and- i put the link of edk2 >select the link>press the image of the mule on editor bar
ed2k://|file|(exsample%20The%20Matrix%20Path%20Of%20Neo20 %20(Multilanguage)%20-%20eran25z.[example|3737616540|8B85B8DBF5BC856C33F833671185B54 7|/
and submit new thread
i try to press on link to go to my emule program -but ? -is just take me to my furums home page
if i live my mous on the donload link is show me in the status bar of my browzer -my forums adress
thanks to all helpers
what to do?
KanmaiseR
05-18-2008, 11:59 AM
very very nice hack and working 3.7.0 :)
thanks MRGTB, installed..
avitor
07-07-2008, 09:21 PM
all my ed2k links disappar and not shows on page
i press edit and all the links and the code are ther
after i press on save the edit and id shows back
o have in my site 5000 ed2k links and no one shows now
links i add to new threads the shows ok
i dont wont to edit all my threads
please help me a soon is posible
to bring back the links to show on thread
LordNinja
12-08-2008, 04:38 AM
Like MRGTB I also got the cache thing sorted.
Still working on some little additions like per forum permission.
Also trying to make it a complete plugin product but thats pretty hard (still have the edittor images to fix)
If interested I can release something later this week (if thats ok by MRGTB ofcourse because he started this mod)
Hello. Sorry to bump it.
The button will only be displayed if you have at least 1 custom bbcode with a image button specified. If you have no buttons for custom bbcodes, you can change this on editor_toolbar_on template.
find:
<if condition="$vBeditTemplate['extrabuttons'] != '' ">replace with:
<if condition="$vBeditTemplate['extrabuttons'] != 'anything' ">
However, I couldn't sort the cache problem yet. Did you (or someone)?
iyama
02-13-2009, 12:12 PM
I was just looking for this. Buth will this work with vb 3.8.1?
iyama
02-21-2009, 10:20 PM
Not working in 3.8.1 :( Can anyone upgrade this please?
Djburn
03-28-2009, 11:10 AM
This works for 3.8.1 i have read installed and tested.
make sure that you read the installation.txt
theres 1 file edit to make and template edits.
OlijO
04-03-2009, 03:20 PM
Work on vB 3.8.2 :)
iyama
05-29-2009, 05:09 PM
Already have the script from a chinees warez site. Its working now proper :D thnx
MRGTB
11-12-2009, 12:06 AM
Already have the script from a chinees warez site. Its working now proper :D thnx
It doesn't work proper. Trying viewing the Print Page using your script that you posted in another thread here (https://vborg.vbsupport.ru/showpost.php?p=1757749&postcount=8) (which I tested yesterday). It gives JavaScript errors if you click the buttons on that page to add links.
However, if that could be fixed to work OK. Yes, your script posted is better. Although yesterday I modified it a little to remove the Copy All Links which doesn't work in FireFox, instead making it a JavaScript button that leads to the eMule site to get the software need to use the ed2k links, killing two birds with one stone so to speak. I also made one other change to make it look better presentation wise.
You should also point out in that other thread, that you have to use the uncompressed version of the JS file that some code is added too. If you add that code to the compressed JS file the maths do not work.
What I did find out though, is by adding that code to the JS file itself, the ed2k links no longer vanish from threads reported in this thread previously. That fixes the issue of all ed2k links disappearing if you run the tool to update threads.
lolo?
11-14-2009, 06:44 AM
Hy any chance to port for vb4?
DarkJaguar90
12-17-2009, 01:25 PM
Hy any chance to port for vb4?
I'm interested too..
iyama
12-29-2009, 12:59 PM
I'm intrested also :D
In vb4 there is a option to handel ed2k links true the "insert link". Buth that is a lot of work if you post on several sites.
Hateman
02-07-2010, 03:18 PM
I need also a vB4-Modification of this hack.
Sworm
03-13-2010, 02:00 PM
nobody can upgrade this hack for vb4?
iyama
03-14-2010, 07:19 AM
nobody can upgrade this hack for vb4?
Its not needed to use a hack on vb4. Just insert de ed2k link in the message/release. Its look like a url link after it. I'm doing it also on my boards right now.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.