Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > FreeSpirit
Reply
  #1  
Old 27th November 2014, 10:19
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default FreeSpirit-R1
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
Attached Thumbnails
free1.png   free2.png   free3.png  
Attached Files
File Type: tgz freespirit-R1.tgz (643.9 KB, 259 views)
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 28th November 2014 at 02:19.
Reply With Quote
The Following User Says Thank You to firefly007 For This Useful Post:
Fynnon (27th November 2014)
  #2  
Old 27th November 2014, 21:23
TorrentFr33k's Avatar
TorrentFr33k TorrentFr33k is offline
Member
 
Join Date: Oct 2014
Posts: 9
Default
On your Demo Site it comes:
"502 Bad Gateway" ?
__________________

Reply With Quote
  #3  
Old 27th November 2014, 21:32
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
didn`t install it YET but from the screenshots it looks great

Reply With Quote
  #4  
Old 27th November 2014, 22:38
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by TorrentFr33k View Post
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 View Post
didn`t install it YET but from the screenshots it looks great

Thanks Fyn :)
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #5  
Old 13th December 2014, 04:17
Isload's Avatar
Isload Isload is offline
Senior Member
 
Join Date: Oct 2011
Iceland
Posts: 40
Default
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
Reply With Quote
  #6  
Old 13th December 2014, 19:55
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
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"));
}

__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #7  
Old 26th September 2015, 23:50
Tmx's Avatar
Tmx Tmx is offline
Member
 
Join Date: Dec 2009
Latvia
Posts: 11
Default 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!!
`
Reply With Quote
  #8  
Old 27th September 2015, 19:20
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
2 choices here
#1 down grade your PHP version
#2 convert the script to use mysqli
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #9  
Old 1st October 2015, 20:47
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
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.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #10  
Old 29th April 2016, 09:30
LoveTheRisk's Avatar
LoveTheRisk LoveTheRisk is offline
Member
 
Join Date: Jul 2012
India
Posts: 14
Default
No Updates?
Why?
I
Reply With Quote
Reply

Tags
freespiritr1

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 12:47. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.