Best Blackhat Forum

Full Version: [GET] activeCollab 4.2.16
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
thanks bro....nice
(02-21-2015 09:51 AM)brandonecarr Wrote: [ -> ]Anyone able to get the scheduled tasks/cron jobs to work with this? Thanks!
You have to doing this with curl crontab for example:








Code:
curl -s -L -A "User-Agent: Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3.12) Gecko/20101027 Firefox/4.0.1" 'http://yoururl/public/index.php?path_info=paper&code=LICEN' > /dev/null
(02-21-2015 03:46 PM)JFOC Wrote: [ -> ]
(02-21-2015 09:51 AM)brandonecarr Wrote: [ -> ]Anyone able to get the scheduled tasks/cron jobs to work with this? Thanks!
You have to doing this with curl crontab for example:

Code:
curl -s -L -A "User-Agent: Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3.12) Gecko/20101027 Firefox/4.0.1" 'http://yoururl/public/index.php?path_info=paper&code=LICEN' > /dev/null


This didn't work for me. I receive a daily crash report, and that's it. Any idea what could be the issue? Thanks!
(03-06-2015 02:34 AM)brandonecarr Wrote: [ -> ]
(02-21-2015 03:46 PM)JFOC Wrote: [ -> ]
(02-21-2015 09:51 AM)brandonecarr Wrote: [ -> ]Anyone able to get the scheduled tasks/cron jobs to work with this? Thanks!
You have to doing this with curl crontab for example:

Code:
curl -s -L -A "User-Agent: Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3.12) Gecko/20101027 Firefox/4.0.1" 'http://yoururl/public/index.php?path_info=paper&code=LICEN' > /dev/null


This didn't work for me. I receive a daily crash report, and that's it. Any idea what could be the issue? Thanks!

If you got daily crash report meaning is your cron is working but your server might be crashed so crons give you an alert
(03-06-2015 02:40 AM)JFOC Wrote: [ -> ]
(03-06-2015 02:34 AM)brandonecarr Wrote: [ -> ]
(02-21-2015 03:46 PM)JFOC Wrote: [ -> ]
(02-21-2015 09:51 AM)brandonecarr Wrote: [ -> ]Anyone able to get the scheduled tasks/cron jobs to work with this? Thanks!
You have to doing this with curl crontab for example:

Code:
curl -s -L -A "User-Agent: Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3.12) Gecko/20101027 Firefox/4.0.1" 'http://yoururl/public/index.php?path_info=paper&code=LICEN' > /dev/null

This didn't work for me. I receive a daily crash report, and that's it. Any idea what could be the issue? Thanks!

If you got daily crash report meaning is your cron is working but your server might be crashed so crons give you an alert


The crash report is the same error I receive anytime I click on the admin panel and go into the administrative settings. Here is the report in its entirety:

Code:
Hi,activeCollab setup at http://dispensarypros.com/projectmanager/public experienced fatal error. Info:Error (JSONDecodeError)Syntax errorError params:File:/home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/json/JSON.class.phpLine:117Json:

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/pros420/public_html/projectmanager/public/latest_info.php on line 10



Warning: Cannot modify header information - headers already sent by (output started at /home/pros420/public_html/projectmanager/public/latest_info.php:10) in /home/pros420/public_html/projectmanager/public/latest_info.php on line 32

{"latest_version":"4.2.16","latest_available_version":"4.2.16","license":{"uid":"LICENSE_UID","url":"http:\/\/dispensarypros.com","branding_removed":1,"expires":1577836800,"package":"corporate","urls":{"upgrade_to_corporate":false,"remove_branding":"http:\/\/dispensarypros.com","renew_support":"http:\/\/dispensarypros.com","update_instructions":"http:\/\/www.activecollab.com\/docs\/manuals\/admin-version-3\/upgrade\/latest-stable"}}}Decode_error_code:4Backtrace:#0 /home/pros420/public_html/projectmanager/activecollab/4.2.16/modules/system/handlers/on_daily.php(18): JSON::decode('
\nWarni...')
#1 [internal function]: system_handle_on_daily()
#2 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/EventsManager.class.php(135): call_user_func_array('system_handle_o...', Array)
#3 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/frameworks/environment/controllers/FwScheduledTasksController.class.php(65): EventsManager::trigger('on_daily')
#4 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/controller/Controller.class.php(194): FwScheduledTasksController->daily()
#5 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplicationAdapter.class.php(203): Controller->__execute('daily')
#6 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplication.class.php(1074): AngieApplicationAdapter->handleHttpRequest('daily', 'path_info=daily...')
#7 /home/pros420/public_html/projectmanager/public/index.php(23): AngieApplication::handleHttpRequest()
#8 {main}Autoglobal and System Varibles:$_GET:array(3) {
  ["module"]=>
  string(6) "system"
  ["path_info"]=>
  string(5) "daily"
  ["code"]=>
  string(5) "LICEN"
}
$_POST:empty$_COOKIE:empty$_SESSION:empty


Thanks!!
(03-09-2015 06:01 AM)brandonecarr Wrote: [ -> ]
(03-06-2015 02:40 AM)JFOC Wrote: [ -> ]
(03-06-2015 02:34 AM)brandonecarr Wrote: [ -> ]
(02-21-2015 03:46 PM)JFOC Wrote: [ -> ]
(02-21-2015 09:51 AM)brandonecarr Wrote: [ -> ]Anyone able to get the scheduled tasks/cron jobs to work with this? Thanks!
You have to doing this with curl crontab for example:

Code:
curl -s -L -A "User-Agent: Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3.12) Gecko/20101027 Firefox/4.0.1" 'http://yoururl/public/index.php?path_info=paper&code=LICEN' > /dev/null

This didn't work for me. I receive a daily crash report, and that's it. Any idea what could be the issue? Thanks!

If you got daily crash report meaning is your cron is working but your server might be crashed so crons give you an alert


The crash report is the same error I receive anytime I click on the admin panel and go into the administrative settings. Here is the report in its entirety:

Code:
Hi,activeCollab setup at http://dispensarypros.com/projectmanager/public experienced fatal error. Info:Error (JSONDecodeError)Syntax errorError params:File:/home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/json/JSON.class.phpLine:117Json:

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/pros420/public_html/projectmanager/public/latest_info.php on line 10



Warning: Cannot modify header information - headers already sent by (output started at /home/pros420/public_html/projectmanager/public/latest_info.php:10) in /home/pros420/public_html/projectmanager/public/latest_info.php on line 32

{"latest_version":"4.2.16","latest_available_version":"4.2.16","license":{"uid":"LICENSE_UID","url":"http:\/\/dispensarypros.com","branding_removed":1,"expires":1577836800,"package":"corporate","urls":{"upgrade_to_corporate":false,"remove_branding":"http:\/\/dispensarypros.com","renew_support":"http:\/\/dispensarypros.com","update_instructions":"http:\/\/www.activecollab.com\/docs\/manuals\/admin-version-3\/upgrade\/latest-stable"}}}Decode_error_code:4Backtrace:#0 /home/pros420/public_html/projectmanager/activecollab/4.2.16/modules/system/handlers/on_daily.php(18): JSON::decode('
\nWarni...')
#1 [internal function]: system_handle_on_daily()
#2 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/EventsManager.class.php(135): call_user_func_array('system_handle_o...', Array)
#3 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/frameworks/environment/controllers/FwScheduledTasksController.class.php(65): EventsManager::trigger('on_daily')
#4 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/controller/Controller.class.php(194): FwScheduledTasksController->daily()
#5 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplicationAdapter.class.php(203): Controller->__execute('daily')
#6 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplication.class.php(1074): AngieApplicationAdapter->handleHttpRequest('daily', 'path_info=daily...')
#7 /home/pros420/public_html/projectmanager/public/index.php(23): AngieApplication::handleHttpRequest()
#8 {main}Autoglobal and System Varibles:$_GET:array(3) {
  ["module"]=>
  string(6) "system"
  ["path_info"]=>
  string(5) "daily"
  ["code"]=>
  string(5) "LICEN"
}
$_POST:empty$_COOKIE:empty$_SESSION:empty


Thanks!!


Check your web server log
(03-09-2015 01:51 PM)JFOC Wrote: [ -> ]
(03-09-2015 06:01 AM)brandonecarr Wrote: [ -> ]
(03-06-2015 02:40 AM)JFOC Wrote: [ -> ]
(03-06-2015 02:34 AM)brandonecarr Wrote: [ -> ]
(02-21-2015 03:46 PM)JFOC Wrote: [ -> ]You have to doing this with curl crontab for example:

Code:
curl -s -L -A "User-Agent: Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3.12) Gecko/20101027 Firefox/4.0.1" 'http://yoururl/public/index.php?path_info=paper&code=LICEN' > /dev/null

This didn't work for me. I receive a daily crash report, and that's it. Any idea what could be the issue? Thanks!

If you got daily crash report meaning is your cron is working but your server might be crashed so crons give you an alert


The crash report is the same error I receive anytime I click on the admin panel and go into the administrative settings. Here is the report in its entirety:

Code:
Hi,activeCollab setup at http://dispensarypros.com/projectmanager/public experienced fatal error. Info:Error (JSONDecodeError)Syntax errorError params:File:/home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/json/JSON.class.phpLine:117Json:

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/pros420/public_html/projectmanager/public/latest_info.php on line 10



Warning: Cannot modify header information - headers already sent by (output started at /home/pros420/public_html/projectmanager/public/latest_info.php:10) in /home/pros420/public_html/projectmanager/public/latest_info.php on line 32

{"latest_version":"4.2.16","latest_available_version":"4.2.16","license":{"uid":"LICENSE_UID","url":"http:\/\/dispensarypros.com","branding_removed":1,"expires":1577836800,"package":"corporate","urls":{"upgrade_to_corporate":false,"remove_branding":"http:\/\/dispensarypros.com","renew_support":"http:\/\/dispensarypros.com","update_instructions":"http:\/\/www.activecollab.com\/docs\/manuals\/admin-version-3\/upgrade\/latest-stable"}}}Decode_error_code:4Backtrace:#0 /home/pros420/public_html/projectmanager/activecollab/4.2.16/modules/system/handlers/on_daily.php(18): JSON::decode('
\nWarni...')
#1 [internal function]: system_handle_on_daily()
#2 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/EventsManager.class.php(135): call_user_func_array('system_handle_o...', Array)
#3 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/frameworks/environment/controllers/FwScheduledTasksController.class.php(65): EventsManager::trigger('on_daily')
#4 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/controller/Controller.class.php(194): FwScheduledTasksController->daily()
#5 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplicationAdapter.class.php(203): Controller->__execute('daily')
#6 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplication.class.php(1074): AngieApplicationAdapter->handleHttpRequest('daily', 'path_info=daily...')
#7 /home/pros420/public_html/projectmanager/public/index.php(23): AngieApplication::handleHttpRequest()
#8 {main}Autoglobal and System Varibles:$_GET:array(3) {
  ["module"]=>
  string(6) "system"
  ["path_info"]=>
  string(5) "daily"
  ["code"]=>
  string(5) "LICEN"
}
$_POST:empty$_COOKIE:empty$_SESSION:empty


Thanks!!


Check your web server log


Error log is empty. :x
Try to removing User-Agent:

(03-09-2015 05:08 PM)brandonecarr Wrote: [ -> ]
(03-09-2015 01:51 PM)JFOC Wrote: [ -> ]
(03-09-2015 06:01 AM)brandonecarr Wrote: [ -> ]
(03-06-2015 02:40 AM)JFOC Wrote: [ -> ]
(03-06-2015 02:34 AM)brandonecarr Wrote: [ -> ]This didn't work for me. I receive a daily crash report, and that's it. Any idea what could be the issue? Thanks!

If you got daily crash report meaning is your cron is working but your server might be crashed so crons give you an alert


The crash report is the same error I receive anytime I click on the admin panel and go into the administrative settings. Here is the report in its entirety:

Code:
Hi,activeCollab setup at http://dispensarypros.com/projectmanager/public experienced fatal error. Info:Error (JSONDecodeError)Syntax errorError params:File:/home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/json/JSON.class.phpLine:117Json:

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/pros420/public_html/projectmanager/public/latest_info.php on line 10



Warning: Cannot modify header information - headers already sent by (output started at /home/pros420/public_html/projectmanager/public/latest_info.php:10) in /home/pros420/public_html/projectmanager/public/latest_info.php on line 32

{"latest_version":"4.2.16","latest_available_version":"4.2.16","license":{"uid":"LICENSE_UID","url":"http:\/\/dispensarypros.com","branding_removed":1,"expires":1577836800,"package":"corporate","urls":{"upgrade_to_corporate":false,"remove_branding":"http:\/\/dispensarypros.com","renew_support":"http:\/\/dispensarypros.com","update_instructions":"http:\/\/www.activecollab.com\/docs\/manuals\/admin-version-3\/upgrade\/latest-stable"}}}Decode_error_code:4Backtrace:#0 /home/pros420/public_html/projectmanager/activecollab/4.2.16/modules/system/handlers/on_daily.php(18): JSON::decode('
\nWarni...')
#1 [internal function]: system_handle_on_daily()
#2 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/EventsManager.class.php(135): call_user_func_array('system_handle_o...', Array)
#3 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/frameworks/environment/controllers/FwScheduledTasksController.class.php(65): EventsManager::trigger('on_daily')
#4 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/controller/Controller.class.php(194): FwScheduledTasksController->daily()
#5 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplicationAdapter.class.php(203): Controller->__execute('daily')
#6 /home/pros420/public_html/projectmanager/activecollab/4.2.16/angie/classes/application/AngieApplication.class.php(1074): AngieApplicationAdapter->handleHttpRequest('daily', 'path_info=daily...')
#7 /home/pros420/public_html/projectmanager/public/index.php(23): AngieApplication::handleHttpRequest()
#8 {main}Autoglobal and System Varibles:$_GET:array(3) {
  ["module"]=>
  string(6) "system"
  ["path_info"]=>
  string(5) "daily"
  ["code"]=>
  string(5) "LICEN"
}
$_POST:empty$_COOKIE:empty$_SESSION:empty


Thanks!!


Check your web server log


Error log is empty. :x
I am PM but your Inbox is full, Thank You for AC v 5
Dear Thank You So much, i have activecollab v424 and v 3313R2 need modules i am very thankful to you if you have please share...

Once again thank you so much for sharing this version...



Thanks and Regards
(03-08-2016 06:20 AM)xufi123 Wrote: [ -> ]I am PM but your Inbox is full, Thank You for AC v 5
Dear Thank You So much, i have activecollab v424 and v 3313R2 need modules i am very thankful to you if you have please share...

Once again thank you so much for sharing this version...



Thanks and Regards

No AC v5 yet
Pages: 1 2 3
Reference URL's