Best Blackhat Forum

Full Version: [GET] eDirectory 9.8.2 + DataBase
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
(10-19-2013 07:37 AM)Jhonson Wrote: [ -> ]
(10-19-2013 07:15 AM)AtakanCan Wrote: [ -> ]here is SQL DUMP - fixed SQL
http://www7.zippyshare.com/v/70297217/file.html
Unfortunately, the database is not complete:
to see what tables are missing, just edit some classes that contain sql query.
is CLEAN SQL ! you must LEARN what CLEAN is .
- Clean from Samples Demos
- Clean from Syntax error
= FIXED SQL is CLEANED SQL FILE you understand. ?

Problem in "/conf/loadconfig.inc.php"

edit .htaccess file
find line
RewriteEngine On

replace
RewriteEngine On
RewriteBase /
(10-19-2013 07:45 AM)AtakanCan Wrote: [ -> ]
(10-19-2013 07:37 AM)Jhonson Wrote: [ -> ]
(10-19-2013 07:15 AM)AtakanCan Wrote: [ -> ]here is SQL DUMP - fixed SQL
http://www7.zippyshare.com/v/70297217/file.html
Unfortunately, the database is not complete:
to see what tables are missing, just edit some classes that contain sql query.
is CLEAN SQL ! you must LEARN what CLEAN is .
- Clean from Samples Demos
- Clean from Syntax error
= FIXED SQL is CLEANED SQL FILE you understand. ?
I'm a programmer that uses python, perl, java, php/mysql and others ...
I checked the software and I tell you that in the DB some tables are missing, try to understand me.
you're a programmer? You do not even know what that means nulled.
I have cleaned the SQL. ! if you had been programmer. then you knew what CLEAN means.

have you learned as a programmer. that you delete in SQL, demos, samples? I have the demos, samples deleted. well what do you say? Now the SQL is clean. without samples without demos.
(10-19-2013 07:57 AM)AtakanCan Wrote: [ -> ]you're a programmer? You do not even know what that means nulled.
I have cleaned the SQL. ! if you had been programmer. then you knew what CLEAN means.
I seem to talk to a wall :)

I'll explain: THE SOFTWARE IS INCOMPLETE! ----->>> it was understood? <<<-------
The Software is FULL , you must edit the PHP files , you must "NULL"
you're a wall

open and edit "/conf/loadconfig.inc.php"

if (strpos($_SERVER["HTTP_HOST"], "demodomain.com") === true) {
define("DEMO_MODE", 0);
} else {
define("DEMO_MODE", 1);
}
if (strpos($_SERVER["HTTP_HOST"], "demodomain.com") === true) {
define("DEMO_LIVE_MODE", 0);
} else {
define("DEMO_LIVE_MODE", 1);
}
if ((strpos($_SERVER["HTTP_HOST"], "demodomain.com") === true) and& (strpos($_SERVER["HTTP_HOST"], "intranet") === false)) {
define("DEMO_DEV_MODE", 0);
} else {
define("DEMO_DEV_MODE", 1);
}
(10-19-2013 08:05 AM)AtakanCan Wrote: [ -> ]The Software is FULL , you must edit the PHP files , you must "NULL"
you're a wall
no it is not full , real script is just about 60 mb , and have 2 or more database , google version not incomplete and full of malware

too much touched by some kids Smile
I know how to edit and correct the files :)

Maybe I have not explained it well:
Some SQL tables called from PHP files are absent.
it works :D
(10-19-2013 08:17 AM)AtakanCan Wrote: [ -> ]it works :D
before you put the software online, I suggest you monitor scripts (encoded) contained within some php files
Jhonson Jhonson Jhonson Jhonson Jhonson Jhonson Jhonson Jhonson Jhonson
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Reference URL's