Very nice directory list script with sorting files, prew images and upload function wich can be set on or off. I use this for some personal purposes.
Directory listing with upload
Collapse
X
-
@ joban111
Search on my profile for the code to show video image with phpVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Originally posted by Nepsalone View Postany idea how to show jar thumbnail?
manually uploading screenshoots is the only option.
Cuz jar files are zip archives & far different from Image Or Video files so ffmpeg will not workLast edited by iBeyond; 24.07.11, 15:51.
Comment
-
Originally posted by Nepsalone View Postany idea how to show jar thumbnail?Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Originally posted by arnage View PostThis is my edit of this script, if someone have any suggestion please post.I need some facebook likes, can you please help me
http://facebook.com/softwarefreakin
I noticed social media is really powerful
Well DONE is better than well SAID
Comment
-
To change the JavaScript image preview to PHP can be done this way,
at the top define default value of new thumb so that can be easily changed:
PHP Code:$resizethumb = 50;
PHP Code:$filesrc = 'dlf/i.php?f='.$files[$i].'&resize='.$resizethumb;
$thumb = '<img src="'.$filesrc.'" width="" height="" alt="'.$files[$i].'"/>';
PHP Code:echo ''.$thumb.' <a href="'.$fileurl.'" class="'.$class.'"><img src="dlf/'.$icon.'" alt="'.$files[$i].'"/>';
PHP Code:$width = isset($_GET['resize']) ? abs(intval($_GET['resize'])) : 50;
Btw in this way edited script DTD can be changed from Basic to Mobile and it will remain vaild markup.Last edited by arnage; 23.11.11, 15:05.<!DOCTYPE html PUBLIC "-//WAPFORUM.RS
Comment
Comment