63.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-28-2014, 06:03 AM
Post: #21
RE:
(06-25-2014 04:07 AM)Jamzman AKA Shurikn Wrote:  Check if you had these requirements.


System Requirements
[*]A web site hosted with a working domain name
[*]PHP5.2.1 or greater

— register_globals OFF

— safe_mode OFF

— max_execution_time = 0

— cgi.fix_pathinfo = 1 (for CGI/FastCGI)

— mysql extension

— cURL extension

— GD extension

— Open SSL extension

— JSON extension

[*]MySQL 5.1 or greater (InnoDb type used)
[*]FTP access for installing and
[*]configuring arpReach
[*]Ability to create and run "command line" cron/scheduled tasks
(http / wget not suitable)
[*]Local MTA (Sendmail, Exim etc), or local or remote SMTP provider
I'am hostgator. Did the necessary changes in php.ini, but it still doesn't work. Any more suggestions?
07-15-2014, 12:44 AM
Post: #22
RE:
thanks... i install this but when you go to http://www.yourdomain.com/a.php/cli/auto

it will says :

14-Jul-2014 21:44:08 WIB k38z8n --- Start
14-Jul-2014 21:44:08 WIB k38z8n --- Debug is off
14-Jul-2014 21:44:08 WIB k38z8n --- License not found
14-Jul-2014 21:44:08 WIB k38z8n --- End

it is nulled ?

thankss before
07-15-2014, 03:22 AM
Post: #23
RE:
Thanks newave and Jamzman AKA Shurik'n for nulling this baby!
07-24-2014, 10:24 AM
Post: #24
RE:
I downloaded this awhile ago, but just now installed it, and I got the same error.

Gary
07-24-2014, 11:33 AM
Post: #25
RE:
what would be the line cronjobs.?
46.gif
07-27-2014, 05:54 PM
Post: #26
RE:
Does it still works?
07-28-2014, 04:48 PM
Post: #27
RE:
(07-15-2014 12:44 AM)Kuangz Wrote:  thanks... i install this but when you go to http://www.yourdomain.com/a.php/cli/auto

it will says :

14-Jul-2014 21:44:08 WIB k38z8n --- Start
14-Jul-2014 21:44:08 WIB k38z8n --- Debug is off
14-Jul-2014 21:44:08 WIB k38z8n --- License not found
14-Jul-2014 21:44:08 WIB k38z8n --- End

it is nulled ?

thankss before


I was having the same error and the cron job wouldn't work. Had to decode a few files to find out that when you enter the license details in the settings they don't get saved in the database for some reason. So I had to manually enter a record in the database.

Here's how you can do that;
cPanel -> phpMyAdmin -> your arpReach database -> arpr_softwarelicense -> insert ( lies on top menu besides search and export )

Fill in these details:

Code:
id = 1
stamp_create = 0
stamp_update = 0
stamp_activation = 0
license_number = 1234
license_password = 1234
activation_code = 1234
stamp_contact_update = 0
linkback = 0

click go and that is it.
07-31-2014, 08:10 AM
Post: #28
RE:
Please Help Me. I follow through the installation manual. But i Get this error installation. Can any one help me pls



A PHP Error was encountered


Severity: Warning

Message: session_start(): Cannot send session cache limiter -
headers already sent (output started at
/home/megamobi/public_html/application/libraries/admin_controller.php:15)

Filename: core/MY_Controller.php(1) : eval()'d code(3) : eval()'d code

Line Number: 16





A PHP Error was encountered


Severity: Warning

Message: Cannot modify header information - headers already sent by
(output started at
/home/megamobi/public_html/application/libraries/admin_controller.php:15)

Filename: libraries/Session.php

Line Number: 671





A PHP Error was encountered


Severity: Warning

Message: Cannot modify header information - headers already sent by
(output started at
/home/megamobi/public_html/application/libraries/admin_controller.php:15)

Filename: helpers/url_helper.php

Line Number: 543
07-31-2014, 10:25 AM (This post was last modified: 07-31-2014 10:26 AM by sccds26.)
Post: #29
RE:
Mirror Ladies and Gentlemen:

http://mir.cr/1J6YP4DS

http://www.mirrorcreator.com/files/1J6YP....zip_links
08-02-2014, 04:00 PM (This post was last modified: 08-02-2014 04:02 PM by Flipped.)
Post: #30
RE:
Ok so check Req's.
Upload.
Unzip.
Install + Confirn Req's.
Update database by inserting rows to table: arpr_softwarelicense (as you said)

Is that it?
Thanks.

I will upload and share v1.3 once nulled and installing easily too....
Talk about badly coded! :P

Flipmode


(07-28-2014 04:48 PM)scorcher Wrote:  I was having the same error and the cron job wouldn't work. Had to decode a few files to find out that when you enter the license details in the settings they don't get saved in the database for some reason. So I had to manually enter a record in the database.

Here's how you can do that;
cPanel -> phpMyAdmin -> your arpReach database -> arpr_softwarelicense -> insert ( lies on top menu besides search and export )

Fill in these details:

Code:
id = 1
stamp_create = 0
stamp_update = 0
stamp_activation = 0
license_number = 1234
license_password = 1234
activation_code = 1234
stamp_contact_update = 0
linkback = 0

click go and that is it.
56.gif




41.gif