Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Free Torrent Source (http://www.bvlist.com/forumdisplay.php?f=25)
-   -   FTS 1.1 Bug Fix Edition (http://www.bvlist.com/showthread.php?t=4283)

Phogo 18th January 2010 21:53

FTS 1.1 Bug Fix Edition
 
2 Attachment(s)
Hello all!

Here is my version of the FTS Script with all bug fixes and some mods posted on this forum.

It also includes a new theme designed by me.

Try it, if you like it say thanks.

All credit to original authors of the code.

I accept no responsibility for this release except the theme.

Thanks to all who made it possible.

Benjaminbih
Edgein
Elvira
Fynnon
Viperia
JoeRoberts


And any more i may of forgot.

There are two SQL databases, one with the peerguardian data in and one not. The peerguardian database is in the SQL folder.

There is also a logo .psd for my theme in the PSD folder.

Any errors please report here.

Regards

Phogo

Viperia 18th January 2010 22:22

Love you mate! ;)

Going to install this in a couple of mins and see how it goes ill get back here with either a story of success or one of total chaos!

Cheers,
Viperia

elvira 18th January 2010 23:06

Problems with SQL can you reupload yours sql. Thank you

cobrabm 18th January 2010 23:33

i can upgrade ? form fts1.1 to this

Phogo 18th January 2010 23:44

added a clone of my localhost db

Viperia 19th January 2010 02:51

So now i have tried to install this source but i have a small issue when i run the installer phogo.

Code:

Error at the line 1312: ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ;
 Query: INSERT INTO `searchcloud` (`id`, `searchedfor`, `howmuch`) VALUES  CREATE TABLE `shoutbox` (  `id` smallint(6) NOT NULL auto_increment,  `userid` smallint(6) NOT NULL default '0',  `username` varchar(25) NOT NULL default '',  `date` int(11) NOT NULL default '0',  `text` text NOT NULL,  PRIMARY KEY  (`id`) ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ;
 MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE `shoutbox` ( `id` smallint(6) NOT NULL auto_increment, `userid`' at line 2
 Stopped on error

I tried doing a manuall install by importing the sql file using phpmyadmin but that just left me whit an blank index page after creating the user account.

Any ideas?

Regards,
Viperia

elvira 19th January 2010 16:47

1 Attachment(s)
Here is try this one

Edgein 19th January 2010 21:36

2 Attachment(s)
upload this one into the install folder

and let the fts fun beginss

move the pic/news folder to the root for the cat fix
and put the pic into the news folder

Viperia 20th January 2010 03:13

Thanks for the help with that Edgein and also thanks for the Pm on comment fix in the other thread!

Regards,
Viperia

Phogo 22nd January 2010 15:40

The PM comment fix is in this release

Viperia 22nd January 2010 18:17

Howdy,

I recently re installed my vps with lighttpd, mysql and debian lenny. And reinstalled my FTS copy but when i go to the index i get this error.

Code:

SQL Error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '>= first AND <= last' at line 1

in /var/www/*censor*/include/functions.php, line 448

I checked the functions.php and all i find there is:

Code:

    $res = mysql_query("SELECT * FROM bans WHERE $nip >= first AND $nip <= last") or
        sqlerr(__file__, __line__);
    if (mysql_num_rows($res) > 0) {

Line 448 is the "sqlerr(__file__, __line__);"

Anyone have any idea about this? My guess is that i have miseed something in the server config. :(

Regards,
Viperia

yoligim 23rd January 2010 22:38

I would like to use your theme Phogo, but I don,t know how to do it...
I mean the way I can activate (change the default theme) your theme.
I would appreciate your help, thanks in advance

Solved!

Runny 26th January 2010 19:43

Hi, just wanted to check this out. The source runs great.
Just a minor problem. When a new user is added, he/she gets a white page because he/she is not in a class.
Had to go to phpmyadmin and change the class. Is there a fix for that?

Btw. Great job on the theme Phogo.

EDIT:

Solved the problem.
Go to phpmyadmin, select usergroups, edit "user" from 22 to 0 in class. Save and done.

Phogo 26th January 2010 21:53

Glad you like it, 43 downloads and only 3 thanks!
hmmm.... all i asked for was a click of the thanks button...

Runny 26th January 2010 22:11

Now, you got a Thanks more :-)

Edgein 26th January 2010 22:35

Thx m8 lol

Wwwildthing 28th January 2010 02:20

You'd probably get more 'thanks' if it was actually 'bug-fixed'.

Edgein 28th January 2010 07:13

Feel your own so free
and help us
and post all the bugs here in the forum what you have found

Runny 28th January 2010 16:27

Found two bugs, so far.

1. donate.php. Wire Transfer is not shown, although you have saved it in payment settings.

2. After setting max user accounts, it still shows "Max 2500" on index.php

Edgein 28th January 2010 18:36

Members of the max is only in the FTS 1.1 Bug Fix Edition

In the original version works okay
I'll see what it is

Runny 28th January 2010 19:00

Sounds great. Looking forward for your result ;-)

EDIT:

Found another bug.
Added users in staffpanel, do not appear anywhere. As leechers, on userlist etc.

qandreas 21st June 2010 20:00

Help me!!
 
I download your source, I install it and now i want to upload a torrent.

I made it and after i upload it he says me that th torrent is dead.

WHAT I WANT TO DO NOW???

Phogo 21st June 2010 20:01

try seeding

qandreas 21st June 2010 20:06

Help!!
 
How can i seed???

Phogo 22nd June 2010 14:05

Quote:

Originally Posted by qandreas (Post 23645)
How can i seed???

You should not be making a torrent site if you cannot seed a torrent

wewehello 22nd April 2011 18:00

sql import problems
 
Getting errors

Code:

Error at the line 27: ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Query: CREATE TABLE `addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`), KEY `requestid_userid` (`requestid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
MySQL: Table 'addedrequests' already exists
Stopped on error

Start from the beginning (DROP the old tables before restarting)


Timisoreanul 22nd April 2011 23:54

Just drop your tables , end try again.

wMan 9th May 2011 18:05

this is more tbv
 
You be best getting the tbdev code as this as alot of tbv in it all thay do is change the top of the said phps files and a few lines
it be nice if codes put more into it, not using tbdev code files as work allready done

pokemon401 12th June 2011 11:25

Sql error



Error at the line 27: ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Query: CREATE TABLE `addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`), KEY `requestid_userid` (`requestid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
MySQL: Table 'addedrequests' already exists
Stopped on error
Start from the beginning (DROP the old tables before restarting)

lenika08 2nd August 2011 04:26

Quote:

Originally Posted by Phogo (Post 19726)
added a clone of my localhost db

So now i have tried to install this source but i have a small issue when i run the installer phogo.

dj_otrov 14th January 2012 17:01

poblem
 
An error has occured!

MySQL Error!
mysql_connect: Access denied for user 'root'@'localhost' (using password: YES)

x360zone 14th January 2012 18:05

lol
 
setup a database and make sure you add the right username- database name and password you made when creating the database

bistly 10th March 2012 12:01

MySQL Error
 
Well, now it asks me this error!
Can you help me?

http://www.bilder-upload.eu/show.php...1331373615.jpg

x360zone 10th March 2012 13:19

hi
 
its saying the error your database in phpadmin aint right details

or do a fresh in stall off it make sure the correct details are in the config file to what you set up the mysql details with:coffee:

bistly 10th March 2012 15:39

mysq
 
this is mysq

What is wrong here

PHP Code:

a:4:{s:11:"site_online";s:3:"yes";s:7:"BASEURL";s:24:"http://hotpot.site11.com";s:9:"SITEEMAIL";s:23:"admin@hotpot.site11.com";s:8:"SITENAME";s:17:"hotpot.site11.com";} 


LeeHowarth 10th March 2012 15:42

that is serialized and looks to do with main site config.

bistly 10th March 2012 15:50

install
 
and how to install

LeeHowarth 10th March 2012 15:59

I dont know ive never tried to install it before.

bistly 10th March 2012 16:03

install
 
djhowarth thanks for the reply,

please can anyone help me

x360zone 10th March 2012 16:28

hi
 
thats not your config thats your admin config
not mysql based config

include/config.php sure its that one

did you do a fresh install or just add the db from above?


All times are GMT +2. The time now is 15:38.

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