UPLOAD BINARY FILES INTO MySQL

This is a bit different part of P_BLOG to the other weblog systems. You can stock many types of binary files like images, text, html, PDF, Photoshop PSD files, .mov or other movie formats, big files like over 100MB, or anything, into MySQL. All files will be downloadable.

Also, you can call these files from your blog very easily. You can pull out the files with bin.php?id=FILE ID. For example, if you want to call PDF files named foo.pdf which id is 123 with the anchor tag, you can code like:

<a href=”./bin.php?id=123″>foo.pdf<a>


CHECK VISITORS with ACCESS ANALYZER
Using analyzer is no-brainer. If you have set up user_config.inc.php already, you don’t have to do anything. just go to

/your_p_blog/analyze/index.php

and enter your name, password, and click go. If user auth were success, analyze page would appear.

Simple & W3C-Valid Log System