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
-
maybe You'll have to pear a "Java Emulator" @ your hosting server.. (it's very complicated)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 work
Last edited by iBeyond; 24.07.11, 15:51.
Comment
-
Start working son only one way is to screen shot the jar game or app no other way sorry to tell youOriginally 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
-
Thanks bro,there's so much to learn from uOriginally 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:
... than 269. and 270. lines change like this:PHP Code:$resizethumb = 50;
... 284. line place the $thumb somewhere or change to something like this:PHP Code:$filesrc = 'dlf/i.php?f='.$files[$i].'&resize='.$resizethumb;
$thumb = '<img src="'.$filesrc.'" width="" height="" alt="'.$files[$i].'"/>';
... open dlf/i.php and 21. line change to:PHP Code:echo ''.$thumb.' <a href="'.$fileurl.'" class="'.$class.'"><img src="dlf/'.$icon.'" alt="'.$files[$i].'"/>';
and ofcourse remove js from head tag.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