Search found 222 matches
- Wed Dec 23, 2009 5:21 am
- Forum: PHP & MySQL
- Topic: How to extract a ZIP file in a server using PHP
- Replies: 1
- Views: 2485
Re: How to extract a ZIP file in a server using PHP
thankkk you !!!! i don't have to always use ssh to unzip or unrar saves so much time
- Wed Dec 23, 2009 4:58 am
- Forum: PHP & MySQL
- Topic: How to Find File and Directory Sizes using PHP
- Replies: 1
- Views: 2598
Re: How to Find File and Directory Sizes using PHP
thanks for this, good thing to have since you have lots of folders and videos
- Mon Dec 21, 2009 12:14 pm
- Forum: Web programming
- Topic: mysql error
- Replies: 3
- Views: 15325
Re: mysql error
thank you for point all those things out, i will try my best to fix it
- Sun Dec 20, 2009 7:37 am
- Forum: Web programming
- Topic: Very good CSS examples
- Replies: 1
- Views: 3252
Re: Very good CSS examples
even better one with facebook window <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html;...
- Sun Dec 20, 2009 6:41 am
- Forum: Web programming
- Topic: mysql error
- Replies: 3
- Views: 15325
Re: mysql error
this is dump of mysql -- Server version: 5.0.51 -- PHP Version: 5.2.4-2ubuntu5.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `fvec` -- -- -------------------------------------------------------- -- -- Table structure for table `videos` -- CREATE TABLE IF NOT EXISTS `videos` ( `ID` int(10) ...
- Sun Dec 20, 2009 6:35 am
- Forum: Web programming
- Topic: mysql error
- Replies: 3
- Views: 15325
mysql error
having problems with mysql and this code, i've messed up something in mysql but not really sure, when i visit list.php it says no video table im really lost <?php // encoding may take a few minutes. set_time_limit(1800); // disable output buffering so we can send the encoding progress to the browser...
- Sat Dec 19, 2009 11:40 pm
- Forum: C/C++ Programming
- Topic: how to code like this ? i love this interface
- Replies: 3
- Views: 4222
Re: how to code like this ? i love this interface
thanks, hope i can come up with something like this on visual c#
- Sat Dec 19, 2009 10:04 pm
- Forum: Web programming
- Topic: Anti-leech control using .htaccess
- Replies: 3
- Views: 4692
Re: Anti-leech control using .htaccess
thanks for your help, cleared lots of steps now i can protect my media from leechers
- Sat Dec 19, 2009 5:04 am
- Forum: C/C++ Programming
- Topic: how to code like this ? i love this interface
- Replies: 3
- Views: 4222
how to code like this ? i love this interface
can anybody tell me how hard would be to get the same look in visual c# in windows and i really mean the same thing even the fonts and title styles and tables etc, how is this done ? do they use css or something to style this thing its looking so great for many appliactions http://i50.tinypic.com/2h...
- Sat Dec 19, 2009 3:49 am
- Forum: Web programming
- Topic: Anti-leech control using .htaccess
- Replies: 3
- Views: 4692
Re: Anti-leech control using .htaccess
does the .htaccess work for remote servers ? i want to stream my video from remtoe vps but i dont want other users to copy the link i only want them to view video on my website is that possible ? i have 2 servers Server 1 only website Server 2 hosts my video clips, how to protect these files from us...