Basic Online Forum

Language

This online forum allows you to post comments, upload and download files, read different file formats such as .pdf, .jpg, .png, .mp3, .swf, and .mp4. It also has a registration and log-in form. You can edit, and delete the post that you have posted. other features: >auto fit pages upto 175% zoom in. >page navigator. >customized alert box (javascript) note: 1. uploading file depends on the server. but in my case i can upload files upto 128MB. you can can it in php.ini database name: forum_database (dabase file include in the zip file) sample account: username: matteo password: matteo
  1. <link rel="shortcut icon" href="images/iconNHP.png" media="screen" type="image/png" title="NHP" />
  2. <title>NHP| View file</title>
  3. <a href="forum.php" style=" font-family:Arial">Back to forum page</a><body>
  4.  
  5.  
  6. <?php
  7. require "connect.php";
  8. if(isset($_GET['name'])){$n=$_GET['name'];
  9. $h=mysql_query("Select count(ForumID) as 'v' from forums where Files like '%.pdf' and Files ='$n'");
  10. while($hq=mysql_fetch_array($h)){
  11. $rt=$hq['v'];
  12. }
  13. if($rt!=0){?>
  14. <object data="<?php echo 'forum_folder/'.$n;?>" type="application/pdf" width="100%" height="100%"><p>Unable to load file</p></object>
  15. <?php }
  16. else{?>
  17. <OBJECT width="100%" height="100%"><PARAM name="movie" value="<?php echo 'forum_folder/'.$n;?>">
  18. <PARAM name="wmode" value="transparent">
  19. <PARAM name="quality" value="high">
  20. <EMBED width="100%" height="100%" src="<?php echo 'forum_folder/'.$n;?>" type="application/x-shockwave-flash" wmode="transparent" quality="HIGH" "=""></object>
  21. <?php
  22. }
  23. }?>
  24. </body>

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byMohammadmahdi (not verified)on Thu, 07/14/2016 - 00:39

hello
what is the version of php?

Submitted bybuds (not verified)on Sat, 12/30/2017 - 15:00

good day sir pwede ko po bang gamitin ung template mo sa project ko . thank you

Add new comment