Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   FreeSpirit (http://www.bvlist.com/forumdisplay.php?f=126)
-   -   FreeSpirit-R1 (http://www.bvlist.com/showthread.php?t=10128)

firefly007 27th November 2014 10:19

FreeSpirit-R1
 
4 Attachment(s)
Hi all,

So Ive put together this source code for the following reasons..
I needed to have a site that requires little hdd space also does just about everything
automatically and could be run on a home sever if need be so I created Freespirit.

So what is it?

FreeSpirit users JQuery Mobile as its framework that is compatible with most mobile devices. The source scrapes and gets the NZB file from
http://newshost.co.za/ there is no need to have a massive server with a large capacity like what is needed for Newznab, its possible to even run it from a home server. Ive also populated the series table with quite a few series, If the release doesn't have any data attached to the release the script will attempted to find it from TvRage and TVDB, once the data has been inserted from there on it will be called from the database.

How to install..

1) You will need to install PHPCLI by typing #apt-get install php5-cli.

2) Extract and upload the content.

3) Setup crontab by typing in #crontab -e and paste at the end */5 * * * * /usr/bin/php /path/to/update.php (remember to change the path to the path to update.php and don't put update.php in the www folder.

Note! the update.php file must be one tree up from the www folder Eg. /home/freespirit/update.php and then the source will go into home/freespirit/www

4) Create a new database called "freespirit" and import the database from /db/freespirit.sql

5) Now edit /include/config.php.

6) Chmod 0777 /path/to/nzbs/

What I'm still working on....

i) I'm still working on an API for Sickbeard
ii) Adding torrents from Kickass.
iii) A PM system.
iv) Admin panel

In R2 Hopefully I'm going to design it so if you have it enabled site will be securely linked so if your site has just started you will have tones of content instantly and securely though an API share key.

What can you do?

This is open for anyone to contrute as long as you conform loosely to JQuery Mobile framework, for more info you can read up about it here http://jquerymobile.com/

Demo

http://ninjacentral.co.za

TorrentFr33k 27th November 2014 21:23

On your Demo Site it comes:
"502 Bad Gateway" ?

Fynnon 27th November 2014 21:32

didn`t install it YET but from the screenshots it looks great

:ok:

firefly007 27th November 2014 22:38

Quote:

Originally Posted by TorrentFr33k (Post 45647)
On your Demo Site it comes:
"502 Bad Gateway" ?

Its up now I was making some changes to my server..

Bump:
Quote:

Originally Posted by Fynnon (Post 45648)
didn`t install it YET but from the screenshots it looks great

:ok:

Thanks Fyn :)

Isload 13th December 2014 04:17

Warning: Cannot modify header information - headers already sent by (output started at /home/deiling/public_html/include/db.php:2) in /home/deiling/public_html/include/functions.php on line 27

firefly007 13th December 2014 19:55

What php version are you using? you can check in shell by typing php -v

In /include/functions.php around line 27 look for check_login function and try this

replace with

PHP Code:


function check_login() {
global 
$USER;
if(!
$USER) {
exit(
header("Location: login.php"));
}



Tmx 26th September 2015 23:50

Install problem
 
Hey, I put all files on server, do like description was say, but still i get this error when i try go to my page:

`Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u612414536/public_html/include/db.php on line 11
Please add your TVRAGE API key!!
`

joeroberts 27th September 2015 19:20

2 choices here
#1 down grade your PHP version
#2 convert the script to use mysqli

firefly007 1st October 2015 20:47

Also he needs to add API key for Tvrage and Tvdb.

I'm working on V2 and it will support newer versions and it will also scrape torrents.

LoveTheRisk 29th April 2016 09:30

No Updates?
Why?
I


All times are GMT +2. The time now is 19:40.

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