Archive for the ‘PHP’ Category

Frame forwarding method I

Posted: November 21, 2009 in PHP

<HTML> <HEAD> <TITLE>New Webpage name</TITLE> </HEAD> <FRAMESET rows=”100%,*” border=0 frameborder=0 framespacing=0> <FRAME name=top src=”http://google.com” noresize> </FRAMESET> </HTML>

How to suPHP, an alternative to phpSuexec

Posted: November 21, 2009 in PHP

HOWTO: suphp with cpanel suphp is an alternative to phpsuexec. It is an Apache module that lets PHP scripts run as the owner of the script, instead of the web server. This offers many security and usability enhancements to the world of PHP web serving. Mainly, when users create and modify files in their directory [...]