60.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")

10-16-2013, 04:55 AM
Post: #11
RE:
Who must fix all Syntax?
10-16-2013, 05:02 AM
Post: #12
RE:
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.
10-16-2013, 05:29 AM
Post: #13
RE:
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
10-16-2013, 05:36 AM (This post was last modified: 10-16-2013 05:37 AM by Jhonson.)
Post: #14
RE:
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
10-16-2013, 06:05 AM
Post: #15
RE:
How do you know that they dont have any callbacks? Did you check all 2800 files?
17.gif
10-16-2013, 08:17 AM (This post was last modified: 10-16-2013 08:53 AM by Jhonson.)
Post: #16
RE:
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.
10-17-2013, 03:33 AM
Post: #17
RE:
Hi everyone! someone can explain me how i can install this script on my site...
10-17-2013, 03:36 AM
Post: #18
RE:
Hi every one, someone can explain me how can i install this script?
10-17-2013, 05:37 AM
Post: #19
RE:
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
10-17-2013, 07:14 AM
Post: #20
RE:
this decoded script is full syntax error. anyone have this nulled script or like this one script?
51.gif




24.gif