سلام
IonCube را روی دایرکت ادمین نصب کردم اپاچی را هم ریستارت کردم ولی وقتی فایلی که کد کردم را فراخوانی میکنم صفحه خالی نشون میده
همین فایلی را که با IonCube کد کردم تو لوکال بالا میارم درست کار میکنه
نمایش نسخه قابل چاپ
سلام
IonCube را روی دایرکت ادمین نصب کردم اپاچی را هم ریستارت کردم ولی وقتی فایلی که کد کردم را فراخوانی میکنم صفحه خالی نشون میده
همین فایلی را که با IonCube کد کردم تو لوکال بالا میارم درست کار میکنه
apache ورژن چنده؟
- - - Updated - - -
و ورژن php تونو بگید
باسلام
1)از چه کاستوم بیلدی استفاده میکنید؟
2) نتیجه ی دستور ./usr/local/directadmin/custombuild/build options را قرار دهید.
3)لوگ ارور های اپاچی را بررسی کنید تا علت صفحه ی سفید مشخص شود
موفق باشید
- - - Updated - - -
همچنین میتوانید display_errors را روشن کنید تا درصورت وجود خطا مشخص گردد
Apache 2.2.29نقل قول:
apache ورژن چنده؟
- - - Updated - - -
و ورژن php تونو بگید
Php 5.3.29
میتونید اطلاعات سرورو تو پ.خ برام ارسالکنید برسی کنم و مشکلو در تاپیک اعلام کنم برای رفعش
cd /usr/local/directadmin/custombuild/نقل قول:
1)از چه کاستوم بیلدی استفاده میکنید؟
./build set ioncube yes
./build update./build ioncube
بعد اپاچی رو ریستارت کردم
نقل قول:
2) نتیجه ی دستور ./usr/local/directadmin/custombuild/build options را قرار دهید.
[root@cp ~]# ./usr/local/directadmin/custombuild/build options
-bash: ./usr/local/directadmin/custombuild/build: No such file or directory
cd /usr/local/directadmin/custombuild
./build options
این را بزنید
-----------------
[root@cp custombuild]# ./build options
Apache: 2.2.29
Dovecot: 2.2.15
AWstats: no
Exim: no
exim.conf update: no
SpamAssassin: no
ClamAV: no
ClamAV: no
MySQL: no
MySQL backup: yes
MySQL backup directory: /usr/local/directadmin/custombuild/mysql_backups
PHP: 5.3.29 as CGI without mail() header patch
phpMyAdmin: 3.5.8.2-all-languages
ProFTPD: 1.3.5
Pure-FTPd: no
Atmail webmail: no
RoundCube webmail: 1.1.0
Replace "php.ini" with './build all' and './build php-ini': no
Auto updates/notifications: no
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: no
Show texts in bold: yes
SquirrelMail: 1.4.22
UebiMiau: no
Zend Optimizer: 3.3.3
ionCube loader: 4.7.4
- - - Updated - - -
up
- - - Updated - - -
(:|
دستور زیر رو بزنید و نتیجه در یک تصویر اعلام کنید
php -v
[root@cp ~]# php -V
Usage: php [options] [-f] <file> [--] [args...]
php [options] -r <code> [--] [args...]
php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]
php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]
php [options] -- [args...]
php [options] -a
-a Run interactively
-c <path>|<file> Look for php.ini file in this directory
-n No php.ini file will be used
-d foo[=bar] Define INI entry foo with value 'bar'
-e Generate extended information for debugger/profiler
-f <file> Parse and execute <file>.
-h This help
-i PHP information
-l Syntax check only (lint)
-m Show compiled in modules
-r <code> Run PHP <code> without using script tags <?..?>
-B <begin_code> Run PHP <begin_code> before processing input lines
-R <code> Run PHP <code> for every input line
-F <file> Parse and execute <file> for every input line
-E <end_code> Run PHP <end_code> after processing all input lines
-H Hide any passed arguments from external tools.
-s Output HTML syntax highlighted source.
-v Version number
-w Output source with stripped comments and whitespace.
-z <file> Load Zend extension <file>.
args... Arguments passed to script. Use -- args when first argument
starts with - or script is read from stdin
--ini Show configuration file names
--rf <name> Show information about function <name>.
--rc <name> Show information about class <name>.
--re <name> Show information about extension <name>.
--ri <name> Show configuration for extension <name>.