Advertisement

Results for "Author: imthiaz rafiq"

ASP_Volume3 #48943
PhpICalendarX

PhpICalendarX is a class through which you can set a calendar to your page. I have build so many features into the same. Please mail me the comments and other queries you liked to know. And I hope it will be of good use to the planetsourcecode.com viewers.

ASP_Volume3 #48944
Browser Snipper

When you run the index page this will collect all infromation about the browser, Operating system and screen resolution etc. And it will post to next page which can be accessed thru php. I think this code will be useful who needs to do professional web page, keeping in mind the resolution and browser support etc etc.

ASP_Volume3 #48945
Storing / Retrieving pictures from database

Hi folks I have searched many sites for storing a picture into a database and retrieve the same. But I got some tutorials when I searched the web. Using the tutorials I have a made one for me. It was implemented using Php and Mysql. I will tell you want is the job of each files. 1). index.php This files links all the files in the project. 2). store.php This does the job of storing the picture into the database. 3). viewadd.php This file shows the entire picture stored in the database. 4). getpicture.php This file actually gets the file from file in the form of picture 5). mdbc.inc.php This is a class file for Mysql feel free to use. I got this over net. Here is the table description Id - > has the picture id Description -> has the picture description bin_data -> picture data filename -> picture file name filetype -> picture file type. Like gif or jpeg etc link -> you can store the link incase if you want to use this for ad exchange showno - > no of time ad show etc clickcount -> no of time the ad being clicked etc Query for the table. CREATE TABLE ads ( id varchar(15), description varchar(255), bin_data LONGBLOB, filename varchar(50), filesize varchar(50), filetype varchar(50), link varchar(255), shownno integer(5), clickcount integer(5), unique(id) ); If you want to see a site where I have implemented please have a look at the site http://www.asksathia.com/ Feel free to change anything in the code. If you developed a better version than this please send me the source code so that I may update myself. It took me much time when commenting the code of ease of understanding. Please vote for me. Regards Imthiaz Rafiq imthiazrafiq@gmx.net Msn id: imthiazrafiq@gmx.net Yahoo id: imthiazrafiq ICQ: 24294947 URL: http://high-flyer.da.ru/

C_Volume2 #68337
InterfaceX (Updated)

A cool interface done in visual bacis. If you see the screen shot. The whole program was done in a single form. And All the others are activex. The best thing about this is all are movable, dockable. etc etc. Have fun with the code it is opensource and if you like it please vote for me...

C_Volume2 #71427
Sound Reader Update With Code

We the Programmer's of BrainFusion Present The Dancer.Ocx Which is capable of reading The Sound Peak Form Sound Card When Mp3 or Wav File Is Played(irrespective of player used(player independent)). It Tooks Us A Great Deal Of Time Please Don't forget Mail Us. And Vote Us. This Ocx is capable of reading the soundcard at a timeInterval of 1/1000 to 50 /1000 of a second. This Ocx is Capable of Dancing According to the Sound. Or you can hide the Ocx And Get Only The SoundVolume From The Sub OnTimer. This Dancer Ocx has Two Parts 1. Bar Displayer 2. Graph Displayer.

C_Volume2 #72319
Pack Of Games(Arcade)

Just for fun. You can download and enjoy playing it. Hehehehe If you like any one please give a vote.

C_Volume2 #72322
Player.Ocx II *** Update ****

This is update notification Please Visit And don't forget to vote me..... Please Try The The Ocx. Supports More than 10 formats Including Mp3. Multi-Threading. You can play nearly 10 to 20 files of music at the same time. Provided your system is good. Now FullScreen Mode(Small Bug). Change Video Size. Change Volume And Left Right Channel Sound Volumes Still More to Come. You can icq me at 24294947 or mail me at imthiazrafiq@hotmail.com for further details...................please Vote For Me..... Please vote Me..... Please vote Me.... Please vote Me... Please vote Me.. Please vote Me.

C_Volume2 #72394
A Progress Bar / Slider

I think this is a great control to be used. It has many features. Please download and see for yourself. Please vote me.

C_Volume2 #72402
Xplayer.Ocx Beta test II With Complete Source Code Which Replace MediaPlayer.Ocx(New Playlist Added)

Xplayer Control was mainly done to replace mediaplayer.ocx. This does almost all the work done by the mediaplayer[ Ihope so]. This control supports the following file formats Dat, Avi, Mp3, Wav, Mpg & Wma files. It has fullscreen mode in which shortcut keys Like Play,Pause,Skip & volume Control. This control Can read mp3 files tag. It can open and close Cd tray. You can change almost all the color in the control. All the controls can hide or unhide. You can access almost all the functions of control thru your coding. The only bug in this control is when user plays a uncompressed movie file in fullscreen mode. the Program and system hangs. I hope the Bright peoples of planetsourcecode.com will correct that bug. The code is little shabby and not commented. I think so you will understand since the code is simple. It took a lot of time for me do this project. Sorry for the late release of source code. Please Vote for me. Please..........Vote my program.......... Now Playlist Added to it.. Vote me

C_Volume2 #79444
Winamp Spectrum

Just Like Winamp Spectrum. If anybody knows how to read data from sound card i.e the pectrum please tell me imthiazrafiq@hotmail.com icq # 24294947

C_Volume2 #79650
Word 2000

It Does Almost All The Word OF Word Please Check it out And MAil me

C_Volume2 #83674
Browser Snipper

When you run the index page this will collect all infromation about the browser, Operating system and screen resolution etc. And it will post to next page which can be accessed thru php. I think this code will be useful who needs to do professional web page, keeping in mind the resolution and browser support etc etc.

C_Volume2 #84230
Storing / Retrieving pictures from database

Hi folks I have searched many sites for storing a picture into a database and retrieve the same. But I got some tutorials when I searched the web. Using the tutorials I have a made one for me. It was implemented using Php and Mysql. I will tell you want is the job of each files. 1). index.php This files links all the files in the project. 2). store.php This does the job of storing the picture into the database. 3). viewadd.php This file shows the entire picture stored in the database. 4). getpicture.php This file actually gets the file from file in the form of picture 5). mdbc.inc.php This is a class file for Mysql feel free to use. I got this over net. Here is the table description Id - > has the picture id Description -> has the picture description bin_data -> picture data filename -> picture file name filetype -> picture file type. Like gif or jpeg etc link -> you can store the link incase if you want to use this for ad exchange showno - > no of time ad show etc clickcount -> no of time the ad being clicked etc Query for the table. CREATE TABLE ads ( id varchar(15), description varchar(255), bin_data LONGBLOB, filename varchar(50), filesize varchar(50), filetype varchar(50), link varchar(255), shownno integer(5), clickcount integer(5), unique(id) ); If you want to see a site where I have implemented please have a look at the site http://www.asksathia.com/ Feel free to change anything in the code. If you developed a better version than this please send me the source code so that I may update myself. It took me much time when commenting the code of ease of understanding. Please vote for me. Regards Imthiaz Rafiq imthiazrafiq@gmx.net Msn id: imthiazrafiq@gmx.net Yahoo id: imthiazrafiq ICQ: 24294947 URL: http://high-flyer.da.ru/

C_Volume2 #84231
PhpICalendarX

PhpICalendarX is a class through which you can set a calendar to your page. I have build so many features into the same. Please mail me the comments and other queries you liked to know. And I hope it will be of good use to the planetsourcecode.com viewers.

Java_Volume1 #86881
InterfaceX (Updated)

A cool interface done in visual bacis. If you see the screen shot. The whole program was done in a single form. And All the others are activex. The best thing about this is all are movable, dockable. etc etc. Have fun with the code it is opensource and if you like it please vote for me...

Java_Volume1 #89971
Sound Reader Update With Code

We the Programmer's of BrainFusion Present The Dancer.Ocx Which is capable of reading The Sound Peak Form Sound Card When Mp3 or Wav File Is Played(irrespective of player used(player independent)). It Tooks Us A Great Deal Of Time Please Don't forget Mail Us. And Vote Us. This Ocx is capable of reading the soundcard at a timeInterval of 1/1000 to 50 /1000 of a second. This Ocx is Capable of Dancing According to the Sound. Or you can hide the Ocx And Get Only The SoundVolume From The Sub OnTimer. This Dancer Ocx has Two Parts 1. Bar Displayer 2. Graph Displayer.

Java_Volume1 #90863
Pack Of Games(Arcade)

Just for fun. You can download and enjoy playing it. Hehehehe If you like any one please give a vote.

Java_Volume1 #90866
Player.Ocx II *** Update ****

This is update notification Please Visit And don't forget to vote me..... Please Try The The Ocx. Supports More than 10 formats Including Mp3. Multi-Threading. You can play nearly 10 to 20 files of music at the same time. Provided your system is good. Now FullScreen Mode(Small Bug). Change Video Size. Change Volume And Left Right Channel Sound Volumes Still More to Come. You can icq me at 24294947 or mail me at imthiazrafiq@hotmail.com for further details...................please Vote For Me..... Please vote Me..... Please vote Me.... Please vote Me... Please vote Me.. Please vote Me.

Java_Volume1 #90938
A Progress Bar / Slider

I think this is a great control to be used. It has many features. Please download and see for yourself. Please vote me.

Java_Volume1 #90946
Xplayer.Ocx Beta test II With Complete Source Code Which Replace MediaPlayer.Ocx(New Playlist Added)

Xplayer Control was mainly done to replace mediaplayer.ocx. This does almost all the work done by the mediaplayer[ Ihope so]. This control supports the following file formats Dat, Avi, Mp3, Wav, Mpg & Wma files. It has fullscreen mode in which shortcut keys Like Play,Pause,Skip & volume Control. This control Can read mp3 files tag. It can open and close Cd tray. You can change almost all the color in the control. All the controls can hide or unhide. You can access almost all the functions of control thru your coding. The only bug in this control is when user plays a uncompressed movie file in fullscreen mode. the Program and system hangs. I hope the Bright peoples of planetsourcecode.com will correct that bug. The code is little shabby and not commented. I think so you will understand since the code is simple. It took a lot of time for me do this project. Sorry for the late release of source code. Please Vote for me. Please..........Vote my program.......... Now Playlist Added to it.. Vote me

Languages
Top Categories
Global Discovery