jdownloader

Request a package to be made here. Make sure you have searched before requesting.

Re: jdownloader

Postby pepedog » Sat Feb 12, 2011 10:51 pm

Now click on the directory ddclient-php-1.1
You probably need php installed, and to mess with files in the /etc directory to do with php and http

Dave
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: jdownloader

Postby farsheedj » Sat Feb 12, 2011 11:22 pm

$this->bbcode_second_pass_quote('pepedog', 'N')ow click on the directory ddclient-php-1.1
You probably need php installed, and to mess with files in the /etc directory to do with php and http

Dave

clicking on directory ddclient-php-1.1 open subdirectories with different files but no web interface.probably
ddclient-php-1.1 daemon needs to started somehow and need to be linked with http server.
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby pepedog » Sun Feb 13, 2011 12:00 am

No, you have a lot of things to install, and messing with conf files.
Will tell you tomorrow what.

Dave
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: jdownloader

Postby dan64 » Sun Feb 13, 2011 8:59 am

$this->bbcode_second_pass_quote('', 'c')licking on directory ddclient-php-1.1 open subdirectories with different files but no web interface.probably
ddclient-php-1.1 daemon needs to started somehow and need to be linked with http server.


First write a file called: "phpinfo.php" in "/srv/http", insert the following statements:

$this->bbcode_second_pass_code('', '
<?php
define('TESTING', 1);
phpinfo();
?>
')

then open your browser: http://<plugbox_internal_ip>/phpinfo.php

If display a page with a lot of informations you have php installed, if not you have to install php. See this wiki for more information on LAMP (personally I'm using Lighttpd): https://wiki.archlinux.org/index.php/LAMP

If you have php installed and you have installed ddclient-php-1.1 in "/srv/http" as suggested by pepedog, open your browser in: http://<plugbox_internal_ip>/ddclient-php-1.1/ddclient-php/index.php and you should see the DownloadDaemon Web interface.

I hope di can help

P.S.
I have added the statement "define('TESTING', 1)" to check a bug that was present in the early porting (now solved!)
Last edited by dan64 on Mon Feb 14, 2011 12:11 am, edited 1 time in total.
dan64
 
Posts: 75
Joined: Mon Jan 31, 2011 8:52 pm

Re: jdownloader

Postby pepedog » Sun Feb 13, 2011 12:07 pm

Install php, I included a few things as don't know what modules are needed by you
$this->bbcode_second_pass_code('', 'pacman -S php php-curl php-embed php-gd php-gmp php-intl php-ldap php-mcrypt php-mssql php-odbc php-php-pgsql php-pgsql php-pspell php-snmp php-suhosin php-tidy php-xsl')
Add these lines to bottom of /etc/httpd/conf/httpd.conf
$this->bbcode_second_pass_code('', 'LoadModule php5_module /usr/lib/httpd/modules/libphp5.so
Include conf/extra/php5_module.conf')
Here is my /etc/php/php.ini back up yours if you edit
$this->bbcode_second_pass_code('', '[PHP]
engine = On
zend.ze1_compatibility_mode = Off
short_open_tag = On
asp_tags = Off
precision = 14
y2k_compliance = On
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func=
serialize_precision = 100
allow_call_time_pass_reference = Off
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
disable_functions =
disable_classes =
expose_php = On
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 60
memory_limit = 128M ; Maximum amount of memory a script may consume (32MB)
error_reporting = E_ALL
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = Off
track_errors = Off
error_log = syslog
variables_order = "GPCS"
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
include_path = ".:/usr/share/pear:/usr/share/pear/PEAR"
doc_root =
user_dir =
extension_dir = "/usr/lib/php/modules/"
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[Date]
date.timezone = "Europe/London"
[filter]
[iconv]
[sqlite]
[Pcre]
[Syslog]
define_syslog_variables = Off
[mail function]
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port = 3306
mysql.default_socket = /var/run/mysqld/mysqld.sock
mysql.default_host = localhost
mysql.default_user = root
mysql.connect_timeout = 60
mysql.trace_mode = Off
[MySQLi]
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mSQL]
msql.allow_persistent = On
msql.max_persistent = -1
msql.max_links = -1
[OCI8]
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Sybase]
sybase.allow_persistent = On
sybase.max_persistent = -1
sybase.max_links = -1
sybase.min_error_severity = 10
sybase.min_message_severity = 10
sybase.compatability_mode = Off
[Sybase-CT]
sybct.allow_persistent = On
sybct.max_persistent = -1
sybct.max_links = -1
sybct.min_server_severity = 10
sybct.min_client_severity = 10
[bcmath]
bcmath.scale = 0
[browscap]
[Informix]
ifx.default_host =
ifx.default_user =
ifx.default_password =
ifx.allow_persistent = On
ifx.max_persistent = -1
ifx.max_links = -1
ifx.textasvarchar = 0
ifx.byteasvarchar = 0
ifx.charasvarchar = 0
ifx.blobinfile = 0
ifx.nullformat = 0
[Session]
session.save_handler = files
session.save_path = "/tmp"
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[MSSQL]
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatability_mode = Off
mssql.secure_connection = Off
[Assertion]
[COM]
[mbstring]
[FrontBase]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
extension=bcmath.so
extension=bz2.so
extension=calendar.so
extension=curl.so
extension=exif.so
extension=ftp.so
extension=gd.so
extension=gettext.so
extension=gmp.so
extension=iconv.so
extension=imap.so
extension=json.so
extension=mcrypt.so
extension=mysql.so
extension=mysqli.so
extension=odbc.so
extension=openssl.so
extension=pdo.so
extension=pdo_mysql.so
extension=pdo_sqlite.so
extension=pspell.so
extension=session.so
extension=soap.so
extension=sockets.so
extension=sqlite.so
extension=tidy.so
extension=xmlrpc.so
extension=xsl.so
extension=zip.so
extension=zlib.so
')
Finally, restart, and check /var/log files for errors
/etc/rc.d/httpd restart
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: jdownloader

Postby farsheedj » Sun Feb 13, 2011 4:43 pm

Thank you Dan64 and pepedog. With your help, the webinterface is up and running now and I can start downloads through webinterface.I spent lots of hours playing with this but it has been fun.In this process now I have installed tomcat,java as well.Now I will figure out how to put those to use and get a website up with some video streaming options. I need to learn some bosics about linux programming.Wifey is not going to be happy though with my new computer projects.
Regards,
farsheedj
 
Posts: 49
Joined: Wed Feb 09, 2011 6:07 pm

Re: jdownloader

Postby yeehaa » Fri Mar 01, 2013 4:07 am

trying to resurrect this thread. it got hijacked by dd and now the jdownloader2 along with oracles jre for arm seems to be a viable option for these little plug computers! anyone?!
yeehaa
 
Posts: 43
Joined: Mon May 21, 2012 7:54 pm

Previous

Return to Package Requests

Who is online

Users browsing this forum: No registered users and 13 guests