[QPKG] SpotWeb

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
Post Reply
radionurd
New here
Posts: 7
Joined: Sat Apr 02, 2011 3:20 am
Location: The Netherlands

Re: [QPKG] SpotWeb

Post by radionurd »

Yes, I found out in this thread :DD
TS-469L with 4x WD Red 4TB Raid 5, 3 GB RAM

TS-419P+ with 4x Seagate ST1000DM003 Raid 6
Turbo_112
Starting out
Posts: 22
Joined: Wed May 07, 2014 2:26 am
Location: The Netherlands

Re: [QPKG] SpotWeb

Post by Turbo_112 »

I have no idea, but the newest firmware (4.2.0 1118) gives here the same issue.
Turbo_112
Starting out
Posts: 22
Joined: Wed May 07, 2014 2:26 am
Location: The Netherlands

Re: [QPKG] SpotWeb

Post by Turbo_112 »

In this thread I have found the solution. Thanks Forkless !
Use in the terminal mode (putty) these 3 steps.
chmod 666 /share/HDA_DATA/.php_session
cd /share/Web/spotweb;/mnt/ext/opt/apache/bin/php -c /php.ini upgrade-db.php
cd /share/Web/spotweb
/mnt/ext/opt/apache/bin/php -c /php retrieve.php --force
Then restart the NAS.

Now the cronjob updates every hour the Spotwebdatabase again.
petreef
Starting out
Posts: 12
Joined: Sun Feb 02, 2014 3:52 am

Re: [QPKG] SpotWeb

Post by petreef »

One extra reboot after last 1118 firmware update fix his problem
Running Always on latest Beta Firmware on the Qnap TS-112P
User avatar
Smattie
Starting out
Posts: 12
Joined: Mon Jul 02, 2012 3:31 am
Location: The Netherlands, De Bilt

Re: [QPKG] SpotWeb

Post by Smattie »

can't get it working with Spotweb and Sickbeard:
https://github.com/spotweb/spotweb/wiki ... b-Provider

Make the file .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !api/
RewriteRule ^api/?$ index.php?page=newznabapi [QSA,L]
</IfModule>

/etc/init.d/Qthttpd.sh restart
point to "servername"/spotweb/api?t=c and nothing happend?

any help?
TS-859Pro
User avatar
Smattie
Starting out
Posts: 12
Joined: Mon Jul 02, 2012 3:31 am
Location: The Netherlands, De Bilt

Re: [QPKG] SpotWeb

Post by Smattie »

Thanks Fork:

For me it was: /mnt/ext/opt/apache/bin/php -c / upgrade-db.php
TS-859Pro
bramschats
Easy as a breeze
Posts: 440
Joined: Thu Apr 23, 2009 1:51 am

Re: [QPKG] SpotWeb

Post by bramschats »

I have a similar problem with spotweb, all was working just fine until the new firmware update.

Everytime i restart my QNAP i am getting the message to update my database due to security settings. When i run this command:

Code: Select all

cd /share/Web/spotweb/bin;/mnt/ext/opt/apache/bin/php -c /php.ini upgrade-db.php
everything works fine again but after reboot i am getting the same message again.

Is it possible to solve this problem using a setting or is it possible to run the command at startup?

Regards
Qnap TS-453D
LennyM
Know my way around
Posts: 103
Joined: Thu Sep 19, 2013 5:43 pm

Re: [QPKG] SpotWeb

Post by LennyM »

Hi,

will there be a 64bit version of this QPKG?

best regards
Lenny
lowfi
Know my way around
Posts: 112
Joined: Fri Oct 16, 2015 10:49 pm

Re: [QPKG] SpotWeb

Post by lowfi »

it is not really needed...
LennyM
Know my way around
Posts: 103
Joined: Thu Sep 19, 2013 5:43 pm

Re: [QPKG] SpotWeb

Post by LennyM »

https://apps.qnap.community/11-community/12-spotweb

does that qpkg install on anybodys QTS 4.3.2 beta?

I get an unspecified error message during installation
tranzy
Starting out
Posts: 24
Joined: Sat Apr 25, 2009 3:14 am

Re: [QPKG] SpotWeb

Post by tranzy »

I have cleared my NAS and i am trying to install Spotweb but the dependencies are failing.

Optware not found in store (replaced by Entware?)
Entware does not include php-pear
Missing Git

Can somebody please give me some instructions on how to install Spotweb these days.
petreef
Starting out
Posts: 12
Joined: Sun Feb 02, 2014 3:52 am

Re: [QPKG] SpotWeb

Post by petreef »

Running Always on latest Beta Firmware on the Qnap TS-112P
petreef
Starting out
Posts: 12
Joined: Sun Feb 02, 2014 3:52 am

Re: [QPKG] SpotWeb

Post by petreef »

forkless wrote:We moved our development and support to

http://qnap.community
Is the site closed ore moved ?????????????????????
Running Always on latest Beta Firmware on the Qnap TS-112P
ckahn
Know my way around
Posts: 109
Joined: Sun Dec 09, 2012 8:46 pm
Location: Toronto, Ontario, Canada

Re: [QPKG] SpotWeb

Post by ckahn »

I couldn't find a link for the latest spotweb .qpkg, so I downloaded the .zip file from the spotweb github page and unzipped it under MD0_DATA/web/spotweb and created a spotweb database with phpMyAdmin. Running the localhost/spotweb/install.php page 2 wouldn't accept the spotweb username I created in phpMyAdmin but it would proceed with my phpMyAdmin root login. After getting to the end of the install.php pages I ran into a page with these errors:

Code: Select all

Notice: Undefined index: userid in /share/MD0_DATA/Web/spotweb/lib/SpotSecurity.php on line 140

Notice: Undefined index: prefs in /share/MD0_DATA/Web/spotweb/lib/services/User/Services_User_Authentication.php on line 138

Notice: Undefined index: userid in /share/MD0_DATA/Web/spotweb/lib/services/User/Services_User_Authentication.php on line 70

Warning: Cannot modify header information - headers already sent by (output started at /share/MD0_DATA/Web/spotweb/lib/SpotSecurity.php:140) in /share/MD0_DATA/Web/spotweb/lib/services/User/Services_User_Authentication.php on line 75

Notice: Undefined index: prefs in /share/MD0_DATA/Web/spotweb/index.php on line 62

Notice: Undefined index: prefs in /share/MD0_DATA/Web/spotweb/index.php on line 63

Notice: Undefined index: userid in /share/MD0_DATA/Web/spotweb/index.php on line 72

Notice: Undefined index: userid in /share/MD0_DATA/Web/spotweb/index.php on line 371

Fatal error: Class 'SpotTemplateHelper_' not found in /share/MD0_DATA/Web/spotweb/lib/page/SpotPage_Abs.php on line 94
How should I proceed? TS-219P II firmware 4.2.3.

I can see the qpkg spotweb page at the internet archive, but the download link doesn't work:

https://web.archive.org/web/20160120094 ... 12-spotweb
Model name TS-219P II
Total memory 503 MB
Firmware version 4.3.3.0570 Build 20180528
MadNeo
Starting out
Posts: 21
Joined: Mon Oct 12, 2009 1:23 am

Re: [QPKG] SpotWeb

Post by MadNeo »

Hi. I'm having troubles using spotweb after the 4.3.3 FW update on my TS-251
Is there someone with a updated qpkg of spotweb that runs on the new FW ?
Post Reply

Return to “Community Apps”