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

07-24-2013, 09:33 AM
Post: #21
RE:
Thx for this script ;)
08-28-2013, 05:43 PM
Post: #22
RE: [GET] eDirectory 7.5.10 - Nulled, fully working (Latest)
(12-21-2012 02:00 PM)Creator of Universe Wrote:  Here is a working, bug fixed and nulled version 7.5.10

All themes are working as well.


Installation Instructions:
Code:
Here is a quick guide to help you with the installation process:

1. Create a new database with "utf8_general_ci" collation.
Import the .sql files into your database using phpmyadmin or any other method you prefer.

- import the DefaultDB.sql first, the other ones after (the zip/postal code databases)
- DO NOT UPLOAD THE FOLDER CONTAINING THE DB FILE


2. Extract all the files in the edirectory.zip file to a temporary folder on your computer, then login to your website (via FTP) and upload that folder/all files to a location on your website where you would like eDirectory to reside.

Give CHMOD 777 permissions to:

/custom (and all subfolders)


3. Edit file /conf/config.inc.php and alter these lines below:


define(EDIR_ADMIN_EMAIL, "name@your_company.com"); //Should be changed
define(_DIRECTORYDB_HOST, "LOCALHOST"); //Should be changed
define(_DIRECTORYDB_USER, "MYSQL_USER"); //Should be changed
define(_DIRECTORYDB_PASS, "MYSQL_DATABASE_PASSWORD"); //Should be changed
define(_DIRECTORYDB_NAME, "MYSQL_DATABASE"); //Should be changed

If you are installing eDirectory in a subfolder and not in the root, edit this line too:

if (!defined("EDIRECTORY_FOLDER")) define(EDIRECTORY_FOLDER, "");

and make it look something like this:

if (!defined("EDIRECTORY_FOLDER")) define(EDIRECTORY_FOLDER, "/directory");

where "/directory" is the subfolder in which you are placing the eDirectory.


Edit these files as well changing the hardcoded constants and contact emails to your own:

/conf/constants.inc.php
/includes/forms/form_feedback.php


4. Login to Administration Area:

Link: http://yoursite.com/sitemgr
Username/E-mail: admin@test.com
Password: admin


You will be required to change the temporary password (only this first time).
You can create additional site manager account in Accounts --> Site Manager Accounts


5. Configure the cron jobs: use crontab -e on your shell access or use the cronjob
option inside your webhosting control panel (usually cPanel or such):

0,20,40 * * * * php -f [path]/cron/renewal_reminder.php 1>&2>> [path]/custom/tmp/cron.log
10,30,50 * * * * php -f [path]/cron/randomizer.php 1>&2>> [path]/custom/tmp/cron.log
45 2 * * * php -f [path]/cron/daily_maintenance.php 1>&2>> [path]/custom/tmp/cron.log
5 0 * * * php -f [path]/cron/report_rollup.php 1>&2>> [path]/custom/tmp/cron.log
* * * * * php -f [path]/cron/import.php 1>&2>> [path]/custom/tmp/cron.log
10 2 * * * php -f [path]/cron/sitemap.php 1>&2>> [path]/custom/tmp/cron.log
5 1 * * * php -f [path]/cron/statisticreport.php 1>&2>> [path]/custom/tmp/cron.log

Don't forget to replace "[path]" with the correct absolute path (for example:/home/public_html/yoursite).


6. Edit the file sitemap.xml and replace [SITE] with the URL you are using.

7. The default sending mechanism has been set to built-in PHP mail() function, so you can safely ignore all the SMTP setting requests in the admin. If you want to change it back to SMTP, you are more than welcome to. However, in order to change it back to default mail() function you will need to go directly into database (via phpMyAdmin or similar tool) and change the entry "emailconf_method" in Settings table from "smtp" to "mail" manually. I know, I know, dumb eDirectory guys couldn't code something as simple as this in the backend admin.



And here is a reworked htaccess file needed for it.

Code:
AddType text/html; charset=UTF-8 html
AddType text/plain; charset=UTF-8 txt
AddDefaultCharset utf-8
SetEnv REGISTER_GLOBALS 0
RewriteEngine On

# Sitemap
RewriteRule ^sitemap.xml$ custom/sitemap/index.xml [L]
RewriteRule ^sitemapnews.xml$ custom/sitemap/indexnews.xml [L]

# Listings
RewriteRule ^listing/([a-zA-Z0-9-]+).(html|htm)$ listing/detail.php?listing=$1 [L]
RewriteRule ^listing/([a-zA-Z0-9-]+).(html|htm)#([a-zA-Z0-9-]+)$ listing/detail.php?listing=$1#$2 [L]
RewriteRule ^listing/type/([a-zA-Z0-9-]+)$ listing/results.php?template=$1 [L]
RewriteRule ^listing/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ listing/results.php?category1=$1&category2=$2&category3=$3&category4=$4&category5=$5 [L]
RewriteRule ^listing/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ listing/results.php?country=$1&state=$2®ion=$3 [L]
RewriteRule ^listing/reviews/([a-zA-Z0-9-]+)$ listing/comments.php?listing=$1 [L]

# Coupon
RewriteRule ^coupon/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ coupon/results.php?category1=$1&category2=$2&category3=$3&category4=$4&category5=$5 [L]
RewriteRule ^coupon/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ coupon/results.php?country=$1&state=$2®ion=$3 [L]

# Event
RewriteRule ^event/([a-zA-Z0-9-]+).(html|htm)$ event/detail.php?event=$1 [L]
RewriteRule ^event/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ event/results.php?category1=$1&category2=$2 [L]
RewriteRule ^event/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ event/results.php?country=$1&state=$2®ion=$3 [L]

# Classified
RewriteRule ^classified/([a-zA-Z0-9-]+).(html|htm)$ classified/detail.php?classified=$1 [L]
RewriteRule ^classified/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ classified/results.php?category1=$1&category2=$2 [L]
RewriteRule ^classified/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ classified/results.php?country=$1&state=$2®ion=$3 [L]

# Articles
RewriteRule ^article/([a-zA-Z0-9-]+).(html|htm)$ article/detail.php?article=$1 [L]
RewriteRule ^article/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ article/results.php?category1=$1&category2=$2 [L]
RewriteRule ^article/reviews/([a-zA-Z0-9-]+)$ article/comments.php?article=$1 [L]

# Content
RewriteRule ^content/([a-zA-Z0-9-]+).(html|htm)$ content/index.php?content=$1 [L]

# Profile
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^.*/([a-zA-Z0-9_-_]+)/profile/(.*)?$ /$1/profile/index.php?url_full=%{URL} [L]
RewriteRule ^profile/(.*?)?$ profile/index.php?url_full=$1#%{REQUEST_URL} [L]


And here is the download link:

[hide]http://www.mediafire.com/?y7wb2gzo1onwpha[/hide]

P.s: Got it from an other forum. :)
08-28-2013, 05:44 PM
Post: #23
RE: [GET] eDirectory 7.5.10 - Nulled, fully working (Latest)
(12-21-2012 02:00 PM)Creator of Universe Wrote:  Here is a working, bug fixed and nulled version 7.5.10

All themes are working as well.


Installation Instructions:
Code:
Here is a quick guide to help you with the installation process:

1. Create a new database with "utf8_general_ci" collation.
Import the .sql files into your database using phpmyadmin or any other method you prefer.

- import the DefaultDB.sql first, the other ones after (the zip/postal code databases)
- DO NOT UPLOAD THE FOLDER CONTAINING THE DB FILE


2. Extract all the files in the edirectory.zip file to a temporary folder on your computer, then login to your website (via FTP) and upload that folder/all files to a location on your website where you would like eDirectory to reside.

Give CHMOD 777 permissions to:

/custom (and all subfolders)


3. Edit file /conf/config.inc.php and alter these lines below:


define(EDIR_ADMIN_EMAIL, "name@your_company.com"); //Should be changed
define(_DIRECTORYDB_HOST, "LOCALHOST"); //Should be changed
define(_DIRECTORYDB_USER, "MYSQL_USER"); //Should be changed
define(_DIRECTORYDB_PASS, "MYSQL_DATABASE_PASSWORD"); //Should be changed
define(_DIRECTORYDB_NAME, "MYSQL_DATABASE"); //Should be changed

If you are installing eDirectory in a subfolder and not in the root, edit this line too:

if (!defined("EDIRECTORY_FOLDER")) define(EDIRECTORY_FOLDER, "");

and make it look something like this:

if (!defined("EDIRECTORY_FOLDER")) define(EDIRECTORY_FOLDER, "/directory");

where "/directory" is the subfolder in which you are placing the eDirectory.


Edit these files as well changing the hardcoded constants and contact emails to your own:

/conf/constants.inc.php
/includes/forms/form_feedback.php


4. Login to Administration Area:

Link: http://yoursite.com/sitemgr
Username/E-mail: admin@test.com
Password: admin


You will be required to change the temporary password (only this first time).
You can create additional site manager account in Accounts --> Site Manager Accounts


5. Configure the cron jobs: use crontab -e on your shell access or use the cronjob
option inside your webhosting control panel (usually cPanel or such):

0,20,40 * * * * php -f [path]/cron/renewal_reminder.php 1>&2>> [path]/custom/tmp/cron.log
10,30,50 * * * * php -f [path]/cron/randomizer.php 1>&2>> [path]/custom/tmp/cron.log
45 2 * * * php -f [path]/cron/daily_maintenance.php 1>&2>> [path]/custom/tmp/cron.log
5 0 * * * php -f [path]/cron/report_rollup.php 1>&2>> [path]/custom/tmp/cron.log
* * * * * php -f [path]/cron/import.php 1>&2>> [path]/custom/tmp/cron.log
10 2 * * * php -f [path]/cron/sitemap.php 1>&2>> [path]/custom/tmp/cron.log
5 1 * * * php -f [path]/cron/statisticreport.php 1>&2>> [path]/custom/tmp/cron.log

Don't forget to replace "[path]" with the correct absolute path (for example:/home/public_html/yoursite).


6. Edit the file sitemap.xml and replace [SITE] with the URL you are using.

7. The default sending mechanism has been set to built-in PHP mail() function, so you can safely ignore all the SMTP setting requests in the admin. If you want to change it back to SMTP, you are more than welcome to. However, in order to change it back to default mail() function you will need to go directly into database (via phpMyAdmin or similar tool) and change the entry "emailconf_method" in Settings table from "smtp" to "mail" manually. I know, I know, dumb eDirectory guys couldn't code something as simple as this in the backend admin.



And here is a reworked htaccess file needed for it.

Code:
AddType text/html; charset=UTF-8 html
AddType text/plain; charset=UTF-8 txt
AddDefaultCharset utf-8
SetEnv REGISTER_GLOBALS 0
RewriteEngine On

# Sitemap
RewriteRule ^sitemap.xml$ custom/sitemap/index.xml [L]
RewriteRule ^sitemapnews.xml$ custom/sitemap/indexnews.xml [L]

# Listings
RewriteRule ^listing/([a-zA-Z0-9-]+).(html|htm)$ listing/detail.php?listing=$1 [L]
RewriteRule ^listing/([a-zA-Z0-9-]+).(html|htm)#([a-zA-Z0-9-]+)$ listing/detail.php?listing=$1#$2 [L]
RewriteRule ^listing/type/([a-zA-Z0-9-]+)$ listing/results.php?template=$1 [L]
RewriteRule ^listing/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ listing/results.php?category1=$1&category2=$2&category3=$3&category4=$4&category5=$5 [L]
RewriteRule ^listing/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ listing/results.php?country=$1&state=$2®ion=$3 [L]
RewriteRule ^listing/reviews/([a-zA-Z0-9-]+)$ listing/comments.php?listing=$1 [L]

# Coupon
RewriteRule ^coupon/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ coupon/results.php?category1=$1&category2=$2&category3=$3&category4=$4&category5=$5 [L]
RewriteRule ^coupon/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ coupon/results.php?country=$1&state=$2®ion=$3 [L]

# Event
RewriteRule ^event/([a-zA-Z0-9-]+).(html|htm)$ event/detail.php?event=$1 [L]
RewriteRule ^event/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ event/results.php?category1=$1&category2=$2 [L]
RewriteRule ^event/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ event/results.php?country=$1&state=$2®ion=$3 [L]

# Classified
RewriteRule ^classified/([a-zA-Z0-9-]+).(html|htm)$ classified/detail.php?classified=$1 [L]
RewriteRule ^classified/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ classified/results.php?category1=$1&category2=$2 [L]
RewriteRule ^classified/location/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?/?([a-zA-Z0-9-]+)?$ classified/results.php?country=$1&state=$2®ion=$3 [L]

# Articles
RewriteRule ^article/([a-zA-Z0-9-]+).(html|htm)$ article/detail.php?article=$1 [L]
RewriteRule ^article/guide/([a-zA-Z0-9-]+)/?([a-zA-Z0-9-]+)?$ article/results.php?category1=$1&category2=$2 [L]
RewriteRule ^article/reviews/([a-zA-Z0-9-]+)$ article/comments.php?article=$1 [L]

# Content
RewriteRule ^content/([a-zA-Z0-9-]+).(html|htm)$ content/index.php?content=$1 [L]

# Profile
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^.*/([a-zA-Z0-9_-_]+)/profile/(.*)?$ /$1/profile/index.php?url_full=%{URL} [L]
RewriteRule ^profile/(.*?)?$ profile/index.php?url_full=$1#%{REQUEST_URL} [L]


And here is the download link:

[hide]http://www.mediafire.com/?y7wb2gzo1onwpha[/hide]

P.s: Got it from an other forum. :)
10-28-2013, 05:49 PM
Post: #24
RE:
Since it is a demo version, the theme options are disabled in the site manager area. To test the different themes, please go to the eDirectory home page, and change the themes by clicking in the options in the header.

where i can change this demo version settings?
10-28-2013, 10:37 PM (This post was last modified: 10-28-2013 10:40 PM by Luckylutz.)
Post: #25
RE:
Hi...

I have a little Problem with the Script.

Time Errror:

Message:

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825
Right Now
Warning: getdate(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 2217 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 2219
0 listings approved and active more
0 banners approved and active more
0 custom invoices paid more
Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 532 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 586 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 636 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 690 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 744 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 821 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'MET' for 'MET/1.0/no DST' instead in /var/www/vhosts/dirtyteen.ch/gupload/functions/system_funct.php on line 825

Problem Fixet.

in the php file loadconfig.inc

i have changed the domain

# ----------------------------------------------------------------------------------------------------
# * FILE: /conf/loadconfig.inc.php
# ----------------------------------------------------------------------------------------------------

# ----------------------------------------------------------------------------------------------------
# DEMONSTRATION MODE
# ----------------------------------------------------------------------------------------------------
if (strpos($_SERVER["HTTP_HOST"], "demodirectory") === false) {
define(DEMO_MODE, 0);
} else {
define(DEMO_MODE, 1);
}
if (strpos($_SERVER["HTTP_HOST"], "demodirectory.com") === false) {
define(DEMO_LIVE_MODE, 0);
} else {
define(DEMO_LIVE_MODE, 1);
}
if ((strpos($_SERVER["HTTP_HOST"], "gupload.biz") === false) and& (strpos($_SERVER["HTTP_HOST"], "intranet") === false)) {
define(DEMO_DEV_MODE, 0);
} else {
define(DEMO_DEV_MODE, 1);
64.gif
10-29-2013, 11:00 AM
Post: #26
RE:
Google this! Deprecated: Function split() is deprecated

its the split Funtion thats old SQL Code and probably has a new word or solution just replace the old with the new and you will be FINE!

CopyMyCash
10-29-2013, 07:15 PM
Post: #27
RE:
thanks mate...

i have found this errror.
10-30-2013, 12:36 AM
Post: #28
RE: Cant choose only one payment gateway
When choosing payment gateways, i only want paypal and havent choose other gateway. But it shows other gateways when try to pay. What to do?

Thanks for a GOLD MINE SCRIPT

Tongue
02-01-2014, 07:44 PM
Post: #29
RE:
okeeeyyyy :(

Is there any chance someone has v10? or the sql file for 9.5?
01-26-2016, 07:09 AM
Post: #30
RE: [GET] eDirectory 7.5.10 - Nulled, fully working (Latest)
what a F*** around
but wow great share
i feel like i nulledd this me self lol
go on boshay
51.gif




62.gif