من سرور php رو بصورت دستی نصب کردم ! یعنی php و mysql و .... رو دانلود کردم و با هم مرتبط کردم !
حتی php-nuke رو هم روش نصب کردم !
ولی بعضی از اسکریپتهارو که اجرا می کنم درهم نشون میده ! یعنی بعضی از قسمتهای سورس کد رو با متن قاط می کنه و نشون میده
اینم نمونش :
کد:"; } elseif($_GET[action] == 'dounsubscribe') { $fp = fopen("$db_file", "r"); $file_text = fread($fp, 999999); fclose($fp); $fp = fopen("$db_file", "w"); $file_text_new = str_replace("$_POST[email],", "", $file_text); fwrite($fp, $file_text_new); fclose($fp); $main = "
Unsubscribe
You have been unsubscribed successfully...
"; } elseif($_GET[action] == 'fsd') { $main = "
The Free Software Definition
We maintain this free software definition to show clearly what must be true about a particular software program for it to be considered free software.
\"Free software\" is a matter of liberty, not price. To understand the concept, you should think of \"free\" as in \"free speech,\" not as in \"free beer.\"
Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it refers to four kinds of freedom, for the users of the software:
* The freedom to run the program, for any purpose (freedom 0).
* The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this.
* The freedom to redistribute copies so you can help your neighbor (freedom 2).
* The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this.