Best Blackhat Forum

Full Version: [GET] Agriya Burrow 1.0.13b - Retail
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Who must fix all Syntax?
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.
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
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
How do you know that they dont have any callbacks? Did you check all 2800 files?
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.
Hi everyone! someone can explain me how i can install this script on my site...
Hi every one, someone can explain me how can i install this script?
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
this decoded script is full syntax error. anyone have this nulled script or like this one script?
Pages: 1 2 3 4 5
Reference URL's