|
|
PHP Scripts Home
Free PHP Tutorials Java Scripts GIS Mapping Scripts Free Ajax Scripts SEO Tools News Archive Useful Links Free Software PHP Manual
We have 45 guests online
|
PHP Scripts
Listing Script
Free PHP Scripts by Gscripts.netAJAX File BrowserPopular - PHP Script
Reviews (11)
Fix for FireFox issue Scrip Reviewed by haixu, 2011-05-18 if(typeof(xmlDoc.getElementsByTagName("result")[0].textContent) != "undefined") { result = xmlDoc.getElementsByTagName("result")[0].textContent; } else { result = xmlDoc.getElementsByTagName("result")[0].firstChild.data; }
AJAX File Browser - FF Fix Scrip Reviewed by psyray, 2009-04-26 i made a capture of the fix, my code is always truncated on this review system http://yfrog.com/b8browsej
AJAX File Browser - FF Fix Scrip Reviewed by psyray, 2009-04-21 Hi, seems this site blocking some special chars, so my fix was not correctly published. For those who want to understand why it doesn't work in FF -> FF is chunking XML child nodes data into multiple 4096 bytes chunks. So we have, in this case, to loop into the childNodes array and concatenate data in result var. Here is the fix : browse.js - Line ~150 replace result = xmlDoc.getElementsByTagName("result")[0].firstChild.data; by for(i=0;i
Firefox problem Scrip Reviewed by valbarel, 2009-03-13 @mj : the displayed solution for(var i = 0; i childNodes[i].data; } is not syntaxically correct. Could you publish the right code ?
firefox fix Scrip Reviewed by mj, 2009-03-03 Figured out how to fix firefox dirListing.. this might not be the best way but.. in browse.js replace line result = xmlDoc.getElementsByTagName("result")[0].firstChild.data; with this for(var i = 0; i childNodes[i].data; }
Great script but.. Scrip Reviewed by mj, 2009-02-20 This thing works! But not in firefox by default. I'd like to try fix that psyray commented. Looks like something is missing from that fix? With what I should replace line: result = xmlDoc.getElementsByTagName("result")[0].firstChild.data; ??? Please post a proper fix here!
AJAX File Browser - FF Fix Scrip Reviewed by psyray, 2009-01-16 hi, To make it working in firefox (full directory listing) change this line in browse.js result = xmlDoc.getElementsByTagName("result")[0].firstChild.data; by this for(i=0;ion in responseText. The data cannot exceed 4096 bytes by node. So we have to loop and concatenate data. Great piece of code. Really useful. Thanks
excellent script till date Scrip Reviewed by Arun.S, 2008-08-29 This supports all files display. Only thing you got to change to display a specific file is to remove it from the invalid files variable in config.php and there you have it...... It displays everything there.......
Noticed an error Scrip Reviewed by User, 2008-04-14 This is being used at tafe to serve out files for our classes by one lecturer, i've noticed that in Firefox, it will not display all the files and folders, and that some do not get sorted properly (eg wk10 stuff being up near wk1 because it doesnt sort by the whole filename) apart from that i think its quite cool, well done
Bug Scrip Reviewed by Scott, 2008-04-03 This script has a bug in it. It only supports small sets of files, subfolders, etc. Results 1 - 10 of 11 |
Directory StatsThere are 1036 listing and 46 categories in our websiteChange Language |




