Wysłany: Sob 13 Sty, 2007 [BigProblem]ed2k.mod.---help Adres forum:http://ateam.tk
Hej , mam wielki problem z angielskim modem ed2k robie wszystko zgodnie z instrukcja ale nie dziala moze cos zle robie ... prosze o pomoc .. dolaczam MOD.ed2k i moj BBcode i mam wielka prosbe aby ktos mi to zrobil Aby móc ściągnąć załącznik musisz się zalogować.
dziala ..dziekuuuje !!! a mam jeszcze jednoa prosbe
[ Dodano: Sob 13 Sty, 2007 ]
Kod
##############################################################
## MOD Title: eD2k filesize with added razorback2 network sources MoD
##
## MOD Author: Meithar updated by Bill Hicks/C0de_m0nkey 26/03/2005
##
## MOD Original Description: Displays ed2k filesizes at the end of there links in phpbb
##
## MoD Updated Description : Now also displays file source stats grabbed from razorback2
## and accessed through the little info icon at the start of the
## ed2k link. It does this by grabbing the hash id from the file
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: includes/bbcode.php
##
## Included Files: mule_icon.gif
## ed2k-info.gif
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for th e
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/
##############################################################
## Author Notes: The razorback2 search idea was mentioned one day by a friend who found
## it hard to see how files he had released were spreading on the network.
## Before i came up with this mod he had to open a second client to check
## the spread status not any more. When your viewing the link posted in phpbb
## you will see a small info icon before the link if you click this icon the code
## has automatically grabbed the links hash id and inserted it into the razorback2
## source stat http weblink. Meaning you click the icon it searches the hash id
## for that link and returns how many full sources and users are downloading the
## file.
##
## Thanks to Meithar who made the filesize link code in the first place.
##
##
##############################################################
## MOD History:
##
## 2005-03-26 - Version 1.0.1
## - Bill Hicks/c0de_m0nkey updated the code to include razorback2
## source search from hash id through a small info
## icon in front of the ed2k link.
##
## 2005-03-12 - Version 1.0.0
## - Meithar posted the file size mod at www.phpbb.com
##
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
Upload the emule_icon.gif and ed2k-info.gif to your phpbb root /images dir on you webserver.
#
#-----[ OPEN ]------------------------------------------
#
includes/bbcode.php
#
#-----[ FIND ]------------------------------------------
#
function make_clickable($text)
{
// pad it with a space so we can match things at the start of the 1st line.
$ret = ' ' . $text;
#
#-----[ REPLACE WITH ]------------------------------------------
#
// Start of ed2k filesize & razorback2 stats MoD Meithar/Bill Hicks
// Returns a file size formatted in a more human-friendly format, rounded
// to the nearest Gb, Mb, Kb, or byte.
// Reworked by Bill Hicks to connect to razorback2 and show sources for ed2k files
// by automatically retreving has id from the files
function humanize_size ($size, $rounder = 0, $min = '')
{
$sizes = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB');
$rounders = array(0, 1, 2, 2, 2, 3, 3, 3, 3);
$ext = $sizes[0];
$rnd = $rounders[0];
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Nie możesz ściągać załączników na tym forum
Za treść postów administracja nie odpowiada. W przypadku naruszenia prawa, wszelkie zgromadzone dane o osobie łamiącej prawo, zostaną przekazane odpowiednim władzom. Kopiowanie elementów graficznych oraz rozwiązań technologicznych zastosowanych na niniejszej witrynie surowo wzbronione.
Strona wygenerowana w 0,1 sekundy. Zapytań do SQL: 39