Believe it or not it takes 3 months for me to figure out how to make this things out!相信与否,它需时三个月,我想出如何使这个东西!
Basically Drupal CMS allow us to put PHP code inside every admin post.基本上drupal细胞质雄性不育,让我们把PHP代码内的每一个管理职位。 Posting code below will output exactly as file with .php extension using发布下面的代码将输出完全一样的文件。 PHP的扩展使用
eval() function. eval ( )函数。
<?php < ? PHP的
phpinfo(); phpinfo ( ) ;
?> ? >
The results will output phpinfo() information on the posted articles… of course you may use another functions like date() , strtoupper() or what ever.结果将输出phpinfo ( )的资料,张贴的文章…当然,您也可以使用另一功能,如日期( ) , strtoupper ( )或者什么。 The great things was we also could execute SQL command trough any post.伟大的东西是我们也可以执行SQL命令槽任何职位。 See the sample code below…看到示例代码如下…

