Liam Delahunty: Home Tips Web Contact
Recommended laptop
under £500
.

Think I deserve a present? See my Amazon Wish List

PHP File Listing

function read_dir($basedir,$thisdir) {
//	$thisdir = eregi_replace("/","\\",$thisdir);
	if ($handle = opendir($thisdir)) {
		print ("<tr><th colspan=5><a href=\"file_listing.php?dirname=$thisdir\">$thisdir</a></th></tr>");
		while (false !== ($file = readdir($handle))) {
        if ($file != "." && $file != "..") {
			if (is_dir("$thisdir/$file")) {
					$dir_array[] = $file;
				} else {
					$file_array[] = $file;
				}
			}
	    }
	closedir($handle); 
	}
	if ($file_array) {
		sort($file_array);
		foreach ($file_array as $key=>$var) {
			if ($basedir == $thisdir) {
				$thisdir_bit = "/";
			} else {
				$basedir_strlen = strlen($basedir);
				$thisdir_bit = substr($thisdir,$basedir_strlen);
			}
			$filesize = filesize("$thisdir/$file_array[$key]");
			$filectime = filectime("$thisdir/$file_array[$key]");
			$filectime = date("Y-m-d H:i:s", $filectime); 
			print ("<tr>");
			print ("<td>$basedir</td>");
			print ("<td>$thisdir_bit</td>");
			print ("<td>$file_array[$key]</td>");
			print ("<td>$filectime</td>");
			print ("<td>$filesize</td>");
			print ("</tr>");
		}
	}
	if ($dir_array) {
		sort($dir_array);
		foreach ($dir_array as $key=>$var) {
		$nextdir = "$thisdir/$var";
		read_dir($basedir,$nextdir);
		}
	}
}

if ($submit && !$dirname) {
	$dirname = $PATH_TRANSLATED;
	print ("<p>$dirname</p>");
}

if ($dirname) {
	if (is_file($dirname)){
		$dirname = dirname("$dirname");
	}
	$dirname = stripslashes("$dirname");
	print ("<p>dirname $dirname</p>");
	print ("<table border=1>\n");
	read_dir($dirname,$dirname);	
	print ("</table>\n");
}

dirname .

.
./accessibility_usability.php2010-09-08 12:33:301400
./adsense_competitive_ad_filter.php2010-09-08 12:36:155144
./affirmations.php2010-09-08 12:33:303763
./ahttpd_dead_but_subsys_locked.php2010-09-08 12:36:151850
./apache_pcfg_openfile_unable_to_check_htaccess.php2010-09-08 12:36:151637
./apache_windows_virtualhost.php2010-09-08 12:36:142197
./browsers_sizes.php2010-09-08 12:36:14646
./centre_box_columns.php2010-09-08 12:35:501680
./character_iso-8859-1.php2010-09-08 12:36:1428968
./chitika.php2010-09-08 12:36:132348
./code_reformat.php2010-09-08 12:33:292365
./colour_table.php2010-09-08 12:33:292956
./contact_form.php2010-09-08 12:36:1311904
./contact_form.txt2008-08-31 13:03:535809
./contact_form.txt22008-08-31 13:03:536398
./css_border_background_bug.php2010-09-08 12:33:294850
./css_class_float.php2010-09-08 12:33:292490
./css_class_float_min_width.php2010-09-08 12:33:292317
./css_class_float_width.php2010-09-08 12:33:292307
./css_class_name_float.php2010-09-08 12:33:283387
./css_colour_tool.php2010-09-08 12:33:286350
./css_img_hover.php2010-09-08 12:36:123364
./dir_listing.php2010-09-08 12:36:123082
./directory_file_listing_with_sizes.php2010-09-08 12:36:122523
./dynamic_content_using_innerHTML_in_IE_and_NN6.php2010-09-08 12:36:112329
./eclipse_configuring_domain_names.php2010-09-08 12:33:282280
./email_accounts.php2010-09-08 12:36:111389
./email_dont_delete_this_message.php2010-09-08 12:36:111424
./email_reformat.php2010-09-08 12:33:283009
./email_reformat_token.php2010-09-08 12:33:272413
./email_send_document_as_html_email.php2010-09-08 12:36:101403
./email_to_a_friend.php2010-09-08 12:36:104730
./err_pop_eof_or_io_error_on_a_users_login.php2010-09-08 12:36:092029
./examine_images_report_filesize.php2010-09-08 12:33:274215
./excel_find_question_mark.php2010-09-08 12:33:271758
./excel_keyboard_shortcuts.php2010-09-08 12:33:275588
./excel_large_number_error.php2010-09-08 12:33:272027
./excel_large_number_paste.php2010-09-08 12:33:271682
./excel_password_protect.php2010-09-08 12:33:262495
./excel_sentance_case.php2010-09-08 12:33:261596
./excite_plays_hide_the_free_submit_link.php2010-09-08 12:33:261287
./explode_for_meta_keywords.php2010-09-08 12:33:267949
./favicon_ico.php2010-09-08 12:33:261027
./file_listing.php2010-09-08 12:36:094021
./file_listing_alter.php2010-09-08 12:36:096547
./file_system.php2010-09-08 12:36:082445
./file_system_now.php2010-09-08 12:36:082251
./filename_conversion_form.php2010-09-08 12:33:263351
./firefox.php2010-09-08 12:36:072460
./firefox_apostrophe_bug.php2010-09-08 12:33:253016
./firefox_chrome_registration_failed.php2010-09-08 12:33:251586
./firefox_enable_spelling_check.php2010-09-08 12:33:251777
./firefox_run_as_administrator.php2010-09-08 12:33:25907
./firefox_tips.php2010-09-08 12:36:071157
./flash_text_some_characters_disappear.php2010-09-08 12:33:251742
./flash_text_under_mask.php2010-09-08 12:33:251718
./fun_web_products.php2010-11-05 13:03:0819910
./fun_web_products_for_webmasters.php2010-09-08 12:36:063100
./game_walkthroughs_hints_tips.php2010-09-08 12:36:062059
./gmail_alternative_email_address.php2010-09-08 12:33:242079
./gmail_keyboard_shortcuts.php2010-09-08 12:36:067117
./gmail_label_sorting.php2010-09-08 12:36:05974
./google-search-for-seo-research.php2010-09-08 12:33:2430513
./google_universal_search_video_results.php2010-09-08 12:36:052775
./greasemonkey.php2010-09-08 12:33:242553
./guide.php2010-09-08 12:36:0521769
./how_to_win_friends_and_influence_people.php2010-09-08 12:36:043352
./html_fieldset.php2010-09-08 12:33:241281
./html_link_element.php2010-09-08 12:33:231771
./html_table_height.php2010-09-08 12:33:234319
./images_test_filesize.php2010-09-08 12:33:234544
./images_test_filesize.txt2008-08-31 13:03:533577
./images_the_halo_effect.php2010-09-08 12:33:23975
./index.bak2010-09-08 11:43:294277
./index.php2011-07-01 10:18:424187
./internet_explorer_tips.php2010-09-08 12:33:232494
./javascript_addfavorite.php2010-09-08 12:33:221081
./javascript_moveto.php2010-09-08 12:36:042066
./javascript_new_window_full_screen.php2010-09-08 12:36:031662
./javascript_open_new_window_form.php2010-09-08 12:36:025309
./javascript_radio_totals.php2010-09-08 12:36:024325
./javascript_screen_window_properties.php2010-09-08 12:36:012680
./javascript_screen_window_properties_2.php2010-09-08 12:36:015951
./javascript_search_engine_01.php2010-09-08 12:33:222099
./komodo_default_key_settings.php2010-09-08 12:33:221640
./labels_template.php2010-09-08 12:36:015835
./linux_bash_integer_expression_expected.php2010-09-08 12:36:00813
./linux_find_exclude_multiple_directories.php2010-09-08 12:35:591830
./linux_find_files_edited_today.php2010-09-08 12:35:591261
./linux_find_prune_and_ignore_directories.php2010-09-08 12:35:592227
./linux_find_prune_directory.php2010-09-08 12:35:581372
./linux_find_string_files.php2010-09-08 12:35:582514
./linux_find_string_in_files.php2010-09-08 12:35:571208
./linux_grep.php2010-09-08 12:35:571413
./linux_load_average_check.php2010-09-08 12:33:221177
./linux_ls_awk_totals.php2010-09-08 12:35:561810
./linux_parsing_log_file_for_links.php2010-09-08 12:33:221422
./linux_remove_duplicate_lines_with_uniq.php2010-09-08 12:35:561658
./linux_rename_directory.php2010-09-08 12:35:561600
./linux_rename_files.php2010-09-08 12:35:551620
./linux_search_and_replace_multiple_files.php2010-09-08 12:33:212011
./linux_send_html_email_from_command_line.php2010-09-08 12:35:551448
./linux_vi_string_substitution.php2010-09-08 12:35:551359
./local_55768.xml2009-07-05 22:12:24411
./md5_string.php2010-09-08 12:35:552617
./md5_unique_sub_string.php2010-09-08 12:35:541320
./microsoft_word_tips.php2010-09-08 12:33:212137
./mutt_email_client.php2010-09-08 12:33:21974
./mysql_date_calulation.php2010-09-08 12:33:212013
./mysql_day_of_year.php2010-09-08 12:33:211995
./mysql_distinct_or_group_by.php2010-09-08 14:27:580
./mysql_errno_145.php2010-09-08 12:33:201108
./mysql_left_outer_join.php2010-09-08 12:33:201306
./mysql_select_into_file.php2010-09-08 12:33:201409
./mysql_self_join.php2010-09-08 12:33:204367
./netscape_6_css_01.php2010-09-08 12:33:191505
./online_email_reformat.php2010-09-08 12:33:192611
./page_bottom.php2010-09-08 12:00:481316
./php_checkbox_check.php2010-09-08 12:33:191343
./php_checkdnsrr.php2010-09-08 12:33:191700
./php_contact_form.php2010-09-08 12:33:199417
./php_contact_form_anti_spam.php2010-09-08 12:35:541326
./php_convert_string_to_title_case.php2010-09-08 12:33:191856
./php_convert_url_to_link.php2010-09-08 12:33:181773
./php_create_simple_form_from_db.php2010-09-08 12:33:181406
./php_design_random_image_generator.php2010-09-08 12:35:542310
./php_gethostbyaddr.php2010-09-08 12:33:181324
./php_gethostbyaddr_googlebot.php2010-09-08 12:33:184537
./php_google_referer.php2010-09-08 12:33:182004
./php_javascript_passing_values_to_new_window_in_url.php2010-09-08 12:35:543052
./php_list_a_directory.php2010-09-08 12:33:172565
./php_multi_dimensional_arrays.php2010-09-08 12:33:171979
./php_php_self_non_printable_character.php2010-09-08 12:35:531294
./php_prev_next_array.php2010-09-08 12:33:173216
./php_prohibit_access_to_pages_based_on_ip_address.php2010-09-08 12:33:172032
./php_read_titles.php2010-09-08 12:33:172356
./php_read_titles_code.php2010-09-08 12:33:163285
./php_select_options_form.php2010-09-08 12:33:163006
./php_uk_mailing_list.php2010-09-08 12:33:162132
./php_url_count_check_for_comment_spam.php2010-09-08 12:33:162329
./php_what_does_php_stand_for.php2010-09-08 12:33:161183
./pig_latin_ongo_bongo_generator.php2010-09-08 12:35:532216
./pine_delete_on_date.php2010-09-08 12:35:531540
./piping_commands_find_grep_sed.php2010-09-08 12:33:153136
./ppcthink.txt2008-08-31 13:03:533784
./procmail_extraneous_locallockfile_ignored.php2010-09-08 12:35:532272
./productivity.php2010-09-08 12:35:531960
./remove_special_characters.php2010-09-08 12:33:156175
./remove_special_characters_basic.php2010-09-08 12:33:151539
./ror.xml2008-08-31 13:03:5365197
./search_engines_read_php.php2010-09-08 12:33:151967
./seo_create_link_form.php2010-09-08 12:35:533563
./seo_links_on_page_javascript.php2010-09-08 12:35:521989
./seo_wheres_it_rank.txt2010-09-08 12:35:504054
./server_email_554.php2010-09-08 12:33:152829
./server_misconfiguration.php2010-09-08 12:35:521776
./sort_file.php2010-09-08 12:33:141755
./spelling_errors.php2010-09-08 12:35:521040
./spyware.php2010-09-08 12:35:522860
./stumbleupon_blog_intergration.php2010-09-08 12:33:147996
./terminal_window_freezes.php2010-09-08 12:35:51983
./the_pop3_mail_server_is_not_responding.php2010-09-08 12:35:512100
./thunderbird_save_search_as_folder.php2010-09-08 12:35:51627
./tips_banner.php2010-09-08 12:33:141502
./usability_113_guidelines.php2010-09-08 12:33:144870
./usability_bbc_redesign_the_glass_wall.php2010-09-08 12:33:142767
./using_email.php2010-09-08 12:35:519289
./vim_block_editing.php2010-09-08 12:35:511640
./vim_general_tips.php2010-09-08 12:35:501082
./whats_my_ip_address.php2010-09-08 12:33:13807
./wordpress_stumbleupon_intergration.php2010-09-08 12:33:131435
./clickbank
./clickbankadsense_gold.php2008-08-31 13:02:5676
./clickbankadsense_ready_150_adsense_websites.php2008-08-31 13:02:5574
./clickbankadware_alert.php2008-08-31 13:03:0074
./clickbankaffirmations_software.php2008-08-31 13:02:5777
./clickbankarticle_directory_pro.php2008-08-31 13:02:5472
./clickbankclickbank.php2008-08-31 13:02:5875
./clickbankdaves_cool_little_website.php2008-08-31 13:02:5875
./clickbankerrkiller.php2008-08-31 13:02:5576
./clickbankerror_doctor_registry_repair_software.php2008-08-31 13:02:5476
./clickbankindex.php2008-12-26 15:13:215539
./clickbankkeyword_elite.php2008-08-31 13:02:5674
./clickbankmichael_cheneys_adsense_videos.php2008-08-31 13:02:5976
./clickbanknoadware.php2009-04-06 17:42:4289
./clickbanknoadware_remove_harmful_adware_spyware_trojans_dialers_and_worms.php2008-08-31 13:02:5775
./clickbankrefer.php2008-08-31 13:02:5975
./clickbankregistry_fix_Repair_Clean_Up_File_Fix_For_Windows.php2008-08-31 13:02:5973
./clickbankspywarebot_search_and_destroy.php2008-08-31 13:02:5877
./clickbankthe_power_of_positive_habits_e-book.php2008-08-31 13:02:5873
./contacts
./email_obfuscation_for_spambots
./email_obfuscation_for_spambotscontact.php2008-08-31 13:03:004133
./email_obfuscation_for_spambotscontact.txt2008-08-31 13:03:005470
./email_obfuscation_for_spambotscontact_example.php2008-08-31 13:03:018325
./email_obfuscation_for_spambotsindex.php2008-08-31 13:03:01923
./email_obfuscation_for_spambotsspam_menu.php2008-08-31 13:03:01391
./email_obfuscation_for_spambotsspambot_00.php2008-08-31 13:03:00668
./email_obfuscation_for_spambotsspambot_01.php2008-08-31 13:03:021671
./email_obfuscation_for_spambotsspambot_02.php2008-08-31 13:03:021873
./email_obfuscation_for_spambotsspambot_03.php2009-02-27 12:13:581691
./email_obfuscation_for_spambotsspambot_04.php2008-08-31 13:03:021145
./flash_text_under_mask_files
./flash_text_under_mask_filestext_mask.fla2008-08-31 13:03:0329184
./flash_text_under_mask_filestext_mask.html2008-08-31 13:03:021335
./flash_text_under_mask_filestext_mask.swf2008-08-31 13:03:0320539
./images
./imagesa4_diary_vert_300.gif2008-08-31 13:03:06200414
./imagesa4_diary_vert_72.gif2008-08-31 13:03:0451963
./imagesa4_diary_vert_72_tb.gif2008-08-31 13:03:0422107
./imagesbg.gif2008-08-31 13:03:054106
./imagesbg.jpg2008-08-31 13:03:081565
./imagesbottom.gif2008-08-31 13:03:08409
./imagesbrowsers.gif2008-08-31 13:03:0659878
./imagescss_image_hover.gif2008-08-31 13:03:1019002
./imagescss_image_hover_bug.gif2008-08-31 13:03:0917775
./imageseclipse_customer_support.gif2008-08-31 13:03:0616504
./imageseclipse_domain_manager.gif2008-08-31 13:03:064334
./imageseclipse_domain_manager_doma.gif2008-08-31 13:03:084853
./imageseclipse_domain_manager_emai.gif2008-08-31 13:03:089444
./imageseclipse_domain_manager_exte.gif2008-08-31 13:03:076700
./imageseclipse_domain_manager_mail.gif2008-08-31 13:03:074278
./imageseclipse_login.gif2008-08-31 13:03:092873
./imageseclipse_my_eclipse.gif2008-08-31 13:03:046615
./imagesie_border_background_bug_01.gif2008-08-31 13:03:104849
./imagesie_border_background_bug_02.gif2008-08-31 13:03:074702
./imagesie_border_background_bug_03.gif2008-08-31 13:03:034857
./imagesie_border_background_bug_04.gif2008-08-31 13:03:074887
./imagestop.gif2008-08-31 13:03:09420
./imagestop.jpg2008-08-31 13:03:101704
./layouts
./layouts001.php2008-08-31 13:03:154472
./layouts002.php2008-08-31 13:03:173947
./layouts003.php2008-08-31 13:03:104052
./layouts004.php2008-08-31 13:03:134014
./layouts005.php2008-08-31 13:03:134001
./layouts006.php2008-08-31 13:03:184010
./layouts007.php2008-08-31 13:03:154005
./layouts008.php2008-08-31 13:03:163946
./layouts009.php2008-08-31 13:03:153965
./layoutscentre_box_columns.php2008-08-31 13:03:163635
./layoutscentre_box_columns_bg.php2008-08-31 13:03:114022
./layoutscentre_box_three_columns_01.php2008-08-31 13:03:123256
./layoutscentre_box_three_columns_02.php2008-08-31 13:03:113889
./layoutscentre_box_three_columns_03.php2008-08-31 13:03:173592
./layoutscentre_box_two_columns.php2008-08-31 13:03:133470
./layoutscss_pattern_matching.php2008-08-31 13:03:14949
./layoutscss_pattern_matching_01.php2008-08-31 13:03:123271
./layoutscss_pattern_matching_02.php2008-08-31 13:03:114131
./layoutscss_pattern_matching_03.php2008-08-31 13:03:112638
./layoutscss_pattern_matching_04.php2008-08-31 13:03:153147
./layoutscss_three_columns_001.php2008-08-31 13:03:142042
./layoutsfloat_001.php2008-08-31 13:03:145873
./layoutsfloat_002.php2008-08-31 13:03:173185
./layoutshtml_table_height_example_001.php2008-08-31 13:03:173684
./layoutshtml_table_height_example_002.php2008-08-31 13:03:143701
./layoutshtml_table_height_example_003.php2008-08-31 13:03:163669
./layoutsmenu_html_table.php2008-08-31 13:03:13199
./layoutsmenu_tc.php2008-08-31 13:03:16291
./layouts/3_col_with_nav
./layouts/3_col_with_nav3_col_with_nav.php2008-09-12 13:19:223090
./layouts/3_col_with_navstyle.css2008-08-31 13:11:042617
./php_math_on_string
./php_math_on_stringmath_on_string_box.php2008-08-31 13:03:187086
./php_math_on_stringmath_on_string_box.txt2008-08-31 13:03:186291
./php_math_on_stringmath_on_string_form.php2008-08-31 13:03:193085
./php_math_on_stringmath_on_string_form.txt2008-08-31 13:03:182168

Share this!  



Favicon Ico | File Listing | File Listing Alter


 

  Tips | Home | Search | Contact

Link here: