Quote:
Today at 10:20 AM colicab-d said this in Post #3
doh is there one already! aw poop
ahwell i may aswell start on my vbpage creator. Its gonna allow folk to instantly add pages to there forum that are permission protected via admin cp by adding there php or html code and submitting it (along with a file name)
and then making www.site.com/forum/filename.php
but i may aswell finish this.. just for the hell of it
|
Eh, pretty simple to do that anyway:
PHP Code:
<?
require("./global.php");
cpheader();
// your code
cpfooter();
?>
And that error_reporting nonsense if you write bad code