10-16-2013, 04:55 AM
10-16-2013, 05:02 AM
only one file to edit to the script: bootstrap.php
this file does the check of the license, other files may be left encoded because they have no callbacks to the software house.
this file does the check of the license, other files may be left encoded because they have no callbacks to the software house.
10-16-2013, 05:29 AM
1- You must first upload the script
2- then you will see the error
3- You must fix the script.
###################
1- You must remove all callbacks ,
example " Agriya@mail" adress <<< CALLING TO AGRIYA
######################
= WORKS
2- then you will see the error
3- You must fix the script.
###################
1- You must remove all callbacks ,
example " Agriya@mail" adress <<< CALLING TO AGRIYA
######################
= WORKS
10-16-2013, 05:36 AM
to correct all the files encoded (95% have errors) it takes a week :)
moreover, all of these files have no callbacks; finally, we should have the logs of decoding for correction.
just edit the file bootstrap.php I have published previously and should be ok.
regards
moreover, all of these files have no callbacks; finally, we should have the logs of decoding for correction.
just edit the file bootstrap.php I have published previously and should be ok.
regards
10-16-2013, 06:05 AM
How do you know that they dont have any callbacks? Did you check all 2800 files?
10-16-2013, 08:17 AM
I decoded at least coarsely all other files and verified the existence of any callbacks, all files are clean.
the only files that contain callbacks are 2: bootstrap.php and class_ionoLicenseHandler.php - just correct one to exclude the other.
the only files that contain callbacks are 2: bootstrap.php and class_ionoLicenseHandler.php - just correct one to exclude the other.
10-17-2013, 03:33 AM
Hi everyone! someone can explain me how i can install this script on my site...
10-17-2013, 03:36 AM
Hi every one, someone can explain me how can i install this script?
10-17-2013, 05:37 AM
I do not know this software, however, to install just follow these steps:
1) edit the bootstrap.php file with data published in the previous post
2) copy all the files and directories in the root of your website (ex: /htdocs/all-files-and-directories)
.htaccess file content:
RewriteEngine on
RewriteBase /app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
In this case there is no need to change anything in the file. htaccess.
2.a) In the case of installation in sub-dicrectory (ex: htdocs/sub-directory/all-files-and-directories), edit the file .htaccess like this:
RewriteEngine on
RewriteBase /sub-directory/app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
Regards,
Jhon
1) edit the bootstrap.php file with data published in the previous post
2) copy all the files and directories in the root of your website (ex: /htdocs/all-files-and-directories)
.htaccess file content:
RewriteEngine on
RewriteBase /app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
In this case there is no need to change anything in the file. htaccess.
2.a) In the case of installation in sub-dicrectory (ex: htdocs/sub-directory/all-files-and-directories), edit the file .htaccess like this:
RewriteEngine on
RewriteBase /sub-directory/app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
Regards,
Jhon
10-17-2013, 07:14 AM
this decoded script is full syntax error. anyone have this nulled script or like this one script?