Search found 4 matches

by heyyou
June 20th, 2011, 6:57 am
Forum: General Help
Topic: User script not found
Replies: 2
Views: 1274

Re: User script not found

Silly me, paths were not the problem at all. The scripts were chmoded at 644 so no wonder they couldn't be executed. Thanks for the reply!
by heyyou
June 20th, 2011, 4:59 am
Forum: General Help
Topic: User script not found
Replies: 2
Views: 1274

User script not found

I've been using the user scripts upon completion function for a while now, and it rules. However, when i added another script few weeks back, it would not show up in the scripts dropbox. It wasn't such a big deal back then so i ignored it. I moved my server a few days ago and installed Sabnzbd again...
by heyyou
May 23rd, 2011, 7:37 am
Forum: Feature Requests
Topic: PHP session password check
Replies: 2
Views: 1792

Re: PHP session password check

No, it is a scripting support question which has to do with sabnzbd. In short: i want to replace the classic password check that sabnzbd has with a check against php session variables.
by heyyou
May 23rd, 2011, 5:55 am
Forum: Feature Requests
Topic: PHP session password check
Replies: 2
Views: 1792

PHP session password check

Hello I'm building a custom php control panel to manage my server and webui's. I want to include the Sabnzbd webui in the control panel. Authenticating works with php session and i'd like to have sabnzbd's authentication working with it as well. My idea was to read the php session file manually and ...