depo upload sitesi için
phpATM - v1.30 kurdum daha doğrusu kuramadım bilen arkadaşlar detaylı anlatabilirmi
saygılar
phpATM - v1.30 kurdum daha doğrusu kuramadım bilen arkadaşlar detaylı anlatabilirmi
saygılar
$homeurl = "http://www.xxxxx.com/depo";
//
// The name of administrator (usually your name)
//
$admin_name = 'Administrator';
//
// Administrator e-mail address
//
$admin_email = 'user@yourdomain.tld';
//
// If your site has the mail function disabled you can use the SMTP e-mailer.
// Just set $use_smtp to true, fill $smtp_host with your smtp server (something
// like smtp.yourisp.net) and, if required, your username and password.
// Note that if you use 'localhost' as host, password and username normally
// are not required.
//
$use_smtp = false;
$smtp_host ='';
$smtp_username = '';
$smtp_password = '';
//
// $domain_name: the domain of your site without trailing 'http://' (eg. www.mysite.net)
// $script_folder_path: the path where phpATM is located relative to the domain name
//
$domain_name = 'http://www.xxxxx.com/depo';
$script_folder_path = 'folder1/folder2';
$installurl = 'http://' . $domain_name . '/' . $script_folder_path;
$script_folder_path = 'folder1/folder2';
Yorum