BMA Trailers : Basic Movie Agenda

Hey Guys

I have been busy with many stuff one of those got in to shape and with this post I am announcing of one of my new blog related to movie and entertainment.

The concept of the blog is that many video providing website is now flooded with many fake and fan made trailers which we don’t want to see so we will provide authentic official trailers so you don’t have to waste your time in finding a authentic trailer of a movie.

BMA Trailers

BMA Trailers

Guys visit my new trailer blog called BMA Trailers http://www.bmatrailers.com

Make folder zip with php

Watch latest movie trailer on Bma Trailers

This code will zip the folder not single file but the whole folder…. You need to download the class mentioned below

Download this class from here http://www.phpclasses.org/package/2322-PHP-Create-ZIP-file-archives-and-serve-for-download.html



<?php
$date = date("d-m-y");

$directoryToZip="Folder name to zip/"; // This will zip all the file(s) in this present working directory

$outputDir="/"; //Replace "/" with the name of the desired output directory.
$zipName="File name - ".$date.".zip"; //Save file with specified name 

include_once("CreateZipFile.inc.php");
$createZipFile=new CreateZipFile;

//Code toZip a directory and all its files/subdirectories
$createZipFile->zipDirectory($directoryToZip,$outputDir);

$fd=fopen($zipName, "wb");
$out=fwrite($fd,$createZipFile->getZippedfile());
fclose($fd);
$createZipFile->forceDownload($zipName);
@unlink($zipName);
?>

Car Showroom Website

Last semester i had a course web engineering in which we have to submit a dynamic website as final project so me and my friends(qasim and ahad) developed a car showroom website just in a  one night(6 hours continously) a day before final lab. Due to shortage of time we had to leave some features.

The reason to blog this post that the website is for sale now. If anyone owns a showroom can get the website.

Fearures ::

1- Search accroding to user budget and brand name

2 – Ajax based pictures gallery

3- Online purchasing (disable)

4- Delete and edit car information (disable)

5-  Add car information with there photos

6- User comment funtionality on photos (disable)

7- Mysql database

Link to sample website is.

http://sumair.e-nnovators.net/projects/showroom/

Contact me at:  sumair.zafar@e-nnovators.net

or reply to post here

Follow

Get every new post delivered to your Inbox.