الاخوه الاعزاء في سوالف
السلام عليكم ورحمة الله وبركاته
وجدة هذا السكربت باحد الموقع ولاكن بعد تحميله وجدت انه غير معرب ولا يوجد له شرح فارجو من احد الاخوه الذين يعرفون له او قامو بتركيبه .
شرح طريقة تركيبه
وهل توجد نسخه عربيه منه
وتقبلوا تحياتي
الاخوه الاعزاء في سوالف
السلام عليكم ورحمة الله وبركاته
وجدة هذا السكربت باحد الموقع ولاكن بعد تحميله وجدت انه غير معرب ولا يوجد له شرح فارجو من احد الاخوه الذين يعرفون له او قامو بتركيبه .
شرح طريقة تركيبه
وهل توجد نسخه عربيه منه
وتقبلوا تحياتي
جاري التحميل ...
واذا قدرت افهم السكربت ووظيفته انشاءالله بقدر اعربه لك حبيبي
تحياتي
__________________
كويت كمبيو تكنو لحل المشاكل المتعلقه بالكومبيوتر بطريقة الدعم الفني المباشر ..
مع تحيات اخوكم :|: بوعزوز
السلام عليكم والرحمة
اخي اعتقد السكربت معرب ... اذهب الى مجلد langs واختر هالملف en_UK.txt وراح تلقى انه معرب تعريب كامل ... للعلم فقط بأن السكربت اسمه uebimiau-2.7 وليس at mail
شكرا للأخ كريم نت للتعريب
تحياتي
__________________
أغاية الدين ان تحفوا شواربكم يا أمة ضحكت من جهلها الامم
______________________________
الاخ kuwaiteyes شكراً لك وبانتظارك
الاخ بدر الكويت شكراً لك اخي ولاكن انا اريد طريقة تنصيب السكربت
اذا ممكن الطريقه
تحياتي
أتمنى من أحد الإخوة شرح الملف التالي:
----------------------------------------------------
- Unpack the package (.tar.gz or .zip file) into a directory within your web server,
eg /home/httpd/webmail (*unix) or c:\inetpub\wwwroot\webmail (Win32).
- Make a non web-shared folder (users cannot see this folder throught a web browser),
eg. /tmp/uebimiau or c:\winnt\temp\uebimiau
- The user wich the webserver is running (nobody, apache, IUSR_machine,etc) need rights
to write on this folder, turn it writtable
Open the "inc/config.php" file in a text editor, all instructions are commented on this file,
pay attention on the $temporary_folder variable, set it according your folder name
___________________________________
كذلك التعديل المطلوب في الملف التالي:
Defaults:
1 - Yes/On/True
0 - No/Off/False
*/
define("yes",1);
define("no",0);
// do not remove change this
$themes = Array();
$languages = Array();
/*
********************************************************
_ Please attention _:
The temporary files will be stored on this folder
For security reasons, do not use web-shared folders
** The Web Server needs write-permission on this folder
* Unix/Linux users use.
/tmp/uebimiau
* Win32 users
c:/winnt/temp/uebimiau
NEVER use backslashes (\). Always use forward slashes (/),
for all operating systems, INCLUDING Windows
********************************************************/
$temporary_directory = "./database/";
/********************************************************
Your local SMTP Server (alias or IP) such as "smtp.yourdomain.com"
eg. "server1;server2;server3" -> specify main and backup server
********************************************************/
$smtp_server = "localhost"; //YOU NEED CHANGE IT !!
/********************************************************
Protocol and port
Choose "imap" as protocol to use the Internet Mail Access Protocol,
or "pop3" to use the Post Office Protocol.
The default ports are:
pop3 -> 110
imap -> 143
The imap is more fast, but all functions of UebiMiau works with POP3
********************************************************/
$mail_protocol = "pop3";
$mail_port = 110;
/********************************************************
The TIME ZONE of server, format (+|-)HHMM (H=hours, M=minutes), eg. +0100
********************************************************/
$server_time_zone = "-0000";
/********************************************************
The maximum size for stored files
In order to keep you system fast, use values better than 5MB
If you need disable it, set the value to 0 or leave it blank
********************************************************/
$quota_limit = 2048; // in KB, eg. 4096 Kb = 4MB
/********************************************************
Use SMTP password (AUTH LOGIN type)
********************************************************/
$use_password_for_smtp = no;
/********************************************************
Redirect new users to the preferences page at first login
********************************************************/
$check_first_login = yes;
/********************************************************
Server type:
allowed values:
"DETECT" --------> Guess the pop3 server. If you are running UM
in a domain "www.company.com", the script will
use "PREFIX.company.com" as your server. you
can set the "PREFIX" in the var $mail_detect_prefix.
Also, the var $mail_detect_remove can be set
to "www.", then the script get rid the "www" and
put the prefix, eg. pop3.company.com.br
"ONE-FOR-EACH" --> Each domain have your own mail server.
The script will load the list of domains/servers from
var $mail_servers.
"ONE-FOR-ALL" ---> If you use this option, your users must supply the
full email address as username. You can set the mail
server in the var $default_mail_server
LOGIN_TYPE
Note. You can supply the LOGIN_TYPE according to your MAIL SERVER.
Eg. If your mail server requires usernames in user@domain.com, you must
specify the LOGIN_TYPE as "%user%@%domain%". You can combine it according to
your server. eg.
%user%
%user%@%domain%
%user%.%domain%
********************************************************/
$mail_server_type = "ONE-FOR-EACH";
/********************************************************
TYPE: DETECT
********************************************************/
$mail_detect_remove = "www.";
$mail_detect_prefix = "mail.";
$mail_detect_login_type = "%user%@%domain%";
/********************************************************
TYPE: ONE-FOR-EACH
Each domain have your own mail server
********************************************************/
$mail_servers[] = Array(
"domain" => "your-domain.com",
"server" => "mail.your-domain.com",
"login_type" => "%user%@%domain%"
);
/*
$mail_servers[] = Array(
"domain" => "your-2nd-domain.com",
"server" => "mail.your-2nd-domain.com",
"login_type" => "%user%@%domain%"
);
*/
/*
$mail_servers[] = Array(
"domain" => "your-Nth-domain.com",
"server" => "mail.Nth-domain.com",
"login_type" => "%user%@%domain%"
);
*/
?>
مافيه احد يفيدنا جزاكم الله خير