Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Template Shares 5.6 - WDW Edition (http://www.bvlist.com/showthread.php?t=4720)

francisco23 23rd June 2010 22:34

1 Attachment(s)
install the script on different servers and the problem persists 0 seeders

greetings.

Conjo 23rd June 2010 22:45

Quote:

Originally Posted by Nightcrawler (Post 23701)
see if u have this line in your announce.php if so try changing it. http://bvlist.com/template-shares/51...ttp-500-a.html

That dosn't make a difference.. But it's also not relating to this issu.

I found something out

If i do a scrape like :http://www.sitename.xxx/scrape.php?i...1A5D743274E5EC

the responce is : Permission denied!

so it looks like the server is not passing trough the $info_hash

Anyone knows how to fix this
It might be the selution to this 0 seeders problem.

Greetings,

conjo

Nightcrawler 24th June 2010 16:50

lol i just tested tbdev 2009 final and the same thing occurred no scrape just the same old working error.
utorrent just says working and azureus says scrape error hash missing from reply.

Conjo 24th June 2010 17:11

scrape
 
Yeah....

I found out something strange.. when i install on a subdomain (like tracker.site.xxx) scrape works fine.. just not on the main site.:wallbash:

Any expert here knows why??

Nightcrawler 24th June 2010 18:33

funny thing is the ones i had working were on sub domains hmmm interesting lol

Conjo 24th June 2010 19:14

Fixed!
 
Fixed!

Finally me and a good mod fixed it..

The thing is magic_quotes is outdated crap..

So the fix is simple :

go to line 45 in your fixed scrape.php and change

PHP Code:

if (get_magic_quotes_gpc()) 

to

PHP Code:

//  if (get_magic_quotes_gpc()) 

I tested it all and it works like a charm..

Cheers,

Conjo

Nightcrawler 24th June 2010 19:22

Nice one :)

Grogz 3rd July 2010 16:29

change password
 
how can i change the password on admin?
everybody can acces my site with the password you have done???:sos::sos:

Nightcrawler 3rd July 2010 16:40

Quote:

Originally Posted by Grogz (Post 23924)
how can i change the password on admin?
everybody can acces my site with the password you have done???:sos::sos:

in your usercp.

Grogz 4th July 2010 14:38

uppload
 
Site error:
Code:

the file /home/childbit/public_html/include/benc.php  requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be  installed by the site administrator
EDIT: i fix it :D

but new problem
Code:

connection to the database failed in Utorrent
:mad: whats wrong???

Wolf 9th September 2010 12:50

Help PLS
 
/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2

firefly007 15th October 2010 14:21

ionCube PHP
 
Site error:
Code:

the file /usr/www/users/bitsto/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

Phogo 15th October 2010 18:49

Quote:

Originally Posted by firefly007 (Post 25156)
Site error:
Code:

the file /usr/www/users/bitsto/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

Install Ioncube loader! Pretty self explanatory!

firefly007 16th October 2010 21:22

Msql error
 
MYSQL ERROR IN FORUM in TSSE 5.6 - WDW Edition

Hi im getting a mysql error when I want to create a thread, help me please other wise everything so far seems to be working
I have imported the data base a told please help!

this is what I get
Code:

An error has occured!
              MySQL Error!

And now when I want to create a forum in ADMIN Panel im or so getting the same error
Code:

An error has occured!
              MySQL Error!

Thanks very much, a very good working copy.:drink:

Grogz 14th November 2010 00:39

I got blank page on viewnfo.php :sad:

i cant see the details on my site, im only get the link :(

whats wrong?

djbaxter 22nd November 2010 10:21

help
 
PHP Code:

EROARE SQL
Operand should contain 1 column
(s)in /website/ngo-center.ro/browse.phpline 471 

the code are ok but :(

outlander 22nd November 2010 12:23

will check it out

Mahmoud 24th November 2010 02:21

well
that is very cool job really
but i have freak error

Quote:

load ('index'); require_once INC_PATH . '/plugins/ts_plugin_config.php'; $defaulttemplate = ts_template (); $is_mod = is_mod ($usergroups); stdhead (sprintf ($lang->index['welcome'], $SITENAME), TRUE, 'collapse', ''); $_header = ' '; $_footer = ' '; $_div = ' {3} {1} ' . $_title_bracket . ' {2} {4}
'; $_left_header = array ('', ''); $_middle_header = array ('', ''); $_right_header = array ('', ''); $_curuser_usergroup = ((!$CURUSER['usergroup'] OR !$CURUSER) ? '[0]' : '[' . $CURUSER['usergroup'] . ']'); $_contents = $_header; require_once TSDIR . '/' . $cache . '/plugins.php'; if (0 < count ($Plugins_LEFT)) { $__width = $_left_plugin_width - 10; $__cute = 20; $_contents .= $_left_header[0]; foreach ($Plugins_LEFT as $_results) { $show_content = false; $_perm_1 = $_results['permission']; if (($_perm_1 === '[guest]' AND $_curuser_usergroup === '[0]')) { $show_content = true; } else { if (($_perm_1 === '[all]' OR strstr ($_perm_1, $_curuser_usergroup))) { $show_content = true; } } if ($show_content) { if ($_results['content'] != '') { $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), $_results['content']), $_div); continue; } else { if (file_exists (INC_PATH . '/plugins/' . $_results['name'] . '.php')) { include_once INC_PATH . '/plugins/' . $_results['name'] . '.php'; $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), ${$_results['name']}), $_div); continue; } continue; } continue; } } $_contents .= $_left_header[1]; unset ($Plugins_LEFT); unset ($_perm_1); } $show_content = false; if (0 < count ($Plugins_MIDDLE)) { $__width = $_left_plugin_width * 2 + 130; $__cute = 180; $_contents .= $_middle_header[0]; foreach ($Plugins_MIDDLE as $_results) { $show_content = false; $_perm_2 = $_results['permission']; if (($_perm_2 === '[guest]' AND $_curuser_usergroup === '[0]')) { $show_content = true; } else { if (($_perm_2 === '[all]' OR strstr ($_perm_2, $_curuser_usergroup))) { $show_content = true; } } if ($show_content) { if ($_results['content'] != '') { $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), $_results['content']), $_div); continue; } else { if (file_exists (INC_PATH . '/plugins/' . $_results['name'] . '.php')) { include_once INC_PATH . '/plugins/' . $_results['name'] . '.php'; $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), ${$_results['name']}), $_div); continue; } continue; } continue; } } $_contents .= $_middle_header[1]; unset ($Plugins_MIDDLE); unset ($_perm_2); } $show_content = false; if (0 < count ($Plugins_RIGHT)) { $__width = $_right_plugin_width - 10; $__cute = 20; $_contents .= $_right_header[0]; foreach ($Plugins_RIGHT as $_results) { $show_content = false; $_perm_3 = $_results['permission']; if (($_perm_3 === '[guest]' AND $_curuser_usergroup === '[0]')) { $show_content = true; } else { if (($_perm_3 === '[all]' OR strstr ($_perm_3, $_curuser_usergroup))) { $show_content = true; } } if ($show_content) { if ($_results['content'] != '') { $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), $_results['content']), $_div); continue; } else { if (file_exists (INC_PATH . '/plugins/' . $_results['name'] . '.php')) { include_once INC_PATH . '/plugins/' . $_results['name'] . '.php'; $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), ${$_results['name']}), $_div); continue; } continue; } continue; } } $_contents .= $_right_header[1]; unset ($Plugins_RIGHT); unset ($_perm_3); } echo $_contents . $_footer; stdfoot (); ?>
that appear to me when i try to open the index
after i edit all the requierd files

installation in OS Windows Wamp Server 2.0
any help please

joeroberts 24th November 2010 07:43

allow short tags!

Mahmoud 24th November 2010 17:16

Quote:

Originally Posted by joeroberts (Post 25819)
allow short tags!


How ? :sorry:

Fynnon 24th November 2010 18:39

Quote:

Originally Posted by Mahmoud (Post 25832)
How ? :sorry:

Search you server for the file called php.ini then open it and change
Code:

short_open_tag = Off

Mahmoud 25th November 2010 01:35

Quote:

Originally Posted by Fynnon (Post 25833)
Search you server for the file called php.ini then open it and change
Code:

short_open_tag = Off

all done but no change

still the same error
Help :sorry:

joeroberts 25th November 2010 03:41

did you restart server?

usbiz 25th November 2010 09:03

sir when i upload a torrent
i got this erro

Invalid announce url! Must be: http://oimom.com/announce.php?passke...99a0ab3970c04d

site: http://oimom.com

plz help me check what is wrong
thanks



mmisu120000 25th November 2010 11:07

before you upload a torrent, you have to create it ...
You have to input in the new .torrent file the announce URL of your tracker, along with your passkey ...

It seems that you only want to upload a torrent , but you do not create it yourself (create the .torrent file and hash the files...)

usbiz 25th November 2010 11:18

really thans for your reply

and how can i upload a torrent file down from the internet.download from other torrent site.not creat by myself

thanks again

mmisu120000 25th November 2010 12:51

You can upload torrents not created by you only by enabling external torrents in the tracker setings ... in Main Settings - Active external scrape: Enabled and Include external peers: Enabled.

If you don't enable these you will be able to upload only "internal" torrents ... (created by you)

Be advised that the external torrents can not be managed (you can not see who is downloading or snatches...)

usbiz 25th November 2010 15:20

thanks for you help

now script work well

thanks

Mahmoud 25th November 2010 17:29

Quote:

Originally Posted by joeroberts (Post 25841)
did you restart server?

yes i did
still same error :sos:

yatoula 25th November 2010 23:52

Hi,
i install the version 5.4.1 it's possible to update ? :sos:
Thanks

i'm french excuse for my english. :relax:

Mahmoud 26th November 2010 00:19

Quote:

Originally Posted by yatoula (Post 25865)
Hi,
i install the version 5.4.1 it's possible to update ? :sos:
Thanks

i'm french excuse for my english. :relax:

its ok dude
im Egyptian and my English is poor like you :lol:
can u please send me the thread URL ?
thanks

yatoula 26th November 2010 00:57

i re install the script in version 5.4.1 with french translate.
url : http://politi-family.fr/
thanks :ok:

I want to use Yuna Scatari but what is the good version and the last ? Thanks

Mahmoud 26th November 2010 01:04

Quote:

Originally Posted by yatoula (Post 25868)
i re install the script in version 5.4.1 with french translate.
url : http://politi-family.fr/
thanks :ok:

I want to use Yuna Scatari but what is the good version and the last ? Thanks

thanks for the url but :

Quote:


An error has occured!
http://politi-family.fr/pic/ts_error/undercover.gif
MySQL Error!


yatoula 26th November 2010 01:13

now ius good but when i upload a torrent
Code:

Site error: the file /home/yatoula/domains/politi-family.fr/public_html/include/benc.php requires the ionCube PHP Loader
ioncube_loader_lin_5.2.so to be installed by the site administrator.

I have a server debian and i install, but i don't have a htaccess in this script ?
:sos:

Fynnon 26th November 2010 01:29

Quote:

Originally Posted by yatoula (Post 25872)
Code:

Site error: the file /home/yatoula/domains/politi-family.fr/public_html/include/benc.php requires the ionCube PHP Loader
ioncube_loader_lin_5.2.so to be installed by the site administrator.


you need ioncube loader for THIS source because its ioncube encoded

try this tutorial: http://www.debiantutorials.com/installing-ioncube

and you should not limit yourself to TSSE source, if you cant make it work maybe try another source

yatoula 26th November 2010 01:31

i have ioncube in my server !!!
I look, and after i test with the version 5.6 and i don't have this message ???

Mahmoud 26th November 2010 01:32

Quote:

Originally Posted by yatoula (Post 25872)
now ius good but when i upload a torrent
Code:

Site error: the file /home/yatoula/domains/politi-family.fr/public_html/include/benc.php requires the ionCube PHP Loader
ioncube_loader_lin_5.2.so to be installed by the site administrator.

I have a server debian and i install, but i don't have a htaccess in this script ?
:sos:

i think its not .htaccess file error
its about the ioncube PHP loader
ask the host admin to install it
and im waiting for help in my errors

yatoula 26th November 2010 01:41

i remplace the files benc.php (in include) and now is good.
I take benc.php in the script v.5.6 ??
It's a problem ? :unknown:

Now i arrived to upload a torrent.

Bump: Now, i create a torrent with utorrent, with my tracker and when a upload, it's good, but when i test download the torrent, is red in utorrent ??:wallbash:

PRODIGY 28th November 2010 11:28

promotion problem
 
i can not find why users are not promoted to higher rank....i do this manually...can anyone help me ?:sos::sos::sos:

yatoula 28th November 2010 11:50

How are they promoted?


All times are GMT +2. The time now is 16:00.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.