Best Blackhat Forum

Full Version: edirectory v 10b Nulled + installation UPDATED
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 22 23
Vadernation - I have the same issue. There is no link to redeem the deal on the mobile site. I also tried this from 2 other sites using this script and had the same issue.
Derekb - I think it should be added to the list of fix requests. I hope others will get on board to get these issues fixed.

Derekb - have you tried uploading to your data base?
Guys... when I woke up this morning something rang a bell at the back of my head.... all thos with email problems... try an email that is not gmail? Iow make admin an non gmail... and send it to a non gmail account? I aint in front of a pc to test this myself... but the reason for test is.... this script was released a while ago. ( well the original anyways) and gmail has updated their login system in the mean time to a more secure... hence the login fail error for the sending... use your host own smtp server, I am about 90% sure that is problem... I had same problem on another script.
Does anybody know if there is some kind of users manual for this script, other than the outdated FAQ's on their site?
Hi,


I use non gmail and still have issues. The sign up email comes through but not the password reminder one. Any ideas?
(05-08-2014 05:23 PM)xtcian Wrote: [ -> ]Guys... when I woke up this morning something rang a bell at the back of my head.... all thos with email problems... try an email that is not gmail? Iow make admin an non gmail... and send it to a non gmail account? I aint in front of a pc to test this myself... but the reason for test is.... this script was released a while ago. ( well the original anyways) and gmail has updated their login system in the mean time to a more secure... hence the login fail error for the sending... use your host own smtp server, I am about 90% sure that is problem... I had same problem on another script.
How to setup conf/config.inc.php
What would the define("DB_NAME_PREFIX", "qaidi");
be?????

thx

# DATABASE CONNECTION PARAMETERS
# ----------------------------------------------------------------------------------------------------
define("DEFAULT_DB", "DIRECTORYDB");
require_once("my_config.php");
define("_DIRECTORYDB_EMAIL", EDIR_ADMIN_EMAIL);
define("DB_NAME_PREFIX", "qaidi");

define("MYSQL_TIMEOUT", 10); // Seconds information to each connection of Connection Pool
}
$parent_dir = dirname(dirname($_SERVER['SCRIPT_NAME']));
$parent_dir = rtrim($parent_dir, "/");
define("EDIRECTORY_FOLDER", $parent_dir);

if (DEMO_DEV_MODE || !$_SERVER["HTTP_HOST"]) {
define("_DIRECTORYDB_DEBUG", "hide");
} else {
define("_DIRECTORYDB_DEBUG", "display");
}

if (!$_inCron || $_inCronCheck) {

On step 5 of installation i input my admin email and than password... but cant login to admin....I look under Accounts in my phpmyadmin and i dont see my email address recorded from install... is there a way to do it manually thx
The define DB pre-fix can be anything you want. For example "BBH". What is your site url? I can try and help.

How to setup conf/config.inc.php
What would the define("DB_NAME_PREFIX", "qaidi");
be?????

thx

# DATABASE CONNECTION PARAMETERS
# ----------------------------------------------------------------------------------------------------
define("DEFAULT_DB", "DIRECTORYDB");
require_once("my_config.php");
define("_DIRECTORYDB_EMAIL", EDIR_ADMIN_EMAIL);
define("DB_NAME_PREFIX", "qaidi");

define("MYSQL_TIMEOUT", 10); // Seconds information to each connection of Connection Pool
}
$parent_dir = dirname(dirname($_SERVER['SCRIPT_NAME']));
$parent_dir = rtrim($parent_dir, "/");
define("EDIRECTORY_FOLDER", $parent_dir);

if (DEMO_DEV_MODE || !$_SERVER["HTTP_HOST"]) {
define("_DIRECTORYDB_DEBUG", "hide");
} else {
define("_DIRECTORYDB_DEBUG", "display");
}

if (!$_inCron || $_inCronCheck) {

On step 5 of installation i input my admin email and than password... but cant login to admin....I look under Accounts in my phpmyadmin and i dont see my email address recorded from install... is there a way to do it manually thx
I may have resolved this mystery!

1. I set up this script on mydomain.com
2. The email address used for SMTP emails was email.mydomain.com
3. I registered a test user as test.mydomain.com
4. Welcome email arrives fine, but password reminder does not work

I then changed the above to the following and it works!:

1. I set up this script on mydomain.com
2. The email address used for SMTP emails was email.mydomain.com
3. I registered a test user as test.AnotherDomain.com
4. Welcome email arrives fine AND password reminder works fine
BINGO!




(05-06-2014 03:29 PM)derekb Wrote: [ -> ]Good spot!
If a new user signs up - they get a welcome email. But if you forgot your password and use the 'forgot password' link - it does not email you a reminder.
Anyone found the fix to this?
Thanks

(05-06-2014 07:40 AM)baronn Wrote: [ -> ]Finally got everything working BUT its now where near as good to use for 1 simple fact. It wont email out!!

Any users that sign up OR anyone yo add manually wont get ANY emails at all. Here is the error I get:

"There was a problem sending this e-mail. Please try again later."

I have the smtp configured and that sends out the success email no problems. But If i try and send a password forgot for a user for example I get the above message. So theres something drasticlally broken in the email sending system..

Had a look athe demo site mrqadi has given and its the same there with a little extra message:

"There was a problem sending this e-mail. Please try again later.
The following From address failed: arcaquality@gmail.com SMTP server error: 5.5.1 Authentication Required. Learn more at 530 5.5.1 http://support.google.com/mail/bin/answe...swer=14257 m23sm17814115yho.15 - gsmtp"

Guessing as the smtp is configured properly it gives the second part of that message BUT the first part is still the same as mine.

Script is of no use if it cant emil out to potential signups even when you ctivate a listing. Nothing, nada ZILCH :(
Under Contact us the captcha dont even work... This script has many errors ,,, dont waste your time...

this is the email i got from someone who was chatting with someone else
Mr qaidi not stupid to share working version
he do that to make people buy script from him
(05-09-2014 10:21 AM)p90xman4 Wrote: [ -> ]Under Contact us the captcha dont even work... This script has many errors ,,, dont waste your time...

this is the email i got from someone who was chatting with someone else
Mr qaidi not stupid to share working version
he do that to make people buy script from him

+1 Biggrin
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Reference URL's