ÿØÿà JFIF    ÿÛ „  ( %!1!%*+...983,7(-.- awstats.mehradhospital.ir.conf000064400000056302151504703150012524 0ustar00# AWStats configure file #----------------------------------------------------------------------------- # Copy this file into awstats.www.myserver.mydomain.conf or awstats.conf and # edit this new file to setup AWStats (See documentation in docs/ directory). # The config file must be in /etc/opt/awstats, /etc/awstats or /etc (for # Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...) # To include an environment variable in any parameter (AWStats will replace # it with its value when reading it), follow the example: # Parameter="__ENVNAME__" #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # MAIN SETUP SECTION (Required to make AWStats working) #----------------------------------------------------------------------------- # "LogFile" contains the web server logfile to analyze. # Possible values: A full path, or a relative path from awstats.pl directory # Example: "/var/log/apache/access.log" # Example: "../logs/mycombinedlog.log" # # You can also use tags in this filename if you need a dynamic file name # depending on date or time (Replacement is made by AWStats at the beginning # of its execution). This is available tags : # %YYYY-n is replaced with 4 digits year we were n hours ago # %YY-n is replaced with 2 digits year we were n hours ago # %MM-n is replaced with month we were n hours ago # %DD-n is replaced with day we were n hours ago # %HH-n is replaced with hour we were n hours ago # %WM-n is replaced with the week number in month (1-5) # You can use 0 for n if you need current year, month, day, hour... # Example: "/var/log/access_log.MM-0%DD-0.log" # Example: "C:/WINNT/system32/LogFiles/W3SVC1/exMM-24%DD-24.log" # LogFile="/etc/apache2/logs/domlogs/mehradhospital.ir" # Put here your log format (Must match your web server config. See setup # instructions in documentation know how to configure your web server to have # the required log format). # Possible values: 1,2,3,4,5 or "your_own_personalized_log_format" # 1 = Apache native combined log format (NCSA combined/XLF/ELF log format) # 2 = IIS log format (W3C log format) # 3 = Webstar native log format # 4 = Apache or Squid native common log format (NCSA common log format) # With LogFormat=4, some features (browsers, os, keywords...) can't work. # 5 = ISA server native standard log format # "your_own_personalized_log_format" = If your log is a personalized format, # you must use the following syntax keys to define the log format string: # %host Host client name or IP address # %logname Authenticated login/user used on protected pages # %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000] # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss # %methodurl Method and URL with format: "GET /index.html HTTP/x.x" # %methodurlnoprot Method and URL with format: "GET /index.html" # %method Method with format: GET # %url URL only with format: /index.html # %query Query string (used by URLWithQuery option) # %code HTTP return code with format: 999 # %bytesd Size of document in bytes # %refererquot Referer page with format: "http://from.com/from.htm" # %referer Referer page with format: http://from.com/from.htm # %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)" # %ua User agent with format: Mozilla/4.0_(compatible...) # %gzipin Mod_gzip compression input bytes: In:XXX # %gzipout Mod_gzip compression output bytes & ratio: Out:YYY:ZZZpct. # %gzipratio Mod_gzip compression ratio: ZZZpct. # If your log format has some fields not included in this list, use # %other Means another field # # Examples for Apache combined logs (this two examples are equivalent): # LogFormat = 1 # LogFormat = "other time1 code refererquot %uaquot" # # Examples for IIS (this two examples are equivalent): # LogFormat = 2 # LogFormat = "host method code other referer" # LogFormat=1 # If you want to have information on domains/countries visitors, you must ask # AWStats to make reverse DNS lookup (if not already done in your log file). # If you set DNSLookup to 1, don't forget that reverse DNS lookup decrease # seriously AWStats time processing. # If you keep DNSLookup to 0, all hosts will be reported by the IP addresses # and not by the full hostname of visitors. Domain/Country chart will also # report all visitors from a domain/country "Unknown". # Possible values: 0 or 1 # Default: 0 # DNSLookup=0 # When AWStats updates its statistics, it stores results of its analysis in # files (AWStats database). All those files are written in the directory # defined by the "DirData" parameter. Set this value to the directory where # you want AWStats to save its database and working files into. # Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser" # feature (see later), you need write permissions by webserver user on this # directory. # Example: "/var/cache/awstats" # Example: "../data" # Example: "C:/awstats_data_dir" # Default: "." (means same directory as awstats.pl) # DirData="/home/mehradh2/tmp/awstats" # Relative or absolute web URL of your awstats.pl directory. # This parameter is used only when AWStats is run from command line # with -output option (to generate links in HTML reported page). # Default: "/cgi-bin" (means awstats.pl is in "/mywwwroot/cgi-bin") # DirCgi="/tmp/awstats" # Relative or absolute web URL of all icons subdirectories. # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") # DirIcons="/images/awstats" # "SiteDomain" must contain the main domain name or the main intranet web # server name used to reach the web site. # This parameter is only used to generate full URLs links when ShowLinksOnUrl # option is set to 1. # Example: "www.mysite.com" # Example: "user.mydomain.com" # Example: "myintranetserver" # Default: "" # SiteDomain="mehradhospital.ir" # Put here all other possible domain names, addresses or virtual host aliases # someone can use to access your site. Try to keep only the minimum number of # possible names/addresses to have the best performances. # You can repeat the "SiteDomain" value in this list. # Use space between each value and put a backslash before each dot. # This parameter is used to analyze referer field in log file and to help # AWStats to know if a referer URL is a local URL of same site or an URL of # another site. # Example: "www.myserver.com x.y.z.w localhost 127.0.0.1" # HostAliases="mehradhospital.ir www.mehradhospital.ir localhost 127.0.0.1" # When this parameter is set to 1, AWStats add a button on report page to # allow to "update" statistics from a web browser. Warning, when "update" is # made from a browser, AWStats is ran as a CGI by the web server user # defined in your web server (user "nobody" by default with Apache, "IUSR_XXX" # with IIS), so the "DirData" directory and all already existing history files # (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions # if required. # Warning: Update process can be long so you might experience "time out" # browser errors if you don't launch AWStats enough frequently. # When set to 0, update is only made when AWStats is ran from the command # line interface (or a task scheduler). # Possible values: 1 or 0 # Default: 0 # AllowToUpdateStatsFromBrowser=0 AllowFullYearView=3 #----------------------------------------------------------------------------- # OPTIONAL SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # The following two parameters allow you to protect a config file to be used # by your AWStats program called from a browser only if web user has been # authenticated. Your AWStats program must be in a web protected "realm" (With # Apache, you can use .htaccess files to do so. With other web servers, see # your server setup manual). # Possible values: 1 or 0 # Default: 0 # AllowAccessFromWebToAuthenticatedUsersOnly=0 # This parameter give the list of all authorized authenticated users to view # statistics for this domain/config file. This parameter is used only if # AllowAccessToAuthenticatedUsersOnly is set to 1. # Example: "user1 user2" # Default: "" # AllowAccessFromWebToFollowingAuthenticatedUsers="" # If the "DirData" directory (see above) does not exists, AWStats return an # error. However, you can ask AWStats to create it. # This option can be used by some Web Hosting Providers that has defined a # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and # don't want to have to create a new directory each time they add a new user. # Possible values: 1 or 0 # Default: 0 # CreateDirDataIfNotExists=1 # In most case, AWStats is used as a cgi program. So AWStats process is ran # by default web server user (nobody for Unix, IUSR_xxx for IIS/Windows,...). # To make use easier and avoid permission problems between update process # (run by an admin user) and CGI process (ran by a low level user), AWStats # save its database files with read and write for everyone. # If you have experience on managing security policies (Web Hosting Provider), # you should set this parameter to 0. AWStats will keep default process user # permissions on its files. # Possible values: 1 or 0 # Default: 1 # SaveDatabaseFilesWithPermissionsForEveryone=0 # AWStats can purge log after processing it. By this way, the next time you # launch AWStats, log file will be smaller and processing time will be better. # IMPORTANT !!! # AWStats is able to detect new lines in log file, to process only them, so # you can launch AWStats as soon as you want, even with this parameter to 0. # With 0, no purge is made, so you must use a scheduled task or a web server # that make this purge frequently. # With 1, the purge of the log file is made each time AWStats is ran. # This parameter doesn't work with IIS (This web server doesn't let its log # file to be purged). # Possible values: 1 or 0 # Default: 0 # PurgeLogFile=0 # When PurgeLogFile is setup to 1, AWStats will clean your log file after # processing it. You can however keep an archive file (saved in "DirData") of # all processed log records by setting this to 1 (For example if you want to # use another log analyzer). # This parameter is not used if PurgeLogFile=0 # Possible values: 1 or 0 # Default: 0 # ArchiveLogRecords=0 # Each time you run the update process, AWStats overwrite the 'historic file' # for the month (awstatsMMYYYY[.*].txt) with the updated one. # When write errors occurs (IO, disk full,...), this historic file can be # corrupted and must be deleted. Because this file contains information of all # past processed log files, you will loose old stats if removed. So you can # ask AWStats to save last non corrupted file in a .bak file. This file is # stored in "DirData" directory with other 'historic files'. # Possible values: 1 or 0 # Default: 1 # KeepBackupOfHistoricFiles=0 # Index page name for your web server. # Example: "default.htm" # Default: "index.html" # DefaultFile="index.html" # Do not include access from clients that match following criteria. # If your log file contains IP addresses in host field, you must put here # matching IP addresses criteria. # If DNS lookup is already done in your log file, you must put here hostname # criteria. # Note: Use space between each value. # Example: "127.0.0.1 163.84. 201.101.51.1" # Example: "localhost abcxyz" # Default: "" # SkipHosts="" # You can specify specific IP addresses that should NOT be looked up in # the DNS. You may specify partial addresses (ie 163.85. for everything # behind the usual firewall setup, etc)... # This is only useful if DNSLookup=1. # Note: Use space between each value and put a backslash before each dot. # Example: "163.85. 201.101.51.2" # Default: "" # SkipDNSLookupFor="" # Use SkipFiles to ignore access to URLs that match one of following entries. # You can, with this option, add a list of not important frame pages (like # menus, etc...) to exclude them from statistics. # For example, to ignore a whole directory tree, just add "directorytoignore", # to ignore "users" pages in your stats, you can add "/~". # The oposite parameter of "SkipFiles" is "OnlyFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values. # Note: xxx$ means URL ending with xxx. # Example: "robots.txt$ favicon.ico$ badpage.html /~" # Default: "robots.txt$ favicon.ico$" # SkipFiles="robots.txt$ favicon.ico$" # Include in stats, only accesses to URLs that match one of following entries. # For example, if you want AWStats to filter access to keep only stats that # match a particular string, like a particular directory, you can add this # directory name in this parameter. # The opposite parameter of "OnlyFiles" is "SkipFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values # Note: xxx$ means URL ending by xxx. # Example: "marketing_directory" # Default: "" # OnlyFiles="" # Add here a list of kind of url (file extension) that must be counted as # "Hit only" and not as a "Hit" and "Page viewed". You can set here all images # extensions as they are hit downloaded that must be counted but they are not # viewed pages. URL with such extensions are not included in the TOP Pages/URL # report. # Note: If you want to exclude your own URLs from stats (No Pages and no Hits # reported), you should use SkipFiles parameter instead. # Example: "" # Example: "css js class gif jpg jpeg png bmp zip arj gz z wav mp3 wma mpg" # Default: "css js class gif jpg jpeg png bmp" # NotPageList="css js class gif jpg jpeg png bmp" # By default, AWStats considers that records found in log file are successful # hits if HTTP code returned by server is a valid HTTP code (200 and 304). # Any other code are reported in HTTP error chart. # However in some specific environnement, with web server HTTP redirection, # you can choose to also accept other codes. # Example: "200 304 302 305" # Default: "200 304" # ValidHTTPCodes="200 304" # Keep or attach the query string to the URL in the statistics for individual # pages. This is primarily used to differentiate between the URLs of dynamic # pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as # two different pages. Warning, when set to 1, memory required to run AWStats # is doubled. # Possible values: # 0 - URLs are cleaned from the query string (ie: "/mypage.html") # 1 - Full URL with query string is used (ie: "/mypage.html?x=y") # Default: 0 # URLWithQuery=0 # AWStats can detect setup problems or show you important informations to have # a better use. Keep this to 1, except if AWStats says you can change it. # Possible values: 1 or 0 # Default: 1 # WarningMessages=1 # To help you to detect if your log format is good, AWStats report an error # if the first NbOfLinesForCorruptedLog lines have all a format that does not # match the LogFormat parameter. # However, some worm virus attack on your web server can result in a very high # number of corrupted lines in your log. So if you experience awstats stop # because of bad virus records, you can increase this parameter (very rare). # Default: 50 # NbOfLinesForCorruptedLog=10000 # Search engines keywords reported are full search string or separate keywords # Possible values: # 0 - Search keywords reported are full search string (ie: "town maps") # 1 - Search keywords reported are separated words (ie: "town" and "maps") # Default: 0 # SplitSearchString=0 # You can add in the HTML report page a delay to force browsers to reload page # if page is loaded a second time after this delay (in seconds). # Example: 3600 # Default: 0 # Expires=0 # For some particular integration needs, you may want to have CGI links to # point to another script than awstats.pl. # Use the name of this script in WrapperScript parameter. # Example: "awstatslauncher.pl" # Default: "" # WrapperScript="" #----------------------------------------------------------------------------- # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # You can change value for following option to increase AWStats capabilities # (but this reduce AWStats speed). # Possible values: 0, 1 or 2 # Default: 1 # LevelForRobotsDetection=1 # 0 will increase AWStats speed by 1%. LevelForBrowsersDetection=1 # 0 disables Browsers detection. No speed gain. LevelForOSDetection=1 # 0 disables OS detection. No speed gain. LevelForRefererAnalyze=1 # 0 will increase AWStats speed by 6%. #----------------------------------------------------------------------------- # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- UseFramesWhenCGI=1 # To avoid too large web pages, you can ask AWStats to limit number of rows of # all reported charts to this number when no other limit apply. # Default: 1000 # MaxRowsInHTMLOutput=1000 # Set your primary language. # Possible value: # Bosnian=ba, Chinese (Taiwan)=tw, Chinese (Traditional)=cn, Czech=cz, # Danish=dk, Dutch=nl, English=en, French=fr, German=de, Greek=gr, # Hungarian=hu, Indonesian=id, Italian=it, Japanese=jp, Korean=kr, # Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl, # Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru, # Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua # Default: en # Lang="en" # Set the location of language files. # Example: "/opt/awstats/lang" # Default: "./lang" (means lang directory is in same location than awstats.pl) # DirLang="/usr/local/cpanel/3rdparty/share/awstats/lang" # You choose here which summary report you want to see in the main page. # Whatever is your setup here, all detailed reports are still available. # So if you setup to 1 only ShowHeader, ShowMenu and ShowMonthDayStats, all # links in menu will still point to detailed views. # Possible values: 1 or 0 # ShowHeader=1 # Show AWStats head title and icon ShowMenu=1 # Show menu header with links on detailed reports ShowMonthDayStats=1 ShowDaysOfWeekStats=1 ShowHoursStats=1 ShowDomainsStats=1 ShowHostsStats=1 ShowAuthenticatedUsers=1 ShowRobotsStats=1 ShowPagesStats=1 ShowCompressionStats=0 # Show report of compression stats when using mod_gzip ShowFileTypesStats=1 ShowFileSizesStats=0 # Not yet available ShowBrowsersStats=1 ShowOSStats=1 ShowOriginStats=1 ShowKeyphrasesStats=1 ShowKeywordsStats=1 # Not yet available ShowHTTPErrorsStats=1 # This value can be used to choose maximum number of lines shown for each # particular reporting. # # Stats by domains MaxNbOfDomain = 25 # Stats by hosts MaxNbOfHostsShown = 25 MinHitHost = 1 # Stats by authenticated users MaxNbOfLoginShown = 10 MinHitLogin = 1 # Stats by robots MaxNbOfRobotShown = 25 MinHitRobot = 1 # Stats by pages MaxNbOfPageShown = 25 MinHitFile = 1 # Stats by referers MaxNbOfRefererShown = 25 MinHitRefer = 1 # Stats for keywords MaxNbOfKeywordsShown = 25 MinHitKeyword = 1 # Choose if you want week to start on sunday or monday # Possible values: # 0 - Week start on sunday # 1 - Week start on monday # Default: 1 # FirstDayOfWeek=1 # This parameter ask your browser to open detailed reports into a different # window than the main page. # Possible values: 1 or 0 # Default: 1 # DetailedReportsOnNewWindows=1 # List of visible flags with link to other language translations. # If you don't want any flag link, set ShowFlagLinks to "". # This parameter is used only if ShowHeader is set to 1. # Possible values: "" or "language_codes_separated_by_space" # Default: "en es fr it nl es" # ShowFlagLinks="en fr de it nl es" # Each URL shown in stats report views are links you can click. # Possible values: 1 or 0 # Default: 1 # ShowLinksOnUrl=1 # Maximum length of URL shown on stats page (number of characters). This # affects only URL visible text, link still work. # Default: 72 # MaxLengthOfURL=72 # AWStats can include a link to WhoIs database on all hostnames. For this, you # must set ShowLinksToWhoIs to 1. Warning, a such feature depends on next # parameter (LinksForWhoIs) and on WhoIs server exhaustivity and availability. # For this reason, this feature can't be a reliable feature. # Possible values: 1 or 0 # Default: 0 # ShowLinksToWhoIs=0 # Set here the link used to point to Internet WhoIs database. # This parameter is not used if ShowLinksToWhoIs is 0. # Default: "http://www.whois.net/search.cgi2?str=" # Example: "http://www.netsol.com/cgi-bin/whois/whois?SearchType=all&STRING=" # Example: "http://www.ripe.net/perl/whois?form_type=simple&searchtext=" # Example: "http://www.arin.net/cgi-bin/whois.pl?queryinput=" # LinksToWhoIs="http://www.whois.net/search.cgi2?str=" # You can put here HTML code that will be added at the top of AWStats reports. # Default: "" # HTMLHeadSection="" # You can put here HTML code that will be added at the end of AWStats reports. # Great to add advert ban. # Default: "" # HTMLEndSection="" # You can set Logo and LogoLink to use your own logo. # Logo must be the name of image file (must be in $DirIcons/other directory). # LogoLink is the expected URL when clicking on Logo. # Default: "awstats_logo1.png" # Logo="awstats_logo1.png" LogoLink="http://awstats.sourceforge.net" # Value of maximum bar width/height for horizontal/vertical graphics bar # Default: 260/180 # BarWidth = 260 BarHeight = 180 # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to # change its look. # Example: "/css/awstats.css" # Default: "" # StyleSheet="" # Those colors parameters can be used (if StyleSheet parameter is not used) # to change AWStats look. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex # color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF") color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD") color_TableTitle="000000" # Table title font color (Default = "000000") color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD") color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF") color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC") color_TableBorder="ECECEC" # Table border color (Default = "ECECEC") color_text="000000" # Color of text (Default = "000000") color_textpercent="606060" # Color of text for percent values (Default = "606060") color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000") color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA") color_link="0011BB" # Color of HTML links (Default = "0011BB") color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") color_u="FF9933" # Background color for number of unique visitors (Default = "FF9933") color_v="F3F300" # Background color for number of visites (Default = "F3F300") color_p="4477DD" # Background color for number of pages (Default = "4477DD") color_h="66F0FF" # Background color for number of hits (Default = "66F0FF") color_k="339944" # Background color for number of bytes (Default = "339944") color_s="8888DD" # Background color for number of search (Default = "8888DD") LoadPlugin="geoipfree" awstats102025.mehradhospital.ir.txt000064400000164060151504703150013071 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202510 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2048 POS_TIME 2730 POS_VISITOR 46864 POS_DAY 57855 POS_DOMAIN 3494 POS_LOGIN 3939 POS_ROBOT 4094 POS_WORMS 4732 POS_EMAILSENDER 4863 POS_EMAILRECEIVER 5006 POS_SESSION 58502 POS_FILESIZE 59346 POS_SIDER 58692 POS_FILETYPES 5141 POS_DOWNLOADS 5289 POS_OS 5337 POS_BROWSER 5677 POS_SCREENSIZE 6656 POS_UNKNOWNREFERER 6730 POS_UNKNOWNREFERERBROWSER 7266 POS_ORIGIN 7421 POS_SEREFERRALS 7557 POS_PAGEREFS 7720 POS_SEARCHWORDS 7868 POS_KEYWORDS 8020 POS_MISC 2394 POS_ERRORS 8079 POS_CLUSTER 3795 POS_SIDER_404 8196 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20251101010844 115 12833 10525357122226 FirstTime 20251007152835 LastTime 20251031235500 LastUpdate 20251101154040 115 0 114 0 0 TotalVisits 406 TotalUnique 290 MonthHostsKnown 0 MonthHostsUnknown 291 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 AddToFavourites 0 0 0 JavaEnabled 0 0 0 JavascriptDisabled 0 0 0 DirectorSupport 0 0 0 QuickTimeSupport 0 0 0 TotalMisc 0 0 0 RealPlayerSupport 0 0 0 FlashSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 PDFSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 7 7 5558 8 8 6107 1 19 19 13356 10 17 15484 2 7 7 4447 5 7 5210 3 9 9 6119 141 141 111746 4 8 8 6249 9 12 8831 5 15 17 13788 29 29 22974 6 44 44 32002 302 307 243546 7 33 33 26345 86 90 72149 8 17 17 12504 49 50 39782 9 23 25 33133 261 295 234640 10 4 4 2780 282 290 230987 11 14 14 13108 79 85 68320 12 18 18 11863 2 3 1491 13 16 17 12844 404 409 325912 14 14 14 13103 34 38 29209 15 30 32 21476 256 259 206931 16 6 6 4701 27 28 21592 17 16 16 11793 161 173 138904 18 50 52 37228 207 214 168087 19 31 33 28280 304 316 251499 20 12 16 16080 272 277 217855 21 32 32 22252 0 2 796 22 17 21 16868 12 18 10933 23 13 13 9065 513 524 416961 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 18 jp 177 177 123940 us 107 108 88334 cn 106 106 73878 ru 20 28 41732 nl 16 16 12093 ir 7 7 4865 gb 5 9 7847 se 4 4 2780 lb 2 2 2736 au 2 2 2736 de 2 2 1390 rs 1 1 1368 vn 1 1 0 no 1 1 1368 fr 1 5 5059 es 1 3 3361 za 1 1 1368 zz 1 1 87 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 13 Go\-http\-client/ 50 42465 20251031164238 0 Googlebot/ 26 21391 20251020040618 0 MJ12bot/ 11 6100 20251031204932 0 bingbot/ 2 4451 20251020071349 0 no_user_agent 2 2736 20251027091915 0 curl 2 0 20251014204731 0 BLEXBot/ 2 1390 20251031222428 0 Yahoo![\x20]Slurp[\x20]China 1 695 20251029024945 0 Screaming[\x20]Frog[\x20]SEO[\x20]Spider/ 1 695 20251021053530 0 Barkrowler 1 695 20251030183439 0 facebookexternalhit/ 1 1368 20251018152345 0 nutch 1 695 20251028115115 0 SemrushBot/ 1 699 20251008060101 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 html 443 345913 0 0 svg 2 822 0 0 Unknown 12 883 0 0 css 2 2574 0 0 js 15 24750 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 18 androideclair 1 1 win10 29 29 android12 1 1 androidmarshmallow 10 9 win7 11 9 unix 4 4 androidpie 7 7 linux 20 11 win8.1 4 4 macosx15 3 2 androidnougat 25 25 linuxubuntu 1 1 androidkitkat 1 1 Unknown 33 27 ios_iphone 321 321 androidoreo 1 1 androidcupcake 1 1 android13 1 1 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 46 safari 1 1 safari13.0 4 4 firefox139.0 1 1 chrome106.0.0.0 1 1 chrome91.0.4472.124 1 1 chrome95.0.4638.69 2 2 chrome86.0.4240.111 1 1 chrome124.0.0.0 6 6 chrome79.0.3945.117 4 4 chrome91.0.4472.114 2 2 chrome85.0.4183.81 7 7 chrome140.0.7339.207 8 8 chrome115.0.0.0 1 1 chrome132.0.0.0 10 2 firefox12.0 2 2 chrome105.0.0.0 3 3 chrome75.0.3770.143 1 0 chrome83.0.4103.42 4 4 chrome58.0.3029.110 1 1 Unknown 15 9 chrome86.0.4216.0 1 1 safari13.0.3 316 316 chrome83.0.4103.83 1 1 chrome86.0.4240.193 1 1 chrome120.0.0.0 1 1 chrome63.0.3239.111 1 1 chrome62.0.3202.84 4 4 chrome52.0.2987.98 1 1 firefox143.0 1 1 edge18 1 1 chrome49.0.2631.13 4 4 chrome71.0.3578.80 1 1 firefox47.0 11 9 chrome60.0.3112.107 16 16 chrome139.0.0.0 1 1 chrome137.0.0.0 1 1 mozilla 16 16 chrome112.0.5615.136 1 1 firefox134.0 1 1 chrome125.0.0.0 1 1 android 3 3 chrome113.0.0.0 1 0 netscape5.0 2 2 sonyericsson 1 1 chrome78.0.3904.108 9 9 safari15.1 2 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 7 Cpanel-HTTP-Client/1.0 20251007155642 python-httpx/0.28.1 20251017185154 Mozilla/5.0_(compatible;_ips-agent) 20251016190846 Mozilla/5.0_zgrab/0.x 20251019132403 SonyEricssonW580i/R6BC_Browser/NetFront/3.3_Profile/MIDP-2.0_Configuration/CLDC-1.1 20251025034827 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20251028225251 Mozilla/5.0_(compatible;_Let's_Encrypt_validation_server;__https://www.letsencrypt.org) 20251007155654 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 2 Cpanel-HTTP-Client/1.0 20251007155642 python-httpx/0.28.1 20251017185154 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 432 443 From1 6 6 From2 2 2 From3 0 0 From4 15 23 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 1 www_google_com 2 2 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 0 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 3 301 6 4770 403 36 28332 404 3436 2733464 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 1544 /.env.docker 6 - /php_info.php 6 - /gt.php 1 - /wp-includes/about.php 1 - //assets/.env 1 https://www.google.com/ /helper.js 1 - /class-wp.php 2 - /wp-admin/maint/wp-login.php 1 - /wp-includes/admin.php 1 - /coexrbdm.php 1 www.google.com /item.php 3 - /app/etc/env.php 3 - /config/cache.php 6 - /settings.json 8 - /333.php 4 - /auth.php 1 - /.env.example.1 1 - /an.php 5 - /debug/default/view 1 - /htaccess.php 1 - /sftp-config.json 6 - //vendor/.env 1 https://www.google.com/ /css 1 - /site/wp-includes/wlwmanifest.xml 4 - /wp-content/plugins/erinyani/ 1 - /wp-content/plugins/about.php 1 - /wp-includes/SimplePie/index.php 1 - /actuator/env 1 - /simple/function.php 1 - /kwm4.php 3 - /phpinfo.php3 4 - /wp-admin/images/about.php 1 - /wp-content/themes/alera/alpha.php 1 - /manager.php 6 - http://mehradhospital.ir:80/wp1/wp-includes/wlwmanifest.xml 1 - //lab/.env 1 https://www.google.com/ /gel4y.php 2 - /wp-xx.php 1 - /.production 5 - /.env.save 4 - /configs/routes-4aug.js 1 - /article.php 3 - /storage/.env 1 - /file17.php 4 - /config/app.php 5 - /anan.php 1 - /gaga.php 1 - /moon.php 3 - /asdf.php 5 - /function/function.php 1 - /wp-includes/pomo/ 1 - /xBrain.php 1 - /kyc/.env 3 - //public/.env 1 https://www.google.com/ /.env.elastic 1 - /API/.env 1 - /444.php 4 - /autoload_classmap.php 3 - /robots.txt 34 - /.well-known/admin.php 2 - //database/.env 1 https://www.google.com/ /lara/info.php 2 - /.env.live 2 https://www.google.com/ //blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /zt2.php 1 - //.env.production 1 https://www.google.com/ /mail/.env 1 - /phpinfos.php 3 - /wp-includes/theme-compat 1 - //gmo.php 2 - /users.php 1 - /afile.php 2 - /thh.php 4 - /admin/function.php 4 - /wp-conf.php 1 - /xp.php 6 - /flower.php 3 - /env.backup 1 - /.env_debug 1 - /wp-content/plugins/mainhosting/default.php 1 - /system.php 3 - /usep.php 5 - /plugin.php 1 - /login 5 - //api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-admin/upgrade.php 1 - /.aws/config 7 - /env/.env 1 - /wp-admin/css/wp-login.php 1 - /about 1 - /swagger.json 1 - /wo.php 4 - /ar.php 3 - /motu.php 1 - //.env.template 1 https://www.google.com/ /development/.env 2 - /aws/credentials 2 - /ajk.php 1 - /config/filesystems.php 5 - /wp-content/plugins/shell/index.php 1 - /wp-admin/css/ 1 - /.env.config 3 - /wp-admin/log.php 1 - /alfacgiapi/perl.alfa 15 www.google.com /nij.php 2 - /pop.php 3 - /fie.php 1 - /resp.php 3 - /server/config/database.js 1 - /wp-admin/maint/maint.php 2 - /.remote 3 - /ty.php 1 - /shellalfa.php 1 - /sito/wp-includes/wlwmanifest.xml 3 - /.well-known/pki-validation/cloud.php 1 - /file21.php 7 - /asd67.php 2 - /news/wp-includes/wlwmanifest.xml 3 - /config/services.php 6 - /index.js 1 - /moo.php 2 - //phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /ans.php 1 - /alfanew.php 1 - /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 1 - /.database.env 1 - /.well-known/acme-challenge/mariju.php 1 - /server-status 1 - //.env.prod 1 https://www.google.com/ /alpa.php 4 - /wp-admin/admin-wolf.php 1 - /dropdown.php 3 - /wp-admin/options.php 1 - /application/config/foreign_chars.php 3 - /wp-content/packed.php 2 - /klex.php 4 - /wp-admin/js/chosen.php 1 - /wp-includes/images/smilies/index.php 1 - /apps/.env 4 - /v1/.env 1 - /zse.php 2 - /vubsho.php 1 - //application/.env 1 https://www.google.com/ /vanta.php 1 - /yca.php 2 - /we.php 8 - /config/env.json 3 - /nfile.php 3 - /kairolin.php 1 - /_phpinfo.php 1 - /wp-includes/theme-compat/ 1 - /xmlrpc.php 7 - /wp-includes/certificates/about.php 1 - /wp-admin/css/colors/sunrise/ 1 - //.env.staging 1 https://www.google.com/ /wp-admin/user/about.php 4 - /wp-content/themes/pridmag/404.php 1 - /hk.php 4 - /1aa.php 3 - /.ssh/sftp-config.json 6 - /.env_old 2 https://www.google.com/ /zasf 1 - /tests/.env 1 - /config/routes.php 3 - /wp-includes/css/dist/preferences/wp-login.php 1 - http://mehradhospital.ir:80/wp-includes/ID3/license.txt 1 - /app-ads.txt 2 - /wp-includes/IXR/admin.php 2 - /blog/wp-includes/wlwmanifest.xml 4 - /wordpress/BypassBest.php 1 - /xampp/phpinfo.php 1 - //lib/.env 1 https://www.google.com/ /ckk.php 3 - /prevlaravel/sftp-config.json 5 - /wp-admin/css/wp-conflg.php 3 - /wp-admin/wp-login.php 1 - /weds.php 1 - /ropyx.php 1 - //exapi/.env 1 https://www.google.com/ /wp-Owl.php 1 - /server 1 - /wp-config.php.bak 8 - /.vscode/sftp.json 7 - /dev/phpinfo.php 3 - /s/030313e2032313e22323e2837313/_/ 1 - /php.php 11 - /finny.php 1 - /wp-content/plugins/pwnd/pwnd.php 1 - /config.ini 2 - /xleet.php 1 - /config/staging.json 4 - /wp-includes/Text/Diff/Renderer/about.php 1 - /config/application.yml 1 - //es/.env 1 https://www.google.com/ /bak.php 3 - /inc.php 1 - http://mehradhospital.ir:80/feed/ 1 - /ex.php 3 - /wp-admin/includes/index.php 1 - /wp-includes/customize/index.php 1 - /application/config/mimes.php 2 - /config/aws.json 8 - /.env.postgres 1 - /core/misc/drupal.js 1 - /wh.php 1 - /taff.php 1 - /520.php 4 - /wp-includes/Text/Diff/Engine/about.php 1 - /config/session.php 7 - /tox.php 1 - /env.json 6 - /vee.php 5 - /wp-includes/Requests/about.php 1 - /config/requirements.php 3 - //backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ //core/Datavase/.env 1 https://www.google.com/ /wp-content/function.php 1 - /content.php 2 - /wp-includes/ID3/index.php 1 - /.env.defaults 1 - /wp-includes/ID3/rk2.php 1 - /application/config/config.php 6 - /ge.php 1 - /owl.php 1 - /file1.php 5 - /20.php 2 - /media/ 1 - /wp-includes/blocks/calendar/ 1 - /cgi-bin/wp-login.php 1 - /wp-content/plugins/fix/as.php 1 - /.env_sample 3 https://www.google.com/ /_profiler/phpinfo/info.php 1 - /wp-admin/function.php 1 - /t.php 4 - /prv8.php 1 - /admin.php 6 - /wp-activate.php 1 - /cfile.php 3 - /wp-includes/certificates/ 1 - /en/.env 1 - /core.php 1 - /xx.php 3 - /.env 12 - /config/test.json 4 - /secrets.json 2 - /env.yml 2 - /config/credentials 2 - /helper/EmailHelper.js 1 - /tsconfig.spec.json 6 - /jsp.php 1 - /wp-admin/css/index.php 1 - /.env- 1 - http://mehradhospital.ir:80/2020/wp-includes/wlwmanifest.xml 1 - /as/function.php 2 - /smtp.php 2 - /wordpress/wp-content/plugins/tolly-t/hello.php 1 - /file7.php 3 - /shell1.php 1 - /past1.php 1 - /wp-includes/Text/Diff/Engine/wp-login.php 1 - //.env.docker 1 https://www.google.com/ /.env.docker.dev 4 - /wb.php 3 - /uploads/bigdump.php 1 - /wp-includes/wp-class.php 1 - /config/config.json 5 - /local/.env 2 - /shlo.php 1 - //demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /config/default.json 6 - /wp-includes/theme-compat/wp-login.php 1 - /moderation.php 1 - /xl2023.php 1 - /ENKI.php 1 - //sites/all/libraries/mailchimp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-includes/system_log.php 1 - /v2/.env 1 - /478.php 1 - /wp-admin/maint/file.php 1 - /sx21_1.php 5 - /.well-known/pki-validation/dropdown.php 2 - /wp-includes/js/codemirror/index.php 5 - /conf/application.json 4 - /wp-admin/autoload_classmap.php 2 - /7.php 2 - /cgi-bin/about.php 1 - /lock360.php 11 - /1index.php 1 - /awstats/.env 1 - /wp-includes/css/dist/ 1 - /lala.php 2 - /wp-content/plugins/fix/x.php 1 - /wp-content/upgrade/about.php 2 - //core/.env 1 https://www.google.com/ /wp-includes/sitemaps/ 1 - /mek.php 2 - /wp-gr.php 2 - /ut.php 4 - /6.php 3 - /js/main.js 1 - /update/f35.php 3 - /wp-content/themes/seotheme/db.php 17 www.google.com /hook.php 3 - /wp-content/themes/bltm/wp-login.php 1 - /wp-includes/html-api/index.php 1 - /.well-known/acme-challenge/index.php 3 - /readme.php 4 - /cron/.env 2 - /update/function.php 1 - //sitemaps/.env 1 https://www.google.com/ /wp-admin/js/widgets/ 1 - /wsd.php 4 - /lufix.php 1 - /wgctfd.php 1 - /.well-known/worksec.php 1 - /wp-content/plugins/seoplugins/db.php 1 - /wp-includes/themes.php 1 - /wp-mail.php/wp-includes/ID3/rnEPv9.php 1 - /wp-includes/images/media/ 1 - /wp-network.php.php 1 - /wp-includes/assets/about.php 1 - /dlex.php 2 - /wp-includes/autoload_classmap.php 3 - /application/.env 4 - /wp-admin/includes/wp-login.php 1 - /class.php 4 - /app/.env 5 - /akk.php 1 - /0.php 3 - /xc.php 3 - /log/.env 1 - /nx9.php 3 - /031.php 5 - /public/.env 5 - /13k.php 1 - /wp-includes/Requests/ 1 - //site/.env 1 https://www.google.com/ /wp-includes/html-api/ 1 - /fs.php 1 - /ftp.php 1 - /application/config/constants.php/ 4 - /.env.production.local 5 - /pepe.php 3 - /okxoby.php 2 - /v.php 5 - /1.php 14 - /css/colors/coffee/index.php 1 - /lgwkaqgz.php 1 www.google.com /fileas.php 4 - /appsettings.json 6 - /.bod/.ll/ss.php 1 - /wp-content/mu-plugins-old/ 1 - /fmk.php 2 - /tinyfilemanager/tinyfilemanager.php 1 - //new/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /config/prod.json 4 - //phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wd.php 1 - /xxa.php 1 - /pp.php 4 - /wp-includes/js/tinymce/themes/inlite/ 1 - //tools/.env 1 https://www.google.com/ /zuypnyrf.php 1 www.google.com /.env.local.php 2 - /.env.development.sample 3 - /termps.php 1 - /config/database.php 3 - /keu.php 1 - /kaza.php 1 - /wp-2019.php 4 - /tool/view/phpinfo.view.php 1 - /filemanager/dialog.php 1 - /just2.php 3 - //upload/.env 1 https://www.google.com/ /leafmailer2.8.php 1 - /site/buy.php 1 - /aghbvr.php 1 - /Private-Exploit-Ova.php 1 - /wp-includes/js/crop/zmFM.php 1 - //.env.elastic 1 https://www.google.com/ /rlvbczsw.php 1 www.google.com /wp-links.php 1 - /gold.php 2 - /lib/.env 1 - /dashboard/phpinfo.php 4 - /config/daemon.json 4 - /manifest.json 5 - /frontend_dev.php/$ 4 - /wp-header.php 1 - /wp-content/languages/index.php 1 - /fw.php 2 - /m.php 3 - //.env.sample 1 https://www.google.com/ /ff2.php 1 - /wp-admin/admin-post.php 1 - /111.php 2 - /test.php 10 - /apis/controllers/users.js 1 - /gelap.php 2 - /yanz.php 2 - /wp-includes/interactivity-api/ 1 - /file9.php 4 - /codehu.php 1 - /go.php 2 - /pinfo.php 5 - /wp-includes/IXR/about.php 3 - /wp-admin/includes/about.php 1 - /er8.php 2 - /jlex3.php 2 - /js/fm.php 1 - /max.php 2 - /cabs.php 1 - /fffff.php 4 - /api/config.env 1 - /mah.php 2 - /file4.php 4 - /.env.copy 1 - /wp-includes/customize/about.php 2 - /plugins.php 1 - /v3.php 2 - /13.php 2 - /database/.env 1 - //laravel/.env.local 1 https://www.google.com/ /.wp-config.php.swp 4 - /cloud/Scraper.js 1 - /phpinfo.php 10 - /include.php 1 - /wp2/wp-includes/wlwmanifest.xml 3 - /js/index.php 1 - /secured/phpinfo.php 5 - /version.php 1 - /classwithtostring.php 6 - /zwso.php 5 - /wp-content/upgrade/index.php 1 - /wp-includes/Text/Diff/Engine/ 1 - /alfa.php 10 - //v2/.env 1 https://www.google.com/ /wp-includes/sodium_compat/index.php 1 - /getcpuutil.php-bakworking 1 - /g.php 9 - /wp-admin/product.php 1 - /wp-admin/maint/about.php 2 - /file3.php 1 - /upload/.env 1 - /ppk.php 1 - /pm.php 2 - /lo.php 1 - /api/objects/codes.php.save 1 - /aw.php 2 - /new4.php 1 - /wp-admin/network/chosen.php 1 - /wp-content/ 1 - /function.php 1 - //phpunit/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-admin/js/about.php 3 - /plugins/pwnd/as.php 1 - /fm.php 5 - /lara/phpinfo.php 1 - /bala.php 1 - /dove.php 2 - /files.php 1 - /goat.php 4 - /shoha.php 5 - //.env.postgres 1 https://www.google.com/ /test 1 - /wp-content/uploads/wp.php 2 - /te.php 2 - /phpinfo.php5 5 - /wp-includes/SimplePie/ 1 - /wp-content/plugins/hellopress/wp_filemanager.php 16 - /login.action 1 - /opop.php 2 - /ads.txt 3 - /wp-includes/wp-conflg.php 1 - /wp-admin/wp-conflg.php 2 - /akcc.php 8 - /wp-includes/js/codemirror/about.php 1 - /11.php 4 - /goods.php 1 - /install.php 3 - /themes.php 4 - /wp-admin/doc.php 1 - /phpversion.php 5 - /lite.php 1 - /size.php 2 - /.env.prod.local 5 - //web/.env.example 1 https://www.google.com/ /wp-content/plugins/seoplugins/index.php 1 - //.env.testing 1 https://www.google.com/ //backend/.env 1 https://www.google.com/ /gatsby-config.js 1 - /nope.php 1 - /wa.php 3 - /docker/.env 1 - /fass.php 1 - /config/storage.yml 1 - /wp-content/plugins/linkpreview/ 1 - /as.php 4 - /wp-content/languages/themes/ 1 - /wp-includes/Requests/library/index.php 1 - /wp-content/themes/wp-pridmag/init.php 2 - /wp-includes/blocks/ 1 - /mail.php 9 - /wp-content/item.php 1 - /4.php 2 - /settings.py 2 - /config/auth.php 4 - /_profiler/phpinfo/phpinfo.php 1 - /wp-content/plugins/dummyyummy/wp-signup.php 1 - http://mehradhospital.ir:80/wp/wp-includes/wlwmanifest.xml 1 - /.envrc 6 - /wp-includes/html-api/wp-login.php 1 - /natural.php 2 - /pass.php 2 - //.env.www 1 https://www.google.com/ /file15.php 4 - /ilex.php 5 - /click.php 2 - /controllers/settings.js 1 - /wp-includes/IXR/wp-login.php 1 - /env.yaml 2 - /tsconfig.app.json 4 - /.well-known/content.php 1 - /2clas.php 4 - /include/config.php 2 - /oxvrws.php 1 - /wp-includes/ID3/license.txt 1 - /wp-content/plugins/WordPressCore/index.php 1 - //core/app/.env 1 https://www.google.com/ /Properties/launchSettings.json 5 - /credentials.json 2 - /cccc.php 3 - /tinyfilemanager.php 1 - /wp-includes/rest-api/about.php 1 - //log/.env 1 https://www.google.com/ /.env.remote 1 - //.env 1 https://www.google.com/ /hn.php 2 - /niett.php 1 - /.well-known/acme-challenge/about.php 6 - /flex.php 2 - //cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ //.env.example 1 https://www.google.com/ /np.php 2 - /030.php 3 - /about/function.php 5 - /uploaded_script.php 1 - /infos.php 3 - /wp-admin/js/wp-conflg.php 3 - /mailer/.env 2 - /.env.travis 4 - /files/home.php 1 - /wp-head.php 1 - /storage/logs/laravel.log 1 - /settings.properties 2 - /wp-admin/includes/xmrlpc.php 1 - /brand.php 1 - /application.properties 3 - /b.php 1 - /main/.env 3 - /chosen/function.php 1 - /service/email_service.py 1 - /images/about.php 2 - /wp-content/themes/twentytwentytwo/index.php 2 - /.env.development 1 - /config/security.config.php 3 - /wp-includes/ID3/about.php 2 - /wp-includes/certificates/wp-conflg.php 1 - /.DS_Store 1 - /xsox.php 2 - /wp-content/plugins/core-plugin/include.php 1 - /.env.production 7 - /wp-content/plugins/Core-EconX/up.php 1 - /litanies.php 3 - /config/acl.config.php 4 - /wp-config.old 2 - /wp-content/msi/assets/image/foto_reseller/motu.php 1 - /wp-includes/html-api/wp-conflg.php 1 - /cc.php 3 - /uzoxciko.php 1 www.google.com /wp-includes/Requests/library/ 2 - /app/config.php 2 - //main/.env 1 https://www.google.com/ /api/shared/.env 1 - /sluig.php 1 - //cron/.env 1 https://www.google.com/ /wp-includes/blocks/button/index.php 1 - //cronlab/.env 1 https://www.google.com/ /test/wp-includes/wlwmanifest.xml 4 - /wp-config.php 6 - /wp-content/hehe.php 1 - /apis/config/config.js 1 - /application/config/autoload.php 4 - /web.php 1 - /laravel/.env.local 1 - /wp-content/radio.php 2 - /wp-config.php.txt 2 - /MF.php 1 - /config/autoload/local.php 4 - /wp-admin/css/colors/ectoplasm/ 1 - /app.ini 2 - /wp-content/themes/twentytwentyfour/ 1 - /uploads/autoload_classmap.php 1 - /ss.php 1 - /tiny.php 4 - /ja.php 1 - /zc-903.php 2 - /.env.php 3 - /dqchntsl.php 1 www.google.com //.env.local 1 https://www.google.com/ /mb.php 1 - /thxt.php 4 - /wp-content.php 1 - //.env.orig 1 https://www.google.com/ /alfareal.php 1 - /yklmjtby.php 1 www.google.com /j.php 3 - //.env.dev 1 https://www.google.com/ /filesss.php 6 - /config/environment.json 5 - /wp-admin.php 1 - //.env_old 1 https://www.google.com/ http://mehradhospital.ir:80/cms/wp-includes/wlwmanifest.xml 1 - /sftp.json 4 - /private/index.php 1 - /uploads/index.php 1 - /assets/css/ 1 - /config/app_local.php 4 - //psnlink/.env 1 https://www.google.com/ /.well-known/acme-challenge/admin.php 2 - //phpunit/phpunit/Util/PHP/eval-stdin.php 1 https://www.google.com/ /application/config/profiler.php 2 - /wf.php 1 - /phpinfo.html 2 - /wek.php 1 - /wp-content/cache/index.php 1 - /ALFA_DATA/alfacgiapi/perl.alfa 15 www.google.com /plss3.php 5 - /Coldsellers.php 1 - /new.php 3 - /.env.www 1 - /uploxe.php 1 - /cs.php 1 - /menu.php 3 - /wp-admin/images/index.php 2 - http://mehradhospital.ir:80/blog/wp-includes/wlwmanifest.xml 1 - //.database.env 1 https://www.google.com/ /CLA.php 8 - /wp-admin/images/alfa-rex.php 1 - /chosen 1 - /assets/ 1 - /hi.php 2 - /config/queue.php 4 - /tools/.env 1 - /v2/_catalog 1 - /ednse.php 1 - /wp-plain.php 16 www.google.com /config/view.php 4 - /config/.env 3 - /inputs.php 4 - /hosting.json 2 - //.env.remote 1 https://www.google.com/ /.env.dev 5 - /private/config.json 3 - /wp-includes/css/index.php 1 - /u.php 1 - /wp-includes/widgets/ 1 - /wp-content/themes/pridmag/db.php 1 - /network.php 1 - /es/.env 1 - /en0.php 1 - /mah/function.php 1 - /text.php 1 - //vendor/phpunit/Util/PHP/eval-stdin.php 1 https://www.google.com/ /snus.php 1 - /wp-includes/Requests/index.php 1 - /wp-content/themes/twentytwenty/404.php 1 - /wp-includes/wp-login.php 1 - /Okxob.php 2 - /wp-content/themes/admin.php 2 - /makeasmtp.php 8 - /appsettings.QA.json 4 - /beta/.env 2 - /ddgg.php 2 - /.env.prod 4 - /wp-content/uploads/ 1 - /pent.php 1 - /core/.env 2 - /mds.php 1 - /.env.dev.local 4 - /wp-includes/js/codemirror/ 1 - /10.php 1 - /wp-content/themes.php 2 - /wp-content/themes/digital-download/new.php 1 - /index.html 1 - /H.php 2 - /psnlink/.env 1 - /abcd.php 5 - /wp-includes/Text/network.php 1 - /uploads/.env 1 - /sudo.php 1 - /af4.php 2 - /fns.php 1 - /87.php 1 - /wp-content/themes/ 1 - /nc.php 2 - /wp-content/json.php 1 - /02.php 4 - /adminfuns.php 1 - /api/shared/config.env 1 - /vast.php 2 - /config/env.php 3 - /test2.php 5 - /wp-content/themes/twentyfive/include.php 1 - /misc/drupal.js 1 - /node_modules/.env 1 - /old_phpinfo.php 4 - /wp-includes/Requests/Text/admin.php 1 - /w.php 5 - /efile.php 4 - /wp-includes/Text/index.php 1 - /sx.php 1 - /wp-info.php 1 - /wp-includes/fonts/themes.php 2 - /randkeyword.PhP7 1 - //.env.test 1 https://www.google.com/ /fwe.php 1 - /website/wp-includes/wlwmanifest.xml 3 - /test/.env 1 - /apps/.gitignore 1 - /css.php 6 - //wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /upload/wp-info.php 1 - /ot.php 2 - /config/broadcasting.php 3 - /wp-admin/images/admin.php 1 - /ffile.php 5 - /server_info.php 1 - /ini.php 4 - /wp-content/themes/news-portal/error.php 1 - //admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-admin/ 2 https://www.facebook.com/ /wp-content/uploads/about.php 1 - //.env.development 1 https://www.google.com/ http://mehradhospital.ir:80/web/wp-includes/wlwmanifest.xml 1 - /12.php 4 - /sim.php 1 - /cjfuns.php 1 - /wp-admin/css/colors/blue/atomlib.php 1 - /karma.conf.json 4 - /filemanager.php 2 - /wp-content/plugins/revslider/includes/external/page/index.php 1 - /aj.php 1 - /wp-includes/fonts/wp-login.php 1 - /bk/index.php 1 - /2.php 8 - /live_env 1 - /wp-includes/rest-api/index.php 1 - /0x1949.php 1 - /wp-content/uploads/elementor/css/motu.php 1 - /autoload_classmap/function.php 1 - /nx.php 3 - /cong.php 5 - /000.php 2 - /wp-content/plugins/tolly-t/hello.php 1 - /jindex.php 1 - /dfre.php 3 - /.docker/config.json 4 - /backend/config/default.yml 1 - /ioxi-o.php 3 - /webdb.php 1 - /file88.php 5 - //wp-content/plugins/cloudflare/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /av.php 1 - /.env.development.local 2 - /includes/config.php 2 - //.env.save 1 https://www.google.com/ /css/admin.php 1 - /login.php 1 - /za2.php 1 - /wp-admin/bu4.php 1 - /wsad.php 2 - /ron.php 1 - /wp-includes/pomo/wp-login.php 1 - /.env.sqlite 2 https://www.google.com/ /about3.php 4 - /bless11.php 1 - /config.env 2 - /config/settings.json 5 - //web/.env 1 https://www.google.com/ /zhidagen.php 2 - /mjdukrga.php 1 www.google.com /worksec.php 1 - /wp-content/plugins/pwnd/block-support.php 1 - /.docker/.env 5 - /dev.php 2 - /config/constants.js 1 - /about.php 15 - /app.properties 2 - /pn.php 1 - /cronlab/.env 1 - /nl.php 2 - /files/ 1 - /wp-admin/css/colors/coffee/index.php 1 - /akp.php 4 - /index/function.php 5 - /settings.ini 2 - /.saas/.env 1 - /Ova-Simple.php 1 - /wp-includes/widgets/include.php 1 - /wp-config.bak 2 - /uploads/admin.php 1 - /2021/wp-includes/wlwmanifest.xml 1 - /bgxgfnxl.php 1 www.google.com /private/env.json 4 - /images/class-config.php 1 - /php-info.php 4 - /inde.php 5 - /get.php 1 - /application/config/email.php 3 - /server.js 1 - /gfile.php 6 - /33.php 3 - /wp/wp-includes/wlwmanifest.xml 4 - //.env.debug 1 https://www.google.com/ /wi.php 1 - //laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /link.php 2 - /wp-includes/js/jcrop/Jcrop.php 1 - /.env.project 3 - /config/local.json 4 - /config/email.php 2 - /defaults.php 1 - //apps/.gitignore 1 https://www.google.com/ /whm-cp.php 1 - /php8.php 1 - /app/etc/config.php 5 - /wp-admin/maint/admin.php 1 - /.env.bkp 2 https://www.google.com/ /gelap1.php 1 - /core/app/.env 1 - /application/config/constants.php 5 - /wp-includes/css/about.php 1 - /log.php 2 - /db.php 2 - /asas.php 2 - /dz.php 1 - /rrr.php 3 - /bdr.php 1 - /shxrtr.php 1 - /alma.php 1 - /wp-admin/network/motu.php 1 - /.well-known/index.php 2 - /0x0x.php 3 - /a2.php 5 - /class17.php 2 - //.env.example.1 1 https://www.google.com/ /config/mail.php 6 - http://mehradhospital.ir:80/xmlrpc.php 1 - /wp-includes/sitemaps/providers/wp-login.php 1 - /x.php 4 - /we2.php 2 - /men.php 3 - /7b3658dfc7.php 1 - /wp-files.php 1 - /bs5.php 1 - /wp-includes/class-json-ajax-session.php 1 - /sts.php 2 - /wp-includes/index.php 1 - /core/Datavase/.env 1 - /ea.php 1 - /gifclass.php 3 - //administrator/.env 1 https://www.google.com/ /.env.beta 1 - /ad.php 3 - /class-config.php 1 - /web/.env.example 1 - /wp-includes/certificates/plugins.php 1 - /fe5.php 2 - /cool.php 4 - /ioxi002.PhP7 1 - /nfmr.php 1 - /new/.env.staging 1 - //vendor/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /ton.php 5 - /leafmailer.php 1 - /config/dev.json 4 - /wp-includes/ID3/ 1 - //laravel/.env 1 https://www.google.com/ /wp-admin/includes/about.phps 1 - /jmfi2.php 1 - //tests/.env 1 https://www.google.com/ /locale.php 1 - /lv.php 9 - /.env.testing 2 https://www.google.com/ /wp-includes/rest-api/fields/index.php 2 - /laravel/core/.env 4 - /info 3 - /edit.php 1 - /wp-content/autoload_classmap.php 1 - /jf1d22.php 2 - /wp-content/plugins/wp-conflg.php 2 - /sellers.json 2 - /sjcawlic.php 1 - /ova.php 1 - /bb2.php 2 - /d2.php 3 - /errorfile.php 2 - /wlex.php 2 - /www/.env 1 - /403.php 6 - /wp-includes/Text/Diff/index.php 1 - /wp-config-sample.php 1 - /wp-includes/css/dist/index.php 1 - /.env.sample 5 - /wp-content/plugins/fix/up.php 1 - //.env.backup 1 https://www.google.com/ /ab.php 2 - /gmanz.php 1 - /gelay.php 1 - /wp-content/plugins/seoplugins/mar.php 1 - /wp-content/themes/hideo/network.php 1 - /yasnu.php 1 - //api/.env.example 1 https://www.google.com/ /wp-admin/maint/ 1 - /.envs 3 - /wp-content/themes/index.php 1 - /api/.env.example 1 - /wp-content/plugins/apikey/motu.php 1 - /wp-content/plugins/phpad/as.php 1 - /api/config.php 2 - //.env.zip 1 https://www.google.com/ /wpc.php 2 - /enclas.php 2 - /css/index.php 4 - /back.php 1 - /wp-admin/network/plugins.php 1 - /wp-content/themes/twentyseventeen/inc/motu.php 1 - /class.api.php 1 - /NewFile.php 7 - /.env~ 4 - /wp-includes/rest-api/about.phps 1 - /chosen.php 5 - /conf/.env 1 - /wp-content/uploads/wpr-addons/forms/b1ack.php 1 - /meteor.settings.json 4 - /fex.php 1 - //.env.live 1 https://www.google.com/ /ea3f.php 3 - /eagle.php 1 - /css/colors/blue/index.php 1 - /swagger.js 1 - /config/app.default.php 3 - /application/config/migration.php 2 - /.remote.env 1 https://www.google.com/ /linusadmin-phpinfo.php 3 - /.local 3 - /system_log.php 10 - /wp-content/plugins/ioxi/ioxi/dropdown.php 1 - /wan.php 1 - /sitemap.xml 2 - /env.js 2 - /login/index.php 4 - /hehe.php 1 - /wp-includes/js/ 1 - /baxa1.php7 1 - /ssss.php 4 - /wp-includes/sodium_compat/lib/ 1 - /wp-content/languages/about.php 1 - /wp-admin/css/colors/blue/ 1 - /wp-includes/IXR/shell.php 1 - /.env.example 7 - /app.py 1 - /f35.php 6 - /wp-content/plugins/TOPXOH/wDR.php 1 - /.env.backup 6 - /.environment 1 - /0x.php 5 - /atomlib.php 9 - /shell.php 2 - /.env.dist 4 - /wp-admin/js/ 1 - /install/index.php 5 - /mar.php 2 - /goat1.php 2 - /bge.php 1 - /st.php 2 - //.environment 1 https://www.google.com/ http://mehradhospital.ir:80/site/wp-includes/wlwmanifest.xml 1 - /bless2.php 3 - /shell20211028.php 1 - /wp-content/themes/seotheme/mar.php 2 - /.well-known/pki-validation/wp-login.php 1 - /files/index.php 1 - /jack.php 1 - /jzaditck.php 1 www.google.com /wander.php 1 - /.env.db 1 - /jwpqzgdj.php 1 www.google.com /frontend/.env 1 - /.docker/laravel/app/.env 2 - /wp-includes/js/crop/index.php 1 - /vendor/.env 1 - /app.js 1 - /xwebshell.php 1 - /.tmb/wp-login.php 1 - /app/etc/config.local.php 5 - /wpo.php 2 - /uplozyu.php 1 - /controller/admin/post.js 1 - /file18.php 6 - //api/.env 1 https://www.google.com/ /indo.php 2 - /api/config/tsconfig.json 3 - /themes/twentytwentytwo/index.php 1 - /src/config/config.json 5 - /wp-cron.php 2 - /.vscode/.env 5 - /application/config/routes.php 3 - /siln.php 1 - //apps/.env 1 https://www.google.com/ /phpinfo.php4 3 - /C1.php 1 - /wso.php 1 - /wp-includes/blocks/calendar/index.php 1 - /des.php 2 - /ajax/xl2024.php 1 - /asasx.php 4 - /wp-includes/product.php 1 - /options.php 1 - //.env.bak 1 https://www.google.com/ /bs1.php 1 - /taktak.php 1 - /504.php 1 - //.env.project 1 https://www.google.com/ //wp-content/plugins/fix/up.php 10 - //config/.env 1 https://www.google.com/ /wp-admin/css/colors/midnight/ 1 - /templates/beez3/jsstrings.php 1 - /404.php 3 - /admin/controllers/partner.js 1 - /wp-content/plugins/WordPressCore/ 1 - /222.php 8 - /orm.php 3 - //wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ //lib/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /oxse.php 1 - /.env.old 3 https://www.google.com/ /jdbc.properties 2 - /config/test.config.php 3 - /wp-content/themes/classwithtostring.php 1 - /wp-admin/network/index.php 1 - //.env.old 1 https://www.google.com/ /wp-includes/item.php 1 - /time.php 3 - /index.php 3 - /wp-includes/css/ 1 - /wp-content/product.php 1 - /wp-includes/blocks/archives/ 1 - /zc-749.php 2 - //v1/.env 1 https://www.google.com/ /src/config/environment.json 3 - /config/php.ini 5 - /gof.php 1 - /tsconfig.json 3 - /sk25_1.php 2 - /wp-admin/images/wp-login.php 1 - /rsjlrria.php 1 - /ses.php 2 - /wp-includes/pomo/moon.php 1 - /wp-content/index.php 2 - //protected/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-admin/js/about.php7 1 - /wordpress/wp-includes/wlwmanifest.xml 4 - //.env.swp 1 https://www.google.com/ /wp-content/uploads/index.php 2 - /wp-admin/images/wp-conflg.php 1 - /database.properties 2 - /assacc.php 1 - /redi.php 1 - /config/bootstrap.php 2 - /f6.php 2 - /api2/.env 1 - /wp-includes/js/tinymce/utils/ 1 - //public/.env.example 1 https://www.google.com/ /ahax.php 4 - /r79.php 1 - /acp.php 3 - /public/.env.example 1 - /aipoyp.php 2 - /wp-config.php.save 2 - /config/production.json 4 - /.vscode/settings.json 6 - /email.php 2 - /haa.php 3 - /gi.php 2 - /var/html/uploads/ 1 - /i.php 6 - /wsx.php 1 - /wp-includes/fonts/about.php 2 - /wp-content/themes/about.php 3 - /wp-includes/pomo/index.php 1 - /wfile.php 4 - /.env.bak 4 - /gm.php 5 - //old/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /temp.php 4 - /wpx.php 1 - //panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /file2.php 8 - /a1.php 2 - /blex.php 3 - /wp-load.php 1 - /bless5.php 2 - /wp-includes/theme-compat/chosen.php 1 - /laravel/info.php 1 - /admin-app/.env 3 - /build.php 6 - /wp-content/themes/404.php 1 - /f.php 1 - /user.php 1 - http://mehradhospital.ir:80/2021/wp-includes/wlwmanifest.xml 1 - /css/about.php 1 - //.env.bkp 1 https://www.google.com/ /post.php 3 - /exapi/.env 1 - /layout.php 1 - /aiafadum.php 1 www.google.com /wp-content/uploads/2024/index.php 2 - /wp-includes/PHPMailer/ 1 - /man.php7 1 - /admin/.env 4 - //admin/.env 1 https://www.google.com/ /ext.php 3 - /.well-known/log.php 3 - /classgoto24.php 4 - /js/.env 1 - /ALFA_DATA/index.php 2 - /xxl.php 1 - /.env.debug 2 https://www.google.com/ /azra.php 1 - /wpls.php 2 - /hexx.php 1 - /sendgrid.env 1 - /server-info 1 - //www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-links.phps 1 - /config.properties 2 - /lock.php 2 - /cgi-bin/index.php 1 - /byp.php 2 - //wp-content/plugins/jekyll-exporter/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-includes/mah.php 1 - /shared/.env 3 - /wp-content/plugins/wp-help/index.php 1 - /aa9.php 1 - /@vite/env 1 - /application/config/encryption.php 4 - /itil.php 1 - /a3.php 1 - /appsettings.Development.json 4 - /wp-content/plugins/WordPressCore/include.php 1 - /buy.php 4 - /wp-includes/js/tinymce/utils/index.php 1 - /wp-signup.php 1 - /class19.php 3 - /owhboedq.php 1 www.google.com /appsettings.Production.json 4 - /wp-admin/includes/nav.php 1 - /admin/upload/css.php 4 - /qfunctions.php 1 - /config.js 5 - /wp-includes/certificates/index.php 2 - /wp-content/themes/aahana/json.php 2 - /puibr.php 1 - /default.php 5 - /tor.php 3 - /crm/.env 4 - /.well-known/pki-validation/index.php 2 - /opts.php 1 - /wp-admin/css/admin.php 1 - /wp-22.php 3 - /wp-includes/SimplePie/Content/Type/wp-login.php 1 - /naxc.php 3 - /packed.php 1 - /new/.env.production 1 - /config/production.config.php 4 - //uploads/.env 1 https://www.google.com/ /aws.yml 4 - /administrator/.env 1 - /wp-conflg.php 1 - /gg.php 1 - /style.php 1 - //lib/phpunit/phpunit/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-includes/blocks/about.php 1 - /mpxct.php 1 - /phpinfo 7 - /bluejackets.php 3 - //test/.env 1 https://www.google.com/ /config.json 9 - /simple.php 5 - /wj.php 1 - /wp-includes/IXR/ 1 - /ms-themes.php 1 - /.env-sample 2 - /admin/index.php 1 - /yellow.php 5 - /wp-content/themes/astra/inc/ki1k.php 1 - /wp-content/plugins/admin.php 2 - /dev/.env 1 - //.env.db 1 https://www.google.com/ /zzz.php 2 - /wp-includes/assets/index.php 3 - /wp-includes/SimplePie/about.php 1 - /wp-content/plugins/pwnd/as.php 1 - /wp-includes/Text/chosen.php 1 - /wp-content/plugins/fix/motu.php 1 - /fm.php/sts.php 1 - /wp-admin/css/about.php 1 - //.env.angular 1 https://www.google.com/ /class20.php 4 - /contact.php 1 - /.env.swp 2 https://www.google.com/ //app/.env 1 https://www.google.com/ /infophp.php 6 - /a.php 9 - /api/config.js 1 - //lib/phpunit/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-includes/css/dist/components/index.php 1 - /wp-admin/css/colors/sunrise/index.php 1 - /wp-admin/js/index.php 2 - /telescope/requests 1 - /wp-includes/js/dist/ 1 - /.env-example 2 - /wp-admin/network/wp-conflg.php 1 - /wp-file.php 1 - /wp-signin.php 1 - /eauu.php 2 - /wp-includes/Text/Diff/alfa-rex.php 1 - /wc.php 1 - /.env.test 1 - /wp-includes/wlwmanifest.xml 3 - /wp-admin/index.php 2 - //.env.sqlite 1 https://www.google.com/ /alam.php 1 - /.env.demo 1 - /config/application.config.php 5 - /debug/.env 1 - /static/js/2.ca066a4b.chunk.js 1 - /xsas.php 1 - /doti.php 1 - /filer.php 1 - /php.ini 2 - /radio.php 5 - /ioscyayw.php 1 www.google.com /sto.php 2 - /v4.php 6 - /public_html 2 - /src/settings.json 5 - /wp-includes/block-patterns/index.php 2 - /backend/config/development.yml 1 - /wp-includes/Text/Diff/ 1 - /wp-config 1 - /file5.php 2 - /admin/server_info.php 1 - /doc.php 2 - /shared/config/config.js 1 - /application/config/database.php 3 - /epinyins.php 3 - /feed/ 2 - /wp-config.php.old 7 - /wp-includes/sitemaps/about.php 1 - /As.php 1 - /load.php 1 - /wp-aaa.php 2 - /wp-admin/install.php 1 - /marijuana.php 3 - /r.php 6 - /dlu.php 1 - /config.php 9 - /.gitlab-ci/.env 1 - /aws-secret.yaml 1 - /controller/api/post.js 1 - /wp-content/classwithtostring.php 1 - /wp-content/plugins/hello.php 1 - /wp-admin/about.php 2 - /wp-admin/classwithtostring.php 1 - /wp-content/themes/cay-van-phong/filemanager.php 1 - /wp-config.txt 2 - /.env.stage 5 - /plugins/Cache/footer.php 1 - /wp-admin/user/chosen.php 1 - http://mehradhospital.ir:80/test/wp-includes/wlwmanifest.xml 1 - /gdn.php 2 - /wp-includes/block-patterns/ 1 - /config/development.config.php 4 - //vendor/phpunit/phpunit/Util/PHP/eval-stdin.php 1 https://www.google.com/ /laravel/.env 4 - /index.php/phpinfo 5 - /wp-content/BypassBest.php 1 - /appsettings.Test.json 5 - /zde.php 1 - //vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /n.php 1 - /law.php 3 - //saas/.env 1 https://www.google.com/ /ee.php 7 - /wp-mail.php 1 - /public/client/planinfo 5 - /application/config/doctypes.php 3 - /my_env/chakaash.py 1 - /wp-content/admin.php 2 - /css/xp.php 1 - /bless.php 6 - /lol.php 1 - /wp-trackback.php 2 - /helpers/utility.js 5 - /faiy.php 1 - /_all_dbs 1 - /wp-content/upgrade/ 1 - /bypass.php 3 - /wp-includes/block-bindings/ 1 - /ioxi-o2.php 2 - /mlex.php 4 - /huangs.php 1 - /.env.tmp 1 - /wp-admin/setup-config.php 1 - /cms/wp-includes/wlwmanifest.xml 4 - //api/v2/.env 1 https://www.google.com/ /backend/.env 6 - /website/.env 1 - /ht.php 1 - /bless3.php 1 - /wp-admin/css/colors/index.php 1 - /wp-includes/rest-api/search/ 1 - /pu.php 1 - /sec.php 8 - /wp-admin/admin.php 1 - /bolt.php 3 - /.env.local 6 - /leaf.php 1 - /s.php 5 - /wp-content/languages/wp-login.php 1 - /wp-includes/ 2 - /uploadx.php 1 - /new/.env.local 1 - http://mehradhospital.ir:80/wordpress/wp-includes/wlwmanifest.xml 1 - /mini.php 1 - /elp.php 3 - /wp-content/plugins/classic-editor/wp-login.php 1 - /new/.env 1 - /config/database.config.php 3 - /miso.php 1 - /xpw.php 2 - /_autoindex/assets/css/autoindex.css%22%20/%3E%3Cscript%20src=%22/_autoindex/assets/js/tablesort.js 6 - /error.php 5 - /wp-includes/rest-api/endpoints/ 1 - //en/.env 1 https://www.google.com/ /docker/app/.env 1 - http://mehradhospital.ir:80/shop/wp-includes/wlwmanifest.xml 1 - /simp.php 1 - /himu.php 2 - /wp-configs.php 4 - /z.php 4 - //.env.copy 1 https://www.google.com/ /wp-content/plugins/index.php 2 - /images/index.php 1 - /wp-admin/chosen.php 1 - /configs/routes.js 1 - /server-info.php 1 - /nc4.php 3 - /geck.php 5 - /wp-includes/SimplePie/wp-login.php 1 - /settings.php 2 - /file6.php 1 - /wp-includes/IXR/index.php 2 - /symfony/_profiler/phpinfo 5 - /racs3.php 2 - //dev/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /wp-content/file.php 1 - /node/.env_example 1 - /web/wp-includes/wlwmanifest.xml 4 - /.env.new 1 - /wp-admin/user/index.php 1 - /num.php 2 - /wp-content/plugins/simple/simple.php 1 - /wp-admin/buy.php 1 - /jp.php 3 - /.env.orig 1 - /bundleconfig.json 4 - /aves.php 2 - /wp-content/plugins/wp-theme-editor/include.php 1 - /c.php 5 - /launchSettings.json 4 - /cwsd.php 3 - /aaa.php 3 - /api/shared/config/.env 1 - /site/.env 2 - /wp-includes/buy.php 1 - /sim.php/wp-includes/certificates/plugins.php 1 - /config/development.json 5 - /test1.php 5 - /wp-content/plugins/linkpreview/db.php 1 - /media/wp-includes/wlwmanifest.xml 3 - /ay.php 2 - /wsa.php 3 - /scripts/nodemailer.js 1 - /xml.php 1 - /config/aws.yml 4 - /gecko.php 1 - /web/.env 4 - /application/config/hooks.php 3 - /asu.php 1 - /media.php 2 - /gmo.php 11 - /db.properties 2 - /wp-content/themes/sketch/404.php 1 - /main.js 4 - /up.php 2 - /config/paths.php 4 - /wp-includes/style-engine/index.php 1 - /angular.json 3 - /tgrs.php 3 - /smp.php 1 - /zuehvogt.php 1 www.google.com /wp-content/uploads/wp-conflg.php 1 - /update/g.php 1 - /wp-includes/Text/wp-login.php 1 - /wp-content/403.php 1 - /.env.staging 1 - /info.php 17 - /config/config.php 5 - /wp-configss1.php 1 - /up-UP-up.php 1 - /api/shared/config/config.env 1 - /akpc.php 2 - /wp-includes/SimplePie/admin.php 1 - /index2.php 1 - /.env.test.local 2 https://www.google.com/ /.aws/credentials 8 - /wp-content/cong.php 2 - /uwu2.php 1 - /2018/wp-includes/wlwmanifest.xml 3 - //.env~ 1 https://www.google.com/ /wp-includes/block-supports/index.php 1 - /admin/config.php 2 - /xampp/.env 1 - /wp-includes/Requests/library/shlo.php 1 - /config/module.config.php 3 - /Llj.php 1 - /static/js/main.141b0494.js 1 - /wp-content/uploads/autoload_classmap.php 1 - /wp-includes/Text/Diff/Renderer/ 1 - /wp-atom.php 1 - /appsettings.Local.json 4 - /2019/wp-includes/wlwmanifest.xml 4 - /appsettings.Staging.json 4 - /3.php 3 - /anskrit.php 2 - //lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 https://www.google.com/ /past.php 1 - /wp-update.php 2 - /.well-known/gecko-litespeed.php 2 - /license.php 2 - /vugfywfo.php 1 www.google.com /wp.php 9 - /wp-includes/fonts/index.php 2 - /config/cli_bootstrap.php 4 - /file22.php 1 - /dex.php 1 - /wp-content/plugins/erinyani/default.php 1 - /app/etc/env.local.php 3 - /copypaths.php 1 - /123.php 1 - /app_dev.php/_profiler/phpinfo 6 - /wp-login.php 11 - /jga.php 1 - /customize.php 1 - /prod/.env 5 - /wp-includes/images/ 1 - /gifclass4.php 3 - /configs/s3_config.json 1 - /wg.php 1 - //.env.test.local 1 https://www.google.com/ /update/nf.php 1 - /amphicyon.php 3 - /wp-includes/images/wp-login.php 2 - /ws.php 5 - /555.php 4 - /k.php 7 - /good.php 2 - //.env_sample 1 https://www.google.com/ /admin/controllers/merchant.js 1 - /sitemaps/.env 1 - /aa.php 7 - /feifq.php 1 - /uploat.php 1 - /wp-l0gin.php 1 - /wp-content/content.php 1 - /file.php 9 - /wp-includes/style-engine/about.php 2 - /configuration.php 2 - /aa21.php 3 - /portal/.env 1 - /wp-admin/js/widgets/index.php 1 - /wp1/wp-includes/wlwmanifest.xml 4 - /file8.php 1 - //API/.env 1 https://www.google.com/ /wp-admin/maint/index.php 3 - /wp-includes/Text/wp-conflg.php 2 - /011i.php 1 - /_profiler/phpinfo.php 4 - /wk.php 1 - /config/autoload/global.php 5 - /data.php 1 - /tentang_rmol.php 1 - /he.php 6 - /wp-includes/Text/about.php 1 - /wp-includes/images/about.php 1 - /let.php 3 - /static/js/main.e85f7a37.js 1 - /function/admin.php 1 - /.env.template 1 - /class.1.php 1 - /_profiler/phpinfo 9 - /modules/mod_simplefileuploadv1.3/elements/filemanager.php 1 - /jquery.php 1 - /geger.php 2 - /wp-content/upgrade-temp-backup/about.php 1 - /wp-content/themes/wp-pridmag/up.php 1 - /assets/.env 1 - /x3.php 1 - http://mehradhospital.ir:80/2019/wp-includes/wlwmanifest.xml 1 - /nginx/.env 1 - /2020/wp-includes/wlwmanifest.xml 1 - /AxAo.php 3 - /ifm.php 2 - /wp-content/about.php 1 - /api/.env 6 - /wp-admin/js/privacy-tools.min.php 1 - /public/js/main.js 1 - /shop/wp-includes/wlwmanifest.xml 4 - /zex.php 1 - /wp-admin/includes/admin-ajax.php 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 291 195.178.110.68 9 11 20703 20251027092320 178.22.120.100 7 7 448 20251007155642 194.225.50.88 7 7 4865 20251019144111 159.65.24.22 6 6 4176 20251014035050 114.96.103.33 5 5 3487 20251026004158 192.42.116.219 4 4 5473 20251013073307 43.130.139.136 4 4 2784 20251019183629 182.42.111.213 4 4 2784 20251029054857 182.44.9.147 4 4 2780 20251025062735 43.135.211.148 4 4 2788 20251030191533 185.220.100.243 4 4 5473 20251025155857 223.244.35.77 4 4 2784 20251018125544 45.84.107.55 4 4 5473 20251024130114 43.130.67.6 4 4 2786 20251023183406 192.42.116.191 4 4 5473 20251026191550 72.13.62.43 3 3 2101 20251016190846 43.133.69.37 3 3 2087 20251026231435 43.167.157.80 3 3 2089 20251018070052 66.249.64.230 3 3 1661 20251020035653 66.249.64.228 3 3 1666 20251020024605 170.106.82.209 3 3 2085 20251021080355 199.244.88.218 3 3 2085 20251015133341 43.159.141.150 3 3 2085 20251031202541 203.33.203.148 3 3 2097 20251021124537 125.75.66.97 3 3 2089 20251030174735 43.157.150.69 1 1 695 20251011213346 43.166.131.228 1 1 699 20251023072255 101.32.15.141 1 1 699 20251013061245 182.42.104.32 1 1 699 20251012214534 43.130.3.122 1 1 695 20251015145443 43.153.54.138 2 2 1394 20251030072455 172.239.195.176 1 1 695 20251025014828 146.70.12.7 1 1 695 20251011183837 43.165.65.75 1 1 695 20251024213648 222.79.104.23 2 2 1390 20251031175126 150.109.46.88 1 1 699 20251017183435 43.157.153.236 1 1 695 20251026230038 170.106.163.48 1 1 697 20251031195508 43.164.195.17 1 1 695 20251017084014 84.54.33.23 2 2 2736 20251021093240 36.111.67.189 2 2 1398 20251017010139 43.130.72.40 1 1 699 20251024183636 43.157.181.189 1 1 699 20251026223123 157.66.56.12 1 1 1368 20251031144452 14.215.163.132 1 1 695 20251026184356 129.226.174.80 1 1 699 20251014061522 62.210.90.175 1 5 5059 20251014204736 43.165.135.242 1 1 695 20251017213753 66.249.64.229 2 2 1111 20251020024311 93.158.90.74 1 1 695 20251027042814 49.51.243.95 2 2 1394 20251017061217 170.106.11.141 2 2 1394 20251025183900 216.107.133.104 1 1 695 20251027042411 114.80.36.40 1 1 699 20251016125813 43.130.3.120 1 1 695 20251008174659 43.135.133.241 1 1 697 20251017083254 43.166.244.66 2 2 1390 20251025213741 43.167.241.46 1 1 695 20251027223128 170.106.37.134 1 1 699 20251021070329 123.187.240.242 1 1 695 20251019071125 13.251.89.26 1 1 87 20251007155654 43.165.189.206 1 1 697 20251026222512 167.94.146.60 2 2 1390 20251018183943 170.106.113.159 1 1 699 20251007191347 43.131.32.36 1 1 695 20251013095543 216.10.4.243 1 1 553 20251008162443 170.106.148.137 1 1 695 20251020213543 170.106.165.76 1 1 699 20251022090513 172.192.33.232 1 1 1368 20251026063134 43.135.139.165 1 1 695 20251027071937 43.135.145.117 1 1 695 20251024082738 43.153.86.78 2 2 1394 20251027114703 182.42.111.156 1 1 699 20251018010323 43.153.10.83 1 1 699 20251016062627 49.51.243.156 1 1 695 20251018124654 43.128.156.124 1 1 695 20251030213558 43.155.140.157 2 2 1390 20251027213545 43.166.251.233 1 1 695 20251007183622 43.131.253.14 1 1 699 20251026232625 43.157.67.70 1 1 695 20251012153848 129.226.213.145 1 1 695 20251017131002 182.42.105.85 1 1 695 20251021184947 43.157.20.63 1 1 695 20251029213848 4.217.235.135 2 2 2736 20251031070545 43.166.250.187 2 2 1394 20251015194816 13.217.20.243 1 1 695 20251013022953 43.166.242.189 1 1 699 20251014183518 63.178.123.109 1 1 695 20251016190823 43.130.72.177 1 1 699 20251011050056 43.153.107.22 1 1 695 20251014082216 43.167.245.18 1 1 695 20251018225439 43.130.141.193 1 1 699 20251014062035 49.51.132.100 1 1 699 20251027183554 43.157.149.188 1 1 695 20251031201310 43.166.224.244 1 1 695 20251011234436 14.241.183.41 1 1 0 20251017122535 43.165.190.5 2 2 1394 20251031193024 43.153.79.218 1 1 695 20251025161243 43.166.253.94 1 1 699 20251018183514 120.71.59.24 3 3 2093 20251027003444 43.157.95.131 2 2 1390 20251030141403 164.90.172.117 1 1 695 20251010180411 49.51.183.84 1 1 695 20251016062748 43.166.240.231 1 1 695 20251026170036 43.157.175.122 1 1 695 20251011064212 43.157.170.126 1 1 695 20251028124317 182.44.12.37 3 3 2093 20251028001605 43.164.196.57 1 1 695 20251012060200 43.166.1.243 1 1 699 20251008153341 43.153.135.208 1 1 695 20251012104448 172.207.126.36 1 1 1368 20251028200000 43.157.62.101 1 1 699 20251013183557 43.165.67.57 1 1 699 20251009055512 170.106.35.187 1 1 699 20251031200458 43.159.128.155 1 1 697 20251017091038 137.184.89.115 3 3 4104 20251013142815 43.157.156.190 1 1 699 20251031204331 43.155.195.141 1 1 695 20251011172508 43.157.179.227 1 1 695 20251016192646 180.110.203.108 1 1 695 20251023062254 43.157.174.69 1 1 695 20251024072255 43.166.238.12 1 1 697 20251031203445 182.42.110.255 1 1 699 20251009224826 130.33.52.240 1 1 1368 20251024042659 43.130.100.35 1 1 699 20251028071916 129.28.14.231 1 1 695 20251014085924 43.166.255.102 2 2 1394 20251025211921 49.51.233.95 1 1 695 20251015213445 196.251.86.100 1 1 1368 20251007191504 172.237.133.221 1 1 695 20251028071621 182.44.2.148 3 3 2093 20251024121902 146.59.10.171 1 1 1368 20251008083058 43.153.12.58 1 1 695 20251026213652 43.159.149.56 1 1 699 20251022070344 113.141.91.58 2 2 1390 20251017065655 172.207.134.49 1 1 1368 20251028014224 205.169.39.48 1 1 695 20251009232316 43.130.111.40 2 2 1390 20251026115857 43.153.7.191 2 2 1390 20251028213428 43.155.129.131 2 2 1394 20251013061136 43.131.45.213 3 3 2089 20251018213557 43.159.144.16 1 1 695 20251023072308 43.157.46.118 2 2 1394 20251026072814 49.51.233.46 2 2 1394 20251021183852 87.251.78.138 1 3 3361 20251010192541 3.138.185.30 1 1 695 20251019132403 43.167.232.38 1 1 699 20251011014537 170.106.180.139 1 1 695 20251029070110 43.152.72.244 1 1 695 20251022131529 203.2.64.59 1 1 695 20251019192016 124.221.245.78 1 1 699 20251014045846 170.106.143.6 1 1 699 20251011060936 192.36.109.125 1 1 695 20251017144015 49.51.166.228 1 1 699 20251009183259 162.62.132.25 1 1 695 20251017090008 172.237.128.200 1 1 695 20251015233910 124.226.222.66 1 1 699 20251028115927 43.166.247.155 3 3 2093 20251019222114 4.216.91.190 1 1 1368 20251030161531 43.157.188.74 1 1 699 20251012153218 43.157.43.147 1 1 697 20251022082510 101.91.148.219 2 2 1394 20251020191037 132.232.144.200 1 1 699 20251011060807 44.193.254.10 1 1 699 20251007210312 43.134.141.244 1 1 695 20251017174239 18.236.160.158 1 1 87 20251007155654 43.157.158.178 3 3 2085 20251023081302 43.135.36.201 1 1 699 20251030183854 117.62.235.53 1 1 699 20251015131825 159.223.199.111 3 3 4104 20251016090459 43.153.71.12 1 1 695 20251019114943 54.201.41.91 0 1 366 43.166.132.142 1 1 695 20251026072702 3.21.168.76 1 1 87 20251007155654 43.166.239.145 1 1 697 20251007193405 110.166.71.39 2 2 1394 20251009185059 43.135.183.82 1 1 695 20251009162623 43.165.70.220 1 1 699 20251014024650 16.16.218.184 1 1 87 20251007155654 43.159.136.201 1 1 699 20251010153437 35.93.212.129 2 2 1390 20251007190243 43.130.105.21 1 1 695 20251031144335 43.166.136.153 3 3 2097 20251022081526 43.133.187.11 2 2 1394 20251031213512 43.166.245.120 1 1 699 20251022183603 46.228.199.158 1 1 695 20251022061353 43.130.101.151 1 1 699 20251026184054 172.207.123.72 2 2 2736 20251009223439 170.106.35.137 2 2 1394 20251022084515 182.43.70.143 3 3 2089 20251025123333 43.130.78.203 1 1 699 20251020183626 43.153.48.240 1 1 695 20251031065650 43.130.15.147 1 1 695 20251028225404 118.195.153.213 2 2 1394 20251013092127 162.142.125.121 2 2 1390 20251020212740 43.130.9.111 2 2 1394 20251012060250 162.14.197.180 1 1 699 20251013052521 43.163.104.54 1 1 695 20251022085903 132.232.203.74 2 2 1394 20251009104825 43.156.168.214 1 1 695 20251020131140 51.159.100.216 1 5 5059 20251008224003 49.51.50.147 3 3 2085 20251025074043 98.93.102.95 1 1 695 20251025034827 43.153.76.247 1 1 699 20251011153403 49.7.227.204 3 3 2093 20251023003530 43.131.26.226 1 1 695 20251026220720 185.220.101.130 3 3 4105 20251022201126 170.106.160.90 2 2 1398 20251028183711 43.130.102.7 1 1 699 20251011230307 43.159.143.139 2 2 1394 20251010213526 43.155.188.157 1 1 699 20251029070205 182.40.104.255 1 1 699 20251030114358 45.3.32.22 1 1 1368 20251011111954 43.159.149.216 1 1 695 20251023213615 43.130.31.17 1 1 699 20251010014755 206.168.34.124 1 1 695 20251028225251 170.106.107.87 1 1 695 20251026224306 152.42.205.254 3 3 4104 20251008151321 23.178.112.211 1 1 87 20251007155652 121.4.97.180 1 1 695 20251012174942 157.230.19.140 1 1 1368 20251007155717 43.130.32.245 1 1 695 20251008213315 49.51.47.100 1 1 699 20251012060027 43.157.95.239 1 1 695 20251008131506 43.153.67.21 1 1 699 20251009045914 170.106.180.246 1 1 699 20251024072136 43.155.27.244 1 1 695 20251022070226 121.229.185.160 1 1 695 20251014194639 125.94.144.102 3 3 2097 20251031235500 182.42.105.144 1 1 695 20251029174539 43.159.152.184 1 1 695 20251012201307 3.97.7.53 2 2 1106 20251013182919 185.220.101.3 1 1 1368 20251022201124 170.106.110.146 1 1 699 20251025073915 43.130.53.252 2 2 1394 20251015050111 43.133.66.51 1 1 695 20251019214146 91.231.89.127 1 1 1368 20251009144848 43.173.1.69 1 1 695 20251011050132 182.44.8.254 2 2 1394 20251027061940 93.158.90.73 1 1 695 20251010112609 49.51.183.75 1 1 695 20251010050051 49.51.39.209 1 1 695 20251021213609 43.143.248.236 1 1 699 20251011221254 43.157.180.116 1 1 695 20251016144623 43.164.197.224 1 1 695 20251007182930 170.106.113.235 1 1 695 20251022175121 185.177.72.23 2 6 6722 20251010055909 43.166.226.57 1 1 695 20251028071956 101.33.81.73 1 1 699 20251029183535 104.37.27.42 1 1 695 20251022010530 170.106.72.93 1 1 695 20251011123726 43.135.130.202 2 2 1390 20251030070645 43.153.104.196 1 1 695 20251014180910 43.153.47.201 1 1 697 20251007190354 43.130.150.80 1 1 695 20251029170607 170.106.84.136 2 2 1390 20251027164653 43.131.36.84 1 1 699 20251031183909 43.159.138.217 3 3 2087 20251014134118 188.166.168.238 1 1 699 20251030122748 43.130.39.254 1 1 699 20251008045911 43.159.145.153 1 1 695 20251017075641 98.87.157.73 1 1 695 20251017042629 49.51.72.76 1 1 699 20251013061407 180.102.134.69 2 2 1394 20251025003443 43.130.91.95 1 1 699 20251017085104 223.15.245.170 2 2 1398 20251020125945 43.133.253.253 2 2 1390 20251024182049 43.130.12.43 1 1 695 20251022080027 43.153.35.128 1 1 695 20251012213719 49.51.52.250 1 1 695 20251021134553 84.20.18.75 1 3 3361 20251017185153 43.157.168.43 1 1 699 20251027071839 106.227.49.113 1 1 699 20251029234938 43.166.128.86 1 1 699 20251021183614 43.159.152.187 1 1 695 20251011223924 62.141.44.236 1 1 695 20251010213704 130.33.52.163 2 2 2736 20251013131531 167.94.146.54 3 3 2085 20251024063300 49.51.183.220 1 1 699 20251010061640 49.51.141.76 2 2 1394 20251019063203 170.106.167.214 1 1 695 20251013145450 182.44.10.67 2 2 1398 20251020011022 43.131.39.179 1 1 695 20251023182733 192.71.10.105 1 1 695 20251014194508 124.198.131.114 1 1 1368 20251008115352 43.157.53.115 1 1 695 20251029122539 175.6.217.4 3 3 2089 20251030234956 20.41.74.116 1 1 1368 20251026062708 36.41.75.167 3 3 2085 20251027181825 43.135.142.37 2 2 1394 20251020065716 43.156.204.134 2 2 1394 20251031065557 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 25 20251007 29 31 16730 22 20251008 27 31 29077 23 20251009 20 20 15947 20 20251010 18 22 17866 18 20251011 24 24 17391 24 20251012 15 15 11126 15 20251013 29 30 25654 23 20251014 24 28 21074 19 20251015 12 12 8352 12 20251016 17 17 13866 13 20251017 21 23 16594 21 20251018 13 13 9051 12 20251019 13 13 9051 13 20251020 20 20 12794 16 20251021 12 12 9029 12 20251022 21 21 17312 19 20251023 11 11 7661 11 20251024 15 15 11783 13 20251025 16 16 13829 13 20251026 22 22 19357 19 20251027 22 24 29754 14 20251028 14 14 11092 14 20251029 9 9 6267 9 20251030 12 12 9033 12 20251031 19 19 15252 19 END_DAY # Session range - Number of visits BEGIN_SESSION 5 30mn-1h 1 2mn-5mn 2 30s-2mn 1 15mn-30mn 1 0s-30s 401 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 9 / 443 345913 400 400 /.well-known/acme-challenge/pH8xl8OqukRk2mIpm-swZ2_lLkUVkUs9h77rCaLgCcg 5 435 5 5 /.well-known/acme-challenge/OOWHP2514IZNHP22HA6A1AMU4TS_DKKW 1 64 0 0 /.well-known/acme-challenge/3FZN7Z_7_HKUL-CK_KK8DWFA_V6Q2KWU 1 64 0 1 /.well-known/acme-challenge/-TR67J0Y0ANGTOBULR83TUJ1RA4LE24T 1 64 0 0 /.well-known/acme-challenge/Z2Y7AQFPIUR88BUZBGR8GFD-72-LW86L 1 64 0 0 /.well-known/acme-challenge/5MEHCKU5MQZCMJ4QTVEPJI62O0SCIC0B 1 64 0 0 /.well-known/acme-challenge/W3_ZXAI0_ASMXSYYKPYTVS1BET-D6OS4 1 64 0 0 /.well-known/acme-challenge/FG57B2QH-J09QRAKGPTHY07WM7HQKQQP 1 64 1 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 5K+ 1 500-1K 3940 100-500 23 44-100 12 0-44 5 2K-5K 17 1K-2K 68 END_FILESIZE ssl/awstats.mehradhospital.ir.conf000064400000056316151504703150013332 0ustar00# AWStats configure file #----------------------------------------------------------------------------- # Copy this file into awstats.www.myserver.mydomain.conf or awstats.conf and # edit this new file to setup AWStats (See documentation in docs/ directory). # The config file must be in /etc/opt/awstats, /etc/awstats or /etc (for # Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...) # To include an environment variable in any parameter (AWStats will replace # it with its value when reading it), follow the example: # Parameter="__ENVNAME__" #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # MAIN SETUP SECTION (Required to make AWStats working) #----------------------------------------------------------------------------- # "LogFile" contains the web server logfile to analyze. # Possible values: A full path, or a relative path from awstats.pl directory # Example: "/var/log/apache/access.log" # Example: "../logs/mycombinedlog.log" # # You can also use tags in this filename if you need a dynamic file name # depending on date or time (Replacement is made by AWStats at the beginning # of its execution). This is available tags : # %YYYY-n is replaced with 4 digits year we were n hours ago # %YY-n is replaced with 2 digits year we were n hours ago # %MM-n is replaced with month we were n hours ago # %DD-n is replaced with day we were n hours ago # %HH-n is replaced with hour we were n hours ago # %WM-n is replaced with the week number in month (1-5) # You can use 0 for n if you need current year, month, day, hour... # Example: "/var/log/access_log.MM-0%DD-0.log" # Example: "C:/WINNT/system32/LogFiles/W3SVC1/exMM-24%DD-24.log" # LogFile="/etc/apache2/logs/domlogs/mehradhospital.ir-ssl_log" # Put here your log format (Must match your web server config. See setup # instructions in documentation know how to configure your web server to have # the required log format). # Possible values: 1,2,3,4,5 or "your_own_personalized_log_format" # 1 = Apache native combined log format (NCSA combined/XLF/ELF log format) # 2 = IIS log format (W3C log format) # 3 = Webstar native log format # 4 = Apache or Squid native common log format (NCSA common log format) # With LogFormat=4, some features (browsers, os, keywords...) can't work. # 5 = ISA server native standard log format # "your_own_personalized_log_format" = If your log is a personalized format, # you must use the following syntax keys to define the log format string: # %host Host client name or IP address # %logname Authenticated login/user used on protected pages # %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000] # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss # %methodurl Method and URL with format: "GET /index.html HTTP/x.x" # %methodurlnoprot Method and URL with format: "GET /index.html" # %method Method with format: GET # %url URL only with format: /index.html # %query Query string (used by URLWithQuery option) # %code HTTP return code with format: 999 # %bytesd Size of document in bytes # %refererquot Referer page with format: "http://from.com/from.htm" # %referer Referer page with format: http://from.com/from.htm # %uaquot User agent with format: "Mozilla/4.0 (compatible, ...)" # %ua User agent with format: Mozilla/4.0_(compatible...) # %gzipin Mod_gzip compression input bytes: In:XXX # %gzipout Mod_gzip compression output bytes & ratio: Out:YYY:ZZZpct. # %gzipratio Mod_gzip compression ratio: ZZZpct. # If your log format has some fields not included in this list, use # %other Means another field # # Examples for Apache combined logs (this two examples are equivalent): # LogFormat = 1 # LogFormat = "other time1 code refererquot %uaquot" # # Examples for IIS (this two examples are equivalent): # LogFormat = 2 # LogFormat = "host method code other referer" # LogFormat=1 # If you want to have information on domains/countries visitors, you must ask # AWStats to make reverse DNS lookup (if not already done in your log file). # If you set DNSLookup to 1, don't forget that reverse DNS lookup decrease # seriously AWStats time processing. # If you keep DNSLookup to 0, all hosts will be reported by the IP addresses # and not by the full hostname of visitors. Domain/Country chart will also # report all visitors from a domain/country "Unknown". # Possible values: 0 or 1 # Default: 0 # DNSLookup=0 # When AWStats updates its statistics, it stores results of its analysis in # files (AWStats database). All those files are written in the directory # defined by the "DirData" parameter. Set this value to the directory where # you want AWStats to save its database and working files into. # Warning: If you want to be able to use the "AllowToUpdateStatsFromBrowser" # feature (see later), you need write permissions by webserver user on this # directory. # Example: "/var/cache/awstats" # Example: "../data" # Example: "C:/awstats_data_dir" # Default: "." (means same directory as awstats.pl) # DirData="/home/mehradh2/tmp/awstats/ssl" # Relative or absolute web URL of your awstats.pl directory. # This parameter is used only when AWStats is run from command line # with -output option (to generate links in HTML reported page). # Default: "/cgi-bin" (means awstats.pl is in "/mywwwroot/cgi-bin") # DirCgi="/tmp/awstats" # Relative or absolute web URL of all icons subdirectories. # Default: "/icon" (means you must copy icon directories in "/mywwwroot/icon") # DirIcons="/images/awstats" # "SiteDomain" must contain the main domain name or the main intranet web # server name used to reach the web site. # This parameter is only used to generate full URLs links when ShowLinksOnUrl # option is set to 1. # Example: "www.mysite.com" # Example: "user.mydomain.com" # Example: "myintranetserver" # Default: "" # SiteDomain="mehradhospital.ir" # Put here all other possible domain names, addresses or virtual host aliases # someone can use to access your site. Try to keep only the minimum number of # possible names/addresses to have the best performances. # You can repeat the "SiteDomain" value in this list. # Use space between each value and put a backslash before each dot. # This parameter is used to analyze referer field in log file and to help # AWStats to know if a referer URL is a local URL of same site or an URL of # another site. # Example: "www.myserver.com x.y.z.w localhost 127.0.0.1" # HostAliases="mehradhospital.ir www.mehradhospital.ir localhost 127.0.0.1" # When this parameter is set to 1, AWStats add a button on report page to # allow to "update" statistics from a web browser. Warning, when "update" is # made from a browser, AWStats is ran as a CGI by the web server user # defined in your web server (user "nobody" by default with Apache, "IUSR_XXX" # with IIS), so the "DirData" directory and all already existing history files # (awstatsMMYYYY[.xxx].txt) must be writable by this user. Change permissions # if required. # Warning: Update process can be long so you might experience "time out" # browser errors if you don't launch AWStats enough frequently. # When set to 0, update is only made when AWStats is ran from the command # line interface (or a task scheduler). # Possible values: 1 or 0 # Default: 0 # AllowToUpdateStatsFromBrowser=0 AllowFullYearView=3 #----------------------------------------------------------------------------- # OPTIONAL SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # The following two parameters allow you to protect a config file to be used # by your AWStats program called from a browser only if web user has been # authenticated. Your AWStats program must be in a web protected "realm" (With # Apache, you can use .htaccess files to do so. With other web servers, see # your server setup manual). # Possible values: 1 or 0 # Default: 0 # AllowAccessFromWebToAuthenticatedUsersOnly=0 # This parameter give the list of all authorized authenticated users to view # statistics for this domain/config file. This parameter is used only if # AllowAccessToAuthenticatedUsersOnly is set to 1. # Example: "user1 user2" # Default: "" # AllowAccessFromWebToFollowingAuthenticatedUsers="" # If the "DirData" directory (see above) does not exists, AWStats return an # error. However, you can ask AWStats to create it. # This option can be used by some Web Hosting Providers that has defined a # dynamic value for DirData (for example DirData="/home/__REMOTE_USER__") and # don't want to have to create a new directory each time they add a new user. # Possible values: 1 or 0 # Default: 0 # CreateDirDataIfNotExists=1 # In most case, AWStats is used as a cgi program. So AWStats process is ran # by default web server user (nobody for Unix, IUSR_xxx for IIS/Windows,...). # To make use easier and avoid permission problems between update process # (run by an admin user) and CGI process (ran by a low level user), AWStats # save its database files with read and write for everyone. # If you have experience on managing security policies (Web Hosting Provider), # you should set this parameter to 0. AWStats will keep default process user # permissions on its files. # Possible values: 1 or 0 # Default: 1 # SaveDatabaseFilesWithPermissionsForEveryone=0 # AWStats can purge log after processing it. By this way, the next time you # launch AWStats, log file will be smaller and processing time will be better. # IMPORTANT !!! # AWStats is able to detect new lines in log file, to process only them, so # you can launch AWStats as soon as you want, even with this parameter to 0. # With 0, no purge is made, so you must use a scheduled task or a web server # that make this purge frequently. # With 1, the purge of the log file is made each time AWStats is ran. # This parameter doesn't work with IIS (This web server doesn't let its log # file to be purged). # Possible values: 1 or 0 # Default: 0 # PurgeLogFile=0 # When PurgeLogFile is setup to 1, AWStats will clean your log file after # processing it. You can however keep an archive file (saved in "DirData") of # all processed log records by setting this to 1 (For example if you want to # use another log analyzer). # This parameter is not used if PurgeLogFile=0 # Possible values: 1 or 0 # Default: 0 # ArchiveLogRecords=0 # Each time you run the update process, AWStats overwrite the 'historic file' # for the month (awstatsMMYYYY[.*].txt) with the updated one. # When write errors occurs (IO, disk full,...), this historic file can be # corrupted and must be deleted. Because this file contains information of all # past processed log files, you will loose old stats if removed. So you can # ask AWStats to save last non corrupted file in a .bak file. This file is # stored in "DirData" directory with other 'historic files'. # Possible values: 1 or 0 # Default: 1 # KeepBackupOfHistoricFiles=0 # Index page name for your web server. # Example: "default.htm" # Default: "index.html" # DefaultFile="index.html" # Do not include access from clients that match following criteria. # If your log file contains IP addresses in host field, you must put here # matching IP addresses criteria. # If DNS lookup is already done in your log file, you must put here hostname # criteria. # Note: Use space between each value. # Example: "127.0.0.1 163.84. 201.101.51.1" # Example: "localhost abcxyz" # Default: "" # SkipHosts="" # You can specify specific IP addresses that should NOT be looked up in # the DNS. You may specify partial addresses (ie 163.85. for everything # behind the usual firewall setup, etc)... # This is only useful if DNSLookup=1. # Note: Use space between each value and put a backslash before each dot. # Example: "163.85. 201.101.51.2" # Default: "" # SkipDNSLookupFor="" # Use SkipFiles to ignore access to URLs that match one of following entries. # You can, with this option, add a list of not important frame pages (like # menus, etc...) to exclude them from statistics. # For example, to ignore a whole directory tree, just add "directorytoignore", # to ignore "users" pages in your stats, you can add "/~". # The oposite parameter of "SkipFiles" is "OnlyFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values. # Note: xxx$ means URL ending with xxx. # Example: "robots.txt$ favicon.ico$ badpage.html /~" # Default: "robots.txt$ favicon.ico$" # SkipFiles="robots.txt$ favicon.ico$" # Include in stats, only accesses to URLs that match one of following entries. # For example, if you want AWStats to filter access to keep only stats that # match a particular string, like a particular directory, you can add this # directory name in this parameter. # The opposite parameter of "OnlyFiles" is "SkipFiles". # Note: This parameter is not case sensitive. # Note: Use space between each value and do not remove default values # Note: xxx$ means URL ending by xxx. # Example: "marketing_directory" # Default: "" # OnlyFiles="" # Add here a list of kind of url (file extension) that must be counted as # "Hit only" and not as a "Hit" and "Page viewed". You can set here all images # extensions as they are hit downloaded that must be counted but they are not # viewed pages. URL with such extensions are not included in the TOP Pages/URL # report. # Note: If you want to exclude your own URLs from stats (No Pages and no Hits # reported), you should use SkipFiles parameter instead. # Example: "" # Example: "css js class gif jpg jpeg png bmp zip arj gz z wav mp3 wma mpg" # Default: "css js class gif jpg jpeg png bmp" # NotPageList="css js class gif jpg jpeg png bmp" # By default, AWStats considers that records found in log file are successful # hits if HTTP code returned by server is a valid HTTP code (200 and 304). # Any other code are reported in HTTP error chart. # However in some specific environnement, with web server HTTP redirection, # you can choose to also accept other codes. # Example: "200 304 302 305" # Default: "200 304" # ValidHTTPCodes="200 304" # Keep or attach the query string to the URL in the statistics for individual # pages. This is primarily used to differentiate between the URLs of dynamic # pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as # two different pages. Warning, when set to 1, memory required to run AWStats # is doubled. # Possible values: # 0 - URLs are cleaned from the query string (ie: "/mypage.html") # 1 - Full URL with query string is used (ie: "/mypage.html?x=y") # Default: 0 # URLWithQuery=0 # AWStats can detect setup problems or show you important informations to have # a better use. Keep this to 1, except if AWStats says you can change it. # Possible values: 1 or 0 # Default: 1 # WarningMessages=1 # To help you to detect if your log format is good, AWStats report an error # if the first NbOfLinesForCorruptedLog lines have all a format that does not # match the LogFormat parameter. # However, some worm virus attack on your web server can result in a very high # number of corrupted lines in your log. So if you experience awstats stop # because of bad virus records, you can increase this parameter (very rare). # Default: 50 # NbOfLinesForCorruptedLog=10000 # Search engines keywords reported are full search string or separate keywords # Possible values: # 0 - Search keywords reported are full search string (ie: "town maps") # 1 - Search keywords reported are separated words (ie: "town" and "maps") # Default: 0 # SplitSearchString=0 # You can add in the HTML report page a delay to force browsers to reload page # if page is loaded a second time after this delay (in seconds). # Example: 3600 # Default: 0 # Expires=0 # For some particular integration needs, you may want to have CGI links to # point to another script than awstats.pl. # Use the name of this script in WrapperScript parameter. # Example: "awstatslauncher.pl" # Default: "" # WrapperScript="" #----------------------------------------------------------------------------- # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- # You can change value for following option to increase AWStats capabilities # (but this reduce AWStats speed). # Possible values: 0, 1 or 2 # Default: 1 # LevelForRobotsDetection=1 # 0 will increase AWStats speed by 1%. LevelForBrowsersDetection=1 # 0 disables Browsers detection. No speed gain. LevelForOSDetection=1 # 0 disables OS detection. No speed gain. LevelForRefererAnalyze=1 # 0 will increase AWStats speed by 6%. #----------------------------------------------------------------------------- # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features) #----------------------------------------------------------------------------- UseFramesWhenCGI=1 # To avoid too large web pages, you can ask AWStats to limit number of rows of # all reported charts to this number when no other limit apply. # Default: 1000 # MaxRowsInHTMLOutput=1000 # Set your primary language. # Possible value: # Bosnian=ba, Chinese (Taiwan)=tw, Chinese (Traditional)=cn, Czech=cz, # Danish=dk, Dutch=nl, English=en, French=fr, German=de, Greek=gr, # Hungarian=hu, Indonesian=id, Italian=it, Japanese=jp, Korean=kr, # Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl, # Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru, # Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua # Default: en # Lang="en" # Set the location of language files. # Example: "/opt/awstats/lang" # Default: "./lang" (means lang directory is in same location than awstats.pl) # DirLang="/usr/local/cpanel/3rdparty/share/awstats/lang" # You choose here which summary report you want to see in the main page. # Whatever is your setup here, all detailed reports are still available. # So if you setup to 1 only ShowHeader, ShowMenu and ShowMonthDayStats, all # links in menu will still point to detailed views. # Possible values: 1 or 0 # ShowHeader=1 # Show AWStats head title and icon ShowMenu=1 # Show menu header with links on detailed reports ShowMonthDayStats=1 ShowDaysOfWeekStats=1 ShowHoursStats=1 ShowDomainsStats=1 ShowHostsStats=1 ShowAuthenticatedUsers=1 ShowRobotsStats=1 ShowPagesStats=1 ShowCompressionStats=0 # Show report of compression stats when using mod_gzip ShowFileTypesStats=1 ShowFileSizesStats=0 # Not yet available ShowBrowsersStats=1 ShowOSStats=1 ShowOriginStats=1 ShowKeyphrasesStats=1 ShowKeywordsStats=1 # Not yet available ShowHTTPErrorsStats=1 # This value can be used to choose maximum number of lines shown for each # particular reporting. # # Stats by domains MaxNbOfDomain = 25 # Stats by hosts MaxNbOfHostsShown = 25 MinHitHost = 1 # Stats by authenticated users MaxNbOfLoginShown = 10 MinHitLogin = 1 # Stats by robots MaxNbOfRobotShown = 25 MinHitRobot = 1 # Stats by pages MaxNbOfPageShown = 25 MinHitFile = 1 # Stats by referers MaxNbOfRefererShown = 25 MinHitRefer = 1 # Stats for keywords MaxNbOfKeywordsShown = 25 MinHitKeyword = 1 # Choose if you want week to start on sunday or monday # Possible values: # 0 - Week start on sunday # 1 - Week start on monday # Default: 1 # FirstDayOfWeek=1 # This parameter ask your browser to open detailed reports into a different # window than the main page. # Possible values: 1 or 0 # Default: 1 # DetailedReportsOnNewWindows=1 # List of visible flags with link to other language translations. # If you don't want any flag link, set ShowFlagLinks to "". # This parameter is used only if ShowHeader is set to 1. # Possible values: "" or "language_codes_separated_by_space" # Default: "en es fr it nl es" # ShowFlagLinks="en fr de it nl es" # Each URL shown in stats report views are links you can click. # Possible values: 1 or 0 # Default: 1 # ShowLinksOnUrl=1 # Maximum length of URL shown on stats page (number of characters). This # affects only URL visible text, link still work. # Default: 72 # MaxLengthOfURL=72 # AWStats can include a link to WhoIs database on all hostnames. For this, you # must set ShowLinksToWhoIs to 1. Warning, a such feature depends on next # parameter (LinksForWhoIs) and on WhoIs server exhaustivity and availability. # For this reason, this feature can't be a reliable feature. # Possible values: 1 or 0 # Default: 0 # ShowLinksToWhoIs=0 # Set here the link used to point to Internet WhoIs database. # This parameter is not used if ShowLinksToWhoIs is 0. # Default: "http://www.whois.net/search.cgi2?str=" # Example: "http://www.netsol.com/cgi-bin/whois/whois?SearchType=all&STRING=" # Example: "http://www.ripe.net/perl/whois?form_type=simple&searchtext=" # Example: "http://www.arin.net/cgi-bin/whois.pl?queryinput=" # LinksToWhoIs="http://www.whois.net/search.cgi2?str=" # You can put here HTML code that will be added at the top of AWStats reports. # Default: "" # HTMLHeadSection="" # You can put here HTML code that will be added at the end of AWStats reports. # Great to add advert ban. # Default: "" # HTMLEndSection="" # You can set Logo and LogoLink to use your own logo. # Logo must be the name of image file (must be in $DirIcons/other directory). # LogoLink is the expected URL when clicking on Logo. # Default: "awstats_logo1.png" # Logo="awstats_logo1.png" LogoLink="http://awstats.sourceforge.net" # Value of maximum bar width/height for horizontal/vertical graphics bar # Default: 260/180 # BarWidth = 260 BarHeight = 180 # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to # change its look. # Example: "/css/awstats.css" # Default: "" # StyleSheet="" # Those colors parameters can be used (if StyleSheet parameter is not used) # to change AWStats look. # Example: color_name="RRGGBB" # RRGGBB is Red Green Blue components in Hex # color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF") color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD") color_TableTitle="000000" # Table title font color (Default = "000000") color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD") color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF") color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC") color_TableBorder="ECECEC" # Table border color (Default = "ECECEC") color_text="000000" # Color of text (Default = "000000") color_textpercent="606060" # Color of text for percent values (Default = "606060") color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000") color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA") color_link="0011BB" # Color of HTML links (Default = "0011BB") color_hover="605040" # Color of HTML on-mouseover links (Default = "605040") color_u="FF9933" # Background color for number of unique visitors (Default = "FF9933") color_v="F3F300" # Background color for number of visites (Default = "F3F300") color_p="4477DD" # Background color for number of pages (Default = "4477DD") color_h="66F0FF" # Background color for number of hits (Default = "66F0FF") color_k="339944" # Background color for number of bytes (Default = "339944") color_s="8888DD" # Background color for number of search (Default = "8888DD") LoadPlugin="geoipfree" ssl/awstats102025.mehradhospital.ir.txt000064400000057523151504703150013677 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202510 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/ssl/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2052 POS_TIME 2730 POS_VISITOR 21120 POS_DAY 23544 POS_DOMAIN 3404 POS_LOGIN 3820 POS_ROBOT 3975 POS_WORMS 4430 POS_EMAILSENDER 4561 POS_EMAILRECEIVER 4704 POS_SESSION 24066 POS_FILESIZE 24311 POS_SIDER 24233 POS_FILETYPES 4839 POS_DOWNLOADS 4967 POS_OS 5015 POS_BROWSER 5382 POS_SCREENSIZE 6464 POS_UNKNOWNREFERER 6538 POS_UNKNOWNREFERERBROWSER 6924 POS_ORIGIN 7122 POS_SEREFERRALS 7256 POS_PAGEREFS 7419 POS_SEARCHWORDS 7587 POS_KEYWORDS 7739 POS_MISC 2394 POS_ERRORS 7798 POS_CLUSTER 3676 POS_SIDER_404 7923 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20251101012848 30 7386 21968392644794 FirstTime 20251007155722 LastTime 20251031210129 LastUpdate 20251101154041 30 0 29 0 0 TotalVisits 75 TotalUnique 62 MonthHostsKnown 0 MonthHostsUnknown 62 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 JavaEnabled 0 0 0 RealPlayerSupport 0 0 0 QuickTimeSupport 0 0 0 DirectorSupport 0 0 0 FlashSupport 0 0 0 AddToFavourites 0 3 0 WindowsMediaPlayerSupport 0 0 0 TotalMisc 0 0 0 PDFSupport 0 0 0 JavascriptDisabled 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 1 1 701 9 12 9067 1 2 2 1394 10 14 8842 2 2 2 1394 4 5 3505 3 5 7 6827 6 12 6687 4 4 4 3460 20 26 16298 5 3 5 4413 14 18 13588 6 1 3 3015 17 21 15644 7 5 5 3489 9 15 11791 8 1 1 697 38 42 30082 9 5 7 6151 10 13 9315 10 2 2 1398 40 45 34975 11 2 2 2738 3 5 3971 12 3 11 9737 5 9 5097 13 4 8 19574 20 25 19543 14 3 3 2763 6 10 7154 15 6 8 6400 29 32 25760 16 8 9 7495 23 31 24518 17 3 3 2767 9 14 10885 18 5 5 4157 3 7 3881 19 6 8 8051 394 405 357769 20 3 7 5887 16 29 20517 21 5 15 13312 10 27 21706 22 3 7 5912 15 26 17937 23 3 3 2091 7 11 7367 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 17 us 45 70 69580 ir 8 12 9397 se 8 8 6264 ro 3 5 5753 in 3 3 1950 de 3 3 4107 gb 2 6 5887 ca 2 2 2066 bg 2 4 4060 cn 2 4 4064 lt 1 1 1369 nz 1 1 1369 fr 1 5 4518 nl 1 1 701 rs 1 1 1369 ru 1 1 0 au 1 1 1369 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 9 AhrefsBot/ 50 33548 20251030161148 0 Googlebot/ 14 11265 20251031213048 0 PetalBot 6 4188 20251017045548 0 no_user_agent 3 39978 20251030190820 0 BLEXBot/ 2 1394 20251031222432 0 bot[\s_+:,\.\;\/\\-] 2 1394 20251019070736 0 TurnitinBot 1 697 20251017042629 0 SemrushBot/ 1 697 20251008131338 0 java 1 1369 20251020160354 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 4 css 6 7020 0 0 html 85 76356 0 0 js 31 38449 0 0 svg 6 1998 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 20 ios_iphone 1 1 androidpie 9 8 android10 11 3 macosx15 18 9 androidjellybean 3 3 androidlollipop 2 2 macosx6 1 0 linuxubuntu 2 2 Unknown 17 13 android12 1 1 androidkitkat 6 6 androidnougat 1 1 androidmarshmallow 3 3 androidoreo 5 1 linux 20 11 macosx9 4 4 ios_ipad 2 2 macosx 1 0 winme 1 0 win10 20 15 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 51 chrome30.0.1599.114 1 1 chrome33.0.1750.136 1 1 mozilla 10 10 chrome139.0.0.0 2 2 netscape5.0 6 6 chrome66.0.3359.126 1 1 chrome52.0.2743.98 1 1 chrome141.0.7390.122 1 1 chrome52.0.2987.98 1 1 chrome43.0.2357.93 1 1 chrome49.0.2623.105 1 1 firefox63.0.3 1 1 chrome134.0.0.0 1 1 chrome116.0.0.0 7 6 safari11.0 1 1 chrome101.0.4951.41 1 1 opera9.64 1 0 chrome141.0.0.0 10 2 chrome102.0.5005.61 1 1 chrome63.0.3239.111 5 1 chrome65.0.3325.181 1 1 android 1 1 chrome98.0.4758.102 1 1 opera7.50 1 0 chrome105.0.0.0 3 3 chrome60.0.3112.113 2 2 chrome28.0.1500.94 1 1 edge18 5 1 chrome67.0.3396.87 1 1 chrome71.0.3578.98 1 0 chrome35.0.1916.141 1 1 chrome58.0.3029.110 1 1 opera11.52 1 0 firefox139.0 4 2 chrome108.0.0.0 1 1 chrome138.0.0.0 1 1 chrome85.0.4183.81 7 7 chrome137.0.0.0 1 1 chrome78.0.3889.0 1 0 chrome62.0.3202.84 2 2 safari 1 1 safari9.0 1 1 firefox20.0 1 1 chrome37.0.2062.117 1 1 chrome74.0.3724.8 1 1 chrome132.0.0.0 11 3 chrome75.0.3770.143 1 0 chrome131.0.0.0 11 5 Unknown 7 3 firefox134.0 1 1 chrome50.0.2661.89 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 5 python-httpx/0.28.1 20251030033038 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20251029095917 Mozilla/5.0_(compatible;_UGAResearchAgent/1.0;_Please_visit:_NISLabUGA.github.io) 20251011161249 Python/3.10_aiohttp/3.12.15 20251016132035 python-requests/2.32.4 20251016202508 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 3 python-httpx/0.28.1 20251030033038 Python/3.10_aiohttp/3.12.15 20251016132035 python-requests/2.32.4 20251016202508 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 82 101 From1 0 0 From2 2 2 From3 1 1 From4 0 24 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 1 www_google_com 2 2 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 1 https://l.wl.co 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 4 404 701 556404 403 40 31480 401 5 209 301 3 2385 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 441 /wp-content/plugins/pwnd/pwnd.php 2 - /wp-includes/js/tinymce/plugins/charmap/index.php 1 - /wp-includes/blocks/code/index.php 1 - /wp-includes/js/index.php 1 - /wp-includes/js/jcrop/index.php 1 - /wp-includes/css/dist/nux/index.php 1 - /static/ 1 - /wp-includes/blocks/post-template/index.php 1 - /.database.env 1 - /debug/.env 1 - /.gitlab-ci.yml 2 - /i.php 2 - /wp-includes/css/dist/format-library/index.php 1 - /aws.config.js 2 - /wp-content/cache/index.php 2 - /secrets.json 2 - /config/config.php 2 - /es/.env 1 - /avdvuciu.php 1 www.google.com /packs/ 1 - /.environment 1 - /ALFA_DATA/alfacgiapi/perl.alfa 1 www.google.com /sendgrid.env 1 - /wp-includes/blocks/post-featured-image/index.php 1 - /.env.tmp 1 - /wp-includes/js/thickbox/index.php 1 - /js/ 1 - /smtp.php 2 - /wp-includes/Requests/Utility/index.php 1 - /wp-includes/blocks/pullquote/index.php 1 - /yfzlcnck.php 1 www.google.com /tools/.env 1 - /wp-includes/blocks/tag-cloud/index.php 1 - /dialysisward/ 1 - /wp-includes/blocks/archives/index.php 1 - /ar/%d8%a7%d9%84%d8%b1%d8%b6%d8%b9/ 1 - /.env.www 1 - /wp-includes/SimplePie/HTTP/index.php 1 - /public/.env 1 - /wp-includes/blocks/verse/index.php 1 - /ads.txt 2 - /.env.bkp 1 - /wp-includes/blocks/paragraph/index.php 1 - /wp-includes/css/dist/edit-widgets/index.php 1 - /database.properties 2 - /wp-includes/blocks/query-pagination-next/index.php 1 - /.envrc 2 - /.env.debug 1 - /orthopedics/ 2 - /wp-includes/js/swfupload/index.php 1 - /dashboard/ 1 - /.env.project 1 - /%DA%A9%D8%A7%D8%B1%D8%A7/ 1 - /.env.template 1 - /wp-includes/blocks/query-pagination-previous/index.php 1 - /vmcylspf.php 1 www.google.com /wp-admin/ 9 - /wp-includes/block-supports/index.php 1 - /en/blood-bank-ward/ 1 - /wp-includes/images/index.php 1 - /.env.db 1 - /wp-plain.php 16 www.google.com /wp-includes/blocks/file/index.php 1 - /wp-includes/blocks/gallery/index.php 1 - /wp-includes/Requests/library/index.php 1 - /cron/.env 1 - /includes/config.php 2 - /.env.production 1 - /v2/_catalog 1 - /app.properties 2 - /wp-includes/IXR/index.php 1 - /wp-includes/blocks/site-title/index.php 1 - /env.yaml 2 - /app/ 1 - /wp-includes/SimplePie/Content/Type/index.php 1 - /wp-includes/blocks/query-title/index.php 1 - /wp-includes/SimplePie/Decode/HTML/index.php 1 - /wp-includes/js/plupload/index.php 1 - /.env.defaults 1 - /wp-includes/Requests/Transport/index.php 1 - /%D8%A2%D9%88%DB%8C%D8%AF/ 2 - /aspera/faspex/ 1 - /sellers.json 2 - /.env.beta 1 - /credentials.json 2 - /laravel/.env 1 - /en/urology/ 2 https://mehradhospital.ir/en/ /ar/ 1 - /wp-admin/images/index.php 2 - /wp-config.php.old 2 - /assets/ 1 - /phpinfo.html 2 - /.env.test 1 - /wp-includes/fonts/index.php 1 - /apps/.gitignore 1 - /en/mehrad-hospitals-international-patient-department/ 1 - /wp-includes/pomo/index.php 1 - /wp-json 1 - /wp-includes/css/dist/widgets/index.php 1 - /.env.config 1 - /settings.php 2 - /wp-includes/Text/Diff/index.php 1 - /wp-content/plugins/simple/simple.php 2 - /bmhvxnoy.php 1 www.google.com /wp-includes/blocks/shortcode/index.php 1 - /wp-includes/blocks/post-date/index.php 1 - /.env_sample 1 - /wp-includes/images/smilies/index.php 1 - /%3FND 2 - /wp-includes/assets/index.php 1 - /payment/index.php 10 - /frontend/.env 1 - /api/.env.example 1 - /runtime/ 1 - /tests/.env 1 - /wp-includes/Requests/Response/index.php 1 - /wp-includes/blocks/query-pagination/index.php 1 - /wp-includes/Requests/Exception/HTTP/index.php 1 - /wp-includes/blocks/loginout/index.php 1 - /psnlink/.env 1 - /hznbbrwr.php 1 www.google.com /frontend/static/ 1 - /wp-includes/blocks/column/index.php 1 - /config/aws.json 2 - /wp-includes/css/dist/reusable-blocks/index.php 1 - /_nuxt/ 1 - /_all_dbs 1 - /app/.env 1 - /wp-includes/blocks/comment-date/index.php 1 - /wp-content/languages/index.php 2 - /wp-includes/images/crystal/index.php 1 - /application/.env 1 - /wp-includes/blocks/list/index.php 1 - /wp-content/index.php 4 - /.env.staging 1 - /wp-includes/blocks/video/index.php 1 - /wp-includes/blocks/latest-comments/index.php 1 - /config/mail.php 2 - /wp-config.bak 2 - /worksec.php 2 - /ibualbdi.php 1 www.google.com /web/.env 1 - /configuration.php 2 - /dist/ 1 - /uploads/.env 1 - /asdf.php 2 - /.vscode/sftp.json 2 - /en/day-care-ward/ 1 - /.env- 1 - /wp-includes/Requests/src/Exception/Http/index.php 1 - /core/Datavase/.env 1 - /uploaded_script.php 3 - /wp-includes/blocks/navigation-link/index.php 1 - /wp-login.php 7 - /test.php 2 - /chunks/ 1 - /zdpmgzkh.php 1 www.google.com /api2/.env 1 - /wp-includes/widgets/dir/index.php 1 - /wp-admin/index.php 2 - /wp-includes/blocks/missing/index.php 1 - /wp-includes/block-patterns/index.php 1 - /wp-includes/css/dist/customize-widgets/index.php 1 - /wp-admin/js/index.php 2 - /wp-includes/js/codemirror/index.php 1 - /wp-includes/blocks/post-terms/index.php 1 - /assets/.env 1 - /xmlrpc.php 2 - /core/app/.env 1 - /administrator/.env 1 - /sitemaps/.env 1 - /wp-includes/ID3/index.php 1 - /en/comments/feed/ 1 - /db.properties 2 - /actuator/env 1 - /wp-includes/blocks/latest-posts/index.php 1 - /.aws/config 2 - /ses.php 2 - /wp-includes/blocks/cover/index.php 1 - /robots.txt 68 - /wiki 1 - /config.ini 2 - /php.ini 2 - /core/.env 3 - /config.php 2 - /wp-includes/js/tinymce/plugins/image/index.php 1 - /wp-admin/user/index.php 2 - /api/config.php 2 - /aws/credentials 2 - /wp-includes/blocks/table/index.php 1 - /scripts/ 1 - /%d8%a2%d9%88%db%8c%d8%af/ 1 - /wp-config.php.txt 2 - /wp-content/upgrade/index.php 2 - /.env.copy 1 - /wp-includes/Requests/Cookie/index.php 1 - /public/ 1 - /en/wards/ 1 - /license.txt 1 - /client/ 1 - /wp-includes/Requests/Exception/index.php 1 - /%22/_autoindex/assets/js/tablesort.js%22 1 - /.env_old 1 - /database/.env 1 - /wp-includes/blocks/calendar/index.php 1 - /API/.env 1 - /admin/config.php 2 - /php.php 2 - /wp-includes/blocks/social-links/index.php 1 - /wp-includes/blocks/buttons/index.php 1 - /wp-admin/css/index.php 2 - /wp-includes/blocks/group/index.php 1 - /backend/.env 3 - /v1/.env 1 - /wp-includes/blocks/spacer/index.php 1 - /.env.elastic 1 - /wp-includes/blocks/rss/index.php 1 - /wp-includes/PHPMailer/index.php 1 - /wp-includes/blocks/page-list/index.php 1 - /wp-admin/includes/index.php 2 - /wp-includes/Requests/Exception/Transport/index.php 1 - /cronlab/.env 1 - /info.php 3 - /app-ads.txt 2 - /khylckrl.php 1 www.google.com /wp-includes/js/tinymce/plugins/hr/index.php 1 - /.env.sqlite 1 - /env.js 2 - /wp-includes/blocks/columns/index.php 1 - /wp-includes/SimplePie/Net/index.php 1 - /wp-includes/certificates/index.php 1 - /.env.test.local 1 - /jdbc.properties 2 - /apps/.env 1 - /public/js/ 1 - /wp-includes/js/mediaelement/renderers/index.php 1 - /.env.docker 1 - /autoload_classmap.php 2 - /exapi/.env 1 - /wp-includes/blocks/media-text/index.php 1 - /settings.json 2 - /kaxnrglt.php 1 www.google.com /wp-includes/css/dist/list-reusable-blocks/index.php 1 - /.env.save 1 - /upload/.env 1 - /en/icu-ward/ 3 https://mehradhospital.ir/en/ /.DS_Store 1 - /comments/feed/ 2 - /en/surgical-wards/ 1 - /wp-includes/blocks/more/index.php 1 - /.env.live 1 - /site/.env 1 - /main/.env 1 - /.env.local 1 - /.env.old 1 - /wp-admin/network/index.php 2 - /%22/_autoindex/assets/js/tablesort.number.js%22 1 - /v2/.env 1 - /misc/drupal.js 1 - /wp-content/uploads/2022/06/dr-javaher-forosh-1-300x300-1.png 1 - /server 1 - /sitemap.xml 1 - /actutor/env 1 - /ar/%d8%a2%d9%86%d8%af%d9%88%d8%b3%da%a9%d9%88%d8%a8%db%8c-%d9%88-%d8%a8%d8%b1%d9%88%d9%86%da%a9%d9%88%d8%b3%da%a9%d9%88%d8%a8%db%8c/ 1 - /wp-includes/blocks/embed/index.php 1 - /frontend/assets/ 1 - /wp-includes/js/imgareaselect/index.php 1 - /about 1 - /wp-includes/blocks/site-logo/index.php 1 - /wp-includes/blocks/post-title/index.php 1 - /wp-includes/blocks/post-excerpt/index.php 1 - /unyyjaav.php 1 www.google.com /nvxrqwja.php 1 www.google.com /config/email.php 2 - /bundle/ 1 - /wp-includes/blocks/button/index.php 1 - /pinfo.php 2 - /wp-includes/js/tinymce/plugins/fullscreen/index.php 1 - /wp-includes/js/tinymce/index.php 1 - /env.yml 2 - /wp-includes/index.php 2 - /settings.ini 2 - /config.js 2 - /wp-includes/js/mediaelement/index.php 1 - /a.php 2 - /wp-includes/blocks/separator/index.php 1 - /wp-includes/blocks/query/index.php 1 - /ibotkfww.php 1 www.google.com /wp-content/uploads/index.php 2 - /wp-includes/blocks/post-content/index.php 1 - /storage/.env 1 - /wp-includes/blocks/search/index.php 1 - /wp-includes/blocks/quote/index.php 1 - /karma.conf.json 2 - /wp-includes/Requests/Auth/index.php 1 - /wmltjhis.php 1 www.google.com /weqavyzq.php 1 www.google.com /server-status 1 - /alfacgiapi/perl.alfa 1 www.google.com /wp-includes/js/dist/vendor/index.php 1 - /wp-includes/js/crop/index.php 1 - /core/misc/drupal.js 1 - /wp-includes/SimplePie/Cache/index.php 1 - /wp-includes/blocks/social-link/index.php 1 - /config/credentials 2 - /wp-includes/blocks/query-pagination-numbers/index.php 1 - /.env.demo 1 - /patientsrights/ 1 - /wp-includes/rest-api/search/index.php 1 - /ktixcggq.php 1 www.google.com /wp-includes/blocks/preformatted/index.php 1 - /web/.env.example 1 - /wp-content/uploads/2022/06/%D8%AF%DA%A9%D8%AA%D8%B1-%D8%B3%DB%8C%D8%AF-%D9%85%D8%AD%D9%85%D9%88%D8%AF-%D8%B7%D8%A8%D8%A7%D8%B7%D8%A8%D8%A7%D8%A6%DB%8C-%D9%81%D8%B1-300x300-1.jpg 1 - /config/.env 1 - /wp-includes/blocks/nextpage/index.php 1 - /wp-includes/blocks/text-columns/index.php 1 - /wp-includes/Requests/index.php 1 - /wp-includes/SimplePie/Parse/index.php 1 - /about.php 2 - /en/ccu-ward/ 2 - /wp-includes/blocks/audio/index.php 1 - /wp-includes/blocks/html/index.php 1 - /wp-content/uploads/2022/06/dr-ghorbani-1-300x300-1.png 1 - /.env.remote 1 - /application.properties 2 - /children/ 1 - /.env.development 1 - /.env_debug 1 - /wp-includes/images/media/index.php 1 - /emg/ 2 - /modules/ 1 - /en/laboratory/ 1 - /en/endoscopy-and-bronchoscopy-ward/ 1 - /phpinfo.php 2 - /en/dialysis-ward/ 4 - /wp-includes/Requests/Proxy/index.php 1 - /public/.env.example 1 - /wp-includes/css/dist/edit-post/index.php 1 - /wp-includes/Text/index.php 1 - /_next/data/ 1 - /ar/%D8%AC%D9%86%D8%A7%D8%AD-ccu/ 1 - /wp-includes/blocks/index.php 1 - /wp-includes/css/index.php 1 - /wp-includes/js/jquery/ui/index.php 1 - /wp-includes/css/dist/components/index.php 1 - /feed/ 2 - /frontend/ 1 - /en/feed/ 1 - /wp-confiq.php 2 www.google.com /wp-includes/css/dist/block-directory/index.php 1 - /en/.env 1 - /.env.example 1 - /_next/static/ 1 - /.env.dist 1 - /log/.env 1 - /aws-config.js 2 - /wp-config.php.bak 2 - /wp-includes/blocks/freeform/index.php 1 - /wp-config.php.save 2 - /include/config.php 2 - /config.json 4 - /email.php 2 - /wp-includes/css/dist/patterns/index.php 1 - /snkvcooz.php 1 www.google.com /api/.env 1 - /wp-includes/customize/index.php 1 - /wp-includes/css/dist/editor/index.php 1 - /.env 9 - /wp-content/uploads/2022/06/dr-mohseni-300x300-1.png 1 - /wp-admin/maint/fie.php 2 - /php_info.php 2 - /wp-includes/js/jquery/index.php 1 - /.env.sample 1 - /config.properties 2 - /app.ini 2 - /.env.prod 1 - /wp-includes/interactivity-api/index.php 1 - /admin/.env 3 - /wp-content/themes/seotheme/db.php 16 www.google.com /wp-includes/js/tinymce/langs/index.php 1 - /wp-includes/blocks/image/index.php 1 - /.env.example.1 1 - /@vite/env 2 - /wp-content/uploads/2022/06/amal8.jpg 1 https://mehradhospital.ir/ar/%d8%a3%d8%ac%d9%86%d8%ad%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%b6%db%8c/ /wp-config.old 2 - /wp-admin/maint/index.php 2 - /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 1 - /debug/default/view 1 - /wp-includes/sodium_compat/src/Core32/SecretStream/index.php 1 - /wp-content/worksec.php 2 - /wp-config.txt 2 - /wp-includes/blocks/legacy-widget/index.php 1 - /infophp.php 2 - /wp-config.php 4 - /.env.postgres 1 - /lib/.env 1 - /.env.bak 3 - /main.js 2 - /wp-content/plugins/pwnd-1/pwnd.php 2 - /.saas/.env 1 - /wp-content/plugins/fix/up.php 2 - /settings.properties 2 - /wp-includes/SimplePie/index.php 1 - /wp-includes/blocks/site-tagline/index.php 1 - /.env.local.php 2 - /config.env 1 - /.env.testing 1 - /index.php 2 - /build/ 1 - /wp-includes/images/wlw/index.php 1 - /wp-content/plugins/index.php 2 - /en/operating-room/ 1 - /.env.dev 1 - /wp-includes/blocks/heading/index.php 1 - /login.action 1 - /laravel/.env.local 1 - /wp-includes/html-api/index.php 1 - /.env.new 1 - /wp-includes/js/dist/index.php 1 - /info 2 - /wp-content/themes/index.php 2 - /en/pathology-ward/ 2 - /test/.env 1 - /spa/ 1 - /env.json 2 - /en/childbirth-delivery-ward/ 1 - /wp-includes/css/dist/index.php 1 - /.env.swp 1 - /wp-includes/Text/Diff/Renderer/index.php 1 - /en/pediatric-ward/ 2 - /wp-includes/blocks/block/index.php 1 - /wp-includes/SimplePie/XML/Declaration/index.php 1 - /.aws/credentials 2 - /app/config.php 2 - /wp-includes/blocks/categories/index.php 1 - /.env.orig 1 - /.env.backup 1 - /vendor/.env 1 - /wp-includes/Requests/src/Exception/index.php 1 - /mail.php 2 - /wp-includes/Text/Diff/Engine/index.php 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 62 194.225.50.88 7 7 4879 20251019144105 94.247.172.129 4 4 2804 20251031173501 167.94.146.62 3 3 2091 20251024043159 63.178.123.109 2 2 1394 20251016190823 154.28.229.162 2 3 1434 20251007161735 44.193.254.10 2 2 1402 20251020163347 162.142.125.222 2 2 1394 20251018185847 162.142.125.114 2 2 1394 20251029095917 35.92.132.29 2 10 9036 20251007213147 93.123.109.60 2 4 4060 20251016131955 45.156.128.153 2 2 1394 20251027225619 15.204.182.106 2 2 1398 20251009105641 154.28.229.20 2 2 1112 20251007155733 162.142.125.123 2 2 1394 20251020231123 172.237.128.200 2 2 1394 20251028071620 208.54.41.229 1 5 4518 20251018122923 217.160.141.159 1 1 1369 20251009165135 54.201.41.91 1 3 3363 20251013134856 172.232.22.88 1 1 697 20251025014828 77.36.125.166 1 3 3015 20251027051154 107.172.195.133 1 1 556 20251007161730 5.133.192.131 1 1 697 20251008072024 130.195.249.58 1 1 1369 20251014205300 89.45.7.131 1 1 1369 20251009035333 93.158.91.11 1 1 697 20251016141254 217.160.33.152 1 1 1369 20251024043450 98.93.102.95 1 1 697 20251025034828 146.70.251.170 1 1 1369 20251010113229 31.3.156.84 1 1 1369 20251010113239 5.133.192.135 1 1 697 20251027030256 52.90.218.185 1 1 697 20251021053530 62.210.90.175 1 5 4518 20251014204737 13.217.20.243 1 1 697 20251013022953 51.159.100.216 1 5 4518 20251008224004 217.160.153.135 1 1 1369 20251029193844 66.249.64.232 1 1 560 20251031210129 128.192.12.101 1 1 697 20251011161249 96.41.38.202 1 3 3363 20251007155743 195.211.77.140 1 1 0 20251007155721 5.211.122.0 1 5 4518 20251018122918 164.90.172.117 1 1 697 20251010180411 107.21.63.239 1 3 3363 20251030033036 20.18.38.72 1 1 0 20251016202508 103.4.250.2 1 1 556 20251007155722 139.59.132.8 1 1 1369 20251007155720 54.210.63.143 1 1 697 20251029024946 207.180.207.192 1 1 697 20251025075406 23.82.111.144 1 3 3015 20251017211452 91.231.89.122 1 1 1369 20251009144759 84.247.48.170 1 1 1369 20251018170335 172.233.109.170 1 1 1369 20251016192314 36.255.98.220 1 3 3363 20251027093734 188.214.129.6 1 1 1369 20251010181022 172.104.249.208 1 1 1369 20251024165002 76.9.201.196 1 1 1369 20251017165138 122.96.28.227 1 1 701 20251011035505 155.2.191.248 1 1 556 20251008191702 44.242.136.200 1 3 3363 20251016191646 146.190.222.52 1 1 12151 20251026133914 188.166.168.238 1 1 701 20251030122748 23.105.0.60 1 3 3015 20251009061029 47.79.215.167 1 1 697 20251021070331 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 23 20251007 13 24 18824 10 20251008 3 7 5771 3 20251009 7 9 9217 7 20251010 4 4 4804 4 20251011 2 2 1398 2 20251012 1 1 697 1 20251013 5 7 6151 5 20251014 3 7 6584 3 20251015 1 1 697 1 20251016 8 12 10887 7 20251017 3 5 5085 3 20251018 5 13 11799 4 20251019 1 1 697 1 20251020 3 3 2095 2 20251021 2 2 1394 2 20251024 5 5 4829 3 20251025 4 4 2792 4 20251026 1 1 12151 1 20251027 5 9 8469 4 20251028 1 1 697 1 20251029 4 4 3460 3 20251030 2 4 4064 2 20251031 2 2 1261 2 END_DAY # Session range - Number of visits BEGIN_SESSION 3 0s-30s 73 2mn-5mn 1 30s-2mn 1 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 1 / 85 76356 75 75 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 5K+ 2 44-100 4 2K-5K 20 0-44 7 1K-2K 28 500-1K 891 100-500 30 END_FILESIZE ssl/awstats112025.mehradhospital.ir.txt000064400000072553151504703150013700 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202511 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/ssl/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2052 POS_TIME 2726 POS_VISITOR 25528 POS_DAY 29063 POS_DOMAIN 3445 POS_LOGIN 3839 POS_ROBOT 3994 POS_WORMS 4488 POS_EMAILSENDER 4619 POS_EMAILRECEIVER 4762 POS_SESSION 29705 POS_FILESIZE 29964 POS_SIDER 29863 POS_FILETYPES 4897 POS_DOWNLOADS 5044 POS_OS 5092 POS_BROWSER 5479 POS_SCREENSIZE 6586 POS_UNKNOWNREFERER 6660 POS_UNKNOWNREFERERBROWSER 7018 POS_ORIGIN 7203 POS_SEREFERRALS 7340 POS_PAGEREFS 7544 POS_SEARCHWORDS 7692 POS_KEYWORDS 7844 POS_MISC 2390 POS_ERRORS 7903 POS_CLUSTER 3695 POS_SIDER_404 8028 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20251201015012 5 731 10097209023280 FirstTime 20251101012841 LastTime 20251130171851 LastUpdate 20251201160427 5 0 4 0 0 TotalVisits 125 TotalUnique 92 MonthHostsKnown 0 MonthHostsUnknown 92 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 WindowsMediaPlayerSupport 0 0 0 FlashSupport 0 0 0 JavascriptDisabled 0 0 0 JavaEnabled 0 0 0 PDFSupport 0 0 0 TotalMisc 0 0 0 AddToFavourites 0 2 0 RealPlayerSupport 0 0 0 QuickTimeSupport 0 0 0 DirectorSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 0 0 0 19 30 22973 1 7 7 4401 22 43 36529 2 7 7 7103 45 68 53652 3 9 11 10256 88 101 82173 4 11 11 11359 70 86 67641 5 5 5 3963 10 19 13820 6 2 2 1636 30 41 30217 7 6 10 12221 38 49 38410 8 5 5 3971 9 18 50527 9 2 2 2591 196 207 164695 10 1 1 697 14 21 26807 11 7 7 7601 40 48 36563 12 6 6 4976 12 23 15100 13 7 31 23823 141 161 125877 14 5 17 12264 11 23 15345 15 15 69 53281 13 31 14839 16 3 15 10753 14 25 17364 17 14 74 56614 141 167 121399 18 3 3 14571 11 18 13945 19 2 2 1511 16 30 25670 20 4 6 5767 12 16 12210 21 3 9 6835 42 53 41100 22 6 10 9153 24 54 41520 23 2 2 2641 57 69 53880 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 14 us 61 159 128724 ir 31 31 23738 ca 12 78 59795 ru 10 10 12744 se 4 4 3030 cn 3 3 2775 ro 2 10 8387 gb 2 4 5187 de 2 2 2742 in 1 7 5371 gr 1 1 12155 au 1 1 697 jp 1 1 819 be 1 1 1824 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 10 AhrefsBot/ 69 45826 20251129060327 0 Googlebot/ 13 12586 20251129095402 0 bot[\s_+:,\.\;\/\\-] 13 8971 20251121072521 0 BLEXBot/ 12 8373 20251106095113 0 Go\-http\-client/ 8 7580 20251128175740 0 crawl 8 21217 20251130104943 0 bingbot/ 4 4245 20251119032941 0 survey 4 41352 20251115084219 0 YandexBot/ 1 819 20251128084455 0 SemrushBot/ 1 697 20251106115912 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 html 127 121221 0 0 svg 84 30268 0 0 css 30 35100 0 0 php 5 45 0 0 js 66 81354 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 22 ios_ipad 3 3 win10 33 18 android12 1 1 winxp 2 2 macosx13 1 1 macosx7 2 2 Unknown 7 5 androidlollipop 1 1 androidjellybean 3 3 winlong 1 1 ios_iphone 186 30 win7 2 2 macosx12 2 2 macosx15 17 10 blackberry 1 1 androidkitkat 1 1 androidnougat 4 4 linux 9 9 android10 1 1 macosx6 1 1 androidpie 31 31 androidmarshmallow 3 3 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 53 chrome76.0.3809.89 1 1 safari11.0 1 1 safari12.2.0.0.1 1 1 android 1 1 safari17.0 1 0 safari 188 32 chrome126.0.0.0 1 1 chrome63.0.3239.111 1 1 safari10.1 1 1 chrome60.0.3112.113 2 2 chrome55.0.2883.87 1 1 chrome81.0.4044.138 1 1 chrome94.0.4606.61 1 1 chrome62.0.3202.84 1 1 firefox139.0 1 1 firefox27.3 1 1 chrome17.0.963.56 2 2 chrome131.0.0.0 17 5 chrome61.0.3163.98 1 1 opera12.1446968605 1 1 firefox135.0 1 1 chrome110.0.0.0 1 1 chrome55.0.2883.91 1 1 Unknown 4 2 chrome42.0.2311.90 1 1 firefox109.0 7 1 safari12.1.12 1 1 chrome134.0.0.0 4 4 chrome101.0.4950.2 1 1 blackberry 1 1 chrome91.0.4472.124 2 2 opera8.01 1 1 mozilla 3 3 chrome139.0.0.0 2 2 chrome105.0.0.0 4 4 lg\- 1 1 chrome23.0.1271.101 1 1 chrome86.0.4240.111 1 1 chrome116.0.0.0 1 1 chrome59.0.3071.125 1 1 firefox130.0 1 1 chrome48.0.2564.109 1 1 chrome38.0.2125.114 1 1 chrome18.0.1025.308 1 1 samsung 1 1 chrome91.0.4472.106 1 1 chrome69.0.3497.100 1 1 firefox69.0 1 1 chrome120.0.0.0 6 3 chrome85.0.4183.81 31 31 chrome0.2.151.0 1 1 chrome141.0.7390.122 1 1 chrome101.0.4951.54 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 5 python-httpx/0.28.1 20251110072603 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20251109123614 LG-GC900/V10a_Obigo/WAP2.0_Profile/MIDP-2.1_Configuration/CLDC-1.1 20251130032359 python-requests/2.32.5 20251107015730 EmailWolf_1.00 20251114031342 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 3 python-requests/2.32.5 20251107015730 EmailWolf_1.00 20251114031342 python-httpx/0.28.1 20251110072603 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 122 131 From1 0 0 From2 9 69 From3 0 0 From4 1 112 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 3 www_bing_com 4 34 www_google_com 4 34 www_google_com_hk 1 1 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 0 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 4 401 1 52 301 6 4770 404 1152 915400 403 63 49581 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 506 /backup.sql 2 - /private.key 1 - /ar/%D8%AF%D9%84%D9%8A%D9%84-%D8%A7%D8%B3%D8%AA%D9%84%D8%A7%D9%85-%D8%A7%D9%84%D8%B3%D8%AC%D9%84%D8%A7%D8%AA-%D8%A7%D9%84%D8%B7%D8%A8%D9%8A%D8%A9/ 1 - /about.php 3 - /%D8%AA%D9%85%D8%A7%D8%B3-%D8%A8%D8%A7-%D9%85%D8%A7/ 2 - /service-account.json 1 - /conf/application.json 1 - /wp-includes/css/dist/reusable-blocks/index.php 1 - /twilio.env 6 - /wp-includes/blocks/embed/index.php 3 - /wp-login 2 - /.phpinfo 1 - /.env~ 1 - /var/www/html/postmark_config.php 1 - /index.html 2 - /web/.env 3 - /.env.save 5 - /wp-includes/blocks/table/index.php 1 - /internalsection/ 1 - /.ssh/config 1 - /en/urology/ 1 - /wp-config.php.bak 1 - /.env.save.1 3 - /mtywuduf.php 1 www.google.com /ar/%D8%AF%D9%84%D9%8A%D9%84-%D8%A7%D9%84%D8%B9%D9%85%D9%84%D8%A7%D8%A1/ 1 - /wp-includes/blocks/pullquote/index.php 1 - /en/guide-to-receiving-medical-records/ 2 - /ar/%D8%A7%D9%84%D8%B1%D8%B6%D8%B9/ 1 - /ar/%D8%A7%D9%84%D8%AA%D9%82%D8%A7%D8%B7-%D8%A7%D9%84%D8%AA%D8%B5%D9%88%D9%8A%D8%B1/ 1 - /wp-includes/js/tinymce/index.php 1 - /.config.yaml 4 - /wp-includes/blocks/shortcode/index.php 1 - /%DA%A9%D8%A7%D8%B1%D8%A7/ 1 - /.env.postmark 1 - /ar/%D9%85%D8%AE%D8%AA%D8%A8%D8%B1/ 1 - /wp-includes/blocks/separator/index.php 1 - /skin/ 1 - /*.key 1 - /.env.openai 1 - /install.php 1 - /id_rsa 1 - /neon_credentials.json 1 - /.env.local 1 - /wp-includes/js/tinymce/langs/index.php 1 - /phpinfo/ 5 - /.env.backup 1 - /wp-content/themes/seotheme/db.php 16 www.google.com /wp-includes/Text/index.php 3 - /.env.production 1 - /admin/config 2 - /wp-includes/js/crop/index.php 1 - /site_backup.zip 1 - /api.php 1 - /wp-includes/js/imgareaselect/index.php 1 - /wp-includes/css/dist/edit-post/index.php 1 - /wp-content/plugins/pwnd-1/pwnd.php 6 - /ar/%D8%A3%D8%AC%D9%86%D8%AD%D8%A9-%D8%A7%D9%84%D9%85%D8%B1%D8%B6%DB%8C/ 1 - /google-credentials.json 1 - /config/services.php 1 - /wp-includes/js/dist/index.php 1 - /en/orthopedics/ 1 - /wp-content/plugins/index.php 3 - /wp-includes/html-api/index.php 3 - /wp-includes/css/dist/list-reusable-blocks/index.php 1 - /wp-includes/blocks/verse/index.php 1 - /uploaded_script.php 3 - /wp-plain.php 16 www.google.com /ar/%D8%A7%D8%B1%D8%AA%D9%88%D8%A8%D8%AF%DB%8C/ 1 - /home/*/.aws/credentials 1 - /en/operating-room/ 1 - /wp-includes/blocks/rss/index.php 1 - /wp-includes/index.php 3 - /icuwards/ 1 - /config/broadcasting.php 1 - /psychology/ 1 - /wp-includes/blocks/navigation-link/index.php 1 - /.aws/config 1 - /wp-includes/js/plupload/index.php 1 - /dialysisward/ 1 - /surgicalrooms/ 1 - /.env.docker 1 - /API/.env 2 - /en/pediatric-ward/ 2 - /wiki/api.php 1 - /wp-includes/fonts/index.php 1 - /wp-includes/blocks/media-text/index.php 2 - /profiler 2 - /wp-includes/blocks/columns/index.php 3 - /*.sqlite 1 - /wp-includes/css/index.php 1 - /wp-content/plugins/boot/boot.php 3 - /wp-includes/js/tinymce/plugins/hr/index.php 1 - /.env.aws 1 - /config/postmark.yml 1 - /childbirth/ 1 - /wp-includes/blocks/social-links/index.php 1 - /wp-includes/Requests/library/index.php 1 - /inputs.php 6 - /.envrc 1 - /app_dev.php/_profiler 2 - /payment/index.php 8 - /cms/wp-login.php 2 - /wp-includes/blocks/audio/index.php 3 - /%D9%85%D8%AF%DB%8C%D8%B1%D8%B9%D8%A7%D9%85%D9%84/ 2 - /en/feed/ 3 - /*.p12 1 - /wp-includes/css/dist/patterns/index.php 1 - /php_info.php 2 - /wp-includes/SimplePie/Decode/HTML/index.php 3 - /id_ed25519 1 - /latest/user-data 1 - /admin/.env 4 - /urology/ 3 - /wp-includes/js/mediaelement/index.php 1 - /wp-includes/assets/index.php 3 - /en/about-us/ 1 - /wp-includes/js/dist/vendor/index.php 1 - /wp-includes/block-patterns/index.php 3 - /wp-sitemap.xml 3 - /aboutus/%D9%87%DB%8C%D8%A7%D8%AA-%D9%85%D8%AF%DB%8C%D8%B1%D9%87/ 1 - /wp-includes/IXR/index.php 3 - /en/skin-clinic/ 1 - /wp-includes/images/smilies/index.php 1 - /wp-includes/blocks/index.php 3 - /%D8%A8%DB%8C%D9%85%D9%87-%D9%87%D8%A7%DB%8C-%D8%B7%D8%B1%D9%81-%D9%82%D8%B1%D8%A7%D8%B1%D8%AF%D8%A7%D8%AF/ 2 - /%D8%A8%D8%B1%DA%AF%D9%87-%D9%86%D9%85%D9%88%D9%86%D9%87/ 1 - /wp-includes/customize/index.php 1 - /.zshrc 1 - /sitemap.xml 2 - /test.php 2 - /aboutus/ 1 - /profiler.php 2 - /wp-includes/Requests/src/Exception/Http/index.php 1 - /wp-includes/blocks/site-logo/index.php 1 - /ctcwgunx.php 1 www.google.com /acp.php 3 - /pathology/ 1 - /debug.php 2 - /settings.gradle 1 - /wp-includes/sodium_compat/src/Core32/SecretStream/index.php 1 - /config/requirements.php 1 - /.env.* 1 - /wp-includes/Requests/Transport/index.php 3 - /wp-includes/SimplePie/HTTP/index.php 3 - /%D9%85%D8%AF%DB%8C%D8%B1%D8%A7%D9%86-%D8%A7%D8%B1%D8%B4%D8%AF/ 2 - /xhnvsxcs.php 1 www.google.com /ar/%D9%85%D9%8A%D8%AB%D8%A7%D9%82-%D8%AD%D9%82%D9%88%D9%82-%D8%A7%D9%84%D9%85%D8%B1%D9%8A%D8%B6/ 1 - /wp-includes/blocks/quote/index.php 1 - /*.pfx 1 - /wp-includes/js/jquery/index.php 1 - /config/postmark.json 1 - /app_dev.php 2 - /wp-includes/css/dist/nux/index.php 1 - /wp-includes/certificates/index.php 1 - /robots.txt 235 - /app/config/parameters.yml 1 - /wp-includes/interactivity-api/index.php 1 - /.env.staging 1 - /sos/ 1 - /wp-admin/maint/index.php 3 - /wp-includes/blocks/nextpage/index.php 2 - /xtmrqzjs.php 1 www.google.com /wp-includes/blocks/page-list/index.php 2 - /admin 2 - /backup.zip 2 - /%D8%B1%D8%A7%D9%87%D9%86%D9%85%D8%A7%D9%8A-%D9%85%D8%B1%D8%A7%D8%AC%D8%B9%D9%8A%D9%86/ 1 - /wp-includes/blocks/freeform/index.php 3 - /.env.test 1 - /.env.heroku 1 - /lifestyle/ 1 - /rdcvyzwi.php 1 www.google.com /wp-includes/blocks/list/index.php 2 - /.env.resend 1 - /orthopedics/ 1 - /wp-includes/blocks/more/index.php 2 - /ar/%D8%A3%D8%AC%D9%86%D8%AD%D8%A9/ 1 - /whoops 2 - /admin/config.php 2 - /wp-content/uploads/index.php 3 - /wp-includes/css/dist/editor/index.php 1 - /w/api.php 1 - /misc/drupal.js 1 - /config/bootstrap.php 1 - /worksec.php 3 - /var/lib/jenkins/.aws/credentials 1 - /.env.azure 1 - /wp-admin/ 9 https://www.bing.com/ /en/wards/ 2 - /wp-includes/blocks/heading/index.php 3 - /~/.aws/config 1 - /wp-includes/blocks/post-content/index.php 2 - /wp-includes/ID3/index.php 3 - /.ssh/id_rsa 1 - /wp-content/themes/index.php 3 - /%D8%A7%D9%86%D8%AA%D9%82%D8%A7%D8%AF%D8%A7%D8%AA-%D9%88-%D9%BE%DB%8C%D8%B4%D9%86%D9%87%D8%A7%D8%AF%D8%A7%D8%AA/ 1 - /gcp-key.json 1 - /debug 2 - /en/endoscopy-and-bronchoscopy-ward/ 1 - /en/clients-guide/ 1 - /wp-includes/blocks/categories/index.php 3 - /.env.sample 1 - /*.pem 1 - /_profiler 2 - /wp-login.php 9 https://www.facebook.com/ /wp-content/plugins/simple/simple.php 3 - /wp-includes/js/jquery/ui/index.php 1 - /.env.vault 1 - /aws.json 1 - /wp/wp-login.php 2 - /wp-includes/rest-api/search/index.php 1 - /wp-includes/blocks/query-pagination-previous/index.php 1 - /wp-includes/blocks/latest-posts/index.php 2 - /%D9%BE%D8%B1%D8%B3%D9%86%D9%84/ 1 - /admin-app/.env 1 - /cardiac-tresstest/ 1 - /phpinfo.php 5 - /phpdebugbar 2 - /home.zip 1 - /var/lib/docker/secrets/ 1 - /includes/config.php 2 - /en/icu-ward/ 2 - /wp-includes/blocks/post-terms/index.php 1 - /%D8%B1%D8%A7%D9%87%D9%86%D9%85%D8%A7%DB%8C-%D8%AA%D8%B1%D8%AE%DB%8C%D8%B5/ 1 - /wp-includes/SimplePie/Content/Type/index.php 3 - /etc/kubernetes/kubelet.conf 1 - /.env.development 1 - /en/laboratory/ 1 - /ar/%D8%A7%D9%84%D9%82%D8%B3%D9%85-%D8%A7%D9%84%D8%AF%D9%88%D9%84%D9%8A-%D9%84%D9%85%D8%B3%D8%AA%D8%B4%D9%81%D9%89-%D9%85%D9%87%D8%B1%D8%A7%D8%AF-%D8%A7%D9%84%D8%AA%D8%AE%D8%B5%D8%B5%D9%8A-%D8%A7%D9%84/ 1 - /wp-includes/Text/Diff/Renderer/index.php 3 - /imaging/ 1 - /wp-content/upgrade/index.php 3 - /%D8%AA%D8%A7%D8%B1%DB%8C%D8%AE%DA%86%D9%87/ 1 - /wp-includes/blocks/column/index.php 3 - /daycare/ 1 - /pms 2 - /wp-includes/Text/Diff/Engine/index.php 3 - /ar/%D8%A2%D9%86%D8%AF%D9%88%D8%B3%DA%A9%D9%88%D8%A8%DB%8C-%D9%88-%D8%A8%D8%B1%D9%88%D9%86%DA%A9%D9%88%D8%B3%DA%A9%D9%88%D8%A8%DB%8C/ 1 - /en/day-care-ward/ 1 - /.profile 1 - /.env.old 1 - /ngzjpyyt.php 1 www.google.com /wp-includes/css/dist/block-directory/index.php 1 - /latest/dynamic/instance-identity/document 1 - /.env 20 - /wp-includes/SimplePie/Cache/index.php 3 - /wp-includes/images/wlw/index.php 1 - /wp-includes/blocks/query-pagination-next/index.php 1 - /access.log 1 - /~/.aws/credentials 1 - /wp-includes/blocks/site-title/index.php 1 - /api/.env 6 - /config/default.json 1 - /config/development.config.php 1 - /wp-includes/css/dist/index.php 1 - /ar/%D8%A7%D9%84%D9%88%D9%84%D8%A7%D8%AF%D8%A9/ 1 - /wp-includes/js/swfupload/index.php 1 - /blog/wp-login.php 2 - /app/.env 2 - /config/aws.yml 1 - /info.php 2 - /wp-includes/blocks/code/index.php 3 - /wp-includes/blocks/comment-date/index.php 1 - /.ssh/known_hosts 1 - /azure_credentials.json 1 - /info/ 3 - /wp-includes/SimplePie/Net/index.php 3 - /config/aws.json 1 - /public/.env 1 - /wp-includes/blocks/search/index.php 1 - /wp-includes/images/crystal/index.php 1 - /wp-includes/blocks/image/index.php 2 - /secrets.env 3 - /test 2 - /laravel/.env 5 - /kcmfesov.php 1 www.google.com /core/misc/drupal.js 1 - /%D8%AA%D8%B9%D8%B1%D9%81%D9%87-%D9%87%D8%A7%D9%8A-%D9%87%D8%AA%D9%84%D9%8A%D9%86%DA%AF/ 1 - /children/ 1 - /config/database.php 2 - /kyc/.env 1 - /wordpress/wp-login.php 2 - /wp-includes/images/media/index.php 1 - /*.crt 1 - /wp-includes/blocks/text-columns/index.php 1 - /wp-content/plugins/fix/up.php 6 - /wp-includes/SimplePie/Parse/index.php 3 - /internal/ 1 - /angiography/ 1 - /wp-admin/index.php 3 - /wp-includes/blocks/gallery/index.php 3 - /wp-admin/network/index.php 3 - /doctors/ 1 - /ar/%D8%AC%D9%86%D8%A7%D8%AD-ccu/ 2 - /wp-admin/images/index.php 3 - /ar/%D8%A7%DA%A9%D9%88%DA%A9%D8%A7%D8%B1%D8%AF%DB%8C%D9%88%D8%AC%D8%B1%D8%A7%D9%81%DB%8C-%D9%88%D8%A7%D8%AE%D8%AA%D8%A8%D8%A7%D8%B1-%D8%A7%D9%84%D8%B1%DB%8C%D8%A7%D8%B6%D8%A9/ 1 - /comments/feed/ 2 - /wp-includes/Requests/Response/index.php 3 - /wp-includes/js/tinymce/plugins/charmap/index.php 1 - /wp-includes/block-supports/index.php 3 - /en/inpatient-wards/ 2 - /ar/%D8%A3%D8%AC%D9%86%D8%AD%D8%A9-%D8%A7%D9%84%D8%AC%D8%B1%D8%A7%D8%AD%D8%A9/ 1 - /en/comments/feed/ 3 - /en/childbirth-delivery-ward/ 3 - /backend/.env 4 - /config/mail.rb 1 - /.env.google 1 - /wp-includes/blocks/html/index.php 2 - /wp-includes/Requests/Exception/index.php 3 - /wp-includes/js/codemirror/index.php 1 - /sergery/ 1 - /%D8%B1%D8%A7%D9%87%D9%86%D9%85%D8%A7%DB%8C-%D9%85%D8%AF%D8%A7%D8%B1%DA%A9-%D9%BE%D8%B2%D8%B4%DA%A9%DB%8C/ 1 - /wp-content/index.php 9 - /monalllf.php 1 www.google.com /ar/%D8%BA%D8%B1%D9%81%D8%A9-%D8%A7%D9%84%D8%B9%D9%85%D9%84%D9%8A%D8%A7%D8%AA/ 1 - /.DS_Store 2 - /wp-includes/js/mediaelement/renderers/index.php 1 - /wp-includes/blocks/query-pagination-numbers/index.php 1 - /wp-includes/Requests/src/Exception/index.php 1 - /.ssh/id_ed25519 1 - /en/emergency-ward/ 1 - /wp-includes/blocks/cover/index.php 3 - /wp-includes/blocks/latest-comments/index.php 2 - /wp-includes/Requests/Exception/HTTP/index.php 3 - /id_dsa 1 - /.ssh/id_dsa 1 - /aspera/faspex/ 1 - /ar/%D8%A8%D9%86%D9%83-%D8%A7%D9%84%D8%AF%D9%85/ 1 - /id_ecdsa 1 - /config/filesystems.php 1 - /ar/%D8%A7%D8%B1%D9%88%D9%84%D9%88%D8%AC%DB%8C/ 1 - /en/charter-of-patients-rights/ 1 - /settings.py 1 - /en/ccu-ward/ 1 - /.env.development.sample 1 - /frontend_dev.php 1 - /app/config/brevo.yml 1 - /wp-includes/js/thickbox/index.php 1 - /wp-includes/Requests/Cookie/index.php 3 - /~/.aws/cli/cache/ 1 - /.env.sendgrid 1 - /login 2 - /wp-includes/SimplePie/index.php 3 - /wp-includes/blocks/post-excerpt/index.php 2 - /wp-includes/js/tinymce/plugins/image/index.php 1 - /wp-content/languages/index.php 3 - /%D9%83%D9%84%D9%86%D9%8A%D9%83-%D9%87%D8%A7%D9%8A-%D9%85%D9%87%D8%B1%D8%A7%D8%AF/ 2 - /sendgrid.env 7 - /wp-includes/css/dist/components/index.php 1 - /wp-json/sure-triggers/v1/automation/action 1 - /.env.brevo 1 - /wp-includes/css/dist/edit-widgets/index.php 1 - /wp-includes/blocks/video/index.php 1 - /wp-admin/js/index.php 3 - /.ssh/id_ecdsa 1 - /wp-content/cache/index.php 3 - /.env.aws_credentials 1 - /emg/ 1 - /wp-admin/user/index.php 3 - /feed/ 2 - /wp-includes/blocks/paragraph/index.php 2 - /actuator/env 1 - /wp-includes/widgets/dir/index.php 1 - /dump.sql 2 - /root/.aws/credentials 1 - /wp-includes/blocks/query-pagination/index.php 1 - /en/blood-bank-ward/ 1 - /app_dev.php/_profiler/phpinfo 5 - /wp-includes/blocks/button/index.php 3 - /%D9%87%D9%85%DA%A9%D8%A7%D8%B1%DB%8C-%D8%A8%D8%A7-%D9%85%D8%A7/ 1 - /ar/%D9%81%DB%8C%D8%B2%DB%8C%D9%88%D8%AA%D8%B1%D8%A7%D8%A8%DB%8C/ 1 - /wp-content/worksec.php 3 - /tracy 2 - /en/ 2 - /local_settings.py 1 - /wp-includes/css/dist/widgets/index.php 1 - /%D8%A7%D8%B7%D9%84%D8%A7%D8%B9%D8%A7%D8%AA-%D8%A8%DB%8C%D9%85%D8%A7%D8%B1%D8%B3%D8%AA%D8%A7%D9%86/ 1 - /wp-includes/Requests/Exception/Transport/index.php 3 - /as.php 3 - /%D8%A2%D9%88%DB%8C%D8%AF/ 1 - /en/dialysis-ward/ 1 - /wp-includes/Requests/index.php 3 - /_autoindex/assets/css/autoindex.css%22%20/%3E%3Cscript%20src=%22/_autoindex/assets/js/tablesort.js 1 - /.well-known/security.txt 1 - /config.php 1 - /wp-content/plugins/pwnd/pwnd.php 6 - /cacti/cmd_realtime.php 2 - /ar/%D8%AC%D9%86%D8%A7%D8%AD-%D8%A7%D9%84%D8%B7%D9%88%D8%A7%D8%B1%D8%A6/ 1 - /.env.slack 1 - /images/.env 3 - /wp-json 1 - /kint 2 - /wp-includes/blocks/file/index.php 3 - /.env.example 4 - /wp-includes/blocks/block/index.php 3 - /wp-includes/Text/Diff/index.php 3 - /.vscode/ 1 - /wp-includes/blocks/preformatted/index.php 1 - /qbbikbxc.php 1 www.google.com /medicalrecords/ 1 - /en/echocardiography-and-exercise-testing-et-ward/ 1 - /en/para-clinical-wards/ 1 - /eerlches.php 1 www.google.com /app.zip 1 - /wp-includes/blocks/post-date/index.php 2 - /%D8%A7%D9%84%D8%AC%D9%84%D8%AF/ 1 - /ar/%D8%AC%D9%86%D8%A7%D8%AD-%D8%AF%DB%8C%D8%A7%D9%84%DB%8C%D8%B2/ 2 - /web.config 2 - /core/.env 3 - /.env.mailgun 1 - /ar/%D8%A7%D9%84%D8%AC%D9%84%D8%AF/ 1 - /wp-includes/blocks/spacer/index.php 1 - /web/debug 2 - /para/ 1 - /%D8%AF%D8%B1%D8%A8%D8%A7%D8%B1%D9%87-%D9%85%D8%A7/ 1 - /wp-includes/blocks/site-tagline/index.php 1 - /wp-includes/css/dist/customize-widgets/index.php 1 - /%D8%A8%DB%8C%D8%A7%D9%86%DB%8C%D9%87-%D8%B1%D8%B3%D8%A7%D9%84%D8%AA-%D9%88-%DA%86%D8%B4%D9%85-%D8%A7%D9%86%D8%AF%D8%A7%D8%B2/ 1 - /application/config/foreign_chars.php 1 - /.env.production.local 1 - /en/surgical-wards/ 1 - /uslrpcoe.php 1 www.google.com /debug.log 1 - /lab/ 2 - /wp-includes/Requests/Auth/index.php 3 - /wp-content/uploads/2022/06/oh2.jpg 1 https://mehradhospital.ir/ar/%d8%a3%d8%ac%d9%86%d8%ad%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%b6%db%8c/ /.env.bak 4 - /license.txt 1 - /en/physiotherapy-ward/ 2 - /debug/default/view 3 - /wp-includes/images/index.php 1 - /en/imaging-ward/ 1 - /debug/test 2 - /wp-includes/blocks/query-title/index.php 1 - /staging/.env 3 - /web/app_dev.php 2 - /wp-includes/js/tinymce/plugins/fullscreen/index.php 1 - /wp-admin/includes/index.php 3 - /opt/aws/credentials 1 - /wp-includes/blocks/missing/index.php 2 - /config/cache.php 1 - /wp-includes/blocks/query/index.php 1 - /latest/meta-data/iam/security-credentials/ 1 - /wp-includes/PHPMailer/index.php 3 - /thzadtyc.php 1 www.google.com /ykdtlirs.php 1 www.google.com /wp-includes/Requests/Utility/index.php 3 - /.env.stripe 1 - /wp-content/uploads/2022/06/cropped-arm-180x180.png 1 - /xfctktkf.php 1 www.google.com /.idea/ 1 - /latest/meta-data/identity-credentials/ec2/security-credentials/ 1 - /ar/%D8%A2%D9%86%D8%AC%DB%8C%D9%88%D8%AC%D8%B1%D8%A7%D9%81%D9%8A/ 1 - /wp-includes/blocks/archives/index.php 3 - /endoscopy/ 3 - /wp-includes/blocks/buttons/index.php 3 - /.env.sentry 1 - /aws.env 2 - /.bash_profile 1 - /wp-includes/js/index.php 1 - /wp-includes/blocks/post-featured-image/index.php 2 - /ryjcompp.php 1 www.google.com /application/config/encryption.php 1 - /wp-includes/SimplePie/XML/Declaration/index.php 3 - /userfuns.php 1 www.google.com /.gitignore 1 - /.bashrc 1 - /wp-content/uploads/2022/06/jarahi5-1.jpg 1 https://mehradhospital.ir/ar/%d8%a3%d8%ac%d9%86%d8%ad%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%b6%db%8c/ /patientsrights/ 1 - /vercel.json 1 - /root/.docker/config.json 1 - /config/mail.php 1 - /wp-config.php 1 - /wp-includes/js/jcrop/index.php 1 - /ar/%D8%A5%D8%AE%D8%AA%D8%A8%D8%A7%D8%B1-%D8%B4%D8%B1%DB%8C%D8%B7-%D8%A7%D9%84%D8%B9%D8%B5%D8%A8/ 2 - /wp-includes/blocks/social-link/index.php 1 - /wp-includes/blocks/group/index.php 3 - /en/mehrad-hospitals-international-patient-department/ 2 - /_debug 2 - /postnews.php 2 www.google.com /surgery/ 2 - /wp-includes/blocks/calendar/index.php 3 - /wp-includes/blocks/post-template/index.php 2 - /application/config/database.php 2 - /wp-includes/blocks/post-title/index.php 1 - /.aws/credentials 3 - /wp-includes/css/dist/format-library/index.php 1 - /wp-includes/pomo/index.php 1 - /wp-includes/blocks/tag-cloud/index.php 1 - /dev/.env 5 - /%D8%B1%D8%A7%D9%87%D9%86%D9%85%D8%A7%DB%8C-%D9%BE%D8%B0%DB%8C%D8%B1%D8%B4/ 2 - /phpinfo.html 1 - /hrhmvedb.php 1 www.google.com /ar/%D8%A8%D8%A7%D8%AA%D9%88%D9%84%D9%88%D8%AC%DB%8C/ 1 - /ar/%DA%A9%D9%88%D8%AF%DA%A9%D8%A7%D9%86/ 1 - /wp-includes/blocks/legacy-widget/index.php 2 - /php-info.php 3 - /ar/%D8%AC%D9%86%D8%A7%D8%AD-%D8%A7%D9%84%D8%AF%D8%A7%D8%AE%D9%84%D9%8A/ 1 - /wp-includes/blocks/loginout/index.php 2 - /autoload_classmap.php 3 - /netlify.toml 1 - /app/config/postmark.json 1 - /wp-includes/Requests/Proxy/index.php 3 - /wp-admin/css/index.php 3 - /etc/kubernetes/admin.conf 1 - /config.json 1 - /mailgun-credentials.json 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 92 194.225.50.88 31 31 23738 20251130171851 172.233.156.98 3 3 2455 20251127085718 5.133.192.87 2 2 1514 20251121064329 78.153.140.218 2 2 2742 20251113115655 78.153.140.195 2 2 3200 20251118072730 204.76.203.31 2 2 2742 20251106044439 204.76.203.25 2 2 3193 20251120114312 23.88.69.86 2 6 6123 20251126221051 158.115.250.220 2 4 3129 20251119203533 199.45.154.152 2 2 1394 20251109123614 185.163.55.2 1 1 697 20251104220323 172.239.197.73 1 1 697 20251111025320 76.65.172.5 1 7 5372 20251128154111 68.168.219.74 1 1 0 20251107015730 35.172.228.125 1 1 697 20251106040929 23.81.60.171 1 3 3015 20251104033400 64.150.149.223 1 7 5372 20251128162042 173.208.148.34 1 1 1824 20251129095401 92.114.81.149 1 7 5372 20251128133515 116.202.9.86 1 7 5371 20251120210219 3.83.103.6 1 1 767 20251118032304 54.85.134.59 1 1 819 20251126041210 1.192.195.8 1 1 1373 20251105035021 54.87.241.56 1 1 697 20251102022303 69.243.117.97 1 7 5372 20251128175510 142.93.162.159 1 1 703 20251116045301 70.50.147.229 1 7 5372 20251128175932 47.16.30.135 1 7 5372 20251128154058 52.70.227.62 1 1 819 20251130032359 24.84.88.203 1 7 5372 20251128175507 73.124.81.111 1 1 9 20251128162912 64.150.149.216 1 1 9 20251128173458 147.93.129.190 1 1 1824 20251121235131 207.161.136.243 1 7 5372 20251128175632 216.223.222.128 1 7 5372 20251128142745 64.150.149.218 1 7 5372 20251128162911 104.207.57.106 1 1 1598 20251118024151 73.31.34.152 1 7 5372 20251128135249 76.71.213.241 1 7 5372 20251128154113 172.237.128.200 1 1 697 20251104113947 185.180.141.70 1 1 819 20251130052704 44.247.240.120 1 1 1598 20251116185328 5.133.192.166 1 1 697 20251112225830 142.126.75.66 1 7 5372 20251128154100 47.14.23.106 1 7 5372 20251128175454 212.227.185.145 1 1 1369 20251107031609 202.76.142.231 1 1 697 20251103173606 35.170.13.97 1 1 818 20251122185854 146.85.108.57 1 1 9 20251128152813 34.209.167.230 1 1 1824 20251126203404 142.162.56.24 1 7 5372 20251128175507 70.29.59.32 1 7 5372 20251128154053 35.160.147.212 1 7 5372 20251128144142 212.227.226.139 1 1 1373 20251105041045 73.212.21.53 1 7 5372 20251128175507 50.125.60.84 1 7 5372 20251128154040 178.128.252.20 1 1 12155 20251103185807 71.71.194.11 1 7 5372 20251128135246 76.118.29.253 1 7 5372 20251128154038 1.192.192.6 1 1 701 20251105035107 1.192.195.5 1 1 701 20251105035100 154.49.206.28 1 1 817 20251119081227 184.73.189.76 1 1 823 20251126024754 51.15.64.66 1 1 1824 20251129074310 96.28.215.211 1 1 9 20251128142743 107.189.13.175 1 1 697 20251101131531 98.81.226.225 1 1 697 20251114031342 70.36.54.16 1 7 5372 20251128154049 185.180.141.67 1 1 819 20251130052552 173.255.238.10 1 1 1369 20251106045050 5.133.192.131 1 1 819 20251129123440 220.151.9.22 1 1 819 20251130015120 77.36.125.181 1 3 3015 20251111074706 51.17.232.187 1 3 3363 20251110072603 78.153.140.171 1 1 1824 20251123022520 77.74.177.118 1 1 819 20251128115623 143.244.173.167 1 1 819 20251128135313 71.200.211.244 1 7 5372 20251128175440 172.81.130.254 1 1 767 20251118043116 143.110.228.140 1 1 822 20251130115502 74.133.121.186 1 7 5372 20251128175731 108.51.202.34 1 7 5372 20251128152757 68.96.241.245 1 7 5372 20251128173505 66.249.64.233 1 1 557 20251101012841 78.153.140.222 1 1 1824 20251124150746 172.105.246.161 1 1 1373 20251106045104 24.66.13.91 1 7 5372 20251128135249 13.220.234.50 1 1 697 20251110021417 18.224.192.118 1 1 767 20251118025319 3.226.97.84 1 1 814 20251122055141 52.87.226.49 1 1 814 20251122014500 172.233.117.135 1 1 1369 20251101175646 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 29 20251101 3 3 2623 3 20251102 1 1 697 1 20251103 2 2 12852 2 20251104 4 6 5106 4 20251105 5 5 5517 5 20251106 5 5 6181 4 20251107 2 2 1369 2 20251109 4 4 2788 3 20251110 4 6 5454 4 20251111 4 6 5106 4 20251112 2 2 1394 2 20251113 3 3 3439 2 20251114 2 2 1394 2 20251115 1 1 697 1 20251116 5 5 4462 5 20251117 1 1 767 1 20251118 8 8 8683 7 20251119 5 7 5580 4 20251120 2 8 7195 2 20251121 4 4 4272 4 20251122 5 5 4074 5 20251123 3 3 3452 3 20251124 3 3 3462 3 20251125 1 1 819 1 20251126 6 10 10408 5 20251127 3 3 2457 2 20251128 33 195 146718 33 20251129 4 4 5286 4 20251130 7 7 5736 7 END_DAY # Session range - Number of visits BEGIN_SESSION 2 0s-30s 124 30s-2mn 1 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 / 127 121221 121 120 /form.php 5 45 4 5 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 100-500 131 5K+ 3 500-1K 1454 44-100 1 2K-5K 41 1K-2K 68 0-44 15 END_FILESIZE ssl/awstats122025.mehradhospital.ir.txt000064400000057305151504703150013677 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202512 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/ssl/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2052 POS_TIME 2730 POS_VISITOR 18907 POS_DAY 23226 POS_DOMAIN 3458 POS_LOGIN 3933 POS_ROBOT 4088 POS_WORMS 4837 POS_EMAILSENDER 4968 POS_EMAILRECEIVER 5111 POS_SESSION 23907 POS_FILESIZE 24167 POS_SIDER 24065 POS_FILETYPES 5246 POS_DOWNLOADS 5390 POS_OS 5438 POS_BROWSER 5858 POS_SCREENSIZE 7501 POS_UNKNOWNREFERER 7575 POS_UNKNOWNREFERERBROWSER 8222 POS_ORIGIN 8547 POS_SEREFERRALS 8682 POS_PAGEREFS 8848 POS_SEARCHWORDS 9025 POS_KEYWORDS 9177 POS_MISC 2394 POS_ERRORS 9236 POS_CLUSTER 3789 POS_SIDER_404 9382 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20260101021742 16 3060 14982962673704 FirstTime 20251201024905 LastTime 20251231220039 LastUpdate 20260101153326 16 0 15 0 0 TotalVisits 149 TotalUnique 112 MonthHostsKnown 0 MonthHostsUnknown 113 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 FlashSupport 0 0 0 DirectorSupport 0 0 0 PDFSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 RealPlayerSupport 0 0 0 TotalMisc 0 0 0 QuickTimeSupport 0 0 0 JavascriptDisabled 0 0 0 AddToFavourites 0 2 0 JavaEnabled 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 5 11 9653 30 32 21213 1 13 13 12757 29 39 30307 2 10 13 12577 21 29 20284 3 5 13 19046 11 13 9403 4 6 10 11251 144 165 168530 5 3 3 2457 10 13 9420 6 7 11 14080 16 23 17754 7 4 4 5294 37 41 30655 8 6 6 5919 43 50 53246 9 10 10 11217 58 62 93698 10 14 16 11925 22 33 22782 11 8 12 12720 17 24 19602 12 4 4 5286 20 27 21441 13 5 5 6105 32 38 30369 14 9 15 12615 10 23 18480 15 4 4 4132 39 45 34913 16 14 20 22483 108 125 94510 17 15 18 14182 28 59 45944 18 10 12 10530 15 27 16277 19 9 9 6081 16 27 19716 20 4 4 3276 23 40 26481 21 6 6 15609 17 21 14894 22 8 8 8562 21 29 21401 23 2 2 819 16 23 17666 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 21 us 85 111 116728 ir 28 34 27485 in 13 15 12706 ru 12 17 20901 gb 11 11 13401 se 6 6 5927 de 5 5 2643 nl 3 3 4472 ro 3 3 3657 be 2 2 3652 gr 2 4 10874 au 2 2 2643 ca 2 2 2643 bb 1 1 662 eu 1 1 662 fr 1 1 662 ar 1 1 662 ua 1 1 25 ie 1 7 5372 sa 1 1 662 es 0 1 2137 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 16 AhrefsBot/ 51 34508 20251231215838 0 PetalBot 16 9134 20251226074937 0 Googlebot/ 15 11406 20251205050728 0 bot[\s_+:,\.\;\/\\-] 15 10541 20251231015322 0 bingbot/ 15 12311 20251231224231 0 crawl 12 31707 20251214095933 0 Bytespider 10 8771 20251220012523 0 survey 8 85434 20251211115152 0 facebookexternalhit/ 4 3802 20251207142210 0 (firefox/)([0-9]\.|[0-1][0]\.) 2 3652 20251214080723 0 SemrushBot/ 2 844 20251213133843 0 Yahoo![\x20]Slurp[\x20]China 1 366 20251209022155 0 no_user_agent 1 1824 20251207163304 0 java 1 0 20251212021709 0 Go\-http\-client/ 1 819 20251207163306 0 YandexBot/ 1 819 20251215102028 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 php 8 120 0 0 css 3 3510 0 0 svg 9 3243 0 0 html 173 177671 0 0 js 36 54032 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 24 android10 7 1 macosx14 2 1 macosx10 1 1 androidnougat 2 1 ios_iphone 16 9 androidkitkat 7 7 macosx7 1 1 win8.1 2 2 android13 1 1 macosx9 3 3 win10 63 56 linux 19 15 android12 4 4 win7 10 10 androidjellybean 2 2 androidoreo 2 2 androidpie 27 27 macosx15 22 14 androidmarshmallow 1 1 androidlollipop 3 3 irix 1 1 winlong 1 1 androiddonut 1 1 Unknown 31 17 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 80 Unknown 17 7 chrome30.0.1599.103 1 1 msie9.0 1 1 safari17.4 1 1 opera62.0.3331.116 1 1 chrome60.0.3112.113 13 13 firefox124.0 2 2 firefox58.0 2 2 chrome134.0.0.0 5 5 chrome120.0.0.0 5 3 chrome72.0.3626.96 1 1 chrome91.0.4472.124 2 2 chrome70.0.3538.110 1 1 chrome49.0.2623.75 1 0 chrome125.0.0.0 8 8 chrome3.0.197.0 1 1 safari18.5 1 1 mozilla 8 8 chrome105.0.0.0 3 3 chrome70.0.3538.67 1 0 chrome140.0.7339.121 2 2 opera12.16 1 1 android 1 1 chrome116.0.0.0 2 2 firefox142.0 1 1 chrome30.0.0.0 1 1 chrome42.0.2311.90 5 5 netscape4.77 1 1 chrome76.0.3809.100 1 0 chrome75.0.3770.101 1 0 chrome39.0.0.0 1 1 safari13.0.3 8 8 chrome76.0.3809.87 1 1 sonyericsson 1 1 safari18.6 7 1 chrome87.0.4280.88 1 1 chrome78.0.3879.0 1 1 iphone 1 0 safari5.0.2 1 1 chrome42.0.2311.111 2 2 chrome141.0.0.0 3 3 chrome44.0.2403.157 1 1 chrome110.0.0.0 2 2 chrome18.0.1025.308 1 1 chrome137.0.0.0 1 1 chrome4.0.249.0 1 1 chrome108.0.0.0 2 2 chrome33.0.0.0 1 1 opera39.0.2256.43 1 1 chrome75.0.3770.142 1 0 chrome139.0.0.0 3 3 firefox135.0 1 1 firefox139.0 7 3 safari17.2.1 1 1 chrome56.0.2924.87 2 2 chrome98.0.4758.141 1 1 chrome9.0.601.0 1 1 safari5.1 1 1 chrome76.0.3809.89 1 0 chrome126.0.0.0 1 1 chrome58.0.3029.110 2 2 chrome63.0.3239.111 1 1 chrome81.0.4044.129 2 2 chrome104.0.0.0 1 1 safari9.0.3 1 1 chrome117.0.0.0 11 7 chrome67.0.3396.87 1 1 chrome98.0.4758.109 1 1 chrome80.0.3987.149 2 2 msie7.0 2 2 chrome46.0.2490.76 1 1 firefox59.0 1 1 firefox144.0 1 1 chrome85.0.4183.81 27 27 chrome61.0.3163.98 1 1 opera8.33. 1 0 chrome69.0.3497.100 1 1 chrome131.0.0.0 8 4 chrome143.0.0.0 7 1 netscape5.0 9 5 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 12 python-requests/2.32.3 20251205032124 Python/3.14_aiohttp/3.13.2 20251219184236 Mozilla/5.0 20251229062151 \ 20251205032153 IDG/EU_(http://spaziodati.eu/) 20251201122450 python-httpx/0.27.2 20251208060826 python-httpx/0.27.0 20251203044454 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20251206225104 Mozilla/5.0_(l9scan/2.0.030313e2032313e22323e2837313;__https://leakix.net) 20251207163338 Mozilla/5.0_(compatible;_Dataprovider.com) 20251226100007 Mozilla/5.0_(compatible;_CMSLookup/1.0) 20251220194055 quic-go-HTTP/3 20251226103908 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 7 quic-go-HTTP/3 20251226103908 python-httpx/0.27.2 20251208060826 IDG/EU_(http://spaziodati.eu/) 20251201122450 Python/3.14_aiohttp/3.13.2 20251219184236 \ 20251205032153 python-httpx/0.27.0 20251203044454 python-requests/2.32.3 20251205032124 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 174 204 From1 1 1 From2 5 5 From3 1 1 From4 0 18 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 1 www_google_com_hk 5 5 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 1 https://www.facebook.com 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 6 401 1 52 301 6 4770 503 2 1614 206 7 3500 403 55 42498 404 761 589040 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 339 /images/.env 3 - /config.xml 1 - /surgicalrooms/ 1 - /vendor/laravel-filemanager/js/script.js 2 - /dialysisward 3 https://mehradhospital.ir/ /error.log 1 - /lib/.env 1 - /var/log/nginx/error.log 1 - /apikeys.json 1 - /.git-credentials 1 - /infophp.php 1 - /public/_ignition/execute-solution 2 - /wp-content/plugins/pwnd-1/pwnd.php 1 - /settings.json 1 - /swagger/v1/swagger.json 1 - /server/.env 1 - /twkxqsmc.php 1 www.google.com /secrets.env 3 - /errors.log 1 - /wp-plain.php 20 www.google.com /swagger.json 1 - /api_keys.json 1 - /en/comments/feed/ 1 - /docker/.env 1 - /api 1 - /info3.php 1 - /@vite/env 3 - /jdnohvxh.php 1 www.google.com /swexxxmw.php 1 www.google.com /core/Datavase/.env 1 - /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 2 - /en/pathology-ward/ 1 - /php_version.php 1 - /3.php 1 - /info1.php 1 - /apps 5 - /settings.yml 1 - /.azure/credentials 1 - /app/etc/env.php 1 - /tools/.env 1 - /ar 3 https://mehradhospital.ir/ /db_backup.sql 1 - /license.txt 1 - /automation/ansible/git.yml 1 - /ansible/roles/git/tasks/main/git.yml 1 - /docker-compose.yaml 1 - /core/.env 4 - /.gcloud/credentials 1 - /.env.dev.local 1 - /_all_dbs 1 - /postnews.php 6 www.google.com /.env.backup 1 - /admin/.env 5 - /.dockerignore 1 - /staging/.env 3 - /settings.properties 1 - /lab/.env 1 - /en/patient-admission-guide/ 1 - /uytkelpu.php 1 www.google.com /gbaarizv.php 1 www.google.com /config/.env 1 - /server.php 1 - /sitemap.xml.gz 2 - /sitemap.xml 3 - /app_dev.php/_profiler/phpinfo 5 - /secrets.json 1 - /_next/data 5 - /public/vendor/laravel-filemanager/js/script.js 2 - /swagger/index.html 1 - /site-backup.zip 1 - /administrator/.env 1 - /hzeyngnd.php 1 www.google.com /wp-content/plugins/boot/boot.php 1 - /.api_keys 1 - /saas/.env 1 - /.env.staging 1 - /acvrbhlo.php 1 www.google.com /server-status 1 - /imaging 3 https://mehradhospital.ir/ /pathology 3 https://mehradhospital.ir/ /about 1 - /_profiler/phpinfo 2 - /%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c-%d8%aa%d8%b1%d8%ae%db%8c%d8%b5/ 1 - /backup.tar.gz 1 - /api/actions 5 - /v2/.env 1 - /.env.prod.local 1 - /swagger/swagger-ui.html 1 - /wp-content/plugins/cloudflare/DOCKER_ENV 1 - /api/swagger.json 1 - /api/gql 1 - /v2/_catalog 1 - /i.php 1 - /modules/.env 1 - /.docker/config.json 1 - /.env.save 4 - /v2/api-docs 1 - /.env.sample 1 - /xmlrpc.php 2 - /en/ 1 - /%3FSA 2 - /test 3 - /src/.env 1 - /backup.zip 1 - /core/app/.env 1 - /ar/%d8%a7%d9%84%d9%82%d8%b3%d9%85-%d8%a7%d9%84%d8%af%d9%88%d9%84%d9%8a-%d9%84%d9%85%d8%b3%d8%aa%d8%b4%d9%81%d9%89-%d9%85%d9%87%d8%b1%d8%a7%d8%af-%d8%a7%d9%84%d8%aa%d8%ae%d8%b5%d8%b5%d9%8a-%d8%a7%d9%84/ 1 https://mehradhospital.ir/ar/%d8%a7%d9%84%d9%82%d8%b3%d9%85-%d8%a7%d9%84%d8%af%d9%88%d9%84%d9%8a-%d9%84%d9%85%d8%b3%d8%aa%d8%b4%d9%81%d9%89-%d9%85%d9%87%d8%b1%d8%a7%d8%af-%d8%a7%d9%84%d8%aa%d8%ae%d8%b5%d8%b5%d9%8a-%d8%a7%d9%84/ /sitemap_index.xml 4 - /telescope/requests 1 - /app/etc/local.xml 1 - /jtdiyoky.php 1 www.google.com /ansible/roles/git/tasks/git.yml 1 - /login.action 1 - /keys.json 1 - /debug.log 1 - /wkiyyghn.php 1 www.google.com /storage/.env 1 - /owa/ 1 - /backup.sql 1 - /_debug 1 - /infants/ 1 - /debug/default/view 4 - /yzpssnyo.php 1 www.google.com /serverinfo.php 1 - /.env.local 1 - /p.php 1 - /ar/%d8%ac%d9%86%d8%a7%d8%ad-%d8%a7%d9%84%d8%b1%d8%b9%d8%a7%d9%8a%d8%a9-%d8%a7%d9%84%d9%86%d9%87%d8%a7%d8%b1%d9%8a%d8%a9/ 1 https://mehradhospital.ir/ar/%d8%ac%d9%86%d8%a7%d8%ad-%d8%a7%d9%84%d8%b1%d8%b9%d8%a7%d9%8a%d8%a9-%d8%a7%d9%84%d9%86%d9%87%d8%a7%d8%b1%d9%8a%d8%a9/ /acp.php 1 - /phpinfo 1 - /webjars/swagger-ui/index.html 1 - /graphql 1 - /sitemap.txt 2 - /docker-compose.yml 1 - /DEPLOYMENT.md 1 - /settings.ini 1 - /server 1 - /%3FMA 2 - /settings.xml 1 - /infants 3 https://mehradhospital.ir/ /infrastructure/ansible/tasks/git.yml 1 - /.env.remote 1 - /database.sql 1 - /en/.env 1 - /.env.old 1 - /twilio.env 6 - /ansible/tasks/git.yml 1 - /settings.yaml 1 - /client/.env 1 - /.env.bak 4 - /%D8%A8%DB%8C%D9%85%D9%87-%D9%87%D8%A7%DB%8C-%D8%B7%D8%B1%D9%81-%D9%82%D8%B1%D8%A7%D8%B1%D8%AF%D8%A7%D8%AF 3 https://mehradhospital.ir/ /php.php 1 - /logs/application.log 1 - /ci/ansible/tasks/git.yml 1 - /%D8%A7%D8%B7%D9%84%D8%A7%D8%B9%D8%A7%D8%AA-%D8%A8%DB%8C%D9%85%D8%A7%D8%B1%D8%B3%D8%AA%D8%A7%D9%86 3 https://mehradhospital.ir/ /graphql/api 1 - /var/www/html/error_log 1 - /.DS_Store 2 - /phpinfo/ 6 - /exapi/.env 1 - /sitemaps.xml 3 - /wp-admin/ 11 https://www.bing.com/ /azure.json 1 - /public/.env 1 - /testphp.php 1 - /2.php 1 - /php_error.log 1 - /.aws/credentials 1 - /gcp-credentials.json 1 - /userfuns.php 3 www.google.com /sitemaps/.env 1 - /vendor/.env 1 - /blog/.env 1 - /log/error.log 1 - /.well-known/security.txt 1 - /check.php 1 - /Dockerfile 2 - /comments/feed/ 2 - /%D9%BE%D8%B1%D8%B3%D9%86%D9%84/ 1 - /aboutus/%D9%87%DB%8C%D8%A7%D8%AA-%D9%85%D8%AF%DB%8C%D8%B1%D9%87 3 https://mehradhospital.ir/ /probe.php 1 - /config/ansible/git.yml 1 - /aspera/faspex/ 1 - /sites/default/settings.php 1 - /laravel/.env 5 - /nylwjppc.php 1 www.google.com /app/logs/prod.log 1 - /apps/.env 1 - /assets/resources/details 1 - /feed/ 2 - /.env.2 1 - /%D8%B1%D8%A7%D9%87%D9%86%D9%85%D8%A7%DB%8C-%D9%85%D8%AF%D8%A7%D8%B1%DA%A9-%D9%BE%D8%B2%D8%B4%DA%A9%DB%8C 3 https://mehradhospital.ir/ /aws.json 1 - /actutor/env 2 - /internal 3 https://mehradhospital.ir/ /phpversion.php 1 - /en/feed/ 1 - /.aws/config 1 - /s/030313e2032313e22323e2837313/_/ 1 - /docker-compose.override.yml 1 - /storage/logs/laravel.log 1 - /en/imaging-ward/ 1 - /security.txt 1 - /v1/.env 1 - /configuration.php 1 - /info2.php 1 - /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 1 - /dev/.env 5 - /wp-content/plugins/royal-elementor-addons/assets/js/modal-popups.min.js 1 https://mehradhospital.ir/ /php-info.php 1 - /logs/error.log 1 - /wp-includes/css/buttons.css 2 - /wp-json 1 - /%D9%87%D9%85%DA%A9%D8%A7%D8%B1%DB%8C-%D8%A8%D8%A7-%D9%85%D8%A7/ 1 - /cron/.env 1 - /php_info.php 1 - /config.yml 1 - /wp-content/plugins/pwnd/pwnd.php 1 - /api/v2/config 1 - /eoxhmpcq.php 1 www.google.com /phptest.php 1 - /info.php 2 - /media/system/js/core.js 2 - /cronlab/.env 1 - /wp-content/plugins/fix/up.php 2 - /actuator/env 1 - /sergery 2 https://mehradhospital.ir/ /kubernetes/.env 1 - /config.ini 1 - /%D8%A7%D8%B1%D8%AA%D8%A8%D8%A7%D8%B7-%D8%A8%D8%A7-%D9%85%D8%A7/ 1 - /.github/workflows/main-cd.yml 1 - /api/action 5 - /.env.production 1 - /debug.php 1 - /style.php 2 www.google.com /alfacgiapi/perl.alfa 2 www.google.com /zmoxhzkr.php 1 www.google.com /scripts/ansible/git.yml 1 - /config.yaml 1 - /app/logs/dev.log 1 - /awjmzsdq.php 1 www.google.com /sendgrid.env 6 - /%D9%85%D8%AF%DB%8C%D8%B1%D8%B9%D8%A7%D9%85%D9%84 3 https://mehradhospital.ir/ /.vscode/sftp.json 3 - /tyaktjpu.php 1 www.google.com /secrets.yml 1 - /.dockerenv 1 - /wp-login.php 13 https://duckduckgo.com/ /site/.env 1 - /API/.env 3 - /oauth.json 1 - /%D8%B5%D9%81%D8%AD%D9%87-%D8%A7%D8%B5%D9%84%DB%8C 3 https://mehradhospital.ir/ /my-account 3 https://mehradhospital.ir/ /.env 26 - /aboutus 3 https://mehradhospital.ir/ /api-docs/swagger.json 1 - /api/graphql 1 - /vrckuxfp.php 1 www.google.com /info/ 3 - /k8s-config.yml 1 - /_ignition/execute-solution 2 - /1.php 1 - /Thumbs.db 1 - /.github/workflows/production.yml 1 - /ar/%D8%AC%D9%86%D8%A7%D8%AD-icu/ 1 - /%D9%87%D9%85%DA%A9%D8%A7%D8%B1%DB%8C-%D8%A8%D8%A7-%D9%85%D8%A7 3 https://mehradhospital.ir/ /config.properties 1 - /t.php 1 - /ykscpfqe.php 1 www.google.com /%DA%A9%D8%A7%D8%B1%D8%A7 3 https://mehradhospital.ir/ /test.php 1 - /docs/.env 1 - /api/config 1 - /as.php 1 - /orthopedics 3 https://mehradhospital.ir/ /lab 3 https://mehradhospital.ir/ /wp-content/themes/seotheme/db.php 20 www.google.com /.env.example 4 - /diagnostic.php 1 - /plugins/.env 1 - /aws-config.json 1 - /bflwqdeu.php 1 www.google.com /kubernetes.yml 1 - /.env.save.1 3 - /doctors 3 https://mehradhospital.ir/ /frontend/.env 1 - /.env.1 1 - /themes/.env 1 - /wp-content/uploads/2022/06/jarahi5-1.jpg 1 https://mehradhospital.ir/ar/%d8%a3%d8%ac%d9%86%d8%ad%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%b6%db%8c/ /clientsguide 3 https://mehradhospital.ir/ /bloodbank 3 https://mehradhospital.ir/ /endoscopy 3 https://mehradhospital.ir/ /s3.yml 1 - /includes/.env 1 - /deploy/ansible/git.yml 1 - /.env.development 1 - /wp-content/index.php 1 - /assets/.env 1 - /phpinfo.php 4 - /info_php.php 1 - /app/.env 4 - /index.html 2 - /.github/workflows/preprod.yml 1 - /children 3 https://mehradhospital.ir/ /%D9%85%D8%AF%DB%8C%D8%B1%D8%B9%D8%A7%D9%85%D9%84/ 3 - /.secrets 1 - /ar/wp-login.php 1 - /.env.test 1 - /var/log/apache2/error.log 1 - /%3FND 2 - /database/.env 1 - /payment/index.php 17 - /api/v1/config 1 - /files.php 1 www.google.com /auth.json 1 - /psnlink/.env 1 - /backend/.env 4 - /.gittoken 1 - /api/.env 8 - /config.zip 1 - /credentials.json 1 - /.config.yaml 3 - /pi.php 1 - /web/.env 4 - /dump.sql 1 - /en 4 https://mehradhospital.ir/ /config.json 2 - /swagger-ui.html 1 - /robots.txt 129 - /provisioning/ansible/tasks/git.yml 1 - /uploads/.env 1 - /tokens.json 1 - /v3/api-docs 1 - /gntpoefw.php 1 www.google.com /Index.aspx 1 - /.s3cfg 1 - /ALFA_DATA/alfacgiapi/perl.alfa 2 www.google.com /enapingd.php 1 www.google.com /ar/%D9%85%D8%AE%D8%AA%D8%A8%D8%B1/ 1 - /inputs.php 1 - /git.yml 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 113 194.225.50.88 27 27 22113 20251230222056 170.64.129.112 4 4 1986 20251219195310 204.76.203.25 4 4 7296 20251229110105 209.38.89.131 4 4 1986 20251219010912 103.4.250.163 3 5 3792 20251211102429 35.161.55.221 3 9 7010 20251205032207 66.132.153.141 3 3 2457 20251206225104 195.178.110.223 3 6 5835 20251209022229 107.172.195.91 3 5 3792 20251211171223 35.178.184.98 2 2 1638 20251227091050 3.9.139.199 2 2 1638 20251217022730 15.204.182.106 2 2 1642 20251209091945 100.30.248.17 2 2 1642 20251215143452 146.70.185.32 2 2 0 20251207172545 172.241.246.190 2 4 3130 20251226180700 35.179.139.46 2 2 1638 20251217004121 54.207.229.144 2 2 1638 20251228184256 104.244.75.37 2 2 1638 20251212195350 85.115.52.201 2 2 2643 20251219042601 51.81.245.138 2 2 1638 20251209192934 78.153.140.128 2 2 3648 20251226093844 94.247.172.129 2 2 1646 20251231165922 45.154.207.32 2 2 819 20251214055524 96.41.38.202 2 6 6970 20251207163849 193.111.199.172 2 2 819 20251222232754 79.142.79.119 1 1 1824 20251231065148 146.70.48.210 1 1 1824 20251219170818 124.198.132.195 1 1 1824 20251203013113 95.217.190.234 1 1 25 20251208103752 78.153.140.195 1 1 1824 20251227005218 92.118.39.32 1 3 10212 20251204030258 146.70.116.50 1 1 1824 20251223101132 139.162.236.60 1 1 1829 20251228072755 77.74.177.118 1 1 819 20251212140147 31.167.219.8 1 1 662 20251219170655 162.19.96.112 1 1 1824 20251208160148 70.32.77.121 1 1 1824 20251225135303 57.128.117.164 1 1 1824 20251208103841 13.62.222.190 1 3 3485 20251203044454 52.86.40.43 1 1 819 20251219202059 164.90.183.185 1 1 1824 20251219184236 5.133.192.136 1 1 819 20251216020124 172.238.255.129 1 1 1824 20251223123212 3.132.216.11 1 3 3485 20251208060825 35.153.135.67 1 3 3485 20251229062150 3.255.236.114 1 1 819 20251201122450 54.234.78.238 1 1 819 20251204024930 54.221.31.104 1 1 819 20251208010712 31.13.127.5 1 7 5372 20251207142131 98.93.23.175 1 3 3485 20251209105751 178.128.86.63 1 1 662 20251219170655 138.199.236.196 1 1 662 20251208180413 184.174.10.126 1 1 819 20251209135649 93.158.91.10 1 1 819 20251207184543 5.133.192.131 1 1 819 20251227162832 3.83.141.118 1 1 819 20251223180047 85.203.23.216 1 1 819 20251214100826 172.235.191.125 1 1 1824 20251203142154 45.156.128.155 1 1 819 20251230162551 5.254.60.98 1 1 1824 20251208061434 93.159.230.84 1 1 819 20251226092953 143.110.145.96 1 1 823 20251211155605 103.110.6.116 1 1 662 20251219170659 185.223.152.252 1 1 819 20251220194055 3.138.185.30 1 1 819 20251211165506 146.190.148.121 1 1 819 20251202142143 209.141.61.93 1 1 819 20251213095330 77.68.55.169 1 1 1824 20251226094451 91.99.228.0 1 7 5372 20251217001554 5.254.60.114 1 1 1824 20251220074213 78.153.140.218 1 1 1828 20251204151003 47.82.13.50 1 1 819 20251221141041 91.250.249.150 1 1 9 20251208104729 217.160.102.46 1 1 1824 20251231220039 149.56.160.235 1 1 1828 20251226095937 77.68.55.170 1 1 1824 20251227220419 195.178.110.54 1 3 3485 20251208160332 51.68.186.52 1 1 1824 20251212134554 192.204.140.228 1 1 662 20251219170707 207.154.219.217 2 2 1324 20251222141811 45.156.128.152 1 1 819 20251230162552 78.153.140.222 1 1 1824 20251215161614 45.135.193.3 2 2 3652 20251213014139 45.160.246.248 1 1 662 20251220012449 128.242.226.226 1 1 662 20251220012512 57.129.25.91 1 1 1828 20251213014911 198.98.52.120 2 2 1638 20251214053426 130.12.180.15 1 1 1824 20251224020904 103.196.9.62 1 1 662 20251211171159 161.35.171.179 1 1 12147 20251221211109 100.48.88.91 1 1 819 20251227191616 54.159.183.187 1 1 819 20251211224051 206.81.24.74 2 2 2643 20251207163338 44.220.48.213 1 3 3485 20251210045129 138.246.253.7 2 2 0 20251226103908 13.219.86.209 1 1 819 20251215221445 196.3.198.136 1 1 662 20251219170711 88.187.13.128 1 1 662 20251220012446 45.156.128.153 1 1 819 20251230162529 190.183.19.222 1 1 662 20251220012456 77.230.13.251 0 1 2137 138.197.232.85 1 1 819 20251208103233 165.22.5.60 1 1 822 20251228072147 162.243.4.24 1 1 819 20251212092205 18.175.143.236 2 2 1638 20251216203319 31.3.156.44 1 1 1824 20251208082302 139.59.12.29 1 1 819 20251217190037 107.23.73.156 1 1 819 20251231205558 104.252.191.56 1 1 662 20251211102419 44.204.85.96 1 1 662 20251210151656 35.91.255.12 1 1 1824 20251209063529 23.81.70.203 2 4 3130 20251202110130 149.56.150.15 2 2 1332 20251226100007 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 30 20251201 2 2 1642 2 20251202 5 7 5587 4 20251203 6 8 10595 6 20251204 3 5 12859 3 20251205 3 9 7010 1 20251206 3 3 2457 1 20251207 10 20 18447 7 20251208 11 15 16600 11 20251209 11 16 15243 9 20251210 3 5 4966 3 20251211 12 16 12188 8 20251212 8 8 6742 8 20251213 5 5 7118 4 20251214 5 5 4095 4 20251215 6 6 5919 6 20251216 4 4 3276 3 20251217 9 15 12929 7 20251219 20 20 16030 13 20251220 6 6 5291 6 20251221 3 3 13785 3 20251222 5 5 2962 3 20251223 5 5 7110 5 20251224 2 2 2643 2 20251225 2 2 2643 2 20251226 9 11 10757 7 20251227 6 6 6924 5 20251228 5 5 5108 4 20251229 3 5 6128 3 20251230 5 5 4095 5 20251231 4 5 7427 4 END_DAY # Session range - Number of visits BEGIN_SESSION 2 0s-30s 146 30s-2mn 3 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 / 173 177671 147 142 /form.php 8 120 2 7 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 100-500 49 0-44 52 500-1K 1047 5K+ 6 1K-2K 57 2K-5K 25 44-100 1 END_FILESIZE ssl/awstats012026.mehradhospital.ir.txt000064400000033610151504703150013667 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202601 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/ssl/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2052 POS_TIME 2726 POS_VISITOR 10455 POS_DAY 13336 POS_DOMAIN 3401 POS_LOGIN 3793 POS_ROBOT 3948 POS_WORMS 4392 POS_EMAILSENDER 4523 POS_EMAILRECEIVER 4666 POS_SESSION 13865 POS_FILESIZE 14131 POS_SIDER 14033 POS_FILETYPES 4801 POS_DOWNLOADS 4949 POS_OS 4997 POS_BROWSER 5316 POS_SCREENSIZE 6131 POS_UNKNOWNREFERER 6205 POS_UNKNOWNREFERERBROWSER 6322 POS_ORIGIN 6434 POS_SEREFERRALS 6570 POS_PAGEREFS 6714 POS_SEARCHWORDS 6925 POS_KEYWORDS 7077 POS_MISC 2390 POS_ERRORS 7136 POS_CLUSTER 3649 POS_SIDER_404 7250 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20260201012254 7 1380 9457079929195 FirstTime 20260101034321 LastTime 20260131135923 LastUpdate 20260201155646 7 0 6 0 0 TotalVisits 80 TotalUnique 74 MonthHostsKnown 0 MonthHostsUnknown 75 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 WindowsMediaPlayerSupport 0 0 0 JavaEnabled 0 0 0 AddToFavourites 0 1 0 QuickTimeSupport 0 0 0 JavascriptDisabled 0 0 0 TotalMisc 0 0 0 RealPlayerSupport 0 0 0 PDFSupport 0 0 0 FlashSupport 0 0 0 DirectorSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 2 8 6191 6 9 5597 1 3 15 12568 5 8 4642 2 0 0 0 6 13 11446 3 3 3 4467 7 10 7030 4 3 9 9024 15 17 12602 5 2 2 2643 6 8 5307 6 1 1 1824 11 12 9566 7 1 1 1824 9 12 7198 8 4 16 12568 5 8 4776 9 4 10 8677 7 9 5572 10 6 24 17449 13 17 10849 11 8 45 33914 6 11 4785 12 7 31 23639 7 12 17700 13 4 16 6705 16 21 13817 14 5 11 7524 9 11 7817 15 0 0 0 8 11 8028 16 12 24 18869 13 20 12752 17 7 21 17179 9 14 8284 18 8 20 15377 3 6 3055 19 6 24 18259 12 28 18821 20 5 19 14725 8 14 10525 21 12 42 31498 8 13 6341 22 5 17 13904 8 15 9275 23 2 8 6191 6 8 5572 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 14 ir 66 272 196038 us 10 10 11247 ru 7 19 15216 gb 5 11 12668 nl 5 5 9120 dk 4 28 21488 ro 3 11 8502 in 3 3 2457 de 3 3 2643 hk 1 1 819 se 1 1 819 nz 1 1 1824 fr 1 1 1824 tr 0 1 354 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 8 AhrefsBot/ 14 10270 20260108152715 0 bingbot/ 10 7302 20260128190703 0 PetalBot 4 100 20260129132903 0 bot[\s_+:,\.\;\/\\-] 3 736 20260104172414 0 crawl 2 12978 20260107121201 0 Googlebot/ 2 1324 20260131104556 0 facebookexternalhit/ 2 1324 20260130221444 0 (firefox/)([0-9]\.|[0-1][0]\.) 1 819 20260101063150 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 js 87 103600 0 0 svg 128 45029 0 0 css 42 47970 0 0 php 7 63 0 0 html 103 88357 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 16 androidlollipop 5 5 androidmarshmallow 3 3 android10 144 36 androidjellybean 3 3 androidnougat 1 1 androidics 1 1 android 9 3 win10 68 20 androidkitkat 2 2 Unknown 1 1 linuxubuntu 1 1 ios_iphone 120 27 win7 1 1 androidoreo 1 1 androidpie 3 3 macosx 4 2 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 39 Unknown 1 1 safari18.6 21 3 safari 7 1 android 2 2 chrome134.0.0.0 11 5 chrome85.0.4183.81 3 3 chrome47.0.2526.76 1 1 chrome143.0.7499.192 1 1 chrome130.0.0.0 16 4 chrome59.0.3071.122 1 1 chrome42.0.2311.108 1 1 chrome63.0.3239.83 1 1 firefox133.0 7 1 safari26.1 42 12 chrome47.0.2526.100 1 1 safari17.6 4 2 chrome50.0.2661.86 1 1 firefox146.0 9 3 chrome45.0.2454.95 1 1 firefox20.0 1 1 chrome144.0.0.0 7 1 chrome60.0.3112.113 3 3 chrome105.0.0.0 1 1 chrome49.0.2623.105 1 1 safari26.0.1 9 3 chrome120.0.0.0 1 1 chrome69.0.3497.100 2 2 safari4.0.5 1 0 chrome143.0.0.0 149 35 chrome59.0.3071.125 1 1 chrome109.0.0.0 8 2 chrome30.0.1599.92 1 1 safari18.5 8 2 firefox92.0 1 1 chrome64.0.3282.186 1 1 safari26.2 32 6 chrome139.0.0.0 7 1 opera12.00 1 1 netscape5.0 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 1 quic-go-HTTP/3 20260102214352 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 1 quic-go-HTTP/3 20260102214352 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 100 103 From1 3 3 From2 0 0 From3 2 2 From4 5 259 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 2 https://web.ivira.ai 1 1 https://cpanelir.sazman.host:2083 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 3 403 22 17314 404 199 157608 301 1 795 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 70 /txets.php 1 - /ar/ 2 https://mehradhospital.ir/ar/%d9%85%d9%86-%d9%86%d8%ad%d9%86/ /wp-content/themes/seotheme/db.php 2 www.google.com /en/ 1 https://mehradhospital.ir/en/angiography-ward/ /payment/index.php 15 - /wp-content/worksec.php 1 - /sitemap.xml.gz 2 - /aspera/faspex/ 1 - /worksec.php 1 - /%D8%B1%D8%A7%D9%87%D9%86%D9%85%D8%A7%DB%8C-%D9%85%D8%AF%D8%A7%D8%B1%DA%A9-%D9%BE%D8%B2%D8%B4%DA%A9%DB%8C 1 https://mehradhospital.ir/ /daycare/ 1 - /wp-admin/ 2 https://wordpress.org/ /wp-json 1 - /autoload_classmap.php 1 - /aboutus 6 https://mehradhospital.ir/ /sergery 4 https://mehradhospital.ir/ /userfuns.php 1 www.google.com /wp-content/index.php 1 - /%D8%A2%D9%88%DB%8C%D8%AF/ 1 - /Index.aspx 1 - /pathology 3 https://mehradhospital.ir/ /wbracmpt.php 1 www.google.com /ar 4 https://mehradhospital.ir/ /postnews.php 2 www.google.com /wp-content/plugins/fix/up.php 1 - /en/comments/feed/ 1 - /para/ 2 - /en 5 https://mehradhospital.ir/ /login.do 1 - /%D9%87%D9%85%DA%A9%D8%A7%D8%B1%DB%8C-%D8%A8%D8%A7-%D9%85%D8%A7 2 https://mehradhospital.ir/ /bloodbank 2 https://mehradhospital.ir/ /doctors 3 https://mehradhospital.ir/ /wp-content/uploads/2022/06/zanan47.jpg 1 - /clientsguide 4 https://mehradhospital.ir/ /my-account 3 https://mehradhospital.ir/ /aboutus/%D9%87%DB%8C%D8%A7%D8%AA-%D9%85%D8%AF%DB%8C%D8%B1%D9%87 4 https://mehradhospital.ir/ /wp-content/uploads/2022/06/amal8.jpg 1 https://mehradhospital.ir/ar/%d8%a3%d8%ac%d9%86%d8%ad%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%b6%db%8c/ /%D8%B5%D9%81%D8%AD%D9%87-%D8%A7%D8%B5%D9%84%DB%8C 2 https://mehradhospital.ir/ /robots.txt 38 - /%D9%85%D8%AF%DB%8C%D8%B1%D8%B9%D8%A7%D9%85%D9%84 3 https://mehradhospital.ir/ /apple-touch-icon.png 2 - /%D8%A7%D8%B7%D9%84%D8%A7%D8%B9%D8%A7%D8%AA-%D8%A8%DB%8C%D9%85%D8%A7%D8%B1%D8%B3%D8%AA%D8%A7%D9%86 3 https://mehradhospital.ir/ /sitemaps.xml 1 - /apple-touch-icon-precomposed.png 2 - /en/urology/ 1 https://mehradhospital.ir/en/ /en/para-clinical-wards/ 1 - /%DA%A9%D8%A7%D8%B1%D8%A7 4 https://mehradhospital.ir/ /wp-content/plugins/pwnd/pwnd.php 1 - /infants 5 https://mehradhospital.ir/ /wp-content/plugins/royal-elementor-addons/assets/js/modal-popups.min.js 1 - /wp-content/plugins/pwnd-1/pwnd.php 1 - /owa/ 1 - /license.txt 1 - /children 2 https://mehradhospital.ir/ /en/icu-ward/ 2 https://mehradhospital.ir/en/ /liloohgf.php 1 www.google.com /wp-login.php 2 - /orthopedics 3 https://mehradhospital.ir/ /wp-sitemap.xml 1 - /%D8%A8%DB%8C%D9%85%D9%87-%D9%87%D8%A7%DB%8C-%D8%B7%D8%B1%D9%81-%D9%82%D8%B1%D8%A7%D8%B1%D8%AF%D8%A7%D8%AF 4 https://mehradhospital.ir/ /internal 5 https://mehradhospital.ir/ /wp-content/plugins/simple/simple.php 1 - /endoscopy 3 https://mehradhospital.ir/ /wp-plain.php 2 www.google.com /en/dialysis-ward/ 2 https://mehradhospital.ir/en/ /dialysisward 5 https://mehradhospital.ir/ /lab 5 https://mehradhospital.ir/ /en/feed/ 1 - /imaging 3 https://mehradhospital.ir/ /.env 4 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 75 89.198.75.201 4 16 11415 20260114215411 5.211.171.231 4 10 7358 20260117181149 151.238.1.195 4 10 6705 20260115142403 46.51.108.47 4 10 6705 20260116104248 5.210.157.37 3 9 6708 20260120220805 5.74.197.33 3 9 6696 20260118113337 89.199.93.52 3 9 5390 20260118160103 79.142.79.119 3 3 5472 20260106051859 5.112.212.146 3 3 1998 20260114165113 194.225.50.88 3 3 2457 20260103002024 185.199.211.179 3 9 6696 20260124192104 188.229.45.239 2 8 6042 20260114123645 77.68.55.170 2 2 3648 20260103040810 45.156.128.152 2 2 1638 20260103163944 5.116.9.92 2 8 6191 20260118214329 5.201.194.98 2 8 6034 20260113214641 5.126.76.163 2 8 6191 20260116175420 91.243.167.222 2 10 6710 20260117200104 109.166.52.62 2 4 3130 20260107172835 5.210.135.121 2 8 6034 20260117123506 5.114.213.48 2 8 6034 20260115133751 157.230.113.249 1 1 1824 20260102215744 130.195.209.34 1 1 1824 20260102081328 82.180.214.192 1 7 5372 20260113182600 84.241.21.243 1 1 662 20260114172126 2.145.105.67 1 7 5372 20260114201540 94.184.179.178 1 7 5372 20260118102018 66.249.79.200 1 1 9 20260131135923 2.176.70.125 1 7 5372 20260118113905 204.76.203.25 1 1 1824 20260104032845 82.180.205.201 1 7 5372 20260115175240 217.218.152.124 1 7 5372 20260116231253 5.112.35.84 1 7 5372 20260115190609 170.187.137.16 1 1 1824 20260103164509 46.209.211.178 1 7 5372 20260118085735 185.132.36.17 1 1 1824 20260108034003 80.210.30.3 1 7 5372 20260118102549 5.217.179.155 1 7 5372 20260125014558 185.10.58.210 1 1 1824 20260107173912 100.25.198.201 1 1 819 20260103144601 146.70.133.71 1 1 1824 20260105222856 212.227.32.206 1 1 1824 20260105092053 5.211.11.182 1 7 5372 20260114125002 2.145.40.207 1 7 5376 20260121110127 5.106.2.194 1 7 5372 20260118110447 13.221.132.158 1 1 819 20260128201131 43.228.125.75 1 1 819 20260130232245 80.210.32.85 1 7 5372 20260114123456 2.145.93.52 1 7 5376 20260114040844 198.244.200.202 1 1 1824 20260101201855 5.215.254.149 1 7 5372 20260118115904 46.143.117.65 1 7 5372 20260114085633 93.158.91.10 1 1 819 20260108054239 37.148.65.234 1 7 5372 20260123192530 37.59.18.182 1 1 1824 20260108180203 5.208.100.205 1 1 0 20260113181830 5.112.249.149 1 7 5372 20260113210328 139.162.236.60 1 1 1824 20260104062939 37.114.227.6 1 7 5372 20260118221813 46.143.102.201 1 7 5372 20260114013625 45.156.128.153 1 1 819 20260103163754 5.210.54.158 1 1 662 20260125215228 100.50.77.146 1 1 823 20260101182111 100.31.48.128 1 1 819 20260104195414 167.172.169.77 1 1 1824 20260104161125 138.246.253.7 1 1 0 20260102214352 5.217.239.90 1 7 662 20260125134144 5.215.82.126 1 1 0 20260116084827 77.90.185.63 1 1 819 20260108124759 176.88.191.235 0 1 354 192.104.34.34 1 1 662 20260105094116 2.177.204.74 1 7 5376 20260114164123 141.98.252.181 1 7 5372 20260129000253 5.215.13.75 1 7 5372 20260118110418 46.34.180.162 1 7 5372 20260114095745 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 23 20260101 5 5 7114 5 20260102 4 5 4821 4 20260103 7 7 7743 6 20260104 4 4 6291 4 20260105 3 3 4310 3 20260106 2 2 3648 2 20260107 3 5 4954 2 20260108 4 4 5286 4 20260113 5 23 16778 4 20260114 18 84 63101 12 20260115 9 39 28855 5 20260116 8 26 18268 4 20260117 7 21 14730 3 20260118 16 82 61253 11 20260120 3 9 6708 1 20260121 1 7 5376 1 20260123 1 7 5372 1 20260124 3 9 6696 1 20260125 3 15 6696 3 20260128 1 1 819 1 20260129 1 7 5372 1 20260130 1 1 819 1 20260131 1 1 9 1 END_DAY # Session range - Number of visits BEGIN_SESSION 3 0s-30s 74 5mn-15mn 1 30s-2mn 5 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 / 103 88357 79 74 /form.php 7 63 1 6 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 6 1K-2K 60 500-1K 372 100-500 173 2K-5K 44 0-44 24 5K+ 1 END_FILESIZE ssl/awstats022026.mehradhospital.ir.txt000064400000165073151504703150013701 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202602 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/ssl/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2052 POS_TIME 2733 POS_VISITOR 54655 POS_DAY 59057 POS_DOMAIN 3445 POS_LOGIN 3950 POS_ROBOT 4105 POS_WORMS 4772 POS_EMAILSENDER 4903 POS_EMAILRECEIVER 5046 POS_SESSION 59596 POS_FILESIZE 59878 POS_SIDER 59774 POS_FILETYPES 5181 POS_DOWNLOADS 5327 POS_OS 5375 POS_BROWSER 5776 POS_SCREENSIZE 7110 POS_UNKNOWNREFERER 7184 POS_UNKNOWNREFERERBROWSER 7592 POS_ORIGIN 7792 POS_SEREFERRALS 7928 POS_PAGEREFS 8072 POS_SEARCHWORDS 8246 POS_KEYWORDS 8398 POS_MISC 2397 POS_ERRORS 8457 POS_CLUSTER 3806 POS_SIDER_404 8586 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20260227080624 147 30521 8695102087467 FirstTime 20260201102128 LastTime 20260227074213 LastUpdate 20260227165904 147 0 147 0 0 TotalVisits 115 TotalUnique 109 MonthHostsKnown 0 MonthHostsUnknown 117 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 TotalMisc 0 0 0 WindowsMediaPlayerSupport 0 0 0 JavascriptDisabled 0 0 0 JavaEnabled 0 0 0 AddToFavourites 0 3 0 QuickTimeSupport 0 0 0 FlashSupport 0 0 0 DirectorSupport 0 0 0 RealPlayerSupport 0 0 0 PDFSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 1 1 823 29 55 41044 1 7 9 8409 14 22 14578 2 5 11 10091 24 44 35527 3 7 7 7763 14 23 16629 4 7 7 7083 24 37 29730 5 4 4 15615 10 11 20162 6 5 5 5120 19 70 26477 7 29 37 24580 60 74 51529 8 6 8 6096 15 21 15791 9 2 2 1646 17 23 17744 10 8 10 11074 19 27 22661 11 13 14 17472 26 40 29332 12 17 26 48582 72 81 62484 13 7 7 7277 14 20 14537 14 7 15 12481 20 23 31597 15 5 6 6590 15 18 50911 16 4 4 2465 8 13 8738 17 3 3 2457 15 19 12742 18 5 7 6583 25 38 30705 19 2 3 4624 11 13 9363 20 3 4 2819 6 11 9534 21 2 2 1643 1500 1633 1298940 22 5 13 8223 134 137 108925 23 6 6 5974 10 12 8602 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 24 us 63 80 86464 ru 19 30 46082 in 13 18 15145 de 11 12 16200 cn 10 10 11555 gb 7 9 8229 ir 7 19 10837 se 6 6 5812 bg 4 4 3276 ca 4 6 4979 nl 3 3 4471 fr 2 2 1642 au 1 1 819 ba 1 1 823 dk 1 1 9 be 1 1 1824 eu 1 1 1824 kr 1 1 823 zz 1 1 823 it 1 1 1824 ch 1 1 827 co 1 1 823 br 1 1 25 mx 0 1 354 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 15 AhrefsBot/ 37 29901 20260227080624 0 Googlebot/ 36 26120 20260227022852 0 bot[\s_+:,\.\;\/\\-] 32 23473 20260227005646 0 bingbot/ 14 14284 20260226132458 0 crawl 10 30098 20260219195318 0 curl 7 5733 20260207214947 0 PetalBot 5 125 20260227064143 0 survey 4 42717 20260213151658 0 YandexBot/ 3 2457 20260209113743 0 SemrushBot/ 2 844 20260214042551 0 feed 2 1839 20260216183434 0 scanner 2 669 20260219130004 0 link 1 857 20260226025242 0 (firefox/)([0-9]\.|[0-1][0]\.) 1 823 20260202024331 0 Go\-http\-client/ 1 819 20260207073420 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 svg 16 7106 0 0 css 5 8242 0 0 php 19 207 0 0 html 141 158800 0 0 js 30 51135 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 23 win2003 1 1 winnt 1 0 android12 1 1 ios_iphone 24 12 win10 73 59 macosx6 1 1 macosx12 1 1 androidgingerbread 1 0 macosx 3 3 androidmarshmallow 1 1 android10 2 2 macosx7 6 6 win7 1 0 Unknown 29 23 androidnougat 2 1 macosx9 1 1 androidics 1 1 linux 36 23 linuxubuntu 5 3 androidkitkat 5 5 winlong 1 1 androidjellybean 1 1 macosx15 14 14 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 64 chrome131.0.0.0 8 6 safari15.0 1 1 chrome144.0.0.0 13 6 chrome17.0.963.56 6 6 chrome58.0.3029.110 1 1 chrome120.0.0.0 4 4 chrome91.0.4472.124 12 10 netscape5.0 7 7 chrome105.0.0.0 3 3 chrome145.0.0.0 4 2 safari16.0 2 2 chrome116.0.0.0 8 6 android 1 1 chrome101.0.4951.54 1 1 chrome69.0.3497.92 1 0 chrome65.0.3325.109 1 1 chrome132.0.0.0 1 1 chrome34.0.1847.114 1 1 safari26.0 13 7 chrome66.0.3359.117 2 2 chrome93.0.4577.82 1 1 chrome92.0.4515.159 1 1 chrome126.0.0.0 2 2 chrome60.0.3112.107 1 1 chrome55.0.2869.0 1 1 chrome65.0.3325.220 1 0 mozilla 15 15 chrome122.0.0.0 1 1 chrome33.0.0.0 1 1 chrome32.0.1700.99 1 1 chrome76.0.3809.111 1 1 chrome74.0.3729.157 1 0 chrome110.0.0.0 1 1 chrome20.0.874.0 1 0 firefox127.0 1 1 chrome18.0.1025.133 1 1 chrome12.0.742.100 1 1 chrome108.0.0.0 3 3 firefox147.0 21 15 firefox83.0 1 1 chrome143.0.0.0 3 3 safari17.0 1 1 chrome124.0.0.0 1 1 chrome117.0.0.0 13 9 chrome137.0.0.0 1 1 opera7.23 1 1 chrome119.0.0.0 1 1 chrome60.0.3112.113 4 4 chrome139.0.0.0 1 1 Unknown 9 3 chrome38.0.2125.114 1 1 chrome125.0.0.0 2 2 chrome134.0.0.0 1 1 chrome129.0.0.0 1 1 chrome131.0.6778.86 1 1 chrome143.0.7499.4 3 1 firefox142.0 1 1 chrome7.0.540.0 1 1 firefox120.0 2 1 opera11.52 1 1 safari 7 1 chrome58.0.3029.83 1 1 chrome142.0.0.0 6 6 safari5.0.5 1 0 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 6 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20260227012404 python-httpx/0.28.1 20260211224929 Mozilla/5.0_(l9scan/2.0.030313e2032313e22323e2837313;__https://leakix.net) 20260207073419 Python/3.9_aiohttp/3.13.3 20260218035744 Mozilla/5.0 20260220151220 Python/3.11_aiohttp/3.13.3 20260211224927 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 3 python-httpx/0.28.1 20260211224929 Python/3.9_aiohttp/3.13.3 20260218035744 Python/3.11_aiohttp/3.13.3 20260211224927 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 149 183 From1 0 0 From2 0 0 From3 1 1 From4 10 27 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 1 https://www.quora.com 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 4 301 7 5565 206 3 1500 403 108 84209 404 2162 1693888 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 1880 /dev/.env 1 - /web/debug/default/view 1 - /wp-includes/Requests/library/ 1 - /wp-includes/ID3/file.php 1 - /aws-config.js 1 - /info.php.save.1 1 - /config/env/sendgrid_keys.env 1 - /rust-backend/dao/.env 1 - /temp.php 1 - /wp-config.bak1 1 - /down.html 1 - /_static/.env 1 - /wp-content/data.sql 1 - /wp-content/themes/seotheme/db.php 5 www.google.com /crm/.env 1 - /app/.env.save 1 - /post-deployment/.vscode/.env 1 - /api/info.php 1 - /phpinfo/phpinfo.php 1 - /essexec.php 1 - /bgoldd/.env 1 - /restapi/.env 1 - /__debug__ 1 - /tool/view/phpinfo.view.php 1 - /administrator/ 1 - /.env 13 - /config/database.php 2 - /scripts/install.sh 1 - /examples/with-dotenv/.env 1 - /boxes/oracle-vagrant-boxes/Kubernetes/.env 1 - /wp-includes/qqzqflcv.php 1 - /swagger.json 1 - /backup/sendgrid.json 1 - /repeater.php 1 - /artisan 1 - /frontendfinaltest/.env 1 - /.env.staging 1 - /.aws/s3/config.json 1 - /docker-compose.yml 1 - /private/.env 1 - /sites/.env 1 - /higlass-website/.env 1 - /testfiles/.env 1 - /x.php 1 - /next/.env 1 - /infophp.php 1 - /sql.php 1 - /roundcubemail/.env 1 - /.docker/laravel/app/.env 1 - /wp-content/themes/index.php 2 - /wp-config.php 2 - /config/auth.php 1 - /services/simcore/.env 1 - /app-order-client/.env 1 - /conf/.env 1 - /config.inc.php.bak 1 - /upgrader.php 1 - /wp-admin/alfa.php 1 - /app/config/database.php 1 - /config/secrets.yml 1 - /.well-known/assetlinks.json 1 - /github-connect/.env 1 - /tmp/ 1 - /delete.sql 1 - /Makefile 1 - /debug/default/view.html 1 - /app//.env.back 1 - /fisdom/fisdom/.env 1 - /tests/todo-react/.env 1 - /wq.php7 1 - /wp-content/fullbackup.sql 1 - /samples/chatroom/chatroom-spa/.env 1 - /gcloud.json 1 - /api/resetpassword 1 - /django_project_path/.env 1 - /widgets.php 1 - /private.key 1 - /frontend/react/.env 1 - /wp-content/wp-conflg.php 1 - /postfixadmin/.env 1 - /ads.txt 2 - /wp-includes/images/crystal/ 1 - /private/sendgrid_keys 1 - /debugbar 1 - /config/config.json 1 - /mambo/administrator/phpinfo.php 1 - /pms 1 - /locally/.env 1 - /sendgrid_email/.env 1 - /testwork_json/.env 1 - /examples/web/.env 1 - /app/.env 1 - /node_modules/ 1 - /test/info.php 1 - /target/.env 1 - /admin/adminer.php 1 - /control/.env 1 - /en/urology/ 2 https://mehradhospital.ir/en/ /telescope/requests 1 - /vendor/symfony/debug/debug.php 1 - /wp-config.php.bak 2 - /layout/.env 1 - /static_user/.env 1 - /static/js/main.8c18b542.js 1 - /test/bdd/fixtures/adapter-rest/.env 1 - /rest.php 1 - /build.sh 1 - /wordpress.sql 1 - /examples/02-complex-example/.env 1 - /cc.php 1 - /env.example 1 - /front-app/.env 1 - /cache.php 1 - /chiminey/.env 1 - /dev/index.php 1 - /env.prod.js 1 - /config/.env.production 1 - /ContainerRegistry/.env 1 - /:8080/.env 1 - /wp-content/themes/noo-jobmonster/style.css 1 https://mehradhospital.ir/ /worksec.php 2 - /wp-includes/sendgrid_keys.json 1 - /MyRentals.Web/ClientApp/.env 1 - /avaa.php 1 - /config/config.yml 1 - /test_info3.php 1 - /panel/.env 1 - /Booking/Default.aspx 1 - /wp-content/backup/db.sql 1 - /client/mutual-fund-app/.env 1 - /errors/.env 1 - /windows/tests/9.2.x/.env 1 - /wp-content/plugins/phpinfo 1 - /api-docs/swagger.json 1 - /hehehehe.php 1 - /codenames-frontend/.env 1 - /pageinfo.php 1 - /_debugbar/open 1 - /dump.tar.gz 1 - /q.php 1 - /jenkins/.env 1 - /env/dockers/php-apache/.env 1 - /info3.php 1 - /wp-content/backups/data.sql 1 - /internal/config 1 - /.gitignore 1 - /run.sh 1 - /config/smtp.php 1 - /wp-file.php 1 - /site-library/.env 1 - /v2/api-docs 1 - /_next/static/chunks/pages/_app-a9fba37d935ce3f3.js 1 - /test1 1 - /keys/sendgrid_keys.json 1 - /ae.php 1 - /wp-includes/rest-api/about.php 1 - /developer/.env 1 - /app_dev.php 1 - /user.php 1 - /robots.txt 106 - /resources/views/welcome.blade.php 1 - /php.log 1 - /prisma/.env 1 - /en/comments/feed/ 1 - /babel-plugin-dotenv/test/fixtures/prod-env/.env 1 - /api/service 1 - /.env.sendgrid 1 - /mysql.sql 1 - /phpsysinfo.php 1 - /api/authentication 1 - /code/api/.env 1 - /examples/05-migrations/.env 1 - /user/.env.staging 1 - /phpinfo.html 1 - /userfuns.php 1 www.google.com /routes/.env 1 - /sitemaps/.env 1 - /flask_test_uploads/.env 1 - /main/.env 1 - /backendfinaltest/.env 1 - /.gitlab/.env 1 - /aw.php 1 - /up.php 1 - /php-info.php 1 - /config/broadcasting.php 1 - /.output/ 1 - /.powenv 1 - /services/monitoring/.env 1 - /Sources/API/.env 1 - /wp-config.php~ 2 - /gcp/.env 1 - /Hash/.env 1 - /.env.uat 1 - /.bashrc 1 - /pfbe/.env 1 - /test_phpinfo4.php 1 - /ftpmaster/.env 1 - /.env_aws 1 - /wp-content/uploads/2025/ 1 - /robots/.env 1 - /phpinfo.srv 1 - /react_todo/.env 1 - /repos/.env 1 - /challenges/.env 1 - /ioxi002.PhP7 1 - /config/.env.local 1 - /symfony/_profiler/phpinfo 1 - /system/phpinfo.php 1 - /tester.php 1 - /.rbenv-version 1 - /settings.ini 1 - /cd.php 1 - /nginx/.env 1 - /xdebug.php 1 - /wp-content/admin.php 1 - /laravel/core/.env.production 1 - /fhir-api/.env 1 - /core/config.php 1 - /sse 2 - /api/files.remote.share 1 - /old/.env 1 - /laravel/.env.production 1 - /favicon.php 1 - /env.json 1 - /24.php 1 - /testing.php 1 - /alpha/.env 1 - /test/bdd/fixtures/demo/openapi/.env 1 - /config/sendgrid_keys.json 1 - /wp-config.php.bak1 1 - /pt8/library-backend-gql/.env 1 - /test/bdd/fixtures/agent-rest/.env 1 - /build/entry.client-[hash].js 1 - /storage/debug.log 1 - /dev-env/.env 1 - /configuration.php 2 - /.env-example 1 - /config/filesystems.php 1 - /FE/huey/.env 1 - /phpinfo-api 1 - /index.php~ 1 - /resources/docker/phpmyadmin/.env 1 - /phpsysinfo/info.php 1 - /test7.php 1 - /example02-golang-package/import-underscore/.env 1 - /dist/.env 1 - /install.sql 1 - /test123.php 1 - /acme_challenges/.env 1 - /%D8%AA%D9%85%D8%A7%D8%B3-%D8%A8%D8%A7-%D9%85%D8%A7/ 1 - /_next/static/chunks/webpack-[hash].js 1 - /server-info 1 - /new/.env.local 1 - /database.zip 1 - /web.xml 1 - /wp-content/plugins/wp-mail-smtp/sendgrid_keys.json 1 - /config/secrets/dev/sendgrid_keys.json 1 - /.well-known/openid-configuration 2 - /storage/logs/stack.log 1 - /backup.sh 1 - /now.json 1 - /wp-admin/ 2 https://www.google.jp/search /resources/views/errors/500.blade.php 1 - /ch6-mytodo/.env 1 - /playground/.env 1 - /config.inc.php 2 - /config/cache.php 1 - /.env-sample 1 - /webpack-stats.json 1 - /pi.php 1 - /api/register 1 - /mysql/ 1 - /bitrix/admin/phpinfo.php 1 - /films/.env 1 - /internal/ 1 - /config/view.php 1 - /d/.env 1 - /app/config/.env 1 - /webstatic/.env 1 - /WEB-INF/web.xml 1 - /pi.php5 1 - /3-sequelize/final/.env 1 - /examples/vue-dashboard/backend/.env 1 - /config/settings.php 1 - /wp-content/themes/em4u/style.css 1 https://mehradhospital.ir/ /dataset1/.env 1 - /wordpress/wp-config-sample.php 1 - /test2.php 1 - /.bitbucket/.env 1 - /wp-includes/fonts/wp-login.php 1 - /test/aries-js-worker/fixtures/.env 1 - /swagger/ 1 - /ClientApp/.env 1 - /wp-content/debug.log 1 - /clld_dir/.env 1 - /laravel/.env.staging 1 - /core/.env 1 - /phpinfo-prod 1 - /adminer/.env 1 - /config/packages/sendgrid.yaml 1 - /dbadmin.php 1 - /js/.env 1 - /phpmyadmin/setup/index.php 1 - /.env.2 1 - /static/js/main.36e5ec99.js 1 - /.env_secret 1 - /uploads/.env 1 - /front/.env 1 - /font-icons/.env 1 - /config/config.inc.php.bak 1 - /blogs/.env 1 - /vue_CRM/.env 1 - /main.b610bd7c7b9b7a47.js 1 - /memcached/.env 1 - /.aws/credentials/admin/.env 1 - /development/.env 1 - /wp-config.php.save 1 - /pinfo.php 1 - /staging/.env 1 - /src/__tests__/__fixtures__/typeScriptProject/.env 1 - /solr/ 1 - /jp.php 1 - /sendgrid.json 1 - /configuration.bak 1 - /php-information 1 - /grems-frontend/.env 1 - /tests/default_settings/v13.0/.env 1 - /boxes/oracle-vagrant-boxes/ContainerRegistry/.env 1 - /.azure-pipelines.yml 1 - /InstantCV/server/.env 1 - /devs.php 1 - /.github/workflows/*.yml 1 - /minified/.env 1 - /rust-backend/.env 1 - /code/web/.env 1 - /api/admin 1 - /ch8a-mytodo/.env 1 - /wp-config.php-backup 1 - /system/.env 1 - /server/s3.js 1 - /config/env/sendgrid.env 1 - /.env.save 2 - /colors.php 1 - /main.702787bb88cacd05b11d.js 1 - /tools/phpinfo.php 1 - /serverless.yml 1 - /wp-json/wp/v2/ 1 - /ci/.env 1 - /webui/.env 1 - /07-accessing-data/begin/vue-heroes/.env 1 - /tests/default_settings/v8.0/.env 1 - /kolab-syncroton/.env 1 - /testdb.php 1 - /examples/04-many-to-many-relationship/.env 1 - /private/secret.key 1 - /wp-content/mysql.sql 1 - /sendgrid_keys 1 - /api/config.json 1 - /ledger_sync/.env 1 - /phpinfo.phtml 1 - /api/v1/account/oauth/token 1 - /custom/.env 1 - /api/swagger.json 1 - /Exercise.Frontend/.env 1 - /wp-content/themes/miraculous/style.css 1 https://mehradhospital.ir/ /main-es2018.96dcf91e05121e327dcb.js 1 - /modules/contrib/sendgrid_mail/sendgrid_mail.services.yml 1 - /a.php 1 - /zwso.php 1 - /config.ts 1 - /laravel/info.php 1 - /rails-api/react-app/.env 1 - /api/upload 1 - /login/ 2 - /wp-content/plugins/user-verification/assets/admin/css/style.min.css 1 https://mehradhospital.ir/ /swagger/index.html 1 - /api/savefile 1 - /services/redis-commander/.env 1 - /_next/static/chunks/app/error.js 1 - /wp-content/plugins/fix/up.php 5 - /items/.env 1 - /settings/sendgrid_config 1 - /debug 1 - /actuator/env 1 - /front/src/.env 1 - /vercel.json 1 - /sample.env 1 - /wp-admin/images/index.php 1 - /__debugbar 1 - /first-network/.env 1 - /error/.env 1 - /shell.php 1 - /man.php 1 - /assets/index-[hash].js 1 - /cf_scripts/scripts/ajax/ckeditor/ckeditor.js 1 - /config/services.php 1 - /staging/api/.env 1 - /.well-known/gpc.json 1 - /.env.production 1 - /phpinfomolten.php 1 - /src/client/mobile/.env 1 - /unsplash-downloader/.env 1 - /wp-content/plugins/dummyyummy/wp-signup.php 1 - /storage/logs/laravel.log 1 - /mindsweeper/gui/.env 1 - /apache.php 1 - /master/.env 1 - /en/feed/ 1 - /build/.env 1 - /config/sendgrid.py 1 - /script/.env 1 - /tools.php 1 - /wp-content/themes/alone/style.css 1 https://mehradhospital.ir/ /websocket/.env 1 - /app/.env.sample 1 - /test_info2.php 1 - /export.sql 1 - /tests/default_settings/v9.0/.env 1 - /application/.env.save 1 - /scripts/db.sh 1 - /stats/.env 1 - /_phpinfo.php 1 - /name/.env 1 - /db_backup.zip 1 - /libraries/.env 1 - /test_socket.php 1 - /wp-includes/ 1 - /tests/default_settings/v10.0/.env 1 - /.well-known/.env 1 - /fm/.env 1 - /api/v1/debug 1 - /adminer-4.2.5-mysql-en.php 1 - /examples/with-universal-configuration-build-time/.env 1 - /main.yml 1 - /byp.php 1 - /info 1 - /debug.sql.zip 1 - /.env.travis 1 - /09-managing-state/end/vue-heroes/.env 1 - /staging/backend/.env 1 - /wp-content/plugins/index.php 2 - /credentials.php 1 - /wp-login.php 3 - /theme.php 1 - /test_phpinfo1.php 1 - /.env.development.local 1 - /static/js/main.4aa2819f.js 1 - /.gitlab-ci.yml 1 - /cgi-bin/.env 1 - /app/config.js 1 - /.docker/.env 1 - /dataset2/.env 1 - /fixtures/fiber-debugger/.env 1 - /uc_server/data/config.inc.php.bak 1 - /manifest.json 1 - /azure/.env 1 - /lemonldap-ng-doc/.env 1 - /init.sh 1 - /wp-content/themes/freeio/style.css 1 https://mehradhospital.ir/ /samples/docker/deploymentscripts/.env 1 - /app/etc/local.xml.bak 1 - /page-editor/.env 1 - /public_root/.env 1 - /fixtures/flight/.env 1 - /api/internal/ 1 - /config.jsp.bak 1 - /wp-content/plugins/branda-white-labeling/assets/js/vendor/ext-beautify.js 1 https://mehradhospital.ir/ /examples/drupal-separate-services/.env 1 - /wp-content/plugins/sendgrid_keys.json 1 - /api/login 1 - /09-managing-state/begin/vue-heroes/.env 1 - /config.env 1 - /_next/static/chunks/pages/_app-d1b5411bacd03f02.js 1 - /Passportjs/.env 1 - /wp-content/plugins/ht-contactform/assets/js/plugins_install_manager.js 1 https://mehradhospital.ir/ /wp-content/cache/index.php 2 - /static-html/.env 1 - /config.local 1 - /error.log 1 - /config/settings/sendgrid_keys.json 1 - /aboutus 8 https://mehradhospital.ir/ /static_root/.env 1 - /docker/.env 1 - /test/fixtures/node_path/.env 1 - /.bak 1 - /.jenv-version 1 - /logging/.env 1 - /gists/pusher 1 - /config.inc 1 - /.env.sample.php 1 - /build.log 1 - /database.yml 1 - /aws-credentials.sh 1 - /rabbitmq-cluster/.env 1 - /cron.sh 1 - /media/.env 1 - /delpaths.php 1 - /endoscopy 6 https://mehradhospital.ir/ /examples/09-production/.env 1 - /main.js 1 - /maintenance.html 1 - /acme-challenge/.env 1 - /lara/phpinfo.php 1 - /redmine/.env 1 - /config.php.bak 2 - /wp-content/uploads/2022/06/zanan47.jpg 2 - /indoxploit.php 1 - /time.php 1 - /app_nginx_static_path/.env 1 - /doc/.env 1 - /config.ini.bak 1 - /.env_backup 1 - /ts/prime/.env 1 - /test-network/.env 1 - /httpdocs/.env 1 - /server/.env 1 - /module/info/include/mysql/phpcms_info.sql 1 - /uploader.php 1 - /wp-includes/SimplePie/gzdecodes.php.suspected 1 - /wp-includes/Text/Diff/Engine/index.php 1 - /api/.env.sample 1 - /config.local.php_old 1 - /src/config.php 1 - /examples/10-subscriptions/.env 1 - /config/session.php 1 - /.env_old 1 - /service/.env 1 - /wp-consar.php 1 - /.c9/metadata/environment/.env 1 - /serve-browserbench/.env 1 - /services/jaeger/.env 1 - /e2e/.env 1 - /.rbenv-gemsets 1 - /admin/phpinfo.php 1 - /env/.env 1 - /docker-node-mongo-redis/.env 1 - /django/.env 1 - /.aws/secretsmanager/ 1 - /production/.env 1 - /jo.php 1 - /graphql 1 - /wp-content/edit.php 1 - /logs/ 1 - /wp-includes/js/wp-emoji-release.min.js 1 - /vendor/autoload.php 1 - /kibana/.env 1 - /o.php 1 - /vue/vuecli/.env 1 - /scripts/.env 1 - /site/.env 1 - /test/bdd/fixtures/vc-rest/.env 1 - /assets/.env 1 - /env.txt 1 - /test1.php 1 - /.env.live 1 - /phpversion.php 1 - /test6.php 1 - /v4.php 1 - /index.php 1 - /credits.php 1 - /.env_example 1 - /MYK4TJEfFvO.php 1 - /class-bulk-skin.php 1 - /dbinfo.php 1 - /.env.smtp 1 - /test-network/addOrg3/.env 1 - /nginx-server/.env 1 - /Server_with_db/.env 1 - /app-ads.txt 1 - /rollup.config.js 1 - /s/030313e2032313e22323e2837313/_/ 1 - /phpminiadmin.php 1 - /test-api/ 1 - /v1/admin/ 1 - /server-status/ 1 - /shibboleth/.env 1 - /aws-credentials.txt 1 - /examples/sdl-first/prisma/.env 1 - /libs/.env 1 - /app/config.json 1 - /processor/.env 1 - /path/.env 1 - /v2/_catalog 1 - /rosterBack/.env 1 - /SpotiApps/.env 1 - /resources/docker/rediscommander/.env 1 - /mailer/.env 1 - /inc/config.php 1 - /dovoungg.php 1 www.google.com /system/config 1 - /private/sendgrid_config 1 - /php1.php 1 - /laravel/.env 1 - /.phpinfo 1 - /wp-content/uploads/db.sql 1 - /wp-config.old 1 - /admin.php 2 - /.npmrc 1 - /modules/contrib/sendgrid_mail/sendgrid_mail.settings.php 1 - /laravel/.env.local 1 - /update.sql 1 - /env.ts 1 - /phpinfo.stg 1 - /wp-includes/Text/autoload_classmap.php 1 - /v1/debug/ 1 - /modules/contrib/sendgrid_mail/sendgrid_mail.module 1 - /xampp/phpinfo.php 1 - /storage/app/private/.env 1 - /database.tar.gz 1 - /wp-content/plugins/sneeit-framework/readme.txt 1 https://mehradhospital.ir/ /compose/.env 1 - /phpinfo.bak 1 - /id_rsa.pub 1 - /api/command 1 - /phpbb/phpinfo.php 1 - /.docker/config.json 1 - /core/app/.env 1 - /webroot_path/.env 1 - /file2.php 1 - /%3FMA 3 - /payment/index.php 11 - /api/admin/auth 1 - /admin/sql.conf 1 - /wp-content/.env 1 - /upload/.env 1 - /finalVersion/lcomernbootcamp/projbackend/.env 1 - /srv6_controller/node-manager/.env 1 - /laravel/core/.env.local 1 - /main.457ddfd2b1341056.js 1 - /admin-api/ 1 - /.remote 1 - /css/autoload_classmap.php 1 - /static/js/main.48389ac6.js 1 - /.github/.env 1 - /login.action 1 - /docker/db/.env 1 - /admin/ 1 - /.vscode/settings.json 1 - /META-INF/context.xml 1 - /google/.env 1 - /prestashop/.env 1 - /config/config_ucenter.php.bak 1 - /private/config.php 1 - /server 1 - /.hsenv 1 - /wp-json/ 1 https://www.google.com/search /.sendgrid/config 1 - /repo/.env 1 - /sendgrid_keys.txt 1 - /adminer.php 1 - /.vscode/sftp.json 1 - /question2/.env 1 - /lab/.env 1 - /examples/06-base-service/.env 1 - /test/fixtures/app_types/rails/.env 1 - /resources/docker/.env 1 - /.env.www 1 - /config/sendgrid.js 1 - /inc.config.php 1 - /engine/.env 1 - /api/v1/tokens 1 - /old_site/ 1 - /release_info.php 1 - /private/sendgrid.json 1 - /.local 1 - /packed/.env 1 - /fonts/.env 1 - /.circleci/config.yml 1 - /debug.sql 1 - /test/bdd/fixtures/did-rest/.env 1 - /wp/.env 1 - /new-js/.env 1 - /app.yaml 1 - /.env.prod 1 - /cmsmessages/information.aspx 1 - /front-end/.env 1 - /pt2/countries/src/.env 1 - /:443/.env 1 - /vite.config.ts 1 - /htdocs/.env 1 - /ALFA_DATA/alfacgiapi/perl.alfa 3 www.google.com /docker/examples/compose/.env 1 - /CodeGolf.Web/ClientApp/.env 1 - /js/app.bundle.min.js 1 - /config/queue.php 1 - /wp-content/backups/database.sql 1 - /test_phpinfo.php 1 - /debug.tar.gz 1 - /style/.env 1 - /hotpot-app-frontend/.env 1 - /adminapp/.env 1 - /js/vendor.[hash].js 1 - /server-status 2 - /debug/default/view 3 - /challenge/.env 1 - /wp-config.php.backup 1 - /config/aws.json 1 - /wp-content/languages/index.php 2 - /Kubernetes/.env 1 - /service-worker.js 1 - /dialysisward 5 https://mehradhospital.ir/ /database.sql 1 - /examples/08-performance/.env 1 - /.env.development.sample 1 - /composer.json 1 - /_next/static/chunks/framework-[hash].js 1 - /babel-plugin-dotenv/test/fixtures/override-value/.env 1 - /charts/liveObjects/.env 1 - /wp-content/wordpress.sql 1 - /.aws/config 1 - /template/.env 1 - /secret.env 1 - /core/Datavase/.env 1 - /config.php 3 - /prod/.env 1 - /public.key 1 - /collab-connect-web-application/server/.env 1 - /temanr9/.env 1 - /app.tar.gz 1 - /config.ini 1 - /counterblockd/.env 1 - /cp/.env 1 - /adminphp.php' 1 - /html/.env 1 - /testing/.env 1 - /examples/.env 1 - /config/config.env 1 - /blog/.env 1 - /block-bindings.php 1 - /OthioNDwMEK.php 1 - /audio/.env 1 - /ch7a-mytodo/.env 1 - /app_dev.php/_profiler/open 1 - /_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js 1 - //.env 2 - /aws.yml 1 - /lib/config.php 1 - /src/__tests__/__fixtures__/typeScriptVisualizeProject/.env 1 - /static_prod/.env 1 - /logs/.env 1 - /wp-content/plugins/boot/boot.php 1 - /legacy/tests/9.2.0 1 - /mailinabox/.env 1 - /hgs-static/.env 1 - /admin/settings.php 1 - /.env.swp 1 - /service.pwd 1 - /fileserver/.env 1 - /php.php 1 - /.zshenv 1 - /comments/feed/ 2 - /wp-content/uploads/db_backup.sql 1 - /images/class-config.php 1 - /_astro/[chunk-name].[hash].js 1 - /temanr10/.env 1 - /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 1 - /workspace/.env 1 - /_info.php 1 - /src/api/config.js 1 - /config/logging.php 1 - /docker/postgres/.env 1 - /wp-content/themes/service-finder/style.css 1 https://mehradhospital.ir/ /id_rsa 1 - /admin-panel/.env 1 - /app/settings.php 1 - /api/system/info 1 - /unixtime/.env 1 - /config/sendgrid.json 1 - /upfiles/.env 1 - /.env.test.local 1 - /login 1 - /helm/.env 1 - /wp-content/backup/sendgrid_keys.json 1 - /bootstrap/cache/config.php 1 - /phpinfoapi 1 - /makeasmtp.php/payment.php 1 - /admin/info.php 1 - /selfsigned.crt 1 - /phpinfo_details.php 1 - /debug.php 1 - /config_dev.php 1 - /bitrix/php_interface/dbconn.php.bak 1 - /assets/index-[hash].mjs 1 - /website/.env 1 - /apc.php 1 - /st-js-be-2020-movies-two/.env 1 - /erin1.PhP7 1 - /alfa-rex.php 1 - /chat-client/.env 1 - /old_phpinfo.php 1 - /src/gameprovider-service/.env 1 - /.idea/.env 1 - /boxes/oracle-vagrant-boxes/OLCNE/.env 1 - /plugin_static/.env 1 - /database/.env 1 - /catuploadcsv.php 1 - /debug.txt 1 - /services/deployment-agent/.env 1 - /srv6_controller/examples/.env 1 - /.venv 1 - /client/.env 1 - /env.js 1 - /acme/.env 1 - /wp-content/backups/wordpress.sql 1 - /wp-content/themes/litho/style.css 1 https://mehradhospital.ir/ /.env_sample 1 - /example27-how-to-load-env/sample02/.env 1 - /wp-config.php.orig 1 - /back/.env 1 - /settings.php.old 1 - /bootstrap/app.php 1 - /xx-final/vue-heroes/.env 1 - /staticfiles/.env 1 - /build/_app/immutable/chunks/[chunk].[hash].js 1 - /secrets.json 1 - /application/.env 1 - /private/secret.txt 1 - /sendgrid_keys.js 1 - /disagraeosc.php 1 - /wp-content/uploads/index.php 2 - /test/index.php 1 - /templates/.env 1 - /.env.hidden 1 - /main-WTCAS2AO.js 1 - /api/.env 1 - /wp-content/uploads/data.sql 1 - /.nvmrc 1 - /settings.php 2 - /wp-admin/images/file.php 1 - /wp-content/uploads/2022/06/ccu3-1.jpg 1 - /phpsysinfo 1 - /home/.env 1 - /wp.php 1 - /.env.stage 1 - /wp-content/db.sql 1 - /ui/.env 1 - /apache/info.php 1 - /back-end/app/.env 1 - /test.sh 1 - /mail/.env 1 - /web-dist/.env 1 - /k8s/.env 1 - /dev-api/ 1 - /.env.dist 1 - /_ignition/execute-solution 1 - /new.php 1 - /wp-admin/css/wp-login.php 1 - /wp-includes/blocks/post-author/ 1 - /webadmin.php 1 - /styles/.env 1 - /js/contact_me.js 1 - /containers/.env 1 - /zmusic-frontend/.env 1 - /phpMyAdmin/ 1 - /api/.env.back 1 - /aws-secret.yaml 1 - /sim.php 1 - /private/sendgrid_keys.json 1 - /spikes/config-material-app/.env 1 - /.env.js 1 - /logs/app.log 1 - /_profiler/phpinfo/phpinfo.php 1 - /api/v1/account/oauth/ticket 1 - /web/.env 1 - /phpinfo.php.txt 1 - /owncloud/.env 1 - /test.php 1 - /config.yml 1 - /.env.dev.local 1 - /.env_bak 1 - /.aws/credentials 1 - /noVNC/.env 1 - /ansible/.env 1 - /new/.env.staging 1 - /install.sh 1 - /moodledata/.env 1 - /micro-app-react-communication/.env 1 - /cgi-bin/pass.txt 1 - /s3.js 1 - /app/info.php 1 - /info4.php 1 - /deploy/.env 1 - /.well-known/acme-challenge/index.php 1 - /api/.env.save 1 - /demo-app/.env 1 - /actuator/ 1 - /_next/static/chunks/app/layout-a908fe02173ed4b1.js 1 - /js/chunk-79be581b.c4b0f5e4.js 1 - /default/.env 1 - /devtools 1 - /backup.sql 1 - /content/.env 1 - /environment 1 - /.rbenv-vars 1 - /frontend/vue/.env 1 - /frontend/.env 1 - /feeds.php 1 - /.env.sample 1 - /docker/webdav/.env 1 - /shopware/.env 1 - /ar/ 1 https://mehradhospital.ir/ar/%d9%85%d9%86-%d9%86%d8%ad%d9%86/ /webjars/swagger-ui/index.html 1 - /apache2.php 1 - /%22/_autoindex/assets/js/tablesort.number.js%22 1 - /kodenames-server/.env 1 - /i.php 1 - /qq.php 1 - /migrate.php 1 - /js-plugin/.env 1 - /config.php7 1 - /samll.php 1 - /api/v1/files 1 - /micro-app-react/.env 1 - /wordpress/wp-config.php 1 - /env/dockers/mariadb-test/.env 1 - /app/client/.env 1 - /docker/compose/withPostgres/.env 1 - /rails/.env 1 - /wp-includes/ID3/about.php 1 - /fastlane/.env 1 - /admin/config.php 2 - /examples/with-cookie-auth-fauna/.env 1 - /netlify.toml 1 - /src/main/front-end/.env 1 - /admin/admin_phpinfo.php4 1 - /conn.asp.bak 1 - /phpinfo4.php 1 - /apps/client/.env 1 - /cryo_project/.env 1 - /api/graphql 1 - /__tests__/test-become/.env 1 - /api/v1/netdisk/download 1 - /vendor/.env 1 - /info.php.back 1 - /services/traefik/.env 1 - /configure.sh 1 - /msks/.env 1 - /@vite/env 1 - /product/.env.staging 1 - /database_backup.sql 1 - /depotcv.php 1 - /wp-content/db_backup.sql 1 - /atom.xml 1 - /static/js/*.chunk.js 1 - /yarn.lock 1 - /feed.xml 1 - /w.php 1 - /ocp.php 1 - /phpinfo-server.php 1 - /babel-plugin-dotenv/test/fixtures/as-alias/.env 1 - /wp-content/plugins/flex-qr-code-generator/flexqr-code-generator.css 1 https://mehradhospital.ir/ /migration.php 1 - /app/frontend/.env 1 - /api/private/ 1 - /private/keys.json 1 - /config/database.yml 1 - /ch7-mytodo/.env 1 - /community/.env 1 - /test/bdd/fixtures/demo/.env 1 - /drupal/.env 1 - /aspera/faspex/ 1 - /phpinfodev.php 1 - /services/portainer/.env 1 - /wp-content/plugins/order-delivery-date/css/order-del-date.css 1 https://mehradhospital.ir/ /wp-admin/css/colors/about.php 1 - /delivery/.env 1 - /images/index.php 1 - /.vite/ 1 - /settings.php.bak 1 - /test4.php 1 - /icons/.env 1 - /tests/drupal-test/.env 1 - /f.php 1 - /ikiwiki/.env 1 - /index-dev.php 1 - /%c0 1 - /api/auth/v1/pin/verify 1 - /secrets/config.json 1 - /about.PHP 1 - /console.php 1 - /backend/config/.env 1 - /config.php.old 2 - /admin_info.php 1 - /info.php 2 - /config.json 5 - /public/system 1 - /strapi/.env 1 - /_next/static/chunks/main-app-[hash].js 1 - /v2/.env 1 - /pub/.env 1 - /.env~ 1 - /phpmyadmin/ 1 - /sendgrid_keys.py 1 - /legal/.env 1 - /tests/Integration/Environment/.env 1 - /ops/vagrant/.env 1 - /imaging 8 https://mehradhospital.ir/ /wp-content/plugins/waveplayer/readme.txt 1 https://mehradhospital.ir/ /static/js/main.335d17a0.js 1 - /phpinfo.php 1 - /google.php 1 - /deploy.sh 1 - /wp-content/sendgrid_keys.json 1 - /_profiler/empty/search/results 1 - /wp-cron.php 1 - /index1.php 1 - /main.php 1 - /wp-includes/IXR/index.php 1 - /thumb/.env 1 - /static/js/main.bfa51071.js 1 - /debug.zip 1 - /llms.txt 1 - /core/config.bak 1 - /.env.bak 2 - /Njima.php 1 - /debug-output.txt 1 - /wp-content/plugins/acf-extended/assets/acf-extended.css 1 https://mehradhospital.ir/ /wp-content/plugins/pwnd-1/pwnd.php 2 - /vendor/ 1 - /php52/phpinfo.php 1 - /db_backup.sql 1 - /en/ 2 https://mehradhospital.ir/en/angiography-ward/ /.environment 1 - /test/bdd/fixtures/openapi-demo/.env 1 - /wp-content/plugins/acf-extended/assets/css/acfe.css 1 https://mehradhospital.ir/ /aws/.env 1 - /examples/07-feature-flags/.env 1 - /en/.env 1 - /collected_static/.env 1 - /web.config 1 - /backup/database.zip 1 - /backup/config.php 1 - /www/.env 1 - /appsettings.json 1 - /ftp/.env 1 - /_dev 1 - /demo/.env 1 - /lcomernbootcamp/projbackend/.env 1 - /.env_1 1 - /app/.env.example 1 - /v1/private/ 1 - /favicons/.env 1 - /wp-content/backups/db.sql 1 - /settings.py 1 - /app/config.php 1 - /wp-config 1 - /main.48f1bbcf6201c5ea.js 1 - /owa/ 1 - /setup/ 1 - /webpack.config.js 1 - /test/bdd/fixtures/edv-rest/.env 1 - /content/debug.log 1 - /client-app/.env 1 - /services/graylog/.env 1 - /dashboard/test.php 1 - /dep.php 1 - /wp-content/plugins/uni-woo-custom-product-options-premium/readme.txt 1 https://mehradhospital.ir/ /logs/error.log 1 - /Modix/ClientApp/.env 1 - /django-blog/.env 1 - /static/js/main.87c766e3.js 1 - /js/chunks/[chunk-name].[hash].js 1 - /FIRST_CONFIG/.env 1 - /api/admin/role 1 - /babel-plugin-dotenv/test/fixtures/empty-values/.env 1 - /vwbfsyrd.php 1 www.google.com /newinfo.php 1 - /setup.php 1 - /api/v1/finchat/open-api 1 - /_next/static/chunks/945-34f67d7c0866cf61b970.js 1 - /rest/.env 1 - /wp-config.bak 2 - /public_html/.env 1 - /example/.env 1 - /env.test.js 1 - /phpinfo/info.php 1 - /static/js/main.1b34ee2a.js 1 - /api/auth 1 - /client/src/.env 1 - /phpinfo.php4 1 - /laravel/core/.env 1 - /.env.testing 1 - /export/.env 1 - /docker-compose/.env 1 - /123.php 1 - /main.0ad61943313a734cc3ac.js 1 - /staging/ 1 - /system-config/.env 1 - /admin-app/.env 1 - /wp-content/plugins/WooCommerce-Multi-Locations-Inventory-Management/readme.txt 1 https://mehradhospital.ir/ /config/secrets.json 1 - /wp-content/plugins/ai-engine/vendor/typewriterjs/typewriter.min.js 1 https://mehradhospital.ir/ /.maintenance 1 - /test/bdd/fixtures/sidetree-mock/.env 1 - /_internal/api/setup.php 2 - /packages/styled-ui-docs/.env 1 - /application/config/config.php 1 - /.sendgrid/credentials 1 - /src/main/resources/archetype-resources/__rootArtifactId__-acceptance-test/src/test/resources/app-launcher-tile/.env 1 - /test0.php 1 - /admin/phpmyadmin.php 1 - /fi2.php 1 - /phpinfo.php5 1 - /phpinfo-preprod 1 - /.env.local 1 - /temp/.env 1 - /public/.env 1 - /wp-content/themes/pridmag/1.php 1 - /.env.dev 1 - /admin/.env.bak 1 - /l.php 1 - /terraform/.env 1 - /storage/oauth-private.key 1 - /p.php 1 - /php5.ini 1 - /wp-content/1.php 1 - /wp-includes/css/ 1 - /test/bdd/fixtures/couchdb/.env 1 - /setup-config.php 1 - /test/phpinfo.php 1 - /patchwork/.env 1 - /env.list 1 - /var/backup/.env 1 - /storage/oauth-public.key 1 - /docker/app/.env 1 - /dev/config.php 1 - /mysqladmin.php 1 - /connect.php.bak 1 - /news-app/.env 1 - /src/renderer/.env 1 - /wp-admin/includes/xmrlpc.php 1 - /.env.txt 1 - /wp-content/plugins/podlove-podcasting-plugin-for-wordpress/css/dc.css 1 https://mehradhospital.ir/ /api/v1/sms-sender 1 - /app/config/parameters.yml 1 - /jupyter/.env 1 - /connection.php.bak 1 - /build/main.ba0c34b7.js 1 - /docker/compose/withMongo/.env 1 - /Nuke.App.Ui/.env 1 - /gists/cache 1 - /agora/.env 1 - /test/integration/env-config/app/.env 1 - /config/database.json 1 - /api/gql 1 - /config/mail.json 1 - /aboutus/%D9%87%DB%8C%D8%A7%D8%AA-%D9%85%D8%AF%DB%8C%D8%B1%D9%87 5 https://mehradhospital.ir/ /:80/.env 1 - /.yarnrc 1 - /.well-known/dnt-policy.txt 1 - /wp-admin/js/ 1 - /phpmyadmin/config.inc.php 1 - /tz.php 1 - /joomla/.env 1 - /31_structure_tests/.env 1 - /portal/.env 1 - /wp-content/backup/data.sql 1 - /ubuntu/.env 1 - /protected/.env 1 - /counterwallet/.env 1 - /symfony/.env 1 - /nest/.env 1 - /main-TDTOTK7F.js 1 - /vendor/composer/installed.json 1 - /wp-content/plugins/ecab-taxi-booking-manager/assets/css/block-editor.css 1 https://mehradhospital.ir/ /fixtures/blocks/.env 1 - /swagger/v1/swagger.json 1 - /config/mail.php 1 - /example.env 1 - /deployment-config.json 1 - /api/v1 1 - /plugins.php 1 - /kubernetes/.env 1 - /configuration.php.bak 2 - /v1/.env 1 - /user/login 1 - /deploy.php 1 - /.aws/config.yaml 1 - /windows/tests/9.3.x/.env 1 - /fixtures/kitchensink/.env 1 - /1index.php 1 - /xampp/.env 1 - /wp-content/plugins/wp-marketing-automations/public/app/index.js 1 https://mehradhospital.ir/ /resourcesync/.env 1 - /test8.php 1 - /instance/sendgrid_keys.py 1 - /selfsigned.key 1 - /well-known/.env 1 - /wp-content/plugins/pwnd/pwnd.php 2 - /bucoffea/.env 1 - /api_keys.json 1 - /composer.lock 1 - /wp-content/themes/sendgrid_keys.json 1 - /graphiql/ 1 - /var/debug.log 1 - /HUNIV_migration/.env 1 - /database.php 1 - /_next/static/chunks/pages/_app-d25b242610000153a081.js 1 - /functions/.env 1 - /info.txt 1 - /mailman/.env 1 - /cmd/testdata/expected/dot_env/.env 1 - /muyxxkqx.php 1 www.google.com /laravel/core/.env.staging 1 - /sitestatic/.env 1 - /thumbs/.env 1 - /phpsysinfo/phpsysinfo.php 1 - /project_root/.env 1 - /tests/.env 1 - /wp-admin/css/index.php 1 - /opencart/.env 1 - /root/.aws/credentials 1 - /wp-admin/autoload_classmap.php 1 - /_next/static/chunks/app/global-error.js 1 - /Travel_form/.env 1 - /god4m.php 1 - /phpsysinfo/phpinfo.php 1 - /eigdazyj.php 1 www.google.com /root/.env 1 - /errors.log 1 - /Chai/.env 1 - /base_dir/.env 1 - /tests/default_settings/v7.0/.env 1 - /.env.docker.dev 1 - /test5.php 1 - /wp-includes/style-engine/about.php 1 - /config.yaml 1 - /secrets.js 1 - /lemonldap-ng-fr-doc/.env 1 - /install/.env 1 - /.bzr/ 1 - /scripts/fvt/.env 1 - /Nodejs-Projects/play-ground/ManageUserRoles/.env 1 - /wp-content/backups/dbdump.sql 1 - /%D8%A8%DB%8C%D9%85%D9%87-%D9%87%D8%A7%DB%8C-%D8%B7%D8%B1%D9%81-%D9%82%D8%B1%D8%A7%D8%B1%D8%AF%D8%A7%D8%AF 4 https://mehradhospital.ir/ /storage/sendgrid.json 1 - /env.bak 1 - /configs/application.ini 1 - /babel-plugin-dotenv/test/fixtures/dev-env/.env 1 - /magento/.env 1 - /app/code/community/Nosto/Tagging/.env 1 - /assets/vendor-[hash].js 1 - /config/config_global.php.bak 1 - /Web/siteMariage/.env 1 - /stag/.env 1 - /wp-plain.php 5 www.google.com /keys.json 1 - /application/.env.sample 1 - /Exercise.Frontend/train/.env 1 - /site.sql 1 - /babel-plugin-dotenv/test/fixtures/default/.env 1 - /cache-base.php 1 - /admin_phpinfo.php 1 - /service.grp 1 - /node_modules/.env 1 - /index-test.php 1 - /misc/.env 1 - /leafer-app/.env 1 - /.env.key 1 - /docker.sh 1 - /db.sql 1 - /setup/setup.php 1 - /wp-config-sample.php.bak 1 - /mcp 2 - /.env.hide 1 - /wp-includes/images/wp-login.php 1 - /config.js 2 - /dashboard/.env 1 - /pictures/.env 1 - /secrets/sendgrid_config 1 - /vue-end/vue-til/.env 1 - /sample-config.php 1 - /infos.php 1 - /:8443/.env 1 - /new/.env.production 1 - /dev.php 1 - /wp-content/dump.sql 1 - /shared/.env 1 - /db.php 2 - /framework/.env 1 - /graphql/api 1 - /resources/.env 1 - /.env.php 1 - /src/__tests__/__fixtures__/typeScriptIntegrationProject/.env 1 - /api/v1/finchat/open-api/auth/token 1 - /config/keys.yml 1 - /api/v1/.env 1 - /source/.env 1 - /aws.config.js 1 - /env.sh 1 - /backend/config.php 2 - /.next/ 1 - /server.sh 1 - /config.js.bak 1 - /sidwsi.php 1 - /wp-content/uploads/wp-mail-smtp/sendgrid_keys.json 1 - /_profiler/phpinfo/info.php 1 - /test/bdd/fixtures/universalresolver/.env 1 - /.env.backup 2 - /Final_Project/kafka_twitter/.env 1 - /linusadmin-phpinfo.php 1 - /docker/dev/.env 1 - /wp-content/plugins/post-smtp/assets/css/dataTable.min.css 1 https://mehradhospital.ir/ /upgrade/index.php 1 - /image_data/.env 1 - /print/bkindex.php 1 - /sqladmin.php 1 - /src/assembly/.env 1 - /directories/.env 1 - /api_config.php 1 - /.DS_Store 2 - /token.php 1 - /.circleci/.env 1 - /selfish-darling-backend/.env 1 - /debug.sh 1 - /.env.old 1 - /music/.env 1 - /wp-content/plugins/wpdirectorykit/public/css/animation.css 1 https://mehradhospital.ir/ /secrets/sendgrid.json 1 - /dist/js/app.[hash].js 1 - /sendgrid.env 1 - /application/config/database.php 1 - /app_dir/.env 1 - /config/.env 1 - /test/fixtures/.env 1 - /cgi-bin/radio.php 1 - /.env.sh 1 - /http/.env 1 - /config/settings/sendgrid_config.json 1 - /wp-includes/customize/chosen.php 1 - /info1.php 1 - /services/.env 1 - /vendors~main.f286c0f60bdc707d91a8.bundle.js 1 - /test/bdd/fixtures/did-method-rest/.env 1 - /tmp/logs 1 - /connection.php 1 - /wso112233.php 1 - /phpcustom_info/phpinfo.php 1 - /wp-content/ 1 https://wordpress.org/ /.well-known/nodeinfo 1 - /.well-known/ai-plugin.json 1 - /api/info 1 - /apps/.env 1 - /price_hawk_client/.env 1 - /cms/.env 1 - /api/admin/user/password 1 - /.env.development 1 - /sessions/.env 1 - /v3/api-docs 1 - /remove.sh 1 - /anaconda/.env 1 - /chunk-B2FODB4I.js 1 - /assets/js/app.js 1 - /developerslv/.env 1 - /.env.example 1 - /lib/zend/tool/framework/system/provider/phpinfo.php 1 - /scripts/phpinfo.php 1 - /c.php 1 - /wordpress/.env 1 - /_profiler/phpinfo 1 - /dashboard/info.php 1 - /shop/phpinfo.php 1 - /wp-content/backup/db_backup.sql 1 - /about.php525 1 - /server.key 1 - /dump.sh 1 - /test_info1.php 1 - /examples/react-dashboard/backend/.env 1 - /backup.tar 1 - /admin/.env 2 - /hc/restricted 1 - /parity/.env 1 - /stylesheets/.env 1 - /static/js/main.ef8ecb99.chunk.js 1 - /theme_static/.env 1 - /tmp/.env 1 - /Final_Project/StartingFile/.env 1 - /ch6a-mytodo/.env 1 - /.gitlab-ci/.env 1 - /mongodb/config/dev/.env 1 - /debug.txt.gz 1 - /inputs.php 1 - /.aws/credentials.bak 1 - /install/install.php 1 - /Library/.env 1 - /lambda/.env 1 - /build/_app/immutable/entry/app.[hash].js 1 - /mentorg-lava-docker/.env 1 - /.envrc 1 - /key.pem 1 - /doctors 5 https://mehradhospital.ir/ /env.template 1 - /saas/.env 1 - /wp-content/fullwebsite.sql 1 - /autoload_classmap.php 2 - /app/config/config.php 1 - /downloads/.env 1 - /javascript/.env 1 - /.vscode/.env 1 - /graphql/ 1 - /isadmin.php 1 - /deployment/.env 1 - /modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po 1 - /app/info 1 - /apis/.env 1 - /firebase.json 1 - /phpinfo1.php 1 - /localhost/.env 1 - /of.php 1 - /config/settings.ini 1 - /wp-content/upgrade/index.php 2 - /under-construction.html 1 - /network.php 1 - /class-t.api.php 1 - /api/v1/finchat/privilege-api/forwarder/event 1 - /tiedostot/.env 1 - /shop/.env 1 - /.pam_environment 1 - /api_keys/sendgrid_keys.json 1 - /icon/.env 1 - /projbackend/.env 1 - /config.properties 1 - /test_info4.php 1 - /_ignition/ 1 - /new/.env 1 - /api/admin/role/id 1 - /01.php 1 - /js/app.[hash].js 1 - /cert.pem 1 - /img/.env 1 - /bootstrap/.env 1 - /app/api/bzycs.php 1 - /web/api/config.js 1 - /horde/.env 1 - /admin/config 1 - /logs/access.log 1 - /Assignment4/.env 1 - /.well-known/trust.txt 1 - /sources/.env 1 - /whturk/.env 1 - /postnews.php 2 www.google.com /test_phpinfo3.php 1 - /munki_repo/.env 1 - /stackato-pkg/.env 1 - /data/.env 1 - /envrc 1 - /basic-network/.env 1 - /favs/.env 1 - /resources/views/errors/404.blade.php 1 - /secrets.yml 1 - /config/sendgrid.php 1 - /.bitbucket-pipelines.yml 1 - /linux/.env 1 - /en 6 https://mehradhospital.ir/ /config/sendgrid_config.json 1 - /config/aws.yml 1 - /dashboard/phpinfo.php 1 - /dump.sql 1 - /setup/index.php 1 - /.bash_history 1 - /web.php 1 - /orientdb-client/.env 1 - /.env.prod.local 1 - /grems-api/.env 1 - /lib/config.js 1 - /wp-content/worksec.php 2 - /connect.php 1 - /ch2-mytodo/.env 1 - /phpinfo 1 - /src/app.js 1 - /wp-content/plugins/fox-lms/public/css/dropdown.min.css 1 https://mehradhospital.ir/ /test/ 1 - /wp-content/uploads/2022/06/amal48.jpg 1 https://mehradhospital.ir/ar/%d8%a3%d8%ac%d9%86%d8%ad%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%b6%db%8c/ /latest/.env 1 - /.travis.yml 1 - /swagger-ui.html 1 - /about 1 - /xdebug_info.php 1 - /contact_tpl.php 1 - /test 1 - /lab 4 https://mehradhospital.ir/ /api/secrets.json 1 - /wp-content/dbdump.sql 1 - /.well-known/credentials.json 1 - /vendor/github.com/subosito/gotenv/.env 1 - /test_info.php 1 - /index.xml 1 - /.ssh/id_rsa.pub 1 - /server/config/.env 1 - /ch8-mytodo/.env 1 - /debug.sql.tar.gz 1 - /lindex.php 1 - /data/config.inc.php.bak 1 - /includes/.env 1 - /wp-content/index.php 4 - /wp-includes/Text/about.php 1 - /core/src/main/resources/org/jobrunr/dashboard/frontend/.env 1 - /wp-content/uploads/sendgrid_keys.json 1 - /backup/sendgrid_keys.json 1 - /phpinfos.php 1 - /sapi/debug/default/view 1 - /rasax/.env 1 - /local.settings.json 1 - /legacy/tests/9.1.1 1 - /backend/debug 1 - /app2-static/.env 1 - /static-collected/.env 1 - /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 - /psnlink/.env 1 - /npm-debug.log 1 - /services/documents/.env 1 - /wp-config-sample.php 1 - /config/.env.dev 1 - /.aws/secrets/ 1 - /upgrade.php 1 - /wp-admin/index.php 2 - /ini.php 1 - /backup/.env 1 - /info2.php 1 - /colour.php 1 - /wp-content/plugins/modular-connector/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css 1 https://mehradhospital.ir/ /member/space/company/info.txt 1 - /theme/.env 1 - /.ssh/id_rsa 1 - /Simple_server/.env 1 - /input.php 1 - /aws-secret.json 1 - /config.php.save 1 - /log/.env 1 - /testing/ 1 - /phpmyadmin.php 1 - /admin/settings.ini 1 - /vue/.env 1 - /stack.json 1 - /.env.bkp 1 - /.settings.json 1 - /config/production.json 1 - /my-account 6 https://mehradhospital.ir/ /admin/db.conf 1 - /.boto 1 - /services/registry/.env 1 - /gists/laravel 1 - /storage/debugbar/*.json 1 - /core/persistence/.env 1 - /install.php 1 - /in.php 1 - /spearmint/.env 1 - /docker-elk/.env 1 - /wp-content/plugins/simple/simple.php 2 - /config/app.php 1 - /yanz.php 1 - /api/docs/ 1 - /n.php 1 - /phpinfo_details 1 - /wp-config.txt 1 - /httpd.conf 1 - /log.txt 1 - /cron/.env 1 - /examples/with-react-relay-network-modern/.env 1 - /main_user/.env 1 - /static/js/main.89c971fa.js 1 - /api/admin/user 1 - /config/mailgun.json 1 - /src/__tests__/__fixtures__/instanceWithDependentSteps/.env 1 - /src/.env 1 - /siteinfo.php 1 - /lara/info.php 1 - /blankon/.env 1 - /api/gateway 1 - /secrets.env 1 - /backup.zip 1 - /download/.env 1 - /.env.test.sample 1 - /monerod/.env 1 - /wp-content/themes/doccure/style.css 1 https://mehradhospital.ir/ /Imagebord/.env 1 - /wp-includes/js/jcrop/Jcrop.php 1 - /secrets/sendgrid_keys.json 1 - /.envs 1 - /alfa-rex2.php7 1 - /startup.sh 1 - /sources/api/.env 1 - /feeds/all.atom.xml 1 - /connection.asp.bak 1 - /platform/.env 1 - /config/settings.py 1 - /wp-includes/images/ 1 - /fedex/.env 1 - /environments/production/.env 1 - /apache/phpinfo.php 1 - /api/debug 1 - /.nuxt/ 1 - /Final_Project/Airflow_Dag/.env 1 - /app/config/dev/.env 1 - /env.backup 1 - /build.php 1 - /User_info/.env 1 - /tools/.env 1 - /function/function.php 1 - /blob/.env 1 - /backend 1 - /:8081/.env 1 - /aws.json 1 - /%c0/ 1 - /testing/docker/.env 1 - /login/.env 1 - /plugins/.env 1 - /files/.env 1 - /phptest.php 1 - /maintenance.php 1 - /services/adminer/.env 1 - /wp-config.php.old 1 - /wp-content/plugins/cpi-wp-migration/lib/view/assets/css/updater.min.css 1 https://mehradhospital.ir/ /vendor/github.com/gobuffalo/envy/.env 1 - /env 1 - /Helmetjs/.env 1 - /.env1 1 - /qv-frontend/.env 1 - /printenv 1 - /env/example/.env 1 - /%DA%A9%D8%A7%D8%B1%D8%A7 8 https://mehradhospital.ir/ /.production 1 - /monitoring/compose/.env 1 - /old/ 1 - /app-7d66de919618d3830635.js 1 - /phpinfo2.php 1 - /examples/with-relay-modern/.env 1 - /.env.docker 1 - /blue/.env 1 - /manual/.env 1 - /Tests/Application/.env 1 - /wp-content/plugins/wc-designer-pro/changelog.txt 1 https://mehradhospital.ir/ /build/ 1 - /wp-includes/css/index.php 1 - /front-empathy/.env 1 - /api-server/.env 1 - /fosil.php 1 - /phpinfo.php.bak 1 - /.ghc.environment 1 - /config.json.bak 1 - /api/keys 1 - /bitcoind/.env 1 - /settings.php.save 1 - /Socketio/.env 1 - /static/js/main.602cea98.chunk.js 1 - /scripts/deploy.sh 1 - /docker/database/.env 1 - /config/private/sendgrid_keys.json 1 - /srv6_controller/controller/.env 1 - /js/chunk-vendors.[hash].js 1 - /alfacgiapi/perl.alfa 3 www.google.com /react/.env 1 - /example27-how-to-load-env/sample01/.env 1 - /frontend/momentum-fe/.env 1 - /.env_copy 1 - /wp-content/uploads/dbdump.sql 1 - /%3FND 3 - /environment.ts 1 - /%3FSA 3 - /ssl.key 1 - /test_phpinfo5.php 1 - /php.ini 1 - /backup/sendgrid_config 1 - /secrets.txt 1 - /internal-api/ 1 - /developer.php 1 - /config/default.json 1 - /server/laravel/.env 1 - /server-info.php 1 - /static/js/main.11bc02d8.chunk.js 1 - /khanlinks/.env 1 - /vendor/.env.example 1 - /babel-plugin-dotenv/test/fixtures/filename/.env 1 - /env/template/.env 1 - /config/settings.local.yml 1 - /api/v1/finchat/contact/manager 1 - /%22/_autoindex/assets/js/tablesort.js%22 1 - /wp-content/plugins/king-addons/includes/admin/css/elementor-editor.css 1 https://mehradhospital.ir/ /conn.php.bak 1 - /yarn-debug.log 1 - /Dockerfile 1 - /.config/config.json 1 - /internal 2 https://mehradhospital.ir/ /bookchain-client/.env 1 - /u.php 1 - /cardea/backend/.env 1 - /repository/.env 1 - /wp-admin/sendgrid_keys.json 1 - /secrets/.env 1 - /niffler-frontend/.env 1 - /phpinfo-server 1 - /test3.php 1 - /services/minio/.env 1 - /db-admin/ 1 - /settings/sendgrid_keys 1 - /.env.email 1 - /static/.env 1 - /dodoswap-client/.env 1 - /resources/docker/mysql/.env 1 - /app1-static/.env 1 - /phpinfo.staging 1 - /firebase-debug.log 1 - /api/src/.env 1 - /backend/.env.local 1 - /dev/.env.local 1 - /api/admin/user/status 1 - /webdav/phpinfo.php 1 - /backend/.env 2 - /api 2 - /%D9%BE%D8%B1%D8%B3%D9%86%D9%84/ 1 - /administrator/.env 1 - /phpinfodev 1 - /test_phpinfo2.php 1 - /test/.env 1 - /sitemap.xml 4 - /Archipel/.env 1 - /dxc.php 1 - /.flaskenv 1 - /.dockerignore 1 - /dotfiles/.env 1 - /docker-compose/platform/.env 1 - /ch8b-mytodo/.env 1 - /vod_installer/.env 1 - /cmsmessages/information.aspx.cs 1 - /staging/frontend/.env 1 - /letsencrypt/.env 1 - /static-root/.env 1 - /tests/default_settings/v11.0/.env 1 - /nuxt/.env 1 - /tmp/config/.env 1 - /outputs/.env 1 - /main-es2015.3c3aa123423ff18c0b00.js 1 - /docker-network-healthcheck/.env 1 - /httpboot/.env 1 - /main.58a95e8d8659972f.js 1 - /wp-includes/Text/lv.php 1 - /apache/i.php 1 - /main.2b8841d1a101dd041285.js 1 - /src/add-auth/express/.env 1 - /secrets/sendgrid_keys 1 - /test_info5.php 1 - /example-config.php 1 - /results/.env 1 - /07-accessing-data/end/vue-heroes/.env 1 - /debug.xml 1 - /browse.php 1 - /src/core/tests/dotenv-files/.env 1 - /environments/local/.env 1 - /backend/src/.env 1 - /cloud/.env 1 - /preview/.env 1 - /tmp/phpinfo.php 1 - /phpinfo3.php 1 - /api/config.php 1 - /api/env 1 - /cronlab/.env 1 - /.env_private 1 - /nginx.conf 1 - /NFXxUAA.php 1 - /wpp-config.php~ 1 - /info.log 1 - /api/.env.example 1 - /test/fixtures/app_types/node/.env 1 - /run/.env 1 - /roundcube/.env 1 - /vm-docker-compose/.env 1 - /08-routing/end/vue-heroes/.env 1 - /tests/default_settings/v12.0/.env 1 - /www-data/.env 1 - /mysql_debug.sql 1 - /.env.mail 1 - /backup.tar.gz 1 - /main.35a08c25eb91de70487f.js 1 - /server/src/persistence/.env 1 - /storage/.env.local 1 - /docs/.env 1 - /Nodejs-Projects/play-ground/login/.env 1 - /alfanew2.php7 1 - /storage/.env 1 - /dashboard/i.php 1 - /info.php_ 1 - /log/development.log 1 - /phpinfo.txt 1 - /wp-content/plugins/wpdirectorykit/public/js/wdk-modal.js 1 https://mehradhospital.ir/ /php_info.php 1 - /.well-known/security.txt 2 - /test9.php 1 - /wp-content/plugins/wp-event-solution/assets/js/elementor.js 1 https://mehradhospital.ir/ /.env.back 1 - /flask/.env 1 - /admin/db.php 1 - /info.php.1 1 - /cdw-backend/.env 1 - /preview-env/.env 1 - /examples/sdl-first/.env 1 - /images/.env 1 - /uninstall.sh 1 - /feed/ 3 - /x/index.php 1 - /staging-api/ 1 - /examples/01-simple-model/.env 1 - /backup/sendgrid_keys 1 - /examples/11-transactions/.env 1 - /wp-login/.env 1 - /.env.credentials 1 - /build/routes/index-[hash].js 1 - /includes/config.php 2 - /.env-db 1 - /project/.env 1 - /phpinfo.php3 1 - /assets/js/app.f8ec9fb3.js 1 - /debug.log 1 - /printenv.tmp 1 - /packages/web/.env 1 - /wk/index.php 1 - /data.tar.gz 1 - /config.old 1 - /oldsanta/.env 1 - /awstats/.env 1 - /actions-server/.env 1 - /logs.sh 1 - /clientsguide 7 https://mehradhospital.ir/ /wp-content/backup/dbdump.sql 1 - /lib/.env 1 - /wp-content/plugins/wp-registration/js/dashboard.js 1 https://mehradhospital.ir/ /config/secrets/prod/sendgrid_keys.json 1 - /08-routing/begin/vue-heroes/.env 1 - /env.php 1 - /Assignment3/.env 1 - /config/config.php 1 - /phpinfo.dev 1 - /css/.env 1 - /swagger/swagger-ui.html 1 - /frontend/web/debug/default/view 1 - /asdf.php 1 - /.env.production.local 1 - /wp-admin/css/colors/modern/ 1 - /jsrelay/.env 1 - /wp-content/backup/database.sql 1 - /inf.php 1 - /disagrsod.php 1 - /start.sh 1 - /.env.test 1 - /package.json 1 - /dev_env/.env 1 - /Procfile 1 - /wp-content/plugins/acf-extended/assets/admin.css 1 https://mehradhospital.ir/ /.aws/secret_access_key.txt 1 - /connectionstrings.json 1 - /hasura/.env 1 - /debug.json 1 - /infants 2 https://mehradhospital.ir/ /assets/index-GquDNGwd.js 1 - /Serve_time_server/.env 1 - /sendgrid_keys.json 1 - /examples/03-one-to-many-relationship/.env 1 - /bfibibdr.php 1 www.google.com /api/v2/.env 1 - /server.log 1 - /.well-known/config.json 1 - /info.php.bak 1 - /api/v1/finchat/privilege-api/forwarder 1 - /urlmem-app/.env 1 - /admin/sqladmin.php 1 - /envs/.env 1 - /env.save 1 - /resources/docker/rabbitmq/.env 1 - /examples/with-firebase-authentication-serverless/.env 1 - /asset_img/.env 1 - /videos/.env 1 - /docker-compose.override.yml 1 - /exapi/.env 1 - /phpinfo.test 1 - /wp-content/uploads/mysql.sql 1 - /local/.env 1 - /.pypirc 1 - /src/character-service/.env 1 - /option/.env 1 - /phpmyadmin/index.php 1 - /s-with-me-front/.env 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 117 195.178.110.242 10 12 24812 20260212122934 37.114.33.6 7 8 9900 20260220151854 89.198.203.191 6 12 5458 20260226075826 85.11.167.25 4 4 3276 20260210183614 167.94.138.161 3 3 2469 20260224040251 199.45.154.153 3 3 2457 20260209172902 104.164.173.238 3 5 3792 20260207084602 199.45.154.116 3 3 2469 20260216235909 66.132.153.132 3 3 2571 20260227012404 209.97.180.8 3 3 3462 20260207073452 103.4.251.14 3 5 3792 20260207144935 103.196.9.165 3 5 3792 20260207073422 101.199.254.209 2 2 1685 20260225045851 146.70.185.32 2 4 3121 20260207180039 192.234.198.86 2 4 3130 20260211025025 23.110.171.76 2 4 3137 20260222103353 195.201.168.79 2 6 6137 20260222023146 193.19.82.13 2 2 819 20260207161745 15.204.182.106 2 2 1642 20260209083750 93.158.91.11 2 2 1680 20260225012846 213.199.51.197 2 2 1646 20260219101040 3.139.242.79 2 2 1646 20260221032218 66.207.183.46 2 4 3141 20260224223245 104.252.191.71 2 2 1324 20260207132217 91.170.142.74 1 1 823 20260216061454 186.87.28.53 1 1 823 20260201144519 65.21.136.254 1 2 9531 20260219141042 217.138.216.222 1 1 1824 20260220151220 193.47.57.67 1 1 827 20260217115550 31.3.156.84 1 1 1824 20260218031325 31.97.153.61 1 1 819 20260207085050 177.0.213.233 1 1 25 20260207073715 100.26.239.123 1 1 824 20260213214719 88.198.53.22 1 1 1825 20260219230241 46.232.251.204 0 1 3562 34.206.74.121 1 1 823 20260205095344 52.87.244.56 1 1 819 20260209221814 98.93.198.82 1 1 819 20260201213654 34.34.253.198 1 1 824 20260211224927 23.180.120.131 1 1 823 20260216071908 199.45.154.135 1 1 823 20260224042815 34.96.52.97 0 3 1306 51.81.245.138 1 1 819 20260207073550 104.248.160.18 1 1 827 20260219124813 198.244.252.32 1 1 1824 20260208105217 101.199.254.206 1 1 823 20260223035831 146.174.161.181 1 1 819 20260201102128 146.190.185.95 1 1 819 20260207073651 106.255.253.74 1 1 823 20260218035744 77.74.177.114 1 1 823 20260215035524 159.69.4.71 1 1 9 20260226075750 45.144.212.242 1 1 824 20260213025743 79.142.74.34 1 1 1824 20260207121905 162.55.173.215 1 1 662 20260207073628 45.156.128.178 1 1 819 20260211111059 107.172.195.229 1 1 662 20260207084543 104.244.209.41 1 1 25 20260207073713 94.247.172.129 1 1 827 20260215122202 57.128.192.136 1 1 1824 20260221115022 153.92.221.158 1 1 827 20260220010221 138.68.190.139 1 1 1824 20260224101119 16.144.17.106 0 2 2666 54.36.232.187 1 2 2443 20260219121514 147.182.150.134 1 1 12153 20260209055507 34.34.253.156 0 3 1306 3.89.148.98 1 1 823 20260217201752 185.226.197.50 1 1 819 20260209011125 103.107.197.153 1 1 819 20260207073653 193.70.81.186 1 1 1824 20260220104522 109.105.209.20 1 1 823 20260222112954 217.160.104.221 1 1 1824 20260209184827 152.77.98.132 1 1 819 20260207073520 70.36.96.170 1 1 819 20260209153854 101.198.0.181 1 1 823 20260224065927 45.156.128.177 1 1 819 20260211111041 101.199.254.232 1 1 2067 20260225045815 149.50.185.145 0 1 591 101.198.0.172 1 1 1824 20260224065821 101.199.254.238 1 1 1824 20260223035734 176.126.84.133 1 1 1824 20260219134902 104.164.126.254 1 1 662 20260207144915 98.86.161.195 1 1 669 20260218011650 3.87.115.199 1 1 823 20260221202305 46.232.249.77 0 1 682 216.250.112.173 1 1 1824 20260224070036 189.218.1.175 0 1 354 93.158.91.19 1 1 819 20260207132945 46.232.250.32 1 1 1824 20260219114933 34.96.52.100 1 1 827 20260211224926 34.192.244.187 1 1 827 20260214120401 103.153.155.221 0 1 2137 107.22.248.10 1 1 857 20260225230406 45.156.128.176 1 1 819 20260211111031 101.199.254.234 1 1 862 20260225045859 46.101.214.157 1 1 823 20260224155551 47.82.14.153 1 1 25 20260218074103 124.77.235.215 1 1 824 20260212133833 3.230.41.50 1 1 823 20260208095159 90.231.56.134 1 1 662 20260207191758 3.81.51.16 1 1 819 20260205200455 139.59.224.88 1 1 819 20260210123404 204.76.203.25 1 1 2063 20260227074213 20260227074213 / 195.178.110.132 1 3 3485 20260208121329 159.203.103.235 1 1 819 20260207161227 195.178.110.54 1 2 3119 20260208152435 135.181.214.38 1 1 1824 20260219114822 101.198.0.140 1 1 823 20260224065948 195.240.107.201 1 1 1824 20260219130758 98.83.57.80 1 1 827 20260222062746 103.4.251.45 1 1 662 20260207132150 199.45.154.140 1 1 823 20260216235812 64.225.79.19 1 1 823 20260205074814 198.211.101.59 1 1 827 20260222163002 158.173.152.196 1 1 9 20260207074251 83.143.242.234 1 1 1824 20260223051437 185.45.189.206 1 7 5379 20260224144546 103.4.250.78 1 1 662 20260207073416 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 23 20260201 3 3 2461 3 20260205 3 3 2465 3 20260207 35 43 31690 24 20260208 4 9 11917 4 20260209 10 10 20533 7 20260210 5 5 4095 3 20260211 7 15 9850 6 20260212 11 13 25636 2 20260213 2 2 1648 2 20260214 1 1 827 1 20260215 2 2 1650 2 20260216 8 8 6584 6 20260217 2 3 2004 2 20260218 4 4 3341 4 20260219 16 22 38298 11 20260220 4 4 4480 4 20260221 3 3 3470 3 20260222 7 13 11751 5 20260223 4 5 7431 4 20260224 13 21 19753 10 20260225 5 5 5505 5 20260226 7 13 5467 2 20260227 4 4 4634 2 END_DAY # Session range - Number of visits BEGIN_SESSION 4 0s-30s 108 2mn-5mn 1 30mn-1h 1 30s-2mn 4 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 / 141 158800 109 101 /form.php 19 207 6 13 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 6 500-1K 2464 100-500 53 5K+ 6 0-44 71 1K-2K 52 2K-5K 30 END_FILESIZE awstats112025.mehradhospital.ir.txt000064400000132135151504703150013070 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202511 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2048 POS_TIME 2723 POS_VISITOR 30460 POS_DAY 45015 POS_DOMAIN 3505 POS_LOGIN 3952 POS_ROBOT 4107 POS_WORMS 4652 POS_EMAILSENDER 4783 POS_EMAILRECEIVER 4926 POS_SESSION 45788 POS_FILESIZE 46087 POS_SIDER 45979 POS_FILETYPES 5061 POS_DOWNLOADS 5213 POS_OS 5261 POS_BROWSER 5701 POS_SCREENSIZE 7223 POS_UNKNOWNREFERER 7297 POS_UNKNOWNREFERERBROWSER 7827 POS_ORIGIN 8009 POS_SEREFERRALS 8146 POS_PAGEREFS 8309 POS_SEARCHWORDS 8546 POS_KEYWORDS 8698 POS_MISC 2387 POS_ERRORS 8757 POS_CLUSTER 3808 POS_SIDER_404 8863 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20251201002510 9 1521 12931397741593 FirstTime 20251101053753 LastTime 20251130184246 LastUpdate 20251201160426 9 0 8 0 0 TotalVisits 594 TotalUnique 373 MonthHostsKnown 0 MonthHostsUnknown 391 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 WindowsMediaPlayerSupport 0 0 0 TotalMisc 0 0 0 JavaEnabled 0 0 0 PDFSupport 0 0 0 RealPlayerSupport 0 0 0 DirectorSupport 0 0 0 FlashSupport 0 0 0 QuickTimeSupport 0 0 0 JavascriptDisabled 0 0 0 AddToFavourites 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 15 15 12791 15 17 13172 1 17 17 13919 99 103 81387 2 16 18 15053 63 74 60603 3 24 24 19920 7 9 6824 4 22 22 17378 482 502 399479 5 46 46 34949 6 8 6211 6 26 26 20303 52 57 42884 7 45 45 35370 259 270 214047 8 17 17 12558 157 157 125434 9 27 27 19822 16 18 14004 10 41 41 28868 160 162 127987 11 33 43 30248 31 50 34987 12 20 34 35373 16 19 12628 13 26 49 43352 8 17 7522 14 56 62 42910 174 191 143957 15 23 23 19104 152 157 112134 16 21 21 15848 122 131 92225 17 25 73 64904 392 423 305358 18 52 52 39508 9 28 20985 19 21 21 17757 13 18 14085 20 42 42 29538 6 11 8517 21 44 44 33488 52 68 54828 22 24 24 16386 94 106 83632 23 17 17 14290 151 155 122474 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 18 jp 283 283 211870 us 217 252 188373 cn 128 176 138945 ir 31 31 23700 ru 7 7 8648 se 6 6 4414 in 6 6 5406 gb 5 11 25419 ca 4 18 14467 ro 3 3 4304 it 3 3 1990 tw 1 1 818 ba 1 1 695 de 1 1 818 dk 1 1 818 za 1 1 1368 au 1 1 818 bg 1 1 766 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 11 Googlebot/ 54 43722 20251129223212 0 Go\-http\-client/ 32 27910 20251128161848 0 MJ12bot/ 31 15618 20251130214931 0 Barkrowler 16 11408 20251128064558 0 BLEXBot/ 12 8352 20251106095109 0 link 8 5399 20251117123809 0 bingbot/ 4 4568 20251119024716 0 (firefox/)([0-9]\.|[0-1][0]\.) 2 3195 20251123022519 0 survey 1 1368 20251104082423 0 Applebot/ 1 699 20251114040958 0 bot[\s_+:,\.\;\/\\-] 1 820 20251121040459 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 svg 46 20018 0 0 css 15 19305 0 0 js 42 64557 0 0 php 107 62400 0 0 html 593 467357 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 26 linux 19 12 androidpie 31 31 Unknown 13 11 androidmarshmallow 3 3 android11 35 5 win10 64 36 unix 2 2 androidoreo 15 3 macosx6 1 1 android10 11 5 android13 4 4 win8 1 1 win7 37 37 macosx14 2 2 winxp 34 34 ios_iphone 465 451 androidkitkat 1 1 linuxubuntu 4 4 android12 3 3 j2me 1 1 macosx9 1 1 androidnougat 16 16 androidjellybean 1 1 macosx7 2 2 macosx15 7 3 macosx10 30 30 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 71 android 2 2 chrome140.0.7339.885 1 1 chrome38.0.2125.111 30 30 safari15.5 4 0 chrome103.0.5030.0 1 1 chrome39.0.2159.0 30 30 chrome101.0.4951.41 1 1 chrome114.0.0.0 3 3 chrome141.0.7390.122 3 3 chrome115.0.0.0 1 1 chrome89.0.4389.105 7 1 chrome80.0.3987.149 1 1 firefox63.0.3 1 1 chrome91.0.4472.114 3 3 chrome85.0.4183.83 1 1 chrome105.0.0.0 2 2 safari5.0.3 1 1 chrome36.0.1944.0 1 1 mozilla 6 6 opera12.1746968605 30 30 opera12.1446968605 3 3 chrome84.0.4147.89 1 1 chrome66.0.3359.117 1 1 chrome35.0.1900.0 2 2 chrome79.0.3945.88 1 1 chrome99.0.4844.51 1 1 chrome91.0.4472.101 35 5 msie7.0 1 1 netscape5.0 1 1 chrome120.0.0.0 2 2 chrome139.0.0.0 3 3 chrome132.0.0.0 1 1 safari 19 5 firefox82.0 1 1 chrome90.0.4430.72 1 1 chrome112.0.0.0 2 2 chrome83.0.4103.143 1 1 msie8.0 1 1 chrome126.0.0.0 2 2 safari17.1.2 1 1 chrome117.0.5938.132 7 1 chrome6.0.460.0 1 1 safari13.0.3 445 445 chrome60.0.3112.107 16 16 chrome86.0.4240.198 1 1 chrome57.0.2987.108 14 2 chrome81.0.4044.138 1 1 safari14.0 2 2 chrome138.0.0.0 9 3 chrome96.0.4664.45 1 1 chrome90.0.4430.212 1 1 chrome60.0.3112.113 4 4 chrome95.0.4638.69 2 2 firefox117.0 1 1 firefox114.0 3 3 chrome68.0.3440.106 2 2 chrome122.0.0.0 18 2 chrome58.0.3029.110 1 1 chrome121.0.0.0 2 2 chrome124.0.0.0 7 7 chrome55.0.2883.87 1 0 chrome142.0.0.0 8 2 opera8.01 1 1 chrome112.0.5615.136 4 4 chrome17.0.963.56 2 2 Unknown 4 2 firefox17.0 2 2 safari10.1.0.2342 1 1 chrome64.0.3282.186 1 1 opera7.54 1 1 chrome85.0.4183.81 31 31 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 8 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20251109113813 GoogleOther 20251128112537 python-httpx/0.28.1 20251127021727 Mozilla/5.0_(compatible;_ips-agent) 20251113183031 Mozilla/5.0 20251102072838 Mozilla/5.0_(BB10;_Touch)_AppleWebKit/537.10__(KHTML,_like_Gecko)_Version/10.1.0.2342_Mobile_Safari/537.10_ 20251114031341 More_Opera_7.54_user_agents_strings_-->> 20251123022520 python-requests/2.32.5 20251106085421 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 3 python-httpx/0.28.1 20251127021727 python-requests/2.32.5 20251106085421 GoogleOther 20251128112537 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 601 608 From1 2 2 From2 0 6 From3 3 3 From4 94 184 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 1 www_google_com 0 6 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 3 http://miradio.com.sv 1 1 https://humanhealth.us 1 1 https://redchapterhosting.co.tz 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 2 404 2484 1935872 403 59 46433 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 1096 /api137.php 2 - /eauu.php 2 - /wpfile.php 1 - /wp-blog-front.php 1 - /pages.php 1 - /config/app.php 2 - /files.php 1 - /cong.php 5 - /.env.dist 3 - /witmm.php 4 - /laravel/core/.env 2 - /dashboard/phpinfo.php 4 - /iotav1.php 1 - /wp-content/themes/sketch/404.php 2 - /wp-cron.php 2 - /config/filesystems.php 2 - /update/f35.php 2 - /wp-plain.php 16 www.google.com /file1.php 5 - /symfony/_profiler/phpinfo 3 - /view.php 2 - /wp 1 - /10235.php 1 - /icon.php 2 - /WORDPRESS 1 - /updates.php 2 - /kyami.php 1 - /1j.php 1 - /haa.php 1 - /ww1.php 1 - /wordpress 1 - /phi2.php 1 - /config/services.php 3 - /smpx.php 2 - /f5.php 1 - /07.php 1 - /index.php 3 - /ll.php 1 - /lptlo.php 1 - /test1.php 4 - /ss.php 4 www.google.com /wp-includes/ID3/license.txt 2 - /xl2023.php 1 - /sosu.php 1 - /0.php 1 - /aks.php 2 - /puvil.php 1 - /asd67.php 4 - /config/production.json 2 - /php_info.php 3 - /wp-admin/maint/cong.php 1 - /f35.php 4 - /application/.env 3 - /wp-includes/davoeqyv.php 1 - /ze.php 3 - /moie.php 2 - /2020/wp-includes/wlwmanifest.xml 2 - /opts.php 1 - /ot.php 3 - /repeater.php 1 - /phpinfo.php 8 - /aporrhiegma.php 1 - /buy.php 3 - /taktak.php 1 - /washland.php 1 - /public/client/planinfo 4 - /kappa1.php 1 - /backend/.env 8 - /muscovadite.php 1 - /phpinfo 3 - //zwso.php 1 - /wp-admin/css/colors/coffee/admin.php 1 - /2024 1 - /usep.php 2 - /aj.php 3 - /CmKHK.php 1 - /tsconfig.spec.json 3 - /gecko.php 2 - /new.php 4 - /oddtd.php 1 - /m.php 6 - /akcc.php 5 - /wp-admin/js/about.php 1 - /st.php 2 - /wfile.php 2 - /v4.php 1 - /hans.php 3 - /ava.php 1 - /wemchcvh.php 1 www.google.com /siln.php 3 - /.aws/config 3 - /c4.php 1 - /gfile.php 3 - /wp-swa.php 2 - /config/view.php 2 - /wp-admin/css/colors/blue/file.php 1 - /co.php 2 - /application/config/constants.php/ 3 - /include.php 2 - /settings.json 2 - /wp-mail.php/wp-includes/ID3/rnEPv9.php 1 - /wp670.php 2 - /woh.php 2 - /ee.php 1 - /.envrc 3 - /wp-includes/js/jcrop/Jcrop.php 1 - /wp-admin/includes/plugin-wp.php 1 - /blurbs.php 1 - /postnews.php 5 - /wp-admin/maint/1wx.php 1 - /config/dev.json 2 - /.well-known/autoconfig/atomlib.php 1 - /.vscode/.env 2 - /.ssh/sftp-config.json 3 - /wp-content/themes/style.php 1 - /wp-admin/images/wp-signup.php 1 - /wio.php 2 - /fe5.php 4 - /application/config/doctypes.php 3 - /123.php 5 - /n3.php 3 - /xl6.php 1 - /wp-includes/class-wp-more.php 1 - /zxin.php 3 - /wp-signup.php 2 - /wp-admin/css/colors/midnight/YRFLoxBi.php 1 - /application/config/foreign_chars.php 2 - /wp-includes/orvxmailer.php 1 - /wp-includes/style.php 1 - /indo.php 1 - /.gitlab-ci/.env 2 - /db.php 4 - /class-t.api.php 2 - /ymq4nt.php 1 - /blog 1 - /sito 1 - /llfvdaoq.php 1 www.google.com /misc.php 1 - /qyfcisqa.php 1 www.google.com /warm.PhP7 2 - /oxo_test.php 1 - /gt.php 1 - /lambda4.php 1 - /wp-includes/sodium_compat/index.php 1 - /config/auth.php 2 - /config/session.php 2 - /re.php 1 - /tsconfig.app.json 3 - /development/.env 3 - /bi1f.php 2 - /fm.php 10 - /wp-gif.php 2 - /xpas22.php 2 - /wp-good.php 4 - /lala.php 2 - /wp-content/packed.php 2 - /wp-old 1 - /plugins.php 2 - /admin 4 - /abcd.php 6 - /frenchwomen.php 1 - /geck.php 2 - /wp-includes/css/about.php 1 - /Wordpress 1 - /SHOP 1 - /gamma4.php 1 - /images/up.php 1 - /mail.php 5 - /vendor/wp-login.php 1 - /wp-admin/includes/xmrlpc.php 1 - /classgoto24.php 1 - /login 7 - /layout.php 1 - /phpinfo.php4 5 - /wp-admin/css/colors/sunrise/%20colors.php 1 - /wp-blog-header.php 2 - /i.php 3 - /Wp 1 - /n.php 2 - /a2.php 2 - /aghbvr.php 1 - /an.php 4 - /wp-freya.php 2 - /csv.php 2 - /feed/ 2 - /nc.php 1 - /shell.php 6 - /abc.php 4 - /axx.php 3 - /wp-includes/ID3/about.php 1 - /infos.php 4 - /classgoto24(3).php 1 - /byuri.php 1 - /wp-2019.php 2 - /z.php 2 - /wp_mna.php 1 - /bundleconfig.json 2 - /.env.dev 2 - /application/config/database.php 2 - /12.php 1 - /nij.php 1 - /kgbjqgmd.php 1 www.google.com /zero.php 1 - /file7.php 1 - /.env.save 7 - /zwso.php 1 - /wp-admin/includes/mango.php 1 - /Angelv2.php 2 - /ini.php 4 - /.wp-config.php.swp 4 - /prevlaravel/sftp-config.json 4 - /NEW 1 - /asa.php 2 - /444.php 1 - /undigitated.php 1 - /wp-content/plugins/hellopress/wp_mna.php 1 - /mnkalo.php 1 - /file9.php 2 - /ayk.php 2 - /Test 1 - /wp-sigunq.php 2 - /shell20211028.php 1 - /mari.php 3 - /config/database.config.php 2 - /sql.php 1 - /.local 4 - /wp-is.php 3 - /e.php 2 - /ar.php 2 - /wp-content/plugins/azra-tn/wso.php 1 - /aa.php 6 - /wp-content.php 1 - /admin-post.php 1 - /alfanew.php 6 - /wp-asd.php 2 - /ab.php 1 - /class19.php 1 - /ru.php 2 - /wp-content/uploads/layout.php 1 - /wp-admin/css/index.php 1 - /ws.php 3 - /rss.php 2 - /blox.php 3 - /wp-content/plugins/pwnd/pwnd.php 1 - /golden.php 1 - /function.php 2 - /wp-admin/lRGuqAwmnyh.php 1 - /.env.docker.dev 2 - /wp-admin/maint/singlex.php 1 - /mah.php 3 - /cfile.php 1 - //wp-content/plugins/fix/up.php 5 - /p.php 3 - /modules/ 1 - /config/requirements.php 2 - /nxx.php 1 - /crew.php 1 - /style.php 3 - /wp-admin/includes/admin-ajax.php 1 - /fluentform.php 1 - /wp-includes/widgets/goat.php 1 - /wp-configs.php 2 - /administrator/ 1 - /iko.php 2 - /fex.php 1 - /config/queue.php 2 - /test.php 3 - /1index.php 1 - /uana.php 2 - /hook.php 1 - /2018 1 - /log.php 5 - /wp-includes/js/dist/alfa-rex.php7 1 - /mailer/.env 2 - /man.php 1 - /pass.php 3 - /config/aws.yml 3 - /bless3.php 2 - /iuoqc.php 1 - /sftp-config.json 5 - /seznec.net.php 1 - /wordpress/wp-includes/wlwmanifest.xml 2 - /license.txt 2 - /config/php.ini 2 - /saiga.php 1 - /userfuns.php 1 www.google.com /133.php 1 - /a.php 4 - /2co_ipn.php 1 - /wp-admin/includes/go.php 1 - /oxvrws.php 1 - /yanki.php 2 - /alfacgiapi/perl.alfa 14 www.google.com /system_log.php 2 - /old_phpinfo.php 4 - /wp-class.php 1 - /flex.php 1 - /mds.php 1 - /class9.php 2 - /wp-the1me.php 3 - /wp-advaced.php 1 - /static/sallu.php 1 - /config/bootstrap.php 2 - /appsettings.QA.json 2 - /www 1 - /wp-files.php 2 - /sitio 1 - /wp-x7.php 3 - /vansec.php 2 - /xsox.php 1 - /shared/.env 3 - /33.php 1 - /file.php 8 - /file4.php 4 - /cccc.php 1 - /.env.example 8 - /qufsq.php 1 - /Old 1 - /cvrvk.php 1 - /wp-trackback.php 3 - /wp-includes/widgets/buy.php 1 - /wp-content/index.php 2 - /ioxi-o.php 7 - /2017 1 - /atomlib.php 7 - /config/autoload/local.php 2 - /css/wp-conflg.php 1 - /zxasd.php 1 - /9WOLF.php 1 - /oldsite 1 - /bless11.php 2 - /inc.php 2 - /cloud.php 2 - /gold.php 2 - /.env.prod.local 2 - /api/.env 9 - /wordpress/wp-login.php 2 - /sid3.php 3 - /wp-includes/Requests/Cookie/alfa-rex.php 1 - /ext.php 3 - /rk2.php 2 - /card.php 3 - /.env.sample 2 - /wp-includes/js/client-dashboard.php 1 - /etttqnip.php 1 www.google.com /filer.php 1 - /wp-includes/Text/Diff/sts.php 1 - /manifest.json 2 - /ffile.php 3 - /codex.php 1 - /filemanager.php 2 - /Backup 1 - /wp-content/upgrade/index.php 1 - /wp-includes/class-wordpress-license.php 1 - /wp-admin/css/colors/akVyV.php 1 - /bc 1 - /222.php 5 - /alfa-rex.php 1 - /wpc2.php 1 - /file51.php 1 - /fix.php 1 - /.env.php 2 - /wp-admin/maint/pagea.php 1 - /src/settings.json 2 - /scx.php7 2 - /application/config/mimes.php 2 - /application/config/profiler.php 2 - /config/production.config.php 2 - /wp-includes/block-bindings.php 1 - /lc.php 5 - /1.php 5 - /config/env.php 2 - /4yps5d.php 2 - /lufix.php 1 - /.production 4 - /k.php 3 - /3k4.php 1 - /l.php 1 - /application/config/routes.php 2 - /bak.php 2 - /admin-ajax.php 2 - /app_dev.php/_profiler/phpinfo 9 - /xmlrpc.php 4 - /bala.php 3 - /core/misc/drupal.js 1 - /wp-comments-post.php 3 - /btex.php 1 - /cms/wp-includes/wlwmanifest.xml 2 - /lock1.php 2 - /krypton.php 1 - /dd1.php 2 - /02.php 1 - /config/development.json 2 - /AxAo.php 1 - /.vscode/sftp.json 5 - /333.php 2 - /wp-includes/js/thickbox/alfa-rex.php8 1 - /aws.yml 3 - /CLA.php 4 - /gm.php 3 - /gecko-litespeed.php 2 - /info.php 10 - /error.php 2 - /whf.php 2 - /raw.php 4 - /ff.php 1 - /.env.stage 2 - /2co_ipn_sub.php 1 - /wp-content/postnews.php 1 - /great.php 2 - /wp-includes/Text/about.php7 1 - /wp-admin/style.php 1 - /miso.php 3 - /file2.php 4 - /luxe.php 3 - /Www 1 - /wp-admin/js/wp-conflg.php 1 - /.env.prod 2 - /kaza.php 1 - /.env.docker 2 - /ok.php 3 - /byp8.php 1 - /dejavu.php 1 - /shlo.php 5 - /about3.php 1 - /f6.php 2 - /ae.php 4 - /2020 1 - /wp-includes/post-template-url.php 1 - /file88.php 1 - /asd.php 1 - /filesss.php 2 - /ahax.php 6 - /WWW 1 - /wp-content/uploads/wp.php 1 - /11.php 3 - /18299.php 1 - /13.php 2 - /Marvins.php 1 - /test2.php 4 - /wp-admin/css/colour.php 2 - /wp-admin/images/lint-branch.php 1 - /omega4.php 1 - /xlluw.php 1 - /wpc.php 2 - /wp-admin/kOns8dgHcTK.php 1 - /.vscode/settings.json 3 - /nmgdmdti.php 1 www.google.com /blog/wp-login.php 2 - /core/.env 5 - /wp-admin/admin-post.php 1 - /application/config/autoload.php 2 - /wp-includes/Text/wp-conflg.php 1 - /sitemap.xml 1 - /155.php 1 - /term.php 1 - /main 1 - /uploadx.php 1 - /config/application.config.php 4 - /tiqdc.php 1 - /a3.php 1 - /finny.php 1 - /wp-content/languages/ru_RU_lite.mo.php 1 - /menu.phphttps://robertatimothy.com/wp-content/packed.php 1 - /zc-903.php 1 - /wp-includes/cqhlsvmp.php 1 - /atex1.php 1 - /file15.php 2 - /wp1/wp-includes/wlwmanifest.xml 2 - /.env.project 2 - /wp-content/uploads/credits.php 1 - /144.php 2 - /shellalfa.php 2 - /wp-admin/fw.php 1 - /local/.env 3 - /radio.php 7 - /about25.php 1 - /gdn.php 3 - /ton.php 2 - /Okxob.php 2 - /rtg.php 2 - /pepe.php 1 - /autoload_classmap.php 7 - /wp-settin.zip.php 1 - /testo.php 1 - /otuz1.php 2 - /hk.php 1 - /user/login 1 - /byp7.php 1 - /inde.php 2 - /config/daemon.json 3 - /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 - /xo.php 2 - /site 1 - /zetamod.php 1 - /kickstart.php 1 - /naxc.php 3 - /god4m.php 1 - /yuk.php 1 - /register 1 - /zicgg.php 1 - /ups.php 2 - /manager.php 5 - /TEST 1 - /403.php 5 - /.env.backup 3 - /wp-includes/Text/lzmelu.php 1 - /anz.php 1 - /shop 1 - /aspera/faspex/ 2 - /3.php 3 - /function/function.php 1 - /.well-known/nam.php 1 - /inzrw.php 2 - /ALFA_DATA/alfacgiapi/perl.alfa 14 www.google.com /poliomyelopathy.php 1 - /Contrller.php 1 - /wp-admin.php 1 - /php8.php 1 - /wp-includes/wp-class-db.php 1 - /flower.php 4 - /class20.php 1 - /wp-includes/fonts/about.php 2 - /wp.php 9 - /sx.php 3 - /wp-admin/js/widgets/wp-kaori.php 1 - /wp-admin/zwso.php 1 - /wp-includes/ID3/Auth.php 1 - /phpinfo.php5 4 - /2021 1 - /wp/wp-login.php 2 - /size.php 1 - /fs.php 1 - /Sanskrit.php 2 - /post.php 3 - /wp-atom.php 1 - /wp-login 2 - /oiko6u.php 1 - /habhan.php 2 - /.env.development.local 2 - /application/config/email.php 2 - /iota3.php 1 - /WordPress 1 - /up.php 3 - /as.php 4 - /ol.php 4 - /sftp.json 3 - /BACKUP 1 - /wp-includes/widgets/past.php 1 - /lock360.php 8 - /temp.php 4 - /php.php 4 - /clss.php 1 - /class-db.php 2 - /uploxe.php 1 - /Blog 1 - /png.php 1 - /uploads/bigdump.php 1 - /wp-admin/maint/wp-login.php 1 - /staging/.env 5 - /fm1.php 2 - /admir.php 1 - /bkxzo.php 3 - /config/local.json 2 - /shell1.php 1 - /attaining.php 1 - /wb.php 1 - /dev/phpinfo.php 4 - /wp-includes/Text/Diff/index.php 1 - /tox.php 1 - /.aws/credentials 4 - /unbalanceable.php 1 - /api/config/tsconfig.json 2 - /555.php 1 - /simple.php 6 - /app/etc/config.php 3 - /class.php 3 - /_autoindex/assets/css/autoindex.css%22%20/%3E%3Cscript%20src=%22/_autoindex/assets/js/tablesort.js 3 - /2019/wp-includes/wlwmanifest.xml 2 - /wp-content/plugins/cp-pro/js.php 1 - /nope.php 1 - /.env.local 2 - /ex.php 2 - /.env.travis 2 - /wp-gr.php 3 - /acp.php 5 - /twilio.env 7 - /.env.production 2 - /zxl.php 2 - /unsafer.php 1 - /old-site 1 - /aaa.php 1 - /ioxi-rex4.php7 2 - /gelap.php 1 - /.env~ 2 - /oswkk.php 2 - /moon.php 9 - /makeasmtp.php 3 - /wp-content/cong.php 1 - /.env.production.local 2 - /system.php 3 - /bless.php 7 - /goat.php 1 - /karma-3c8074.php 1 - /wp-admin/maint/index.php 2 - /nax.php 2 - /acholuria.php 1 - /wsa.php 1 - /themes.php 4 - /wp-admin/log.php 1 - /wp-admin/includes/lint-branch.php 1 - /default.php 3 - /tgrs.php 2 - /030.php 1 - /wp-includes/as.php 1 - /karma_d3f3a4.php 1 - /alfa.php 7 - /app/etc/env.php 2 - /css.php 9 - /karma_72ad28.php 1 - /tsconfig.json 4 - /install/index.php 2 - /wp-includes/rollback-handler.php 1 - /admin-app/.env 2 - /f350.php 1 - /config/autoload/global.php 2 - /wp-content/plugins/pwnd-1/pwnd.php 1 - /test/wp-includes/wlwmanifest.xml 2 - /vxonb.php 2 - /old 1 - /wp-content/themes/seotheme/db.php 16 www.google.com /.envs 2 - /z451.php 1 - /gg.php 1 - /chosen.php 8 - /menu.php 2 - /666.php 1 - /gifclass4.php 2 - /laravel/.env 9 - /adminfuns.php 1 - /nonesoterically.php 1 - /js.php 5 - /owl.php 2 - /xl.php 1 - /wolv2.php 3 - /.well-known/acme-challenge/about.php 1 - /wp-includes/sitemaps/white.php 1 - /php-info.php 4 - /an7.php 3 - /API/.env 5 - /crm/.env 4 - /0x0x.php 1 - /qa.php 1 - /shelp.php 4 - /kki.php 2 - /dex.php 2 - /wp-blog.php 2 - /.well-known/pki-validation/dropdown.php 1 - /blog.php 3 - /v3.php 3 - /speculative.php 1 - /.docker/config.json 2 - /blog/wp-includes/wlwmanifest.xml 2 - /lanbai.php 1 - /file3.php 1 - /v1.php 2 - /wp-config-sample.php 1 - /edit.php 1 - /web/wp-includes/wlwmanifest.xml 2 - /config/app_local.php 2 - /config/environment.json 2 - /_profiler/phpinfo 3 - /ngek.php 1 - /.config.yaml 6 - /031.php 2 - /shell_079vbgeg.php 1 - /cord.php 2 - /byp.php 3 - /wp-login.php 16 - /2clas.php 1 - /config/aws.json 2 - /taff.php 1 - /faq.php 1 - /elp.php 1 - /wp-activate.php 3 - /.bod/.ll/ss.php 1 - /config/paths.php 2 - /wp-setting.php 1 - /admin.php 6 - /mo.php 1 - /link.php 5 - /app/etc/env.local.php 2 - /domains.php 1 - /boyfile.php 1 - /sko.php 3 - /appsettings.Test.json 3 - /bak 1 - /ds.php 1 - /zinodfwr.php 1 www.google.com /20025.php 1 - /wp-head.php 1 - /wso112233.php 2 - /time.php 3 - /wp-includes/widgets/system.php 1 - /conf/application.json 3 - /jmfi2.php 3 - /wp-admin/8T1hs2AP4ox.php 1 - /wpo.php 1 - /agqpec.php 1 - /wp-content/plugins/index.php 2 - /.env.development.sample 2 - /New 1 - /site/wp-includes/wlwmanifest.xml 2 - /wp-admin/network/wp-conflg.php 1 - /z555.php 1 - /vxrl.php 2 - /form.php 1 - /777.php 3 - /build.php 3 - /noe.php 1 - /private/config.json 2 - /ioxi-o2.php 1 - /.well-known/log.php 2 - /miansha.php 1 - /667.php 1 - /klex.php 1 - /application/config/migration.php 2 - /shell_e866vaqd.php 1 - /c.php 2 - /src/config/config.json 3 - /about.php 10 - /helpers/utility.js 4 - /agpfgqsj.php 1 www.google.com /ftp.php 1 - /ww.php 2 - /v.php 2 - /exhitrgp.php 2 - /apps/.env 2 - /wp-includes/Requests/about.php 1 - /cc.php 2 - /wozxsh.php 2 - /BLOG 1 - /asas.php 5 - /robots.txt 99 - /web/.env 7 - /wp-content/plugins/hellopress/wp_filemanager.php 13 - /jq.php 2 - /wp-securitiy.php 1 - /application/config/constants.php 2 - /wp-admin/maint/wp-is.php 2 - /karma_syndicate_cajs86ik4t.php 1 - /file8.php 1 - /sx_pms.php 1 - /shop/wp-includes/wlwmanifest.xml 2 - /d12.php 1 - /bac 1 - /appsettings.Production.json 3 - /wp-mn.php 1 - /Properties/launchSettings.json 2 - /index.php/phpinfo 3 - /wp-update.php 2 - /wp-admin/images/click.php 1 - /public/.env 2 - /files/files_uploader.php 1 - /Shop 1 - /config/config.php 2 - /2023 1 - /appsettings.json 3 - /auth.php 1 - /past.php 1 - /betacustom.php 1 - /api.php 2 - /wp-admin/css/colors/BbiNip.php 1 - /vee.php 1 - /gifclass.php 3 - /wp-includes/widgets/index.php 1 - /hdwta.php 1 - /wp/wp-includes/wlwmanifest.xml 2 - /shoha.php 5 - /config/app.default.php 2 - /qaez.php56 1 - /.well-known/ae.php 1 - /theta1.php 1 - /json.php 2 - /gmo.php 6 - /mws.php 1 - /app/etc/config.local.php 3 - /f.php 2 - /zetacustom.php 1 - /media.php 2 - /phpversion.php 3 - /config.json 3 - /plss3.php 1 - /xleet.php 1 - /ouh.php 1 - /Site 1 - /42u.php 2 - /wp-config.php 4 - /wp-includes/kn18l3.php 1 - /category.tokens.php 2 - /config/test.json 2 - /wp-22.php 2 - /appsettings.Staging.json 2 - /wp-content/upgrade/f35.php 1 - /2021/wp-includes/wlwmanifest.xml 2 - /class-wp.php 1 - /0x.php 5 - /wp-admin/oiko6u.php 1 - /num.php 1 - /debug/default/view 5 - /nc4.php 6 - /zbrkhnbn.php 1 www.google.com /tj.php 2 - /lv.php 10 - /phpinfos.php 3 - /zfile.php 2 - /enclas.php 2 - /meteor.settings.json 3 - /config/default.json 2 - /x.php 2 - /wp-content/uploads/wp-conflg.php 1 - /vdconnect-8t3r5cwj.php 1 - /6.php 1 - /404.php 9 - /_profiler/phpinfo.php 4 - /witmmm.php 1 - /conn.php 2 - /launchSettings.json 2 - /install.php 2 - /backup 1 - /doc.php 4 - /wp-content/uploads/index.php 1 - /v2.php 3 - /tentang_rmol.php 1 - /test 6 - /adminer.php 1 - /bunnies.php 1 - /nfile.php 1 - /application/config/encryption.php 2 - /feiompln.php 1 www.google.com /xtt.php 4 - /wp-includes/IXR/about.php 2 - /wp-admin/js/widgets/gool.php 1 - /wp-content/upgrade/rk2.php 1 - /x7.php 2 - /wp-config.php.old 3 - /.env-sample 3 - /mans.php 3 - /wp-load.php 3 - /okxoby.php 2 - /yas.php 4 - /app.zip 1 - /pp.php 2 - /config/config.json 4 - /images/.env 5 - /.docker/laravel/app/.env 2 - /classwithtostring.php 6 - /bypass.php 2 - /inputs.php 5 - /file21.php 2 - /2022 1 - /te.php 1 - /images/class-config.php 1 - /config/test.config.php 3 - /tmpls.php 2 - /wcas.php 3 - /alpa.php 1 - /config/settings.json 3 - /asasx.php 1 - /fs7.php 2 - /config/module.config.php 2 - /error1.php 2 - /s.php 2 - /aua.php 2 - /sendgrid.env 7 - /linusadmin-phpinfo.php 5 - /sto.php 2 - /config/routes.php 2 - /config/cli_bootstrap.php 2 - /wp-logiin.php 1 - /prod/.env 2 - /wp-mail.php 1 - /111.php 3 - /wp-includes/css/error_log.php 1 - /.docker/.env 2 - /2.php 2 - /wp-links-opml.php 2 - /farah.php 1 - /mini.php 4 - /tor.php 1 - /ca.php 2 - /awh77.php 2 - /wp-admin/js/lint-branch.php 1 - /content.php 3 - /appsettings.Development.json 3 - /microspore.php 1 - /mariju.php 1 - /.__info.php 1 - /yfwyzzzg.php 1 www.google.com /ms.php 1 - /goods.php 6 - /wp-admin/includes/pt.php 1 - /smkvhzlx.php 1 www.google.com /unrubbish.php 1 - /auot.php 1 - /unwattled.php 1 - /yasnu.php 2 - /zex.php 2 - /wsd.php 4 - /config/prod.json 2 - /uplozyu.php 1 - /o.php 2 - /enkkk.php 2 - /config.js 5 - /efile.php 1 - /phpinfo/ 7 - /testsend_1761006201.php 1 - /jp.php 2 - /config.php 3 - /.well-known/fm.php 1 - /config/database.php 2 - /hoot.php 1 - /uploat.php 1 - /doti.php 1 - /.env.save.1 5 - /NewFile.php 3 - /ilex.php 1 - /wp-content/themes/xss/about.php7 1 - /glucosidase.php 1 - /ropyx.php 1 - /fwe.php 1 - /wp1.php 3 - /secured/phpinfo.php 2 - /appsettings.Local.json 3 - /we.php 3 - /prototheria.php 1 - /demo 1 - /.env.bak 7 - /application/config/hooks.php 2 - /himu.php 1 - /env.json 2 - /kyc/.env 3 - /cms/wp-login.php 2 - /wp-includes/blocks/CdHjunpTsr.php 1 - /.env 16 - /checkbox.php 1 - /.env-example 2 - /wp-includes/sitemaps/providers/file.php 1 - /wp-content/themes/aahana/json.php 1 - /wp-includes/ID3/colour.php 1 - /wp-includes/style-engine/index.php 2 - /starry.php 1 - /ut.php 1 - /file18.php 2 - /admin/.env 9 - /gammav1.php 1 - /en0.php 1 - /wp-includes/Text/about.php 1 - /700.php 1 - /wp-conflg.php 4 - /uycgfruh.php 1 www.google.com /storage.php 1 - /strubbly.php 1 - /wp-content/themes/admin.php 1 - /.remote 4 - /WP 1 - /scn.php 1 - /config/cache.php 2 - /akc.php 1 - /wp-admin/css/hehe.php 1 - /SITE 1 - /file17.php 1 - /gdftps.php 1 www.google.com /wp-json 2 - /berax.php 1 - /yellow.php 1 - /tesTxcg.php 1 - /.well-known/oasnykdf.php 1 - /mlex.php 3 - /config/security.config.php 3 - /dev/.env 7 - /he.php 1 - /wp-admin/ 3 - /pbtdqots.php 1 www.google.com /file32.php 1 - /9.php 1 - /as/function.php 1 - /mar.php 1 - /.well-known/pki-validation/404.php 1 - /twohandedness.php 1 - /config/acl.config.php 3 - /wso.php 4 - /ghreshttryu.php 1 - /abt.php 1 - /g7y.php 2 - /config/broadcasting.php 3 - /.env.dev.local 3 - /qrops.php 1 - /lib.php 3 - /etcofaat.php 1 www.google.com /infophp.php 4 - /snus.php 2 - /wp-admin/css/colors/blue/end.php 1 - /wpls.php 1 - /beta/.env 2 - /astab.php 1 - /uploads/ 1 - /bk 1 - /t.php 1 - /app/.env 7 - /lo.php 3 - /wp-admin/js/prayer_intentions.php 1 - /lx.php 1 - /src/config/environment.json 2 - /wp-editor.php 2 - /islmnfbw.php 1 www.google.com /delta2.php 1 - /wpc1.php 2 - /fw.php 2 - /dinah.php 1 - /index/function.php 2 - /new 1 - /live_env 2 - /alpha4.php 1 - /frontend_dev.php/$ 4 - /info/ 5 - /zeta2.php 1 - /item.php 2 - /rrr.php 3 - /thetav2.php 1 - /site.php 1 - /wp-includes/pomo/entry-view.php 1 - /wp-wso.php 2 - /bless2.php 1 - /wp-admin/admin-ajax.php 1 - /phpinfo.php3 4 - /wp-admin/js/hehe.php 1 - /class5.php 2 - /wp-config.php.bak 4 - /bolt.php 7 - /000.php 1 - /foyhd.php 1 - /login/index.php 2 - /lufix1.php 1 - /.well-known/file.php 1 - /misc/drupal.js 1 - /private/env.json 3 - /tools.php 1 - /OLD 1 - /2019 1 - /million.php 2 - /config/mail.php 2 - /mtvcrew.php 2 - /twso.php 2 - /fileas.php 1 - /akk.php 1 - /config/staging.json 2 - /fs6.php 3 - /r4f_1.php 1 - /ant.php 2 - /angular.json 2 - /asdf.php 3 - /home.zip 1 - /xmrlpc.php 5 - /classsmtps.php 1 - /file5.php 3 - /application/config/config.php 2 - /bless5.php 1 - /zc-729.php 1 - /wp-admin/js/widgets/pepe.php 1 - /bes.php 2 - /diesinker.php 1 - /cool.php 1 - /hosting.json 2 - /wp-admin/css/colors/soYgFVi.php 1 - /g.php 2 - /rex.php 2 - /modernize.php 1 - /dlu.php 1 - /pinfo.php 4 - /etav1.php 1 - /config/development.config.php 3 - /hello.php 3 - /wp-content/upgrade/20ojy.php 1 - /new4.php 3 - /secrets.env 6 - /gawean.PhP7 2 - /dropdown.php 3 - /upfile.php 2 - /class629.php 2 - /wp-admin/images/browser.php 1 - /lol.php 1 - /wp-content/style.php 1 - /.env.config 3 - /config/env.json 2 - /webdb.php 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 391 194.225.50.88 31 31 23700 20251130171852 209.50.183.136 30 30 20473 20251118105234 104.207.54.173 30 30 20349 20251123145151 216.26.239.40 30 30 20347 20251121205247 43.163.206.70 5 5 3845 20251125002102 36.41.75.167 5 5 3858 20251130045216 138.68.180.18 5 5 3280 20251122055926 49.7.227.204 5 5 3848 20251125145655 222.79.103.59 4 4 2978 20251126164238 170.106.163.84 4 4 2972 20251122001455 43.166.238.12 4 4 3153 20251129230432 43.131.32.36 4 4 2909 20251127065703 43.159.145.149 4 4 3038 20251129155708 182.44.8.254 4 4 2909 20251118162626 43.153.62.161 4 4 3043 20251119130858 180.102.134.69 4 4 2784 20251110201611 123.187.240.242 4 4 2907 20251122031016 124.226.222.66 4 4 2788 20251115023949 43.131.23.154 4 4 3149 20251127070607 43.135.133.194 4 4 3033 20251127183855 52.191.198.92 3 3 5469 20251124234311 43.135.211.148 3 3 1605 20251125214938 150.109.230.210 3 3 2283 20251119003844 43.167.236.228 3 3 2462 20251130054032 34.98.143.68 3 7 3120 20251128112548 43.135.145.117 2 2 843 20251125223320 106.227.49.113 2 2 1515 20251120062002 123.6.49.50 0 4 3589 43.166.136.202 1 1 820 20251119184120 184.188.72.250 0 1 366 27.115.124.45 0 2 2767 221.229.106.25 2 2 1513 20251123045156 43.130.72.177 2 2 1588 20251128190116 162.62.213.187 2 2 1638 20251126102445 109.105.210.68 1 1 695 20251101113443 170.106.82.209 2 2 1394 20251116014056 43.131.39.179 1 1 695 20251106135254 43.165.70.220 2 2 1639 20251121215012 43.130.16.140 2 2 1517 20251127161108 170.106.167.214 1 1 695 20251107213601 43.153.67.21 1 1 822 20251127051218 172.245.241.123 1 1 695 20251102072838 58.251.94.154 1 1 818 20251128122526 54.85.134.59 1 1 818 20251126041209 43.157.95.131 2 2 1398 20251114183712 43.157.150.69 2 2 1461 20251116184449 162.62.132.25 2 2 1517 20251124053637 172.232.22.88 1 1 818 20251127085710 182.42.105.85 1 1 816 20251118225738 142.93.162.159 1 1 701 20251116045301 129.226.213.145 1 1 695 20251107072535 43.135.148.92 1 1 699 20251115141941 193.128.114.38 1 1 1823 20251128123452 43.157.38.228 1 1 822 20251128072047 173.211.35.28 1 1 816 20251119081223 43.166.247.155 2 2 1514 20251127075556 204.76.203.31 1 1 1372 20251106044440 180.110.203.108 1 1 817 20251122092716 78.153.140.222 1 1 1823 20251124150746 129.226.174.80 1 1 822 20251125070112 43.154.250.181 1 1 820 20251120164220 170.106.72.93 1 1 699 20251101064937 3.138.185.30 2 2 1513 20251125143859 49.51.132.100 2 2 841 20251120223027 182.44.9.147 3 3 2328 20251121210133 66.249.64.229 2 2 1106 20251109153801 43.130.100.35 1 1 699 20251112142804 84.233.212.20 1 3 3484 20251127021726 119.28.177.175 1 1 695 20251112074907 78.153.140.128 1 1 1368 20251111150915 170.64.241.20 1 1 25 20251128132638 1.192.192.4 1 1 695 20251110173039 43.130.116.87 1 1 695 20251102181211 223.15.245.170 2 2 1517 20251124130500 43.159.148.221 1 1 818 20251127074406 43.166.136.153 2 2 1640 20251126190008 43.130.14.245 2 2 1402 20251112012842 203.2.64.59 2 2 1398 20251107001540 184.188.72.255 0 1 428 114.96.103.33 1 1 817 20251122223936 43.153.10.83 1 1 816 20251120034116 182.42.104.32 1 1 699 20251115090120 43.130.102.7 1 1 814 20251123034912 45.3.42.213 2 2 78 20251116114952 58.49.233.126 1 1 699 20251110134910 43.153.19.83 1 1 699 20251115183859 49.51.50.147 1 1 771 20251117070821 223.244.35.77 1 1 699 20251111021749 72.13.46.6 3 3 2101 20251113183031 45.156.128.103 1 1 695 20251107161621 43.153.49.151 1 1 695 20251102213808 51.77.105.92 0 2 8388 43.159.140.236 2 2 1513 20251126174028 43.153.122.30 1 1 699 20251114181622 43.166.244.251 1 1 814 20251122213929 43.159.141.150 2 2 1534 20251117075727 43.132.214.228 2 2 1632 20251130123528 43.155.140.157 1 1 820 20251121094312 43.159.149.56 1 1 772 20251117064252 43.128.149.102 2 2 1642 20251127053834 170.106.165.186 2 2 1517 20251128093207 43.164.197.209 3 3 2210 20251118213610 144.126.240.247 1 1 818 20251128131717 182.42.105.144 1 1 699 20251113053626 43.128.67.187 3 3 2220 20251130055715 125.75.66.97 2 2 1517 20251126232624 182.44.10.67 2 2 1517 20251123174738 139.59.145.68 1 1 818 20251128122605 172.233.156.98 1 1 816 20251119155413 74.176.187.23 2 2 2736 20251109075935 182.42.111.213 2 2 1515 20251120124210 43.131.253.14 1 1 769 20251117135221 43.164.195.17 2 2 1519 20251126040148 43.165.67.57 3 3 2210 20251121053627 43.131.26.226 1 1 699 20251113204531 192.36.109.91 1 1 695 20251113201405 49.51.233.46 1 1 695 20251112214456 43.153.54.138 2 2 1644 20251130115240 43.157.95.239 2 2 1519 20251118183819 43.157.156.190 1 1 820 20251120053757 52.14.188.194 1 1 818 20251128112537 195.210.124.14 2 2 1329 20251125091759 43.166.7.113 1 1 822 20251123214554 119.28.89.249 2 2 1464 20251116124913 43.157.147.3 2 2 1394 20251116071621 43.155.162.41 1 1 822 20251128183854 43.135.144.81 2 2 843 20251128070039 196.251.86.170 1 1 1368 20251109185916 150.109.119.38 1 1 816 20251119215354 49.51.252.146 1 1 817 20251121220035 43.133.139.6 1 1 765 20251117071911 43.153.12.58 1 1 817 20251121222355 93.158.91.243 1 1 695 20251106192549 199.244.88.222 1 1 695 20251104215857 172.191.37.184 2 2 3646 20251127002606 124.156.226.179 2 2 1640 20251127063840 121.229.185.160 3 3 2093 20251115223056 43.135.142.37 1 1 695 20251104141910 43.153.36.110 3 3 2286 20251129021344 43.159.152.4 2 2 1515 20251121183536 123.6.49.18 1 3 4406 20251128175055 43.130.37.243 1 1 699 20251113184021 43.154.140.188 1 1 820 20251120053116 104.194.196.243 1 1 818 20251124033157 18.191.143.123 1 1 818 20251128112537 43.166.134.47 1 1 695 20251116034351 43.130.67.6 2 2 1584 20251125222117 123.6.49.12 1 8 6504 20251128170810 43.165.190.5 1 1 769 20251117051216 43.159.139.164 2 2 1591 20251129222240 43.167.241.46 1 1 695 20251105191435 157.15.40.91 1 1 695 20251106085421 170.106.192.208 1 1 695 20251109163341 1.192.195.5 2 2 2063 20251110173034 43.159.152.184 2 2 1515 20251119011306 66.23.227.62 1 1 0 20251101202401 43.155.188.157 2 2 1394 20251114231420 170.106.181.163 1 1 817 20251123053957 49.51.245.241 1 1 814 20251122095924 49.51.183.75 1 1 816 20251121101805 43.135.135.57 1 1 822 20251130183735 43.155.129.131 1 1 822 20251124113104 205.169.39.57 1 7 6077 20251128122602 27.115.124.53 1 9 6826 20251128170337 172.81.130.254 1 1 766 20251118043114 43.153.10.13 2 2 1634 20251128123355 172.207.123.72 3 3 4104 20251113173919 43.166.1.243 3 3 2331 20251129184042 43.165.189.206 1 1 699 20251116053804 192.71.103.173 1 1 695 20251106183709 45.3.43.254 1 1 658 20251119194739 124.156.157.91 1 1 695 20251104191230 49.51.52.250 1 1 814 20251121230152 51.83.214.114 0 2 8388 49.51.203.164 1 1 812 20251121231950 101.32.15.141 1 1 822 20251130180057 170.106.73.216 2 2 1517 20251126043730 43.159.152.187 1 1 699 20251109074208 43.153.135.208 3 3 2220 20251127053905 43.166.251.233 2 2 1514 20251122054024 85.204.70.98 1 1 1823 20251119214727 43.130.57.76 1 1 695 20251112223944 136.55.226.188 0 1 1287 43.153.71.12 1 1 769 20251116183636 35.170.13.97 1 1 816 20251120103858 59.115.131.141 1 1 818 20251128201843 43.157.170.126 3 3 2412 20251126034426 170.106.152.218 1 1 822 20251123183633 43.131.243.61 1 1 818 20251128035010 78.153.140.218 1 1 1372 20251113115657 184.188.72.254 0 1 2300 43.159.145.153 1 1 695 20251110172807 118.194.228.7 1 1 818 20251129153918 43.166.134.114 2 2 1394 20251105183922 43.135.133.241 1 1 699 20251110203837 43.159.138.217 1 1 822 20251124174401 43.130.150.80 1 1 695 20251115095539 43.135.139.165 2 2 1587 20251129025452 43.166.240.231 2 2 1523 20251127061757 43.166.253.94 2 2 1396 20251112045630 43.157.179.227 2 2 1517 20251128105922 49.51.166.228 3 3 2339 20251128053924 185.229.59.148 1 1 661 20251128200917 182.44.2.148 3 3 2331 20251121014314 43.166.237.57 1 1 820 20251119053450 43.153.76.247 1 1 701 20251112152844 43.155.26.193 1 1 695 20251110123444 52.87.226.49 1 1 814 20251122014500 184.188.72.174 1 2 2105 20251128135248 165.227.18.188 0 1 2300 43.157.172.39 1 1 769 20251117195621 111.172.249.49 3 3 2335 20251129155620 43.167.245.18 3 3 2214 20251127052456 43.159.144.16 2 2 1461 20251117203755 170.106.179.68 2 2 1644 20251127062712 170.106.197.109 1 1 818 20251125005826 43.157.180.116 1 1 822 20251128094932 123.6.49.15 1 8 6443 20251128170822 35.172.228.125 1 1 695 20251106040929 43.135.130.202 1 1 817 20251122092034 67.147.70.242 1 1 5 20251128142801 43.157.67.70 1 1 699 20251112071558 43.163.104.54 1 1 699 20251115192825 43.159.128.237 1 1 701 20251112014007 43.159.143.190 1 1 816 20251121154217 170.106.147.63 1 1 697 20251106095948 185.153.220.236 1 1 0 20251102141511 43.130.72.40 1 1 820 20251127073556 192.158.226.18 1 1 5 20251128132214 101.32.49.171 1 1 818 20251126105903 129.226.93.214 3 3 2212 20251127153624 49.51.180.2 2 2 1390 20251105085809 49.51.141.76 1 1 818 20251128194229 43.153.104.196 2 2 1634 20251123213921 182.43.70.143 1 1 699 20251106120010 69.180.255.203 0 1 428 43.166.129.247 3 3 2450 20251122000106 170.106.11.141 1 1 820 20251120111249 43.133.69.37 2 2 1513 20251130184246 23.248.85.151 0 1 366 43.153.71.132 3 3 2095 20251112145813 43.130.53.252 2 2 1517 20251124182100 98.81.226.225 1 1 695 20251114031341 125.94.144.102 1 1 818 20251125213604 34.98.143.67 1 1 661 20251128112538 43.135.140.225 1 1 766 20251116132129 43.157.175.122 1 1 695 20251108091410 13.220.234.50 1 1 695 20251110021417 43.173.1.69 1 1 822 20251126053629 43.157.22.57 2 2 1394 20251111214829 209.38.173.77 1 1 25 20251128132213 43.166.136.24 1 1 769 20251117062216 174.200.196.29 1 1 818 20251128135252 51.103.74.100 1 1 1823 20251120034309 43.130.105.21 2 2 1512 20251123081444 43.135.183.82 1 1 818 20251124214100 43.130.40.120 1 1 818 20251124122214 36.111.67.189 1 1 822 20251130112841 120.71.59.24 2 2 1464 20251118032741 78.153.140.195 1 1 1601 20251118072728 117.62.235.53 2 2 1517 20251128204549 104.207.57.106 3 3 909 20251118024155 71.203.25.55 0 1 2300 78.153.140.171 1 1 1823 20251123022520 43.130.32.245 1 1 695 20251104213625 170.106.160.90 1 1 697 20251111163204 113.141.91.58 1 1 818 20251127121120 43.159.128.155 3 3 2210 20251120221555 43.130.78.203 1 1 818 20251124034307 45.134.79.162 1 1 1823 20251122172709 27.115.124.118 1 5 5227 20251128171849 43.130.110.130 1 1 699 20251107072451 20.243.41.203 1 1 1368 20251107220430 203.33.203.148 2 2 1390 20251108063012 43.166.247.82 1 1 699 20251109184045 43.131.36.84 1 1 701 20251112043608 43.135.182.43 3 3 2453 20251130044033 43.153.27.244 1 1 695 20251102064750 43.130.74.193 1 1 814 20251121214414 67.225.121.195 1 1 818 20251128135252 170.106.11.6 2 2 720 20251116133533 158.173.152.35 1 1 818 20251128123137 54.87.241.56 1 1 695 20251102022303 43.135.172.89 1 1 819 20251121221905 192.36.109.89 1 1 695 20251102143207 43.159.135.203 1 1 699 20251108183532 104.218.55.248 1 1 658 20251118141142 43.130.102.223 1 1 695 20251116075010 43.133.91.48 2 2 1394 20251114085940 195.210.124.16 1 1 661 20251125091710 43.134.141.244 2 2 1635 20251126214154 217.160.202.182 1 1 818 20251126231712 119.96.24.54 1 1 818 20251124195124 43.153.123.4 1 1 699 20251115053706 43.130.101.151 1 1 695 20251112150149 170.106.180.153 1 1 699 20251106183453 43.157.142.101 1 1 699 20251102183354 43.130.16.212 1 1 695 20251104074037 60.188.57.0 1 1 699 20251109132530 123.6.49.47 1 5 3368 20251128170741 49.51.178.45 1 1 822 20251127145440 199.163.119.83 0 1 411 74.176.49.2 2 2 2736 20251105071123 182.44.12.37 1 1 818 20251129025254 43.157.38.131 2 2 1390 20251115195841 66.249.64.228 2 2 670 20251128112537 44.193.254.10 1 1 699 20251113132516 222.79.104.23 2 2 1513 20251130180357 43.154.127.188 2 2 1511 20251120215046 27.115.124.109 0 4 3645 43.130.106.18 1 1 816 20251121034046 74.137.142.25 0 1 366 43.135.185.59 3 3 2329 20251129163328 43.166.255.122 2 2 1394 20251115145002 43.173.1.57 1 1 816 20251121220925 184.188.72.252 0 2 878 43.159.143.139 1 1 695 20251111124911 172.239.197.73 1 1 695 20251111025320 170.106.180.246 2 2 1394 20251113213848 43.157.53.115 1 1 820 20251121035215 43.166.142.76 3 3 2338 20251130050923 107.22.126.48 1 1 818 20251128112537 49.51.33.159 2 2 1513 20251120114839 43.167.232.38 2 2 1402 20251115041301 135.0.157.168 0 1 428 49.51.243.95 1 1 769 20251118044127 110.166.71.39 2 2 1586 20251119175348 43.130.9.111 2 2 1638 20251129100444 170.106.140.110 2 2 1636 20251129044235 143.110.228.140 1 1 822 20251130115501 43.157.153.236 1 1 695 20251107090447 192.121.146.24 1 1 816 20251120211703 170.106.193.108 1 1 822 20251124183913 43.153.113.127 2 2 1517 20251123223010 49.51.195.195 1 1 770 20251117073732 43.130.57.46 3 3 2220 20251128112838 43.130.15.147 2 2 1519 20251119123523 86.105.9.67 1 1 658 20251119213506 54.158.193.170 1 7 6077 20251128144603 157.173.122.176 1 1 695 20251108161027 52.70.227.62 1 1 818 20251130032359 43.157.174.69 2 2 1465 20251118034621 199.244.88.227 1 1 695 20251106155853 68.10.87.222 0 1 467 45.156.128.102 1 1 695 20251107161756 43.166.226.57 1 1 695 20251101213859 167.94.138.178 3 3 2085 20251109113822 43.156.232.190 2 2 1515 20251118191623 43.159.149.216 1 1 815 20251121234526 43.135.182.95 1 1 695 20251103063643 27.115.124.38 2 8 5845 20251128173718 185.12.149.40 1 1 818 20251126230118 182.42.111.156 1 1 695 20251111215350 43.133.220.37 1 1 775 20251117054132 3.83.103.6 1 1 766 20251118032304 43.166.244.192 1 1 822 20251125212838 43.166.245.120 1 1 817 20251121224522 49.51.72.76 1 1 695 20251101182440 43.157.20.246 1 1 816 20251120212915 54.71.187.124 1 7 6077 20251128112538 43.155.195.141 1 1 820 20251121150927 170.106.15.3 2 2 1519 20251118184041 172.239.195.176 1 1 695 20251104113946 43.166.246.180 2 2 1394 20251112150955 45.156.129.167 2 2 1532 20251117022140 43.157.82.252 2 2 1394 20251113055441 182.42.110.255 1 1 769 20251117142957 43.130.3.120 3 3 2400 20251123090624 43.157.170.13 1 1 822 20251126163246 43.130.67.33 1 1 815 20251122002351 43.157.46.118 1 1 816 20251120061349 170.106.110.146 1 1 769 20251117060029 101.33.81.73 1 1 822 20251127055033 170.106.187.106 1 1 699 20251113101456 170.106.72.178 2 2 1636 20251127214237 113.219.218.197 3 3 2156 20251116184140 43.157.98.187 2 2 1636 20251129092620 207.102.138.19 2 14 12154 20251128130717 170.106.165.76 1 1 699 20251114132900 103.129.196.190 1 1 661 20251128111305 43.135.134.127 2 2 1390 20251114185329 94.177.163.154 1 1 1823 20251121174549 43.133.14.237 1 1 697 20251112094438 43.166.128.86 1 1 699 20251113153047 43.153.85.46 1 1 699 20251110073711 213.35.103.66 1 1 818 20251127114327 158.222.112.38 1 1 695 20251104220317 43.152.72.247 1 1 25 20251120225931 109.199.118.129 1 1 766 20251117055414 43.130.228.73 3 3 2212 20251123151744 43.156.156.96 2 2 1517 20251125161309 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 30 20251101 10 10 6263 10 20251102 14 14 9051 14 20251103 10 10 6962 10 20251104 13 13 9047 13 20251105 12 12 9702 12 20251106 22 22 15991 22 20251107 14 14 10419 14 20251108 12 12 8356 12 20251109 21 21 16346 18 20251110 16 16 11809 15 20251111 22 22 15999 22 20251112 34 34 24417 34 20251113 20 20 15967 18 20251114 18 18 12542 18 20251115 17 17 11847 17 20251116 23 23 13246 22 20251117 27 27 20739 26 20251118 53 53 37904 22 20251119 21 21 17859 21 20251120 22 22 17409 22 20251121 57 57 43408 28 20251122 24 24 19776 20 20251123 46 46 34428 17 20251124 21 21 21226 21 20251125 22 22 15974 21 20251126 17 17 14935 17 20251127 28 30 26625 28 20251128 53 154 139980 49 20251129 15 15 12294 15 20251130 16 16 13116 16 END_DAY # Session range - Number of visits BEGIN_SESSION 5 15mn-30mn 1 5mn-15mn 1 30s-2mn 4 0s-30s 587 30mn-1h 1 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 / 593 467357 578 578 /form.php 107 62400 16 16 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 6 2K-5K 34 1K-2K 56 5K+ 5 0-44 80 500-1K 3230 100-500 149 END_FILESIZE awstats122025.mehradhospital.ir.txt000064400000140646151504703150013077 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202512 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2048 POS_TIME 2723 POS_VISITOR 34511 POS_DAY 47782 POS_DOMAIN 3509 POS_LOGIN 4010 POS_ROBOT 4165 POS_WORMS 4920 POS_EMAILSENDER 5051 POS_EMAILRECEIVER 5194 POS_SESSION 48572 POS_FILESIZE 49479 POS_SIDER 48730 POS_FILETYPES 5329 POS_DOWNLOADS 5495 POS_OS 5543 POS_BROWSER 5979 POS_SCREENSIZE 7257 POS_UNKNOWNREFERER 7331 POS_UNKNOWNREFERERBROWSER 7981 POS_ORIGIN 8210 POS_SEREFERRALS 8346 POS_PAGEREFS 8490 POS_SEARCHWORDS 8688 POS_KEYWORDS 8840 POS_MISC 2387 POS_ERRORS 8899 POS_CLUSTER 3866 POS_SIDER_404 9027 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20260101000517 9 1489 15505719239125 FirstTime 20251201002510 LastTime 20251231213629 LastUpdate 20260101153325 9 0 8 0 0 TotalVisits 538 TotalUnique 351 MonthHostsKnown 0 MonthHostsUnknown 351 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 RealPlayerSupport 0 0 0 DirectorSupport 0 0 0 FlashSupport 0 0 0 JavascriptDisabled 0 0 0 PDFSupport 0 0 0 JavaEnabled 0 0 0 WindowsMediaPlayerSupport 0 0 0 TotalMisc 0 0 0 QuickTimeSupport 0 0 0 AddToFavourites 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 21 23 27816 21 26 19694 1 16 16 14337 64 77 58562 2 21 21 20439 186 203 161032 3 20 32 26507 81 90 72234 4 22 22 18026 6 10 6788 5 27 27 21549 57 60 47202 6 38 38 31566 240 263 206123 7 31 31 25804 29 35 26560 8 27 27 24137 44 49 38625 9 35 41 42131 87 102 83570 10 9 15 13646 50 59 52507 11 17 17 14109 10 19 13876 12 14 16 15139 37 45 35703 13 24 26 30070 209 211 166948 14 23 25 20206 432 439 348303 15 34 34 34097 134 147 115000 16 39 39 28277 328 342 270705 17 21 21 18223 145 169 136054 18 25 25 16979 8 14 10987 19 23 23 19080 15 28 21674 20 29 29 24796 275 283 225943 21 27 33 27799 15 17 13384 22 27 27 23328 18 28 21306 23 15 15 14300 20 33 25013 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 22 jp 234 234 184777 us 130 158 157956 cn 121 121 98645 ir 28 28 22904 se 12 12 9816 ru 12 12 20070 nl 10 10 2340 zz 6 6 1261 de 5 7 6756 in 4 4 5286 au 4 4 6287 ro 4 4 7292 fr 3 3 2458 pl 2 2 1823 lt 2 2 1636 gb 2 8 6895 be 1 1 1823 no 1 1 818 af 1 3 10211 at 1 1 1823 bg 1 1 818 za 1 1 666 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 17 AhrefsBot/ 51 36833 20251231050359 0 MJ12bot/ 33 21918 20251231190943 0 Googlebot/ 33 26270 20251228063342 0 nbot 14 10709 20251225201520 0 PetalBot 10 8180 20251216072935 0 DotBot/ 9 12774 20251211205554 0 bot[\s_+:,\.\;\/\\-] 9 6203 20251219200025 0 crawl 9 6573 20251209204912 0 YandexBot/ 8 4166 20251228062621 0 Go\-http\-client/ 7 5274 20251209121410 0 Barkrowler 6 4120 20251218142451 0 bingbot/ 5 8512 20251221032412 0 Applebot/ 4 4775 20251225094015 0 YandexImages/ 3 1306 20251202064319 0 no_user_agent 2 1823 20251224130140 0 nutch 2 1636 20251223233808 0 (firefox/)([0-9]\.|[0-1][0]\.) 1 1827 20251226093842 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 6 css 5 6435 0 0 html 541 499283 0 0 php 31 3728 0 0 Unknown 13 947 0 0 svg 15 6530 0 0 js 18 35438 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 27 macosx15 5 5 androidnougat 20 20 macosx8 3 1 android13 3 3 linuxubuntu 5 5 win10 46 34 winxp 20 8 android 5 4 win7 8 8 android12 2 2 linux 12 12 androidpie 33 33 macosx13 1 1 wince 1 1 macosx 1 1 androidjellybean 4 4 ios_ipad 1 0 androidgingerbread 1 1 androidics 1 1 unix 1 1 macosx9 3 3 win8 2 2 macosx10 1 1 macosx7 2 2 ios_iphone 394 394 Unknown 47 37 android10 1 1 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 62 safari17.1 1 0 chrome117.0.5938.132 7 1 opera12.1146968605 3 3 android 4 4 chrome111.0.0.0 1 1 chrome116.0 1 1 chrome125.0.0.0 6 6 chrome79.0.3945.136 5 5 chrome60.0.3112.113 1 1 safari15.2 1 1 chrome58.0.3029.110 1 1 chrome104.0.0.0 1 1 msie10.0 14 2 safari 2 2 opera12.16 1 1 firefox139.0 2 2 chrome60.0.3112.107 20 20 chrome98.0.4758.119 1 1 opera8.51 1 1 safari16.1 1 1 opera80.4.4244.7786 3 3 opera64.0.3417.92 1 1 firefox70.0 1 1 chrome85.0.4183.81 28 28 chrome120.0.0.0 5 4 safari15.1 1 1 chrome91.0.4472.114 3 3 chrome106.0.0.0 1 1 chrome35.0.1916.114 3 3 chrome78.0.3904.108 3 3 chrome12.0.742.113 1 1 chrome115.0.0.0 3 3 netscape5.0 3 3 opera12.1446968605 2 2 chrome142.0.0.0 9 3 chrome121.0.0.0 5 5 chrome94.0.4606.81 1 1 chrome137.0.0.0 2 2 chrome112.0.5615.136 3 3 chrome17.0.963.56 2 2 chrome20.0.1132.57 1 1 firefox68.0 1 1 chrome35.0.1911.0 2 2 chrome80.0.3987.162 1 1 chrome43.0.2357.78 1 1 chrome126.0.0.0 1 1 chrome105.0.0.0 4 4 chrome100.0.4896.127 1 1 Unknown 15 11 chrome139.0.0.0 2 2 chrome86.0.4240.111 1 1 firefox82.0 1 1 lg\- 1 1 mozilla 29 23 firefox37.0 3 1 chrome41.0.2227.0 1 1 msie7.0 2 2 safari13.0.3 392 392 opera19.0.1326.5646968605 3 3 chrome80.0.3987.149 1 1 firefox114.0 5 5 opera10.00 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 10 Mozilla/5.0 20251208225058 Mozilla/5.0_(compatible;_Let's_Encrypt_validation_server;__https://www.letsencrypt.org) 20251207163133 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20251206225227 Cpanel-HTTP-Client/1.0 20251207162937 Mozilla/5.0_(compatible;_ips-agent) 20251214172151 Mozilla/5.0_(compatible;_Dataprovider.com) 20251226100004 python-httpx/0.26.0 20251220143857 python-httpx/0.28.1 20251214122702 Mozilla/5.0_(l9scan/2.0.030313e2032313e22323e2837313;__https://leakix.net) 20251207163339 Download_Demon/3.5.0.11 20251227191616 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 4 Cpanel-HTTP-Client/1.0 20251207162937 python-httpx/0.28.1 20251214122702 python-httpx/0.26.0 20251220143857 Download_Demon/3.5.0.11 20251227191616 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 564 572 From1 4 4 From2 0 0 From3 2 2 From4 15 45 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 2 https://agenda4d.net 1 1 https://bucin138.com 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 4 403 72 55877 301 5 3975 503 6 4842 404 2450 1950200 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 1211 /wp-includes/customize/autoload_classmap.php 1 - /ava.php 2 - /wp-trackback.php 4 - /laravel.log 1 - /cloud.php 1 - /sfcl.php 1 - /man.php 1 - /sx21_1.php 1 - /wp-includes/fonts/admin.php 1 - /blurbs.php 2 - /wp-admin/css/colors/blue/lock.php 1 - /jga.php 1 - /doc.php 3 - /hi.php 1 - /zc-104.php 1 - /dds.php 1 - /unbalanceable.php 1 - /disengaging.php 1 - /bs1.php 1 - /lock1.php 1 - /wb.php 1 - /wp-loccs.php 1 - /1aa.php 3 - /.env.test 1 - /witmm.php 2 - /asgtt.php 1 - /44.php 1 - /p.php 1 - /system.php 1 - /z57.php 1 - /qhLaGswd9DS.php 1 - /we.php 2 - /bak.php 1 - /wp-includes/Requests/Utility/alfa-rex.php 1 - /.npmrc 1 - /build.php 1 - /wp-admin/css/colors/blue/wp-login.php 1 - /wp1.php 1 - /man.php7 1 - /wp-config.php.bak 1 - /license.txt 1 - /live_env 1 - /postnews.php 3 www.google.com /dout.php 1 - /04.php 3 - /phpinfo.php 11 - /wp-includes/js/tinymce/skins/wordpress/images/about.php 1 - /gifclass.php 6 - /docker-compose.*.yml 1 - /wp-content/themes/twentytwentytwo/index.php 3 - /wp-blog-front.php 2 - /JPG.php 1 - /admin/function.php 4 - /sitemaps.xml 7 - /network.php 1 - /amphicyon.php 1 - /qlex1.php 1 - /pu8.php 1 - /oitava.php 1 - /777.php 2 - /item.php 4 - /.aws/credentials 2 - /js/fm.php 1 - /atomlib.php 2 - /rh1.php 1 - /xb.php 3 - /5b9ac.php 1 - /cccc.php 2 - /wp-update.php 2 - /sitemap_index.xml 8 - /qjaqjahu.php 1 - /kwm4.php 1 - /.env 20 - /login.action 1 - /auth.php 1 - /wp-gr.php 1 - /byzugkch.php 1 www.google.com /wp-content/plugins/core-plugin/file-manager.php 1 - /package.json 1 - /system_log.php 1 - /wp-includes/sodium_compat/link.php 1 - /wp-includes/customize/shell.php 1 - /wp-includes/rest-api/autoload_classmap.php 1 - /.vscode/sftp.json 1 - /lufix1.php 2 - /rsnu.php 1 - /wp-content/themes/aahana/json.php 1 - /yanki.php 1 - /images/404.php 1 - /cgi-bin/fm.php 1 - /security.txt 1 - /.env.bak 9 - /wp-includes/IXR/about.php 1 - /config/test.json 1 - /wp-content/uploads/wp.php 1 - /yarn.lock 1 - /asd67.php 2 - /.env.mailgun 1 - /dbc.php 1 - /we2.php 3 - //zwso.php 2 - /aspera/faspex/ 1 - /s/030313e2032313e22323e2837313/_/ 1 - /ccea.php 1 - /lok.php 1 - /vx.php 4 - /index/function.php 6 - /.github/workflows/preprod.yml 1 - /wp-admin/network/shell.php 1 - /wp-admin/js/wp-conflg.php 4 - /filesss.php 1 - /admin_logs.php 1 - /sitemap.xml 10 - /api-docs/swagger.json 1 - /chosen.php 6 - /admin/phpinfo.php 1 - /swagger.json 1 - /rss.php 1 - /xenium4.php 1 - /gecko.php 2 - /app/.env 9 - /pwyjwrfr.php 1 - /git.yml 1 - /wui.php 1 - /public/new2.php 1 - /wp-content/themes/style.php 2 - /gfile.php 2 - /wp-set.php 1 - /q1.php 1 - /56c53.php 1 - /user/login 2 - /file88.php 1 - /server-status 1 - /ioxi2.php 1 - /sko.php 1 - /nbr.php 1 - /poj.php 1 - /about/function.php 3 - /ssxsl.php 1 - /wp-admin/images/users.php 1 - /info.php 7 - /wp-admin/images/index.php 1 - /efile.php 1 - /php8.php 2 - /bluejackets.php 1 - /gul.php 1 - /cheko.php 1 - /hexx.php 1 - /rp8zi.php 1 - /t.php 2 - /wp-content/plugins/pwnd/1.php 1 - /ccou.php 3 - /wp-includes/Text/wp-conflg.php 1 - /wp-includes/Text/Diff/Renderer/about.php 1 - /test/wp-includes/wlwmanifest.xml 1 - /register 2 - /permissions.php 1 - /goat.php 1 - /xz99.php 1 - /wp-admin/admin-post.php 2 - /file30.php 2 - /phpinfo 2 - /f8moue.php 1 - /dparm.php 1 - /d4.php 1 - /555.php 2 - /class19.php 4 - /cgi-bin/wp-login.php 2 - /uhurxtdj.php 1 www.google.com /wp-admin/new2.php 1 - /jsxnpspi.php 1 www.google.com /site/wp-includes/wlwmanifest.xml 1 - /ad.php 1 - /gmo.php 7 - /eauu.php 1 - /Dockerfile 1 - /FSCMNvnjPX4.php 1 - /33.php 1 - /phpinfo/ 11 - /style.php 2 - /autoload_classmap.php 4 - /ce.php 3 - /class-wp.php 1 - /sxtxoved.php 1 www.google.com /ww3.php 2 - /deploy/ansible/git.yml 1 - /classwithtostring.php 6 - /wp-includes/SimplePie/Content/Type/index.php 1 - /wp-includes/sodium_compat/alfa-rex.php 1 - /wp-admin/ 2 - /config/sendinblue.json 1 - /phrensying.php 1 - /333.php 5 - /wp-admin/user/content.php 1 - /fishmen.php 1 - /.github/workflows/production.yml 1 - /wp-content/uploads/file.php 1 - /.well-known/pki-validation/pwnd.php 1 - /humans.txt 1 - /hey.php 1 - /0o0.php 1 - /login 2 - /abc.php 4 - /zwso.php 5 - /wp-content/uploads/423_index.php 1 - /cool.php 1 - /php.php 1 - /media.php 1 - /wp-content/plugin.php 1 - /d57.php 1 - /gfile1.php 1 - /admin/editor/engine.php 1 - /sx.php 6 - /zxin.php 1 - /abe.php 1 - /1%25.php 1 - /wp-content/plugins/hellopress/wp_filemanager.php 13 - /wp-content/themes/travelscape/json.php 1 - /image.php 1 - /telescope/requests 1 - /m.php 4 - /.env.example 11 - /automation/ansible/git.yml 1 - /flower.php 4 - /wp-content/plugins/Cache/footer.php 1 - /wsad.php 1 - /as.php 3 - /11index.php 1 - /AxAo.php 1 - /wp-links-opml.php 1 - /ok.php 2 - /wp-admin/js/widgets/xmrlpc.php 1 - /GX.php 1 - /zuk.php 1 - /ebmcidld.php 1 www.google.com /graphql 1 - /bless11.php 4 - /.tmb/LA.php 1 - /fw.php 1 - /alfa-rex.php 1 - /bibil.php 3 - /debug.log 2 - /api/.env 13 - /jmfi2.php 2 - /wp-includes/Text/Diff/alfa-rex.php 1 - /num.php 3 - /config.ini 1 - /jp.php 1 - /file5.php 3 - /ghh.php 1 - /images/m.php 2 - /bless.php 4 - /wp-admin/maint/wp-is.php 1 - /wp-admin/includes/m.php 1 - /t1.php 1 - /files.php 5 - /shop.php 1 - /wp-content/languages/index.php 1 - /new4.php 5 - /file6.php 1 - /ay.php 1 - /web/.env 9 - /browse.php 1 - /wp-content/upgrade/shell.php 1 - /class.php 5 - /hook.php 1 - /fns.php 1 - /mans.php 1 - /config/local.json 1 - /wp-includes/Requests/file.php 2 - /.well-known/cache-compat.php 1 - /wp-blog.php 1 - /wp-admin/maint/buy.php 1 - /wbtlhoqs.php 1 www.google.com /az.php 3 - /e.php 1 - /doeuhmxj.php 1 www.google.com /css/up.php 1 - /files/log.php 1 - /config.yaml 1 - /wp-content/uploads/wp-conflg.php 1 - /.gittoken 1 - /ouh.php 2 - /index/x.php 1 - /mh.php 1 - /administrator/ 2 - /wp-includes/index.php 1 - /assets/images/wp-login.php 1 - /wp-includes/images/wp-login.php 3 - /wp-includes/style-engine/autoload_classmap.php 1 - /hzz.php 1 - /co.php 2 - /zxl.php 1 - /.config.yaml 9 - /file.php 10 - /kal.php 1 - /file3.php 2 - /lufix.php 2 - /blog/wp-includes/wlwmanifest.xml 1 - /BMjXQkgwpeb.php 1 - /settings.ini 1 - /x50.php 2 - /g.php 5 - /wp-admin/css/colors/coffee/alfa-rex.php 1 - /v3/api-docs 1 - /cong.php 8 - /db.sql 1 - /wp-includes/sodium_compat/src/Core32/Curve25519/Ge/about.php 1 - /ycc.php 1 - /zeal.php 1 - /wp-includes/class-ftps.php 1 - /wp-includes/block-supports/variations.php 1 - /rk2.php 1 - /AMW.php 1 - /api 1 - /wp-content/radio.php 3 - /pp.php 3 - /cgn.php 1 - /oc460l3x.php 1 - /file4.php 3 - /akp.php 1 - /css/plugins.php 1 - /click.php 5 - /admin/fckeditor/editor/filemanager/updates.php 1 - /admin.php 11 - /rei.php 1 - /wp-admin/zwso.php 2 - /wp-admin/css/index.php 2 - /index.php/phpinfo 1 - /bb5.php 1 - /himu.php 1 - /class-t.api.php 6 - /composer.json 1 - /bolt.php 7 - /wp-su.php 1 - /skj.php 1 - /article.php 1 - /wtz.php 3 - /jdlqi.php 1 - /wp-includes/images/smilies/about.php 1 - /.env.staging 1 - /an7.php 1 - /index/about.php 1 - /unbefittingly.php 1 - /db.php 2 - /*.sql 1 - /rzki.php 1 - /haf.php 1 - /wp-content/uploads/chosen.php 1 - /config.xml 1 - /wpls.php 1 - /wp-content/plugins/wp-login.php 1 - /config/credentials.yml.enc 1 - /file7.php 5 - /re.php 2 - /wp-content/style.php 2 - /duplicand.php 1 - /settings.yaml 1 - /images/lmfi2.php 1 - /edd.php 1 - /ads.txt 1 - /wordpress/wp-includes/wlwmanifest.xml 1 - /Okxob.php 1 - /ws.php 1 - /wp-configs.php 1 - /vast.php 1 - /wp-admin/update.php 1 - /update/f35.php 1 - /csv.php 1 - /zc-729.php 2 - /wp-admin/includes/cong.php 1 - /axx.php 1 - /wp-content/mu-plugins/gecko.php 1 - /radio.php 4 - /ed35f.php 1 - /an.php 4 - /wp-includes/fonts/item.php 1 - /laravel/.env 10 - /wp-content/upgrade/index.php 1 - /config/requirements.php 1 - /Tgb5C9.php 1 - /ox8xhkkw.php 1 - /web/wp-includes/wlwmanifest.xml 1 - /atex1.php 1 - /about.php 7 - /mailer.php7 1 - /geju.php 1 - /s.php 4 - /wp-includes/js/crop/zmFM.php 1 - /pNRzcP6wtYy.php 1 - /uploads/autoload_classmap.php 3 - /.env.php 1 - /filemanager/dialog.php 3 - /file13.php 1 - /prod/.env 1 - /indo.php 1 - /wp-content/themes/seotheme/db.php 20 www.google.com /ker.php 1 - /wp-includes/block-patterns/vuln.php 1 - /fz.php 1 - /wp-includes/images/chosen.php 1 - /elp.php 4 - /.DS_Store 1 - /hum.php 1 - /app/etc/env.local.php 1 - /a1vx.php 1 - /wp-includes/Requests/Utility/cc.php 1 - /13.php 3 - /loi.php 1 - /file2.php 3 - /wp-includes/pomo/chosen.php 1 - /wp2/wp-includes/wlwmanifest.xml 1 - /index.php 1 - /wp-advaced.php 2 - /ova.php 3 - /dashboard/info.php 1 - /class.1.php 1 - /wp-includes/Requests/Response/wp-login.php 1 - /ula.php 1 - /eru.php 1 - /kao.php 1 - /wp-includes/html-api/chosen.php 1 - /dockerfile 1 - /convertkit_credentials.json 1 - /news.php 1 - /noe.php 1 - /sto.php 1 - /txets.php 6 - /register/ 1 - /wp-includes/images/media/wp-login.php 1 - /133.php 3 - /wp-admin/admin.php 1 - /config/security.config.php 1 - /fm.php 4 - /.well-known/options.php 1 - /nonesoterically.php 1 - /server-info.php 1 - /wok.php 1 - /wp-includes/style.php 2 - /tox.php 1 - /wp-includes/assets/index.php 4 - /wp-freya.php 1 - /fs.php 2 - /_all_dbs 1 - /des.php 1 - /wp-includes/php-compat/content.php 1 - /wp-content/themes/index.php 1 - /520.php 4 - /database.json 1 - /jjrpo.php 1 - /tyasd.php 1 - /.env.save.1 9 - /lo.php 1 - /bb.php7 1 - /aw.php 1 - /gel4y.php 2 - /ex.php 2 - /wp-admin/css/colour.php 1 - /abt.php 1 - /twilio.env 11 - /x56.php 2 - /pepe.php 1 - /spk.php 1 - /sh.php 1 - /nok.php 1 - /kki.php 1 - /function.php 1 - /.docker/.env 1 - /file15.php 1 - /new.php 1 - /atom.xml 8 - /wp-admin/network/plugins.php 3 - /wp-themes.php 1 - /unzipper.php 1 - /alfa.ph 1 - /cms/wp-includes/wlwmanifest.xml 1 - /pass.php 1 - /thoms.php 1 - /sid3.php 2 - /sikma.php 1 - /tqloh.php 1 - /gib.php 1 - //xml.php 1 - /.ssh/id_dsa 1 - /file18.php 2 - /latest/user-data 1 - /tua.php 1 - /readme.php 5 - /HPum4ZEBJRC.php 1 - /wp-content/plugins/background-image-cropper/plugins.php 1 - /666.php 2 - /asasx.php 1 - /database.php 1 - /local_settings.py 1 - /card.php 1 - /wp-is.php 1 - /mnkalo.php 1 - /7f8c8.php 1 - /6kDPjgFTmvS.php 1 - /wp-content/sxx.php 1 - /wp-includes/rest-api/wp-login.php 1 - /s12.php 1 - /wp-includes/customize/sx.php 1 - /config/database.yml 1 - /wp-admin/maint/maint.php 3 - /idea.php 1 - /news/wp-includes/wlwmanifest.xml 1 - /let.php 1 - /styll.php 1 - /images/chosen.php 1 - /.vscode/ 1 - /wcas.php 1 - /show/asa.php 1 - /dlex.php 1 - /444.php 2 - /wp-user.php 1 - /dejavu.php 1 - /css/index.php 4 - /ftp.php 1 - /var/lib/jenkins/.aws/credentials 1 - /zse.php 1 - /g7y.php 1 - /kla.php 1 - /wp-the1me.php 1 - /wp-content/content.php 1 - /secrets.env 9 - /2%25.php 1 - /wp-title.php 1 - /sang.php 1 - /wp-includes/style-engine/index.php 1 - /info/ 9 - /wp-content/upgrade/about.php 3 - /.env.azure 1 - /fqsznrkt.php 1 www.google.com /xtt.php 2 - /.well-known/security.txt 1 - /kdrex.php 1 - /ahnslfkf.php 1 www.google.com /themes.php 5 - /j.php 1 - /wp-content/txets.php 4 - /vqxxnxmz.php 1 www.google.com /yas.php 2 - /zgh.php 1 - /wp-includes/css/dist/preferences/index.php 1 - /wp-content/index.php 6 - /geck.php 1 - /admir.php 2 - /09fa6.php 1 - /build.gradle 1 - /luxe.php 1 - /k8s.yml 1 - /dop.php 1 - /ot.php 1 - /mah.php 3 - /0%25.php 1 - /wp-content/themes/wp-pridmag/admin.php 1 - /content.php 2 - /lov.php 1 - /wp-includes/network.php 1 - /dom.php 1 - /v.php 3 - /test1.php 2 - /css/chosen.php 1 - /tesTyuj.php 1 - /x3.php 1 - /keu.php 1 - /.env.production 1 - /docs/.env 1 - /v2.php 2 - /vdwlgixx.php 1 www.google.com /fwe.php 3 - /wp-includes/sodium_compat/index.php 2 - /hello.php 2 - /bg/xmrlpc.php 1 - /inghl.php 1 - /ask.php 1 - /admin/.env 10 - /zde.php 1 - /assets/plugins/jquery-file-upload/server/php/include.php 1 - /file21.php 1 - /n3.php 1 - /s_ne.php 1 - /png.php 2 - /wp-mails.php 1 - /site_backup.zip 1 - /.well-known/acme-challenge/index.php 3 - /backup.sql 1 - /media/wp-includes/wlwmanifest.xml 1 - /index1.php 1 - /scripts/ansible/git.yml 1 - /css.php 8 - /wp-content/debug.log 1 - /xenium4x.php 1 - /wp-signin.php 1 - /hk.php 1 - /wp-admin/network/chosen.php/wp-admin/css/colors/ectoplasm/wp-login.php 1 - /class20.php 5 - /themes/twentytwentytwo/index.php 3 - /wp-includes/sodium_compat/src/alfa-rex.php 1 - /ea.php 1 - /ext.php 3 - /backend/.env 10 - /.well-known/content.php 1 - //install.ph 1 - /veuntzdf.php 1 - /config/bootstrap.php 1 - /ticket.php 1 - /error.php 2 - /wp-admin/function.php 1 - /hplfuns.php 1 - /.fk.php 1 - /wp-content/plugins/revslider/public/assets/assets/sources/wp-login.php 1 - /galex.php 3 - /wp-admin/about.php 3 - /wp-content/upgrade/admin.php 1 - /debug/default/view 10 - /wp-sid.php 1 - /pn.php 3 - /dlu.php 2 - /settings.json 1 - /krypton.php 1 - /pop.php 4 - /berlin.php 1 - /oauth.php 1 - /wp-securitiy.php 2 - /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 1 - /85ohni.php 1 - /file17.php 2 - /wp1/wp-includes/wlwmanifest.xml 1 - /sfvul.php 1 - /phpinfo.html 1 - /tx1.php 3 - /sitemap.txt 8 - /v2/api-docs 1 - /sadis.php 1 - /wp-mail.php 2 - /wp-includes/Text/index.php 1 - /cyanamids.php 1 - /wan.php 1 - /ffile.php 2 - /wp-content/plugins/dummyyummy/wp-signup.php 1 - /wp-content/upgrade-temp-backup/about.php 1 - /up.php 1 - /aws/credentials.json 1 - /gtc.php 4 - /ahax.php 7 - /actuator/env 1 - /settings.py 2 - /bn.php 1 - /settings.properties 1 - /var/lib/docker/secrets/ 1 - /wp-admin/includes/xmrlpc.php 2 - /NWqz649FIe7.php 1 - /wp-x7.php 1 - /wp-admin/postnews.php 2 - /ooj.php 1 - /shell20211028.php 2 - /cord.php 2 - /wp-includes/rest-api/about.php 1 - /waba.php 1 - /nc.php 1 - /price.php 1 - /wp-confiq.php 1 - /aa.php 3 - /yu.php 1 - /bkxzo.php 1 - /js.php 1 - /admin 4 - /mail.php 5 - /888.php 1 - /shell.php 2 - /10.php 1 - /wp-admin/css/wp-conflg.php 4 - /wp-includes/js/about.php 1 - /abcd.php 6 - /wp-admin/js/about.php 1 - /okxh.php 2 - /wp-content/plugins/pwnd/classwithtostring.php 1 - /dng.php 1 - /yhzumkjr.php 1 www.google.com /config.json 4 - /wp-includes/block-patterns/index.php 3 - /zil.php 1 - /hbyra.php 1 - /.github/workflows/main-cd.yml 1 - /config.yml 1 - /wp-admin/css/colors/sfcl.php 1 - /2clas.php 2 - /has.php 1 - /wp-admin/index.php 1 - /owl.php 1 - /o2.php 1 - /wp-includes/Text/wp.php 1 - /wp-admin/meta/ 1 - /karma.conf.json 1 - /ha.php 3 - /gg.php 6 - /fileas.php 1 - /wp-includes/wp-includes/about.php 1 - /ging.php 1 - /wp-admin/maint/index.php 4 - /lufvsxta.php 1 www.google.com /6kUgr4yGzxN.php 1 - /wfile.php 2 - /mo.php 1 - /cgi-bin/upfile.php 1 - /sow.php 1 - /wp-includes/rest-api/admin.php 1 - /8xg5Bv6XIUw.php 1 - /ave.php 3 - /disquiet.php 1 - /.env.resend 1 - /test 9 - /wsa.php 1 - /admin/fckeditor/editor/filemanager/alfanew.php 1 - /.well-known/acme-challenge/wp-login.php 1 - /.env.backup 1 - /12.php 2 - /tgrs.php 1 - /htaccess.php 3 - /wp-content/uploads/index.php 2 - /2r.php 1 - /wp-includes/Text/Diff/Renderer/wp-login.php 1 - /menu.php 1 - /nfile.php 1 - /KV7EGJmhHzX.php 1 - /class9.php 3 - /wp-Blogs.php 1 - /API/.env 9 - /wp-mail.php/wp-includes/ID3/wp-mail.php 1 - /wp-includes/txets.php 1 - /application/config/constants.php/ 1 - /sdm.php 1 - /images/admin.php 1 - /1.php 7 - /wp-admin/js/index.php 3 - /sid-file.php 1 - /ghreshttryu.php 1 - /wp-admin/includes/index.php 1 - /av.php.php 1 - /ar.php 4 - /.well-known/.well-known/cc.php 1 - /about 1 - /123.php 1 - /_profiler/phpinfo 3 - /admin/uploads/media.php 1 - /budmachine/web/s.php 1 - /ALFA_DATA/index.php 1 - /jju.php 1 - /manager.php 7 - /r4f_1.php 1 - /wp-admin/txets.php 4 - /z123.php 1 - /a5e0a.php 1 - /file1.php 2 - /sendgrid.env 11 - /about3.php 1 - /wp-includes/images/smilies/wp-login.php 1 - /doelr.php 1 - /wp-2019.php 2 - /juuuu.php 2 - /xpw.php 1 - /wp-includes/autoload_classmap.php 1 - /w3llstore.php 1 - /o.php 1 - /lsd.php 3 - /000.php 1 - /css/xp.php 1 - /f35.php 3 - /wp-includes/SimplePie/Cache/about.php 1 - /v4.php 1 - /pent.php 1 - /~/.aws/credentials 1 - /wp-includes/ID3/index.php 1 - /lock6.php 1 - /dex.php 2 - /file32.php 2 - /wp-admin/date.php 1 - /4fk6.php 1 - /mdgdhnhj.php 1 www.google.com /wp-admin/js/chosen.php 1 - /*.crt 1 - /lib.php 2 - /plugins/Cache/footer.php 3 - /ansible/roles/git/tasks/git.yml 1 - /bo.php 2 - /gdn.php 2 - /css/item.php 1 - /install.php 5 - /wp-includes/fonts/index.php 4 - /cc.php 2 - /graphql/api 1 - /pibtdwyd.php 1 www.google.com /4ff11.php 1 - /default.php 4 - /.envrc 1 - /zxz.php 1 - /ALFA_DATA/alfacgiapi/perl.alfa 15 www.google.com /wp-content/themes/twenty/twenty.php 1 - /wp-mail.php/wp-includes/ID3/rnEPv9.php 2 - /shell1.php 2 - /log.php 2 - /config/ansible/git.yml 1 - /wp-content/json.php 1 - /natural.php 1 - /.well-known/pki-validation/about.php 1 - /wp-admin/css/colors/coffee/about.php 1 - /oysdxc.php 1 - /shlo.php 3 - /debug.php 1 - /Assets/item.php 1 - /storage/logs/laravel.log 1 - /xopvne.php 1 - /unprecipitously.php 1 - /shop/wp-includes/wlwmanifest.xml 1 - /file9.php 6 - /lock.php 2 - /schallfuns.php 2 - /te.php 2 - /55b76.php 1 - /x0.php 1 - /file52.php 1 - /shop/lock.php 1 - /wso.php 2 - /kubeconfig 1 - /hehe.php 2 - /app.php 2 - /ss.php 4 www.google.com /wp-64wscx6shd.php 2 - /wp-admin/byp.php 1 - /core/.env 9 - /green.php 1 - /wp-content/themes/about.php 3 - /ilex.php 1 - /wp/wp-includes/wlwmanifest.xml 1 - /asd.php 2 - /api/gql 1 - /admin/uploads/lv.php 1 - /config/database.config.php 1 - /randkeyword.php 3 - /tro.php 1 - /xv.php 3 - /wolv2.php 1 - /wp-content/wp-login.php 1 - /pes.php 1 - /aaaa.php 1 - /wsx.php 1 - /filemanager.php 1 - /alfa.php 8 - /tithings.php 1 - /images.php 1 - /npvcrgmu.php 1 www.google.com //wp-content/plugins/fix/up.php 7 - /gelap.php 1 - /cc3.php 1 - /404.php 8 - /w.php 3 - /l3gi0n.php 1 - /3index.php 1 - /11.php 2 - /wp-config.php 1 - /footer.php 2 - /llms.txt 1 - /config.properties 1 - /cwsd.php 1 - /.env.stripe 1 - /mhpglaje.php 1 - /wle.php 1 - /n.php 1 - /wp-includes/images/wlw/wp-login.php 1 - /ii5file.php 1 - /qV9GbcJwZgK.php 1 - /wp-content/admin.php 3 - /wp-admin/network/wp-conflg.php 4 - /wp-includes/SimplePie/wp-login.php 3 - /sec.php 2 - /fv.php 3 - /gztrnbts.php 1 www.google.com /ijNdPI1Orya.php 1 - /dox.php 3 - /wto.php 1 - /mws.php 1 - /.env.docker 1 - /css/colors/blue/index.php 3 - /por.php 1 - /edit.php 1 - /aGeTbFjB5Zu.php 1 - /gifclass4.php 4 - /settings.php 1 - /wsr2.php 1 - /ansible/tasks/git.yml 1 - /file48.php 5 - /x.php 6 - /wp-admin/css/colors/blue/atomlib.php 1 - /shelp.php 2 - /v3.php 2 - /iov.php 1 - /cfile.php 1 - /tarc.php 1 - /ci/ansible/tasks/git.yml 1 - /0x.php 7 - /flap.php 1 - /wp-admin/css/colors/midnight/about.php 3 - /la.php 3 - /wp-content/languages/link.php 1 - /wp-content/themes/astra/inc/fm.php 1 - /wp-includes/style-engine/about.php 4 - /ini.php 1 - /qaez.php56 1 - /settings.yml 1 - /wp-includes/Requests/11.php 1 - /wp-includes/widgets/parx.php 1 - /.env.aws_credentials 1 - /2019/wp-includes/wlwmanifest.xml 1 - /suy.php 1 - /xl2023.php 1 - /test2.php 1 - /lala.php 2 - /just2.php 1 - /home/*/.aws/credentials 1 - /wp-includes/fonts/themes.php 1 - /wrt.php 3 - /f6.php 1 - /mpxct.php 1 - /ansible/tasks/1-git.yml 1 - /khgdl.php 2 - /wp-admin/user/admin.php 1 - /shoyo.php 1 - /inputs.php 6 - /security.php 3 - /xxxq.php 1 - /mds.php 2 - /nof.php 1 - /wp-editor.php 2 - /.env.js 1 - /fc72f.php 1 - /miansha.php 1 - /sito/wp-includes/wlwmanifest.xml 1 - /gm.php 2 - /bbn.php 1 - /robots.txt 146 - /wp-admin/wp-admin.php 1 - /a2.php 2 - /system-info.php 1 - /parturiency.php 1 - /application/config/email.php 1 - /.env.development 2 - /karma_57c3d4.php 1 - /wp-admin/wp-conflg.php 4 - /2.php 1 - /ea3f.php 1 - /api/graphql 1 - /atx.php 3 - /wolv.php 2 - /.env.google 1 - /a.php 1 - /wp-admin/style.php 2 - /geger.php 1 - /settings.xml 1 - /blurbs18.php 2 - /admin-header.php 1 - /akcc.php 4 - /LvCBeZWaSgQ.php 1 - /wp-content/uploads/autoload_classmap.php 1 - /alfacgiapi/perl.alfa 15 www.google.com /s121ws2s.php 1 - /makeasmtp.php 1 - /d12.php 2 - /lm18.php 1 - /wp-content/plugins/hellopress/wp_mna.php 2 - /NewFile.php 1 - /wp-content/themes/wp-pridmag/up.php 1 - /shellalfa.php 1 - /xrp.php 1 - /ton.php 4 - /plugins/DaoZM.php 1 - /th/plugins/phpThumb/404.php 1 - /vbbn.php 1 - /wp-home.php 2 - /config.php 3 - /mek.php 1 - /wp-content/packed.php 1 - /403.php 8 - /xmlrpc.php 2 - /administrator/templates/isis/index.php 1 - /yca.php 1 - /simple.php 4 - /ad24f.php 1 - /v2/_catalog 1 - /redi.php 1 - /apps/.env 1 - /wp-includes/random_compat/about.php 1 - /DEPLOYMENT.md 1 - /shoha.php 1 - /wp-admin/user/bak.php 1 - /led.php 1 - /lock360.php 8 - /goods.php 1 - /wp-content/plugins/cloudflare/DOCKER_ENV 1 - /acp.php 2 - /wp-includes/ID3/about.php 3 - /73106.php 1 - /config/app.default.php 1 - /wsd.php 4 - /tll.php 1 - /vanda.php 2 - /zc-903.php 1 - /.github/workflows/main.yml 1 - /ansible/roles/git/tasks/main/git.yml 1 - /lm15.php 1 - /nx.php 1 - /contact.php 1 - /wp-content/postnews.php 2 - /ioxi-o1.php 3 - /test.php 3 - /qsntqiho.php 1 - /wp-includes/rest-api/fields/index.php 1 - /byp.php 4 - /wp-includes/SimplePie/Content/Type/wp-login.php 1 - /dropdown.php 1 - /asas.php 1 - /tagtjcxu.php 1 www.google.com /wp-admin/user/about.php 3 - /priv8.php 1 - /ol.php 2 - /dfre.php 1 - /55.php 1 - /wp-admin/css/about.php 1 - /ww5.php 1 - /images/.env 9 - /wp-includes/html-api/index.php 1 - /.env.save 9 - /index/lock.php 1 - /asciferous.php 1 - /wp-admin/admin-ajax.php 2 - /222.php 9 - /2018/wp-includes/wlwmanifest.xml 1 - /783de.php 1 - /provisioning/ansible/tasks/git.yml 1 - /wp-includes/html-api/about.php 1 - /faq.php 1 - /ww1.php 5 - /lol.php 1 - /index/index.php 1 - /z.php 3 - /post.php 2 - /good.php 1 - /ucp.php 1 - /wp-content/config.php 1 - /wp-includes/wlwmanifest.xml 1 - /css/cong.php 1 - /nx9.php 1 - /admiin.php 1 - /wp-admin/maint/about.php 4 - /xx.php 3 - /wp-ac.php 2 - /wp-content/languages/wp-login.php 1 - /dev/.env 11 - /wp-includes/theme-compat/index.php 1 - /rgnufkvx.php 1 www.google.com /wp-content/themes/sketch/404.php 1 - /symfony/_profiler/phpinfo 1 - /h2a2ck.php 1 - /server 1 - /nij.php 1 - /swagger-ui.html 1 - /law.php 1 - /raw.php 1 - /error_log.php 2 - /wp-includes/js/codemirror/index.php 4 - /alexus.php 1 - /xindex.php 1 - /wp-login.php 13 - /icdwb.php 1 - /yasnu.php 1 - /litanies.php 1 - /wp-plain.php 20 www.google.com /Contrller.php 1 - /wp-includes/theme-compat/chosen.php 1 - /packed.php 1 - /wp-admin/maint/admin.php 3 - /fjpeb.php 1 - /.well-known/index.php 4 - /NH19T66T.php 1 - /swagger/v1/swagger.json 1 - /fe5.php 2 - /domains.php 2 - /wp-content/themes/file.php 1 - /xaz.php 3 - /nc4.php 1 - /wp-content/themes/admin.php 1 - /inde.php 1 - /3i8som87avh59dosfymtvCakc.php 2 - /wp-content/upgrade-temp-backup/ty.php 1 - /webjars/swagger-ui/index.html 1 - /blog/.env 1 - /obfuscous.php 1 - /coenoecic.php 1 - /wp-includes/sitemaps/about.php 1 - /wp-includes/rest-api/endpoints/index.php 1 - /@vite/env 1 - /logs/debug.log 2 - /ifm.php 1 - /php_info.php 1 - /orm.php 1 - /wp-content/plugins/index.php 5 - /staging/.env 9 - /up4.php 3 - /swagger/swagger-ui.html 1 - /3.php 1 - /wp-admin/css/colors/blue/index.php 4 - /wp-load.php 1 - /z60.php 5 - /swagger/index.html 1 - /lv.php 5 - /r79.php 1 - /js/style.php 1 - /nas.php 1 - /wps.php 1 - /xse25.php 1 - /wp-includes/blocks/about.php 1 - /wp-admin/css/colors/index.php 1 - /031.php 2 - /gi.php 1 - /naxc.php 1 - /sitemap.xml.gz 5 - /asa.php 1 - //wp-includes/certificates/wp-login.php 1 - /.git-credentials 2 - /wp-content/plugins/admin.php 4 - /wp-includes/html-api/alfa-rex.php 1 - /buy.php 2 - /app_dev.php/_profiler/phpinfo 12 - /*.pfx 1 - /readme.html 1 - /kdgok.php 1 - /sty.php 1 - /nox.php 3 - /np.php 1 - /minik.php 1 - /hoot.php 1 - /wp-good.php 3 - /.well-known/acme-challenge/parx.php 1 - /clss.php 2 - /e3.php 1 - /api/swagger.json 1 - /rh.php 3 - /.well-known/acme-challenge/about.php 2 - /wp-includes/block-supports/about.php 1 - /xl.php 1 - /moon.php 2 - /palsy.php 1 - /pyrometry.php 1 - /nux.php 1 - /ac.php 3 - /.well-known/admin.php 3 - /bless5.php 4 - /.well-known/dropdown.php 1 - /wp.php 3 - /config/database.php 1 - /wp-includes/IXR/shell.php 1 - /tt.php 1 - /wp-includes/assets/themes.php 1 - /contact/ 1 - /yawa.php 1 - /wp-admin/css/colors/blue/moon.php 1 - /link.php 1 - /poliomyelopathy.php 1 - /wp-includes/css/wp-conflg.php 1 - /wp-content/themes/twentytwentytwo/alfa-rex.php 1 - /CLA.php 3 - /c451f.php 1 - /userfuns.php 3 www.google.com /.env.development.sample 1 - /efa4f.php 1 - /wp-content/uploads/2020/admin.php 1 - /yatzfbrd.php 1 www.google.com /logs/error.log 1 - /wp-content/themes/classic/inc/json.php 1 - /.AWS_/credentials 1 - /wp-content/themes/seotheme/classwithtostring.php 1 - /npi.php 1 - /wl.php 1 - /layout.php 1 - /nope.php 2 - /wp-includes/images/smilies/index.php 1 - /first.php 1 - /k.php 4 - /wp-content/themes/wp-pridmag/lock.php 1 - /.well-known/pki-validation/parx.php 1 - /static/as.php 1 - /ioxi-o.php 8 - /wp-includes/customize/about.php 3 - /1xleet.php 1 - /ioxi-o2.php 1 - /wp-content/languages/asus.php 1 - /.well-known/log.php 3 - /.env.sendgrid 1 - /wp-content/plugins/seoplugins/wso112233.php 1 - /usep.php 2 - /wp-content/mah.php 1 - /include/wp-configs.php 1 - /IRI.php 1 - /12wudscz.php 1 - /xp.php 1 - /.netlify/functions/ 1 - /nucqsqeg.php 1 - /ink.php 1 - /hob.php 1 - /website/wp-includes/wlwmanifest.xml 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 351 194.225.50.88 28 28 22904 20251230222102 149.56.160.235 9 9 14624 20251226095952 178.22.120.100 8 8 512 20251207162937 45.84.107.174 5 5 5480 20251217095634 43.155.129.131 5 5 4106 20251213194545 4.241.208.113 5 5 9115 20251205121037 60.188.57.0 5 5 4102 20251222144651 69.58.4.39 4 4 1998 20251224093124 43.132.214.228 4 4 3280 20251224112944 49.235.136.28 4 4 3280 20251229191808 49.51.52.250 4 4 3284 20251226161626 125.75.66.97 4 4 3284 20251218015734 195.24.236.120 4 4 7292 20251213073332 122.51.236.174 4 4 3272 20251219094908 43.130.39.254 3 3 2458 20251226102217 172.192.18.188 3 3 5469 20251209101621 182.43.70.143 3 3 2458 20251229003730 43.135.182.43 3 3 2458 20251225002242 43.128.156.124 3 3 1669 20251231085912 43.157.149.188 3 3 2457 20251227043654 124.156.157.91 3 3 2462 20251224051303 192.144.148.122 3 3 2458 20251225063535 120.71.59.24 3 3 2462 20251217195312 43.130.91.95 3 3 1669 20251227035654 203.2.64.59 3 3 2458 20251214152359 121.127.34.106 1 3 10211 20251222003548 43.135.145.73 1 1 818 20251214212850 43.167.239.66 1 1 818 20251230204950 170.106.192.3 2 2 1636 20251228131553 43.130.116.87 1 1 818 20251216055607 194.180.49.172 2 4 4302 20251214122707 206.81.12.187 2 2 2641 20251207163339 170.106.143.6 2 2 1640 20251207074532 43.155.26.193 1 1 818 20251227202931 180.110.203.108 1 1 822 20251208132840 182.42.105.85 2 2 1636 20251225195244 43.173.1.57 1 1 820 20251217072357 170.106.192.208 1 1 822 20251222104029 43.157.153.236 2 2 1637 20251227040711 43.135.135.57 1 1 820 20251201220030 43.154.140.188 1 1 822 20251217045901 65.111.7.13 2 2 330 20251202145800 101.32.52.164 1 1 818 20251205222247 43.130.16.140 1 1 818 20251206182414 43.130.40.120 1 1 818 20251218084215 192.71.12.10 1 1 818 20251231112247 43.135.145.77 1 1 818 20251228054558 43.153.54.14 1 1 818 20251205155830 43.166.244.66 2 2 1644 20251219203941 43.157.147.3 2 2 1644 20251230080607 49.51.39.209 2 2 847 20251217054323 43.130.53.252 1 1 818 20251202155323 43.157.150.69 2 2 1635 20251211051555 43.166.131.228 2 2 1646 20251210192517 43.157.82.252 2 2 847 20251215024931 43.166.244.251 1 1 822 20251205214131 43.131.253.14 2 2 1644 20251224173605 110.166.71.39 2 2 1644 20251227163110 43.166.142.76 1 1 818 20251231153927 93.123.109.20 1 1 818 20251205124001 124.156.226.179 2 2 1642 20251217062028 43.167.245.18 1 1 822 20251208231835 93.158.90.37 1 1 818 20251228010301 68.221.132.235 1 1 1823 20251217160756 170.106.113.159 2 2 1636 20251212113227 43.153.73.200 1 1 822 20251214144455 199.244.88.227 1 1 818 20251203202517 43.163.206.70 1 1 818 20251212042209 43.157.170.13 2 2 1640 20251210065206 43.153.67.21 2 2 1644 20251226093952 49.51.183.220 1 1 822 20251209144305 170.106.165.76 1 1 818 20251210053055 43.159.148.221 1 1 818 20251208003732 20.234.37.131 1 1 1823 20251217000004 49.51.203.164 1 1 818 20251229201546 185.107.57.65 2 2 1828 20251223092948 43.153.113.127 1 1 822 20251227013339 44.247.35.125 1 1 87 20251207163133 43.130.3.122 1 1 818 20251212181822 54.221.31.104 1 1 818 20251208010711 49.51.233.46 2 2 1644 20251211130841 43.131.23.154 1 1 818 20251211212223 93.158.91.254 1 1 818 20251217183505 43.167.241.46 2 2 1636 20251208165632 192.71.12.156 1 1 818 20251224064244 43.166.129.247 1 1 818 20251219135141 109.70.100.66 1 1 1823 20251217095631 185.220.101.49 2 2 1828 20251201051831 178.73.233.115 1 1 818 20251215170507 80.248.227.19 1 1 818 20251220144330 216.26.225.20 2 2 369 20251231182529 141.11.164.71 1 7 6077 20251203091946 43.135.148.92 2 2 1644 20251228190020 43.153.119.119 1 1 822 20251204122311 217.160.202.182 1 1 818 20251207163637 43.157.148.38 1 1 824 20251201200808 101.33.66.34 1 1 818 20251215224209 45.132.194.62 1 1 818 20251208165415 43.133.14.237 2 2 1640 20251226022606 49.51.72.236 1 1 818 20251217224024 143.110.145.96 1 1 822 20251211155603 49.7.227.204 1 1 822 20251201003816 78.153.140.171 1 1 1823 20251214080722 43.157.142.101 2 2 1640 20251231205757 43.131.32.36 1 1 818 20251224060018 162.62.213.165 1 1 818 20251209220627 173.239.218.236 1 1 818 20251230061533 43.157.38.228 1 1 818 20251222111822 27.115.124.67 1 1 818 20251223061139 43.157.20.63 1 1 25 20251217065532 170.106.107.87 2 2 1644 20251213001737 43.166.132.142 1 1 817 20251210064054 43.133.220.37 2 2 1644 20251221081517 43.135.183.82 1 1 818 20251211134945 49.51.141.76 2 2 1636 20251225010324 107.23.73.156 1 1 818 20251231205558 49.51.72.76 3 3 2460 20251225074345 3.145.208.234 1 1 1823 20251215002625 49.233.45.47 1 1 818 20251220112552 43.130.60.195 1 1 818 20251213140730 43.166.244.192 1 1 822 20251212033908 43.138.68.113 1 1 818 20251224045204 43.153.122.30 1 1 822 20251201184004 43.153.71.132 1 1 822 20251203054032 43.135.140.225 1 1 25 20251210184758 43.157.174.69 1 1 822 20251204051408 155.248.254.73 1 1 818 20251219171402 43.152.72.244 2 2 1638 20251207075611 43.157.179.227 1 1 822 20251210042016 119.28.140.106 1 1 818 20251207162137 49.51.47.100 2 2 1640 20251216181250 170.106.73.216 1 1 817 20251217071359 43.153.204.189 1 1 822 20251219131128 43.157.67.70 2 2 843 20251210055221 49.51.243.156 1 1 822 20251207233118 170.106.163.84 1 1 822 20251205054126 43.156.204.134 3 3 2462 20251225140148 170.106.197.109 1 1 818 20251231030904 182.42.110.255 1 1 822 20251228052410 146.190.39.41 1 3 3484 20251220143855 104.222.47.46 1 1 818 20251209135646 43.157.180.116 2 2 1640 20251204190934 43.166.136.153 1 1 822 20251210193552 43.166.226.186 2 2 1640 20251230021644 170.106.11.6 1 1 25 20251201003823 45.3.34.155 3 3 844 20251212074241 170.106.35.187 1 1 822 20251201193441 43.165.189.206 1 1 818 20251227032527 49.51.252.146 1 1 818 20251229081656 43.153.123.4 1 1 822 20251207061628 43.135.145.117 1 1 820 20251227042719 111.172.249.49 3 3 2454 20251226081744 43.130.105.21 2 2 1644 20251225192851 170.106.163.48 1 1 818 20251205044427 93.158.90.65 1 1 818 20251226153258 43.140.247.223 3 3 2458 20251230013356 54.83.241.77 1 1 818 20251210151657 170.106.161.78 2 2 1642 20251220080258 106.227.49.113 1 1 818 20251228114838 45.156.128.174 1 1 818 20251207081615 113.219.218.197 1 1 822 20251201132052 14.215.163.132 2 2 1640 20251211160819 182.42.111.213 1 1 822 20251230074153 43.164.197.224 1 1 822 20251229073908 124.156.225.181 1 1 822 20251201202745 101.32.208.70 3 3 2464 20251222044819 146.247.229.2 1 1 818 20251215174753 43.133.91.48 2 2 1640 20251231022849 43.167.157.80 1 1 822 20251222224303 167.94.138.187 3 3 2454 20251206225239 123.187.240.242 1 1 822 20251215232219 43.165.190.5 2 2 1636 20251217073605 43.153.36.110 1 1 818 20251210192540 43.159.128.237 1 1 820 20251227022807 43.153.10.83 3 3 2458 20251219215154 43.156.228.27 2 2 1642 20251219201956 199.244.88.224 1 1 818 20251222131056 43.155.195.141 1 1 822 20251201070321 43.133.187.11 1 1 822 20251218155739 43.166.240.231 1 1 818 20251219203300 78.153.140.222 2 2 3650 20251215161614 43.153.26.165 1 1 818 20251206121611 182.44.9.147 1 1 818 20251226213740 117.62.235.53 3 3 2454 20251227231543 114.96.103.33 2 2 1640 20251220175851 43.154.250.181 1 1 822 20251213065624 146.190.148.121 1 1 818 20251202142141 65.111.30.62 3 3 844 20251210032431 43.159.128.247 1 1 818 20251224121848 196.51.143.87 1 1 666 20251224093131 43.157.181.189 1 1 822 20251217061457 43.166.255.122 3 3 2468 20251222040252 43.166.224.244 1 1 818 20251204130338 43.153.12.58 1 1 822 20251203184124 173.239.218.212 1 1 818 20251230061534 43.164.196.57 1 1 818 20251224181333 43.166.7.113 3 3 2458 20251221222742 223.244.35.77 2 2 1644 20251226015818 221.229.106.25 1 1 822 20251220050045 43.165.65.75 1 1 822 20251204184118 43.135.142.37 1 1 820 20251217053250 23.178.112.106 1 1 87 20251207163131 43.135.130.202 2 2 1639 20251219213227 93.158.90.155 1 1 818 20251231152531 43.135.134.127 1 1 818 20251204044132 119.96.24.54 1 1 822 20251222082304 101.42.46.71 2 2 1640 20251231145950 43.166.255.102 2 2 1639 20251210190504 182.42.104.32 2 2 1644 20251230201621 54.159.183.187 1 1 818 20251211224051 169.150.203.202 3 3 5469 20251217023443 129.226.93.214 1 1 818 20251230145845 43.159.152.184 1 1 818 20251215095820 91.224.92.184 2 2 1636 20251209121410 43.130.14.245 1 1 818 20251204194533 170.106.35.137 1 1 818 20251214090818 43.164.197.209 2 2 1646 20251230142148 199.244.88.232 1 1 818 20251220213225 43.130.154.56 2 2 1644 20251214015450 43.130.139.136 1 1 820 20251207064608 162.62.213.187 3 3 2460 20251229015120 43.130.3.120 1 1 818 20251227024518 170.106.165.186 1 1 820 20251201213014 182.44.10.67 2 2 1640 20251207063932 18.141.200.121 1 1 87 20251207163133 205.169.39.24 1 1 818 20251231150610 49.51.38.193 1 1 818 20251205093136 170.106.148.137 1 1 818 20251226031051 205.169.39.22 1 7 6077 20251207213553 43.133.139.6 1 1 818 20251203081743 43.130.174.37 2 2 1637 20251219223556 43.166.247.82 1 1 818 20251229142159 165.22.5.60 1 1 822 20251228072146 78.153.140.218 3 3 5473 20251224073526 72.13.46.6 3 3 2466 20251214172151 43.159.143.187 2 2 1640 20251209001409 27.115.124.66 1 1 1823 20251223061121 20.89.192.33 1 1 1823 20251222095921 182.44.8.254 1 1 818 20251201200240 43.130.141.193 2 2 1646 20251210191659 36.41.75.167 2 2 1644 20251225131319 13.49.44.73 1 1 87 20251207163132 223.15.245.170 1 1 822 20251213064608 43.130.71.237 2 2 1636 20251208093552 170.106.72.93 1 1 822 20251216112740 49.51.178.45 1 1 25 20251201011506 43.159.138.217 1 1 822 20251217141338 107.172.58.36 1 1 818 20251208225058 45.135.193.3 2 2 3650 20251213014138 43.130.78.203 1 1 820 20251217074517 182.42.111.156 1 1 818 20251218212601 43.130.34.74 1 1 822 20251223164358 43.159.152.4 2 2 1640 20251221153219 43.159.140.236 3 3 2462 20251229134207 154.29.219.48 1 1 818 20251230033547 49.51.33.159 2 2 1642 20251227125240 43.130.57.46 2 2 1644 20251219204213 43.159.145.149 1 1 818 20251231213629 20.250.45.203 1 1 1823 20251217160705 43.128.67.187 2 2 1640 20251222231854 100.48.88.91 1 1 818 20251227191616 79.191.187.117 1 1 1823 20251212112554 199.45.154.125 3 3 2454 20251203231521 43.135.115.233 1 1 818 20251230084821 43.154.127.188 1 1 822 20251203150139 124.156.179.141 1 1 822 20251221215001 43.159.149.56 1 1 818 20251217063410 43.153.74.75 1 1 818 20251218163842 43.153.102.138 2 2 844 20251219194930 101.91.148.219 1 1 818 20251221003022 192.71.142.35 1 1 818 20251224103309 43.130.139.177 2 2 1640 20251230201815 57.128.101.173 1 1 1823 20251224064403 20.205.32.186 1 1 1823 20251224232404 199.244.88.220 1 1 818 20251205124620 141.138.208.43 1 1 818 20251228043637 43.166.226.57 1 1 818 20251201073905 170.106.11.141 2 2 1640 20251218230418 170.106.72.178 1 1 818 20251215032659 170.106.180.153 1 1 822 20251203214502 185.220.100.253 1 1 1823 20251208154240 43.130.100.35 1 1 822 20251225071200 106.119.167.146 3 3 2458 20251223095024 43.133.66.51 2 2 1640 20251228123609 13.219.86.209 1 1 818 20251215221445 43.153.19.83 1 1 818 20251221003014 43.166.128.187 2 2 1640 20251220155055 43.130.12.43 1 1 818 20251225200923 43.159.152.187 1 1 822 20251201201744 43.156.168.214 3 3 2463 20251228044906 43.134.186.61 2 2 1640 20251221091331 182.44.12.37 1 1 822 20251212175103 43.155.27.244 3 3 2462 20251227133817 139.59.12.29 1 1 818 20251217190035 3.138.185.30 1 1 818 20251211165505 182.42.105.144 1 1 822 20251229064035 43.157.53.115 1 1 818 20251223112836 18.220.246.59 1 1 87 20251207163133 149.56.150.15 1 7 6081 20251226100003 109.243.3.151 1 1 0 20251212112554 43.135.182.95 3 3 2466 20251227030833 43.166.237.57 1 1 822 20251227025524 43.135.144.81 3 3 2455 20251227041932 43.157.168.43 1 1 818 20251207160535 43.153.96.79 2 2 1646 20251229011612 43.153.58.28 1 1 822 20251219193554 93.158.90.73 1 1 818 20251203030440 43.156.109.53 1 1 824 20251207152851 104.207.45.31 3 3 1007 20251208180544 43.135.185.59 1 1 818 20251226165129 150.109.46.88 2 2 1638 20251227033947 104.222.37.24 1 1 818 20251215024555 62.141.44.236 2 2 1636 20251228061458 170.106.181.163 1 1 818 20251219220753 43.130.102.7 1 1 818 20251231093545 157.245.145.81 2 4 12034 20251224130143 43.159.139.164 1 1 822 20251205183915 27.115.124.112 1 1 818 20251223061142 78.153.140.128 3 3 5473 20251226093842 129.226.213.145 1 1 818 20251222172109 93.158.90.70 1 1 818 20251220183009 43.157.170.126 2 2 1640 20251227021714 192.36.24.172 1 1 818 20251209075109 106.54.62.156 1 1 818 20251212110748 100.30.248.17 2 2 1640 20251217002426 43.135.172.89 1 1 824 20251219214244 117.33.163.216 2 2 1640 20251207125914 125.94.144.102 2 2 1640 20251217131348 43.135.139.165 1 1 822 20251231150343 54.158.106.181 1 1 1827 20251207204828 43.167.236.228 3 3 1669 20251227023610 43.157.43.147 1 1 822 20251223045623 43.158.91.71 1 1 818 20251213202510 43.130.74.193 1 1 822 20251216050727 43.159.149.216 1 1 822 20251208161551 43.155.140.157 2 2 847 20251210063126 43.157.52.37 1 1 822 20251206174433 36.111.67.189 1 1 822 20251203182028 175.6.217.4 1 1 818 20251221131438 1.15.52.154 2 2 1640 20251231022935 54.160.147.193 1 1 1823 20251213212247 49.51.36.179 1 1 822 20251227194155 3.83.141.118 1 1 818 20251223180047 43.159.143.139 2 2 1644 20251230013816 54.234.78.238 1 1 818 20251204024929 49.51.253.83 1 1 822 20251206183943 35.161.55.221 3 15 12972 20251205032156 162.62.231.139 1 1 824 20251217062422 52.86.40.43 1 1 818 20251219202059 4.197.163.184 1 1 1823 20251212211045 170.106.140.110 1 1 818 20251210051241 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 31 20251201 33 33 26667 32 20251202 19 19 15265 18 20251203 23 29 27116 21 20251204 14 14 13490 13 20251205 20 32 26321 19 20251206 9 9 7374 7 20251207 48 54 39943 39 20251208 21 21 19960 16 20251209 14 14 12473 14 20251210 27 27 19937 25 20251211 14 14 11476 14 20251212 15 15 12869 13 20251213 18 18 18776 17 20251214 17 19 17609 14 20251215 21 21 20221 20 20251216 9 9 7378 9 20251217 35 35 33311 33 20251218 11 11 9018 11 20251219 26 26 19728 26 20251220 12 14 12502 12 20251221 11 11 9014 11 20251222 14 16 21870 14 20251223 19 19 16763 18 20251224 20 22 28359 16 20251225 13 13 10658 13 20251226 22 28 31546 14 20251227 23 23 17274 23 20251228 13 13 10654 13 20251229 12 12 9840 12 20251230 16 16 13112 16 20251231 16 16 11837 15 END_DAY # Session range - Number of visits BEGIN_SESSION 2 30s-2mn 3 0s-30s 535 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 11 / 541 499283 514 511 /form.php 31 3728 18 21 /.well-known/acme-challenge/iy1n8904_ijsnFADyaZfXaNFO19tfxNzwX0-KlagDFA 5 435 5 5 /.well-known/acme-challenge/Y9TAJF49U4A3_NHARGK5EZ_XA6G1ZCOI 1 64 0 0 /.well-known/acme-challenge/8GR9B3RXWUMJDL622VOHEZUN0BP8HUHA 1 64 1 0 /.well-known/acme-challenge/UD10GSZI62MPCGP93APDQ6J218P9FAWB 1 64 0 0 /.well-known/acme-challenge/VSPMN67M_S8PHIWF_4C5YMADOHL49EFL 1 64 0 0 /.well-known/acme-challenge/-K20-VUX5ZP2GPNAFT3PDNGQNLW34_NK 1 64 0 0 /.well-known/acme-challenge/0ZLA4PEAHRGL92JV_SCDM3YP380YV5U6 1 64 0 0 /.well-known/acme-challenge/LZSIUYHK3WIDY8NOMMO-YFXIXLO-SLW9 1 64 0 1 /.well-known/acme-challenge/S3N-UTXTML9J4YJ9H4FQ7URTS1P0R6F3 1 64 0 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 1K-2K 81 2K-5K 19 5K+ 2 500-1K 3161 0-44 32 44-100 13 100-500 64 END_FILESIZE awstats012026.mehradhospital.ir.txt000064400000051425151504703200013066 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202601 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2048 POS_TIME 2723 POS_VISITOR 14673 POS_DAY 20486 POS_DOMAIN 3396 POS_LOGIN 3793 POS_ROBOT 3948 POS_WORMS 4432 POS_EMAILSENDER 4563 POS_EMAILRECEIVER 4706 POS_SESSION 20921 POS_FILESIZE 21192 POS_SIDER 21090 POS_FILETYPES 4841 POS_DOWNLOADS 4988 POS_OS 5036 POS_BROWSER 5246 POS_SCREENSIZE 5886 POS_UNKNOWNREFERER 5960 POS_UNKNOWNREFERERBROWSER 6074 POS_ORIGIN 6156 POS_SEREFERRALS 6291 POS_PAGEREFS 6435 POS_SEARCHWORDS 6583 POS_KEYWORDS 6735 POS_MISC 2387 POS_ERRORS 6794 POS_CLUSTER 3649 POS_SIDER_404 6908 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20260201001103 6 1137 12940037613587 FirstTime 20260101020352 LastTime 20260131172918 LastUpdate 20260201155645 6 0 5 0 0 TotalVisits 170 TotalUnique 153 MonthHostsKnown 0 MonthHostsUnknown 155 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 RealPlayerSupport 0 0 0 QuickTimeSupport 0 0 0 JavascriptDisabled 0 0 0 FlashSupport 0 0 0 PDFSupport 0 0 0 TotalMisc 0 0 0 DirectorSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 AddToFavourites 0 0 0 JavaEnabled 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 5 5 4098 5 9 6816 1 11 11 10019 7 10 7011 2 7 7 5943 5 7 5554 3 6 6 4924 2 2 675 4 12 14 12356 9 9 7146 5 12 12 9228 7 9 7005 6 6 6 4917 5 7 4500 7 6 6 4111 7 15 14474 8 8 14 11811 154 156 123250 9 4 16 13794 3 6 3036 10 8 8 6560 2 3 2253 11 4 10 8539 4 6 4393 12 9 9 7374 3 4 3054 13 10 10 8200 1 8 6873 14 2 2 1636 182 183 145538 15 5 5 3311 1 1 787 16 10 16 13466 155 156 123362 17 11 17 14272 1 2 787 18 8 14 11018 10 13 9282 19 13 15 13320 4 9 5442 20 6 6 4916 5 9 8369 21 8 14 11811 13 35 25605 22 7 7 6747 6 10 7146 23 3 3 2458 2 7 6993 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 15 jp 73 73 57481 cn 41 41 35640 us 26 38 33041 ir 15 51 43836 in 6 6 4908 se 5 5 4090 eu 5 5 3298 fr 3 3 2458 de 2 2 1636 it 1 2 2798 nz 1 1 1823 at 1 1 5 be 1 1 9 pl 1 3 3484 gb 0 1 322 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 0 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 10 AhrefsBot/ 16 13560 20260107180907 0 Googlebot/ 14 11625 20260106090306 0 MJ12bot/ 10 6635 20260107184253 0 Baiduspider- 8 7925 20260131070444 0 bingbot/ 7 5764 20260104211518 0 nbot 6 4928 20260108200406 0 Applebot/ 4 4775 20260102075403 0 Baiduspider/ 2 1636 20260131070240 0 bot[\s_+:,\.\;\/\\-] 1 661 20260107075532 0 crawl 1 818 20260101115558 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 5 svg 24 10448 0 0 js 20 26453 0 0 html 174 147493 0 0 php 7 139 0 0 css 8 10296 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 10 win10 39 23 androidkitkat 1 1 macosx7 5 5 androidnougat 2 2 ios_iphone 137 131 macosx15 3 3 linux 9 3 android10 33 9 Unknown 1 1 androidpie 3 3 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 30 chrome66.0.3359.117 1 1 chrome85.0.4183.81 3 3 chrome136.0.0.0 9 3 chrome80.0.3987.132 7 1 chrome60.0.3112.107 2 2 chrome99.0.3809.100 3 1 chrome138.0.0.0 1 1 safari17.3.1 2 2 chrome139.0.0.0 4 2 chrome88.0.4324.93 7 1 safari26.1 1 1 chrome17.0.963.56 4 4 chrome143.0.0.0 24 6 chrome105.0.0.0 2 2 firefox20.0 1 1 chrome103.0.0.0 1 1 netscape5.0 1 1 chrome124.0.0.0 5 5 chrome122.0.0.0 1 1 iphone 1 1 safari26.0.1 7 1 safari13.0.3 126 126 chrome109.0.0.0 7 1 android 1 1 chrome91.0.4472.114 1 1 chrome125.0.0.0 2 2 chrome121.0.0.0 1 1 safari 1 1 chrome120.0.0.0 2 2 chrome60.0.3112.113 5 5 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 1 Mozilla/5.0 20260103235328 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 0 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 179 181 From1 1 1 From2 0 0 From3 0 0 From4 1 51 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 0 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 3 403 23 18101 301 1 795 404 568 452128 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 433 /hilk.php 1 - /site/wp-class.php 1 - /x3.php 1 - /.well-known/ioxi-o.php 1 - /990.php 1 - /gifclass4.php 1 - /about/function.php 1 - /thoms.php 1 - /ffile.php 1 - /fesa.php 1 - /kcs.php 1 - /wp-good.php 3 - /hq.php 1 - /jju.php 1 - /wp-ana.php 1 - /AxAo.php 1 - /resp.php 1 - /wp-admin/maint/index.php 1 - /bge.php 1 - /bless11.php 1 - /ioxi-o.php 1 - /orxnwdbb.php 1 - /wo.php 1 - /nox.php 3 - /pop.php 1 - /class629.php 1 - /wp-admin/css/wp-conflg.php 1 - /wtz.php 1 - /new4.php 1 - /waq.php 2 - /fs6.php 1 - /mmm.php 1 - /userfuns.php 1 www.google.com /.well-known.php 1 - /ha.php 2 - /lock360.php 1 - /1aa.php 1 - /class-t.api.php 1 - /lc.php 1 - /404.php 2 - /juuuu.php 1 - /user.php 1 - /zxl.php 2 - /efrauohk.php 1 www.google.com /cro.php 1 - /text.php 1 - /ccou.php 2 - /403.php 2 - /wp-includes/customize/about.php 1 - /Cok.php 1 - /1vbqo.php 1 - /robots.txt 36 - /.well-known/admin.php 1 - /Zeiss.php 1 - /100.kb.php 1 - /aspera/faspex/ 2 - /wp-content/themes/seotheme/db.php 2 www.google.com /iov.php 1 - /Sanskrit.php 1 - /gtc.php 1 - /wp-admin/ 1 - /show.php 1 - /atx.php 1 - /wp-wlx.php 1 - /lopst.php 2 - /kaza.php 1 - /0x.php 2 - /fdd2.php 1 - /xml.php 1 - /x.php 2 - /tt.php 1 - /file51.php 1 - /randkeyword.php 1 - /wp-admin/css/colors/midnight/about.php 1 - /fz.php 2 - /qvaaq.php 1 - /f8.php 2 - /admiin.php 1 - /wp-content/themes/about.php 1 - /gold.php 1 - /wp-content/plugins/index.php 1 - /ctex1.php 1 - /wp-includes/js/codemirror/info.php 1 - /alfacgiapi/perl.alfa 1 www.google.com /x50.php 1 - /ot.php 1 - /Contrller.php 1 - /t.php 1 - /v2.php 1 - /ocxla.php 1 - /qqq.php 1 - /bbn.php 1 - /xa.php 3 - /cheka.php 1 - /.well-known/new.php 1 - /xb.php 2 - /6erg.php 1 - /third_party/kcfinder/upload.php 1 - /wp-json 2 - /css/index.php 2 - /x23.php 1 - /nansa.php 1 - /backup/dumper.php 1 - /adminfuns.php 1 - /lte7.php 1 - /congab.php 1 - /2024.php 1 - /lites.php 1 - /ggfi.php 1 - /wp-content/plugins/hellopress/wp_filemanager.php 5 - /wakak.php 2 - /fs8.php 1 - /abc.php 1 - /mans.php 1 - /atomlib.php 1 - /class.php 2 - /get.php 1 - /blurbs.php 1 - /wp-content/themes/twentytwentytwo/index.php 1 - /aua.php 1 - /video.php 1 - /clasa99.php 1 - /bolt.php 1 - /gm.php 1 - /13ede.php 1 - /iko.php 1 - /f-401.php 1 - /new.php 1 - /aqw.php 1 - /buy.php 1 - /1index.php 1 - /all.php 1 - /222.php 3 - /info.php 2 - /thai.php 1 - /siln.php 1 - /log.php 1 - /item.php 2 - /ar.php 1 - /ww1.php 2 - /witmm.php 1 - /class9.php 3 - /zozla.php 1 - /xxxx.php 1 - /css/install.php 1 - /sf9.php 1 - /gmo.php 1 - /ca1.php 1 - /wp-admin/maint/maint.php 1 - /7h.php 1 - /quoys.php 1 - /yes.php 1 - /zwso.php 1 - /wp-content/plugins/admin.php 1 - /skinmain.php 1 - /wp-login.php 3 https://www.google.com/search /wp-plain.php 2 www.google.com /sitemap.xml 2 - /priv.php 1 - /wp-admin/includes/links.php 1 - /g.php 1 - /berlin.php 1 - /yyy.php 1 - /ppp.php 1 - /wp-includes/assets/index.php 1 - /api137.php 1 - /amax.php 2 - /wp-admin/css/colors/blue/index.php 1 - /lock11.php 1 - /worksec.php 1 - /css.php 3 - /bless14.php 1 - /xv.php 1 - /wp-admin/includes/wp-trackback.php 1 - /wp-admin/user/about.php 1 - /vbbn.php 2 - /arasexxz.php 1 www.google.com /Text.php 1 - /dir.php 1 - /claa.php 1 - /Diff.php 1 - /xrp.php 2 - /f35.php 3 - /dbc.php 1 - /cf_scripts/scripts/ajax/ckeditor/ckeditor.js 2 - /an8.php 1 - /sto.php 1 - /lsd.php 1 - /s.php 1 - /wen.php 3 - /ADMIN.php 1 - /02.php 1 - /flower.php 2 - /zafir1.php 1 - /mcd.php 1 - /sao.php 1 - /efsd.php 1 - /bipas.php 2 - /s1.php 1 - /bless.php 1 - /ixj.php 1 - /xse25.php 2 - /see.php 1 - /Engine.php 1 - /abouta.php 1 - /wp-content/index.php 1 - /wp-signin.php 1 - /themes.php 1 - /rip.php 1 - /classgoto24.php 1 - /wrt.php 1 - /sang.php 2 - /classwithtostring.php 1 - /adin.php 1 - /fso.php 1 - /wp-admin/js/index.php 2 - /lts.php 1 - /lx.php 1 - /ID3.php 1 - /vx.php 3 - /s11.php 1 - /ALFA_DATA/alfacgiapi/perl.alfa 1 www.google.com /shell.php 1 - /css/colors/blue/index.php 1 - /xc.php 1 - /89.php 1 - /yep.php 1 - /wp-content/admin.php 1 - /hans.php 1 - /class20.php 1 - /content.php 1 - /blurbs18.php 1 - /smklh.php 1 - /az.php 2 - /uploads/autoload_classmap.php 1 - /dropdown.php 1 - /wp-admin/userk.php 1 - /18299.php 1 - /sck.php 1 - /ova.php 1 - /x56.php 1 - /edit.php 1 - /v3.php 1 - /num.php 1 - /finest09.php 1 - /security.php 1 - /sitemaps.php 1 - /cabs.php 1 - /wp-includes/ID3/about.php 1 - /tajj.php 1 - /xp.php 1 - /cwclass.php 2 - /wp-includes/SimplePie/wp-login.php 1 - /rtx.php 3 - /gifclass.php 1 - /orm.php 1 - /Ov-Simple1.php 1 - /9v6.php 1 - /waw.php 1 - /moon3.php 1 - /sx.php 1 - /wp-admin/js/wp-conflg.php 1 - /x0x.php 1 - /cong.php 2 - /l10n.php 1 - /ac.php 1 - /la.php 2 - /wp-includes/images/wp-login.php 1 - /c4.php 1 - /sadis.php 1 - /scgi-bin.php 1 - /d12.php 1 - /EM.php 1 - /w1w.php 1 - /blox.php 1 - /IXR.php 1 - /rh.php 2 - /wp670.php 1 - /09fa6.php 1 - /byp8.php 1 - /admin/function.php 1 - /install.php 1 - /z60.php 2 - /hlonk.php 1 - /gi.php 1 - /class-.php 1 - /elp.php 1 - /sf.php 1 - /en/gastenboek.php 1 - /jatuh.php 1 - /ooj.php 1 - /alfa.php 1 - /v1.php 1 - /file48.php 2 - /fh26.php 1 - /console 1 - /wp-includes/index.php 1 - /wl.php 1 - /app.php 1 - /wp-admin/about.php 1 - /ws29.php 2 - /File.php 1 - /manager.php 1 - /sitemaps.xml 2 - /ws35.php 2 - /blurbs15.php 1 - /zeu.php 1 - /autoload_classmap.php 1 - /jga.php 1 - /moie.php 1 - /wp-admin/new2.php 1 - /file.php 1 - /inputs.php 1 - /wp-admin/install.php 1 - /app/config.php 1 - /wsheet1.php 1 - /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 - /wp-admin/includes/index.php 1 - /abcd.php 1 - /ws28.php 3 - /license.txt 2 - /xopvne.php 1 - /gec.php 1 - /zwq13.php 1 - /0o0.php 2 - /xpass.php 1 - /.well-known/acme-challenge/wp-login.php 1 - /config.json 2 - /ma.php 3 - /bless5.php 1 - /X7x.php 2 - /xaz.php 1 - /wp-includes/wp-class.php 1 - /great.php 1 - /simple.php 1 - /wqqs.php 1 - /themes/twentytwentytwo/index.php 1 - /as.php 2 - /oo.php 3 - /bby.php 1 - /byp.php 1 - /has.php 1 - /wsz.php 1 - /ifm.php 1 - /img.php 1 - /ww2.php 1 - /rzki.php 1 - /zoz.php 1 - /gecko.php 1 - /f2r4.php 1 - /fwe.php 1 - /xtride.php 1 - /lock1.php 1 - /wp-sign.php 1 - /mda.php 1 - /wp-admin/maint/admin.php 1 - /SimplePie.php 1 - /wp-includes/fonts/index.php 2 - /to.php 1 - /O-Simple.php 1 - /adminer-4.5.0-mysql.php 1 - /wsvvs.php 2 - /ww3.php 1 - /conte.php 2 - /wp-freya.php 1 - /oysdxc.php 1 - /wp-trackback.php 2 - /galex.php 2 - /fv.php 1 - /pn.php 2 - /.well-known/acme-challenge/index.php 1 - /login.do 2 - /fasx.php 1 - /w.php 1 - /1100.php 1 - /wp-help.php 1 - /class3.php 1 - /files.php 1 - /cafe.php 1 - /ahy66.php 1 - /ant.php 1 - /wp-content/radio.php 1 - /aahana.php 1 - /cc.php 1 - /xsas.php 1 - /hly.php 2 - /wp-configs.php 1 - /.env 3 - /horeg.php 1 - /wp-admin/wp-conflg.php 1 - /Okxob.php 1 - /pass.php 1 - /xx.php 2 - /up4.php 1 - /class19.php 1 - /gg.php 2 - /xcre1.php 1 - /kairolin.php 1 - /rsnu.php 1 - /wp-content/upgrade/about.php 1 - /mini.php 1 - /sagym.php 1 - /wp-includes/style-engine/about.php 1 - /admin.php 5 - /nax.php 1 - /wp-conflg.php 1 - /zsz.php 1 - /mh.php 1 - /wft.php 1 - /xz89.php 2 - /tx1.php 1 - /fclas.php 1 - /file9.php 1 - /shoyo.php 2 - /chosen.php 1 - /13.php 1 - /uuu.php 1 - /ah24.php 2 - /sko.php 1 - /wp-includes/widgets/index.php 1 - /gfile.php 1 - /wp-gzone.php 1 - /dox.php 1 - /ioxi-o1.php 2 - /.well-known/index.php 1 - /frg.php 1 - /file30.php 2 - /aQw.php 1 - /about3.php 1 - /radio.php 1 - /xvent.php 1 - /thxt.php 1 - /0xs.php 1 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 155 178.62.82.141 5 5 3298 20260101020354 43.157.95.239 3 3 2458 20260128205801 194.225.50.88 3 3 2454 20260103002029 5.215.82.126 3 9 7713 20260116084849 5.112.176.130 3 9 7725 20260114160739 192.144.148.122 3 3 2458 20260130194606 43.135.145.73 2 2 1640 20260108081018 49.51.233.46 2 2 1640 20260131172918 5.208.100.205 2 8 6895 20260113182400 43.166.246.180 2 2 1641 20260129032311 36.41.75.167 2 2 1644 20260105042336 43.157.38.228 2 2 1640 20260128171754 45.156.128.148 2 2 1636 20260130212034 182.44.8.254 2 2 1640 20260108170551 125.94.144.102 2 2 1640 20260129112850 43.157.179.227 2 2 847 20260128152840 117.33.163.216 2 2 1640 20260107144042 43.131.45.213 2 2 847 20260106073819 43.159.141.150 2 2 1635 20260103054931 170.106.192.208 2 2 1640 20260131001119 170.106.167.214 1 1 822 20260128204402 43.130.71.237 1 1 818 20260106194647 170.106.37.134 1 1 818 20260129100533 45.156.128.61 1 1 818 20260106061422 43.130.72.40 1 1 822 20260101034443 45.156.128.167 1 1 818 20260108195538 43.153.10.83 1 1 822 20260128211228 43.153.49.151 1 1 822 20260107071622 36.111.67.189 1 1 818 20260103072408 192.3.138.29 1 1 818 20260103235328 119.28.177.175 1 1 822 20260108011552 45.8.163.199 1 7 6077 20260126090008 1.192.195.8 1 1 818 20260102010549 129.226.93.214 1 1 818 20260107014032 49.235.136.28 1 1 822 20260131083442 170.106.143.6 1 1 818 20260102181047 101.198.0.181 1 1 1827 20260103224520 151.80.133.171 0 1 2137 182.43.70.143 1 1 822 20260101231937 182.42.111.213 1 1 818 20260106124649 49.51.141.76 1 1 820 20260128175913 199.244.88.227 1 1 818 20260106233646 125.75.66.97 1 1 818 20260128225253 43.157.147.3 1 1 818 20260131011232 122.51.236.174 1 1 822 20260129045933 170.106.11.6 1 1 25 20260103040002 43.135.115.233 1 1 818 20260108192235 43.130.3.122 1 1 822 20260107185108 43.165.65.75 1 1 820 20260103052716 170.106.160.90 1 1 822 20260105000333 79.184.233.182 1 3 3484 20260101190333 43.153.58.28 1 1 824 20260103045748 43.156.202.34 1 1 818 20260107134434 119.28.89.249 1 1 822 20260104033155 43.157.142.101 1 1 824 20260128164844 43.157.43.147 1 1 822 20260128151547 150.109.119.38 1 1 818 20260105201208 43.165.65.180 1 1 818 20260107192655 43.135.185.59 1 1 818 20260128173946 43.159.128.155 1 1 818 20260128212618 109.70.100.12 1 1 5 20260108050133 203.2.64.59 1 1 822 20260104024451 43.159.128.237 1 1 820 20260103043720 43.134.141.244 1 1 819 20260128174851 162.62.213.165 1 1 822 20260101220247 43.165.67.57 1 1 822 20260131101724 100.31.48.128 1 1 818 20260104195414 43.128.67.187 1 1 818 20260129040632 192.36.109.108 1 1 818 20260103173041 100.25.198.201 1 1 818 20260104130658 43.153.119.119 1 1 818 20260102054753 100.50.77.146 1 1 822 20260102135316 185.13.98.57 1 1 818 20260106165140 43.140.247.223 1 1 822 20260106191802 43.153.54.138 1 1 818 20260101163720 170.106.107.87 1 1 824 20260128155004 43.130.74.193 1 1 822 20260106133842 49.51.253.26 1 1 822 20260128212202 49.51.166.228 1 1 818 20260101104009 223.15.245.170 1 1 822 20260106062711 114.96.103.33 1 1 818 20260108035346 51.75.21.177 0 1 322 43.166.142.76 1 1 818 20260105003751 43.153.62.161 1 1 822 20260101160634 43.130.91.95 1 1 818 20260104042900 60.188.57.0 1 1 818 20260102053031 5.116.151.15 1 7 6077 20260115094535 49.51.243.95 1 1 822 20260103051947 192.36.52.37 1 1 818 20260106202938 1.192.192.6 1 1 818 20260102010558 43.166.136.153 1 1 818 20260106141458 199.244.88.229 1 1 818 20260108133948 5.217.84.73 1 7 6077 20260115215538 43.157.50.58 1 1 822 20260108132033 49.51.183.220 1 1 824 20260103040948 182.42.104.32 1 1 822 20260108102255 217.160.202.182 1 1 818 20260107120009 43.130.31.17 1 1 818 20260107074601 43.166.128.86 1 1 822 20260129151111 45.156.128.165 1 1 818 20260108195517 43.159.135.203 1 1 818 20260101042352 43.135.133.241 1 1 822 20260102112956 43.167.236.228 1 1 822 20260107131600 162.62.213.187 1 1 818 20260105065527 43.153.96.233 1 1 818 20260101224438 182.44.9.147 1 1 818 20260105104815 182.44.12.37 1 1 822 20260105172913 43.167.157.80 1 1 818 20260106015835 43.155.129.131 1 1 818 20260131105524 182.44.67.97 1 1 822 20260103011547 43.157.38.131 1 1 822 20260104111802 170.106.197.109 1 1 822 20260102173344 43.130.102.223 1 1 822 20260103034446 43.158.91.71 1 1 822 20260101100643 43.135.36.201 1 1 822 20260105193318 192.71.23.211 1 1 818 20260103205042 13.221.132.158 1 1 818 20260128201131 43.159.144.16 1 1 822 20260108184718 43.164.195.17 1 1 822 20260129092957 101.198.0.142 1 1 822 20260103224545 43.156.109.53 1 1 822 20260131165244 43.130.14.245 1 1 818 20260128154525 43.135.148.92 1 1 822 20260103192257 43.157.158.178 1 1 818 20260103055847 43.159.148.221 1 1 25 20260128180912 43.135.144.126 1 1 822 20260107010934 57.129.139.80 1 1 9 20260107071628 43.166.132.142 1 1 822 20260106191701 175.6.217.4 1 1 818 20260102184914 69.160.160.52 1 7 6077 20260101115600 4.230.28.195 1 1 1823 20260103022652 101.33.81.73 1 1 818 20260108015142 49.51.72.236 1 1 818 20260105125555 170.106.181.163 1 1 822 20260103050858 45.156.128.149 1 1 818 20260130211919 43.153.47.201 1 1 818 20260104181653 170.106.163.48 1 1 822 20260103041828 43.130.53.252 1 1 822 20260108073446 43.130.110.130 1 1 818 20260102121837 43.159.136.201 1 1 822 20260106012258 77.90.185.63 1 1 818 20260108124758 4.194.208.111 1 1 1823 20260103040151 151.80.133.130 1 1 661 20260107041741 43.153.192.98 1 1 817 20260128162923 1.192.192.4 1 1 1823 20260102010526 45.66.35.23 1 1 1823 20260108050132 43.133.91.48 1 1 822 20260105122221 43.167.241.46 1 1 818 20260103195915 93.158.90.69 1 1 818 20260106215723 43.165.69.68 1 1 818 20260103062018 49.51.253.83 1 1 818 20260106081342 43.166.239.145 1 1 820 20260128160930 84.241.21.243 1 7 6077 20260114172129 188.229.18.55 1 1 818 20260114083456 101.198.0.151 1 1 822 20260103224551 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 17 20260101 18 26 21881 14 20260102 14 14 12477 14 20260103 31 31 26847 30 20260104 10 10 8196 10 20260105 11 11 9022 11 20260106 17 17 13930 17 20260107 13 15 12147 13 20260108 17 17 14118 17 20260113 2 8 6895 1 20260114 5 17 14620 3 20260115 2 14 12154 2 20260116 3 9 7713 1 20260126 1 7 6077 1 20260128 19 19 13992 19 20260129 7 7 5742 7 20260130 4 4 3276 3 20260131 7 7 5742 7 END_DAY # Session range - Number of visits BEGIN_SESSION 3 30mn-1h 1 5mn-15mn 1 0s-30s 168 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 / 174 147493 164 164 /form.php 7 139 6 6 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 5 1K-2K 19 0-44 8 500-1K 816 100-500 48 2K-5K 18 END_FILESIZE awstats022026.mehradhospital.ir.txt000064400000203366151504703200013072 0ustar00AWSTATS DATA FILE 7.9 (build 20230108) # If you remove this file, all statistics for date 202602 will be lost/reset. # Last config file used to build this data file was /home/mehradh2/tmp/awstats/awstats.mehradhospital.ir.conf. # Position (offset in bytes) in this file for beginning of each section for # direct I/O access. If you made changes somewhere in this file, you should # also remove completely the MAP section (AWStats will rewrite it at next # update). BEGIN_MAP 28 POS_GENERAL 2048 POS_TIME 2730 POS_VISITOR 49433 POS_DAY 62507 POS_DOMAIN 3527 POS_LOGIN 3966 POS_ROBOT 4178 POS_WORMS 4902 POS_EMAILSENDER 5033 POS_EMAILRECEIVER 5176 POS_SESSION 63204 POS_FILESIZE 67222 POS_SIDER 63384 POS_FILETYPES 5311 POS_DOWNLOADS 5483 POS_OS 5531 POS_BROWSER 5823 POS_SCREENSIZE 6922 POS_UNKNOWNREFERER 6996 POS_UNKNOWNREFERERBROWSER 7484 POS_ORIGIN 7604 POS_SEREFERRALS 7743 POS_PAGEREFS 7887 POS_SEARCHWORDS 8286 POS_KEYWORDS 8438 POS_MISC 2394 POS_ERRORS 8497 POS_CLUSTER 3822 POS_SIDER_404 8603 END_MAP # LastLine = Date of last record processed - Last record line number in last log - Last record offset in last log - Last record signature value # FirstTime = Date of first visit for history file # LastTime = Date of last visit for history file # LastUpdate = Date of last update - Nb of parsed records - Nb of parsed old records - Nb of parsed new records - Nb of parsed corrupted - Nb of parsed dropped # TotalVisits = Number of visits # TotalUnique = Number of unique visitors # MonthHostsKnown = Number of hosts known # MonthHostsUnKnown = Number of hosts unknown BEGIN_GENERAL 8 LastLine 20260227151057 177 23266 10156203114287 FirstTime 20260201001103 LastTime 20260227151057 LastUpdate 20260227165903 177 0 177 0 0 TotalVisits 454 TotalUnique 330 MonthHostsKnown 0 MonthHostsUnknown 356 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 RealPlayerSupport 0 0 0 PDFSupport 0 0 0 FlashSupport 0 0 0 JavascriptDisabled 0 0 0 WindowsMediaPlayerSupport 0 0 0 QuickTimeSupport 0 0 0 JavaEnabled 0 0 0 TotalMisc 0 0 0 DirectorSupport 0 0 0 AddToFavourites 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 31 31 27119 170 171 135293 1 46 58 42606 26 32 21203 2 27 27 24983 12 16 12663 3 14 15 15104 147 159 126247 4 11 11 11318 9 34 25310 5 9 11 8750 159 159 126555 6 24 43 37929 931 935 744924 7 32 38 24912 74 77 58886 8 27 79 68267 78 90 88981 9 16 16 12366 181 183 145400 10 42 42 31678 52 63 49417 11 13 14 23507 25 30 23134 12 22 22 18121 172 174 137420 13 14 14 23008 23 26 20446 14 12 12 9864 141 150 120091 15 13 13 10834 262 268 211402 16 42 42 19686 169 176 137699 17 18 18 15897 132 144 114332 18 15 15 12364 442 456 365078 19 27 27 9300 204 211 166783 20 24 24 18158 22 23 19045 21 30 30 23187 78 78 62034 22 53 61 90670 157 158 125749 23 18 18 15041 5 10 8465 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 17 jp 203 209 169703 us 154 229 248992 cn 103 103 84266 nl 61 61 5122 se 10 10 8289 de 9 10 8647 fr 8 8 7094 zz 7 7 1192 ir 5 11 28401 gb 5 5 7821 au 5 5 3318 ru 3 3 1649 dk 2 2 3646 in 2 8 6938 ca 1 2 2654 ie 1 7 6081 no 1 1 856 END_DOMAIN # Cluster ID - Pages - Hits - Bandwidth BEGIN_CLUSTER 0 END_CLUSTER # Login - Pages - Hits - Bandwidth - Last visit # The 10 first Pages must be first (order not required for others) BEGIN_LOGIN 2 root 1 1 823 20260213015919 guest 1 1 823 20260213015919 END_LOGIN # Robot ID - Hits - Bandwidth - Last visit - Hits on robots.txt # The 25 first Hits must be first (order not required for others) BEGIN_ROBOT 17 Googlebot/ 65 49484 20260227061424 0 MJ12bot/ 20 15297 20260226060746 0 facebookexternalhit/ 16 30419 20260220080908 0 crawl 5 3315 20260219195314 0 AhrefsBot/ 5 4963 20260205235304 0 Applebot/ 4 4779 20260220185517 0 bingbot/ 4 4295 20260209081047 0 BW/ 3 3126 20260217182923 0 scanner 2 667 20260219130004 0 Go\-http\-client/ 2 1641 20260213174115 0 no_user_agent 2 3646 20260217140040 0 YandexBot/ 1 856 20260226021124 0 bot[\s_+:,\.\;\/\\-] 1 856 20260226235319 0 link 1 366 20260208152454 0 Baiduspider/ 1 25 20260216153849 0 nutch 1 822 20260221181329 0 survey 1 1827 20260209201325 0 END_ROBOT # Worm ID - Hits - Bandwidth - Last visit # The 5 first Hits must be first (order not required for others) BEGIN_WORMS 0 END_WORMS # EMail - Hits - Bandwidth - Last visit # The 20 first Hits must be first (order not required for others) BEGIN_EMAILSENDER 0 END_EMAILSENDER # EMail - Hits - Bandwidth - Last visit # The 20 first hits must be first (order not required for others) BEGIN_EMAILRECEIVER 0 END_EMAILRECEIVER # Files type - Hits - Bandwidth - Bandwidth without compression - Bandwidth after compression BEGIN_FILETYPES 6 js 35 45797 0 0 svg 49 21845 0 0 php 70 114780 0 0 css 17 24154 0 0 html 437 382662 0 0 Unknown 73 5431 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 17 androidkitkat 1 1 android 10 4 linuxubuntu 6 5 macosx15 1 1 android11 2 2 macosx14 2 2 linux 21 19 android13 2 2 win8 6 6 Unknown 96 96 ios_iphone 401 349 win10 68 32 win7 43 41 unix 1 1 winxp 9 9 androidnougat 5 5 macosx 7 5 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 52 chrome101.0.4951.41 1 1 mozilla 55 55 opera24.0.1558.6446968605 3 3 firefox147.0 17 12 firefox114.0 1 1 chrome103.0.0.0 1 1 chrome138.0.0.0 18 6 Unknown 40 40 chrome142.0.7444.162 7 1 chrome117.0.5938.132 7 1 firefox140.8 1 1 chrome136.0.0.0 1 1 android 1 1 chrome66.0.3359.117 1 1 chrome112.0.5615.136 2 2 firefox123 3 3 iceape 1 1 chrome91.0.4472.114 3 3 opera12.1646968605 30 30 chrome133.0.0.0 1 1 safari5.0.2 1 1 opera23.0.1522.7546968605 8 8 safari14.0 1 1 chrome79.0 3 3 chrome99.0.4844.73 1 1 chrome90.0.4430.212 1 1 chrome121.0.0.0 1 1 chrome7.0.514.0 1 1 chrome109.0.0.0 8 2 chrome105.0.0.0 4 4 opera80.4.4244.7786 2 2 chrome30.0.1599.101 2 2 chrome60.0.3112.107 5 5 safari26.0 2 2 msie7.0 1 1 opera12.1546968605 6 6 chrome122.0.0.0 1 1 safari26.2 62 10 chrome79.0.3945.79 7 1 chrome137.0.0.0 1 1 safari 1 1 safari13.0.3 337 337 chrome124.0.0.0 6 6 chrome83.0.4103.61 3 1 chrome76.0.3809.100 1 1 safari17.1.2 1 1 opera12.1146968605 3 3 chrome79.0.3945.130 2 2 firefox72.0 2 2 safari17.3.1 1 1 chrome141.0.7390.124 7 1 chrome142.0.0.0 5 5 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 5 Cpanel-HTTP-Client/1.0 20260207073026 Mozilla/5.0_(compatible;_ips-agent) 20260213170101 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20260227015514 Mozilla/5.0_(compatible;_Let's_Encrypt_validation_server;__https://www.letsencrypt.org) 20260208011239 Mozilla/5.0_(MeeGo;_NokiaN9)_AppleWebKit/534.13_(KHTML,_like_Gecko)_NokiaBrowser/8.5.0_Mobile_Safari/534.13 20260209221814 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 1 Cpanel-HTTP-Client/1.0 20260207073026 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 520 525 From1 0 0 From2 0 0 From3 20 20 From4 40 136 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 0 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 8 http://m.facebook.com 10 10 http://www.openurls.com.cn 4 4 http://elibrary.edu.sqi.ng 1 1 http://track.newel.in 1 1 https://creawebsolutions.com.bama6603.odns.fr 1 1 https://hecservice.hk 1 1 http://nascopestcontrolqa.com 1 1 https://esagas.co.uk 1 1 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 2 404 3633 2889480 403 39 30693 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 1824 /asd.php 1 - /wp-2019.php 1 - /wp-includes/SimplePie/db_model.php 1 - /wp-includes/images/crystal/ 1 - /wp-admin/network/subjects.php 1 - /wp-includes/style-engine/wp-conflg.php 2 - /class.1.php 3 - /F19.php 1 - /open.php 2 - /core.php 5 - /24name.php 1 - /ww.php 4 - /seetox.php 2 - /init.php 10 - /file5.php 3 - /inege.php 6 - /by.php 1 - /zz.php 1 - /wp-editor.php 1 - /wp-content/themes/seotheme/mar.php 2 - /pegi.PhP8 1 - /file2.php 5 - /options-reading.php 1 - //templates/beez/index.php 1 - /wp-includes/fonts/ 1 - /wp-admin/about.php 3 - /wp-content/plugins/index.php 6 - /aq.php 2 - /wp-includes/js/codemirror/index.php 1 - //z.php 1 - /wp-includes/js/dist/development/ 1 - /wp-content/languages/plugins/index.php 1 - /chosen.php 5 - /ws69.php 2 - /wp-includes/Text/Diff/ 1 - /batm.php 1 - /.well-known/acme-challenge/my1.php 1 - /wp/wp-content/themes/twentytwentyfive/wpc.php 1 - /wp-includes/Requests/src/ 1 - /past.php 2 - /ac2uzyno.php 1 - /repeater.php 1 - /gmo.php 3 - /smm.php 2 - /wp-pano.php 1 - /signup.php 1 - /wp-admin/wp-conflg.php 3 - /wp-includes/pomo/index.php 1 - /to.php 4 - /wp-includes/js/tinymce/skins/wordpress/images/about.php 1 - /trd.php 1 - /100.kb.php 2 - /wp-includes/customize/autoload_classmap.php 1 - /wp-includes/style-engine/ 1 - /bnm.php 3 - /gnip.php 1 - /wp-admin/edit.php 1 - /fm1.php 2 - /503.php 3 - /wp-includes/blocks/freeform/ 1 - /autoload_classmap.php 7 - /wp-good.php 4 - /wp-themes.php 2 - //zaa.php 2 - //zwso.php 2 - /mcp 1 - /env.php 2 - /abc.php 6 - /wp-admin/js/ 1 - /admin-header.php 1 - /wp-admin/css/colors/ectoplasm/ 1 - /01.php 1 - /wp-content/cc13.php 1 - //wp-content/themes/about.php 2 - /.ll/ss.php 1 - /hehehehe.php 1 - /wp-content/plugins/core-plugin/include.php 1 - /callback.php 2 - /tx24.php 1 - /shell.php5 1 - /ping.php 1 - /wp-includes/html-api/ 1 - /wp-content/plugins/hellopress/wp_filemanager.php 45 - //wp-includes/assets/index.php 2 - /wp-content/plugins/erinyani/ 1 - /checkbex.php 1 - /maraz.php 2 - /wp-includes/IXR/wp-login.php 1 - /wp-includes/sodium_compat/ 1 - /wy2WOGSBPzj.php 1 - /wp-includes/blocks/code/ 1 - /aa.php 9 - //assets/css/index.php 1 - /test1.php 4 - /1975.php 1 - /admin/upload/ 1 - /wp-content/xc.php 1 - /sys.php 2 - /inlong/manager/api/anno/login 1 - /mini.php 9 - /wp-includes/certificates/plugins.php 2 - /wp-admin/wp-admins.php 1 - /lp6.php 4 - /wp-content/themes/tflow/as.php 1 - /p/wp-content/themes/astra/inc/ki1k.php 1 - /wp-admin/js/widgets/about.php7 1 - /hey.php 2 - /rss.php 1 - /fie.php 1 - /wp-json/wp/v2/posts 1 - /api.php 2 - /wp-user.php 2 - /wp-includes/PHPMailer/admin.php 1 - /ton.php 2 - /ee8.php 1 - /alfa.php 7 - /02.php 2 - //cwclass.php 2 - /wp-content/plugins/classic-editor/ 1 - /akxjt.php 1 - /million.php 1 - /jane.php 2 - /bypltspd.php 1 - /backup/ 1 - /i.php 7 - /images/stories/ 1 - /wp-includes/admin.php 3 - /F1.php 1 - /l.php 1 - /mah/xBrain.php 1 - /tuco.php 1 - /p1ng.php 1 - /api/v1/auth/force-reset-password 3 - /gfile.php 1 - /wp-content/uploads/2018/12/wso.php 1 - /cux.php 1 - /55.php 2 - /wp-admin/network/ 3 - /asc.php 2 - /info.php 7 - /wc49.php 1 - /wp-content/plugins/erinyani/asasx.php 1 - //admin/function.php 2 - /wp-activate.php 2 - /htaccess.php 2 - /.env 6 - /.well-knownold/ 1 - /abcd.php 6 - /gssdd.php 1 - /ftp.php 2 - /wp-includes/assets/ 1 - /Capte.php 2 - /rJs.php 1 - /lock2.php 1 - /file3.php 2 - /jp.php 2 - /wp-includes/IXR/ 1 - /meew.php 1 - /ddd.php 2 - /in.php 2 - /f5.php 2 - /wp.php 9 - /radio.php 5 - /.well-known/acme-challenge/cloud.php 1 - /wp-admin/images/wp-conflg.php 2 - /x.php 7 - /wp-content/plugins/apikey/1.php 1 - /lbmd5v5t.php 1 - /yas.php 5 - /wp-includes/block-supports/ 1 - //shell.php 1 - /wp-content/themes/pridmag/alfa.php 1 - //skin/install/default/security.php 2 - /blurbs18.php 2 - /buy.php 6 - /docs/ 1 - /.well-known/pki-validation/nxc.php 1 - /wp-atom.php 1 - /wp-admin/radio.php 1 - /wp-includes/assets/admin.php 1 - /wp-includes/style-engine/about.php 1 - /edit-form-advanced.php 1 - /html.php 1 - /hmnzvbup.php 1 www.google.com /leaf.php 1 - /wp-signup.php 1 - //bak.php 1 - /ws58.php 3 - /wp-includes/block-patterns/ 3 - /alpha.php 2 - /wp-content/uploads/2023/05/404.php 1 - /wp-content/ 4 - /wp-admin/options.php 1 - /beence.php/wp-admin/images/Mhbgf.php 1 - /wp-content/themes/index.php 1 - /wordpress/wp-includes/wlwmanifest.xml 2 - /.well-known/pki-validation/afnew.php 1 - //core.php 1 - /sf.php 1 - //orouu.php 1 - /wp-includes/Requests/ 1 - //configuration.php 2 - /.well-known/pki-validation/dbform69.php 1 - /wp-includes/blocks/group/ 1 - /404.php 8 - /img/ 1 - /modules/mod_simplefileuploadv1.3/elements/ 1 - /new4.php 7 - /wp-content/themes/sky-pro/js.php 1 - /atomlib.php 7 - //erty.php 3 - /wp-content/themes/twenty/twenty.php 1 - /user.php 2 - /login5.php 1 - /img.php 4 - /ufdqlzwb.php 1 - /wp-includes/widgets/include.php 1 - /tt.php 1 - /wp-cron.php 1 - /188.php 1 - /Cache.php 1 - /wp-content/plugins/WordPressCore/include.php 1 - /dialog.php 2 - /async.php 2 - //wp-includes/js/dist/ 2 - /pop.php 2 - /wp-admin/js/widgets/admin.php 1 - /assets/as.php 2 - /alfa-rex.php7 3 - /o.php 2 - /logs1.php 3 - /a6s2.php 1 - /rlalvpwo.php 1 www.google.com /ws67.php 3 - /index_w.php 1 - /fot.php 3 - /goods.php 4 - /public/06.php 1 - /.well-known/acme-challenge/file.php 1 - /wp-content/plugins/ioxi/ioxi/ 1 - /beence.php 1 - /n3.php 3 - /wp-content/plugins/wp-theme-editor/include.php 1 - /.well-known/pki-validation/cux.php 1 - /owl.php 1 - /ar.php 2 - /uploads/ 1 - /help.php 1 - /images/fk2e3/ 2 - /wp-includes/wp-conflg.php 1 - /wp-content/1.php 2 - /wp-load.php 2 - /berlin.php 1 - //wp-content/upgrade/about.php 1 - /a2.php 6 - /dev1s.php 4 - /shell.php 3 - /wp-content/plugins/xc.php 1 - /baixy.php 4 - /wp-includes/widgets/autoload_classmap.php 1 - /a5e0a.php 1 - /custom-background.php 1 - /xxxx.php 2 - //404.php 2 - /wp-style.php 2 - /wp-includes/rest-api/endpoints/ 1 - /fai.php 1 - /wp-includes/Text/Diff/about.php 1 - /a1.php 5 - /wp-includes/Requests/Auth/ 1 - /classsmtps.php 1 - //wp-admin/images/wp-conflg.php 3 - /index/function.php 2 - /wp-admin/404.php 1 - /wp-includes/pomo/ 1 - /wp-includes/ID3/user-info.php 1 - /hotel.php 1 - /z.php 2 - /defaults.php 1 - /file-manager.php 1 - /wp-includes/js/tinymce/skins/alfa-rex.php8 1 - //ap.php 2 - /wp-admin/setup-config.php 5 - //f6.php 2 - /local/ 1 - /xqq.php 2 - /siteheads.php 3 - /priv8.php 2 - /rx.php 1 - /.tmb/mariju.php 1 - /R57.php 5 - /fv.php 1 - /web/wp-includes/wlwmanifest.xml 2 - /sad8rd1.php 1 - /V2_xml.php 1 - /wp-includes/js/tinymce/langs/ 1 - /2020/wp-includes/wlwmanifest.xml 1 - /rum.php 1 - /frontend_dev.php 1 - /mode.php 3 - //log.php 1 - /ALFA_DATA/ 1 - /securepassword.php 1 - /flower.php 5 - /wp-config-sample.php 3 - /al.php 1 - /wp-content/plugins/hello.php 1 - /wp-includes/Requests/Text/ 1 - /wp-head.php 1 - /configure.php 1 - /ext.php 2 - /wp-includes/css/dist/widgets/about.php 1 - /wp-includes/widgets/ 1 - //edit.php 2 - /vxrl.php 4 - //inputs.php 5 - /function/function.php 2 - /assets/atomlib.php 1 - /server.php 1 - /include.php 1 - /nnyvn.php 1 - /acp.php 1 - /wp-includes/images/media/ 1 - /wp-includes/ID3/autoload_classmap.php 1 - /4tl1h0lm.php 1 - /wp-content/themes/too.php 1 - /fff.php 4 - /num.php 7 - //autoload_classmap.php 2 - /wp-includes/Requests/Proxy/ 1 - /cu.php 4 - /666.php 9 - //wp-content/uploads/index.php 3 - /wp-includes/Text/about.php 4 - //wp-includes/l10n/ 1 - /ak.php 6 - /rtx.php 3 - /.well-known/acme-challenge/atomlib.php 1 - /wp-michan.php 1 - /assacc.php 3 - /file48.php 1 - /12.php 2 - /404.php/wp-admin/images/Mhbgf.php 1 - //wp-admin/js/widgets/index.php 1 - /6bcwiqwj.php 2 - /evil.php 1 - /wp-includes/Text/Diff/Engine/about.php 3 - /private/ 1 - /dlu.php 1 - /wqqs.php 2 - /fw.php 1 - /wp-includes/Requests/src/HookManager.php 1 - //new/index.php 1 - /up.php 2 - /NewFile.php 1 - /class.api.php 1 - /24.php 7 - /xc.php 1 - /aboutc.php 7 - /packed.php 2 - /ftem.php 1 - /wp-admin/css/colors/modern/ 1 - /x_3.php 2 - /admin-footer.php 5 - /wp-crom.php 1 - /wp-shirei.php 1 - /wp-includes/css/about.php 2 - /nZILpby53HV.php 1 - /woh.php 1 - /wp-admin/css/colors/blue/admin.php 1 - /kjh.php 2 - /.well-known/pki-validation/xl2023.php 1 - /khgdl.php 1 - /wp-includes/block-patterns/autoload_classmap.php 1 - /ch.php 1 - /bypass.php 1 - /v2.php 4 - /o5filRO2SH9.php 1 - /pp.php 2 - /wp-content/plugins/mainhosting/asasx.php 1 - /wp-includes/sitemaps/ 1 - /wp-content/plugins/core/include.php 1 - /wp-content/themes/astra/inc/ki1k.php/js/fm.php 1 - /wp-includes/ID3/simi.php 1 - /lc.php 2 - /ws65.php 1 - /freedoms.php 1 - /wp-includes/block-supports/utils.php 1 - /museu/yhweq.php 2 - /size.php 2 - /cytyr.php 2 - /chosen/function.php 2 - /wp2/wp-includes/wlwmanifest.xml 1 - /living.php 1 - /d12.php 1 - /166.php 15 - /wp_class_datalib.php 1 - /wp-content/updates.php 1 - /wp-includes/PHPMailer/about.php 1 - /waplogin.php 1 - /ya.php 1 - /wp-content/languages/wp-login.php 1 - /wp-includes/themes.php 1 - /wp-content/themes/user-new.php 1 - /sites/default/files/ 1 - /1index.php 1 - /mjq.php 1 - /f35.php 8 - /x56.php 1 - /koko.PhP7 1 - /wp-includes/IXR/about.php 1 - /ws64.php 1 - /class19.php 1 - //fimai.php 1 - /wp-content/themes/digital-download/new.php 1 - /global.php 4 - /wp-content/themes/tflow/up.php 1 - /my.php 1 - //wp-includes/admin.php 1 - /wp-rss.php 1 - /bolt.php 12 - /wp-includes/css/dist/ 1 - /aaa.php 11 - /wp-includes/SimplePie/autoload_classmap.php 1 - /alf.php 1 - /fucixwya.php 1 - /hexx.php 1 - /wp-admin/css/colors/sunrise/ 1 - /dot.php 1 - /wp-includes/block-patterns/index.php 1 - /gawean.php 1 - /godsend.php 1 - /easy.php 2 - /wp-admin/network/network.php 1 - /wp-admin/ 4 - /selesai.php 2 - /wp-content/themes/alera/alpha.php 1 - /sterJs.php 1 - /logi.php 1 - /index.php 1 - /~norapump/hah.php 2 - /wwx.php 1 - /ff.php 5 - /environment.php 5 - /wp-content/themes/newstoday/lang.php 1 - /ho/wpup.php 2 - /wp-ann.php 1 - /w3llscc%20-%20Copy.php7 1 - /ioxi.php 11 - /.well-known/acme-challenge/about.php 1 - //wp-content/admin.php 1 - /file17.php 1 - /.well-known/pki-validation/ 1 - /backup.php 4 - /editor.php 1 - /site/wp-includes/wlwmanifest.xml 2 - /wp-includes/fonts/index.php 3 - /403.php 10 - /nyan.php 3 - /amp.php 4 - /wp-includes/product.php 1 - /wp-admin/css/colors/blue/about.php 6 - /contact-us.php 1 - /.bod/.ll/ss.php 1 - /wp-content/about.php 1 - /wp-admin/network/natural.php 1 - /s1.php 3 - /fwe.php 1 - /wp-content/themes/404.php 1 - /ws68.php 2 - /yklsy.php 1 - /1wx.php 1 - /sxo.php 2 - /.well-known/acme-challenge/xa.php 1 - /wp-includes/images/chosen.php 1 - /.tmb/ 1 - /wp-content/uploads/index.php 1 - /gib.php 2 - /t.php 11 - /wp-includes/customize/sx.php 1 - /tccaepbk.php 1 - /bay11.php 1 - /.p.php 1 - /alfanew.PhP7 1 - /wp-includes/customize/about.php 1 - //d2.php 1 - /wp-rss2.php 1 - /karak.php 2 - /lock1.php 1 - /wp-includes/IXR/moon.php 2 - /ioxi-rex3.php7 1 - /.well-known/pki-validation/chosen.php 1 - /click.php 7 - /dr.php 3 - /apsarasarts/okk.php 2 - /wp-blog-header.php 2 - //cgi-bin/index.php 3 - /wp-includes/customize/wp-conflg.php 2 - /panel.php 1 - /wp-content/themes/wp-pridmag/init.php 1 - /ioxi-rex5.php7 1 - /.well-known/gecko-litespeed.php 3 - /wp-admin/shell.php 1 - /wp-links.php 1 - /wp-includes/blocks/calendar/ 1 - /Ov-Simple1.php 3 - //wp-content/cong.php 1 - /wp-includes/pomo/about.php 1 - /css/cloud.php 1 - /alfashell.php 4 - /client/api/ 1 - /new.php 3 - //x.php 4 - /ALFA_DATA/alfacgiapi/perl.alfa 2 www.google.com /thebe.php 2 - /class3.php 1 - /wp-the.php 3 - /ract.php 1 - /randkeyword.php 1 - /wp-includes/block-supports/custom-classname.php 1 - /wp-includes/assets/index.php 6 - /wp-includes/customize/index.php 1 - /css.php/cloud.php 1 - /admin/upload/css.php 1 - /r.php 1 - /fa.php 1 - /wp-content/packed.php 1 - /ziwopudm.php 1 - /des.php 2 - /jindex.php 1 - /zwq13.php 2 - /raw.php 2 - /.trash7309/index.php 1 - /wp-admin/includes/themes.php 1 - /cmd.php 1 - /lufix.php 1 - /network_xo.php 1 - /blog/fw.php 1 - /news/wp-includes/wlwmanifest.xml 1 - /wp-includes/js/tinymce/plugins/compat3x/css/ 1 - /boots.php 1 - /x123x.php 1 - /ay.php 1 - /file59.php 2 - /natural.php 1 - /wp-content/plugins/ 1 - //xxzdc.php 1 - //403.php 3 - /grsiuk.php 9 - /wp-includes/Requests/index.php 2 - /00:.php 1 - /admin/admin.php 2 - /wp-admin/function.php 1 - /nhybelpl.php 1 - /wp-content/plugins/Cache/Cache.php 1 - /sh.php 1 - /wp-content/plugins/shell/noimg.php 1 - /api/modular-connector/login/ivomy 1 - /sym403.php 1 - /blkafewl.php 1 - /wp-content/autoload_classmap.php 1 - /wp-content/uploads/autoload_classmap.php 1 - /wp-includes/Requests/library/ 1 - /black.php 4 - /js/adminer-3.5.1.php 1 - /n.php 1 - /timocra.php 1 - /wp-content/plugins/erinyani/gebase.php 1 - /gh.php 1 - /ee.php 2 - /hplfuns.php 2 - /mysql-adminer.php 1 - /wp-content/plugins/seoplugins/db.php 1 - /wp-admin/users.php 1 - /wp-admin/x.php 2 - /4h.php 1 - /wp-includes/block-supports/about.php 1 - //new.php 1 - /jmfi2.php 3 - /are.php 1 - /star.php 1 - /wp-includes/Text/dashboard.php 1 - /zmFM.php 1 - /txets.php 2 - /wp-content/radio.php 4 - /Sanskrit.php 3 - /wp-includes/autoload_classmap.php 1 - /.trash7309/dd/ 2 - //fck.php 1 - /wp-content/themes/ 1 - /console/index.html 1 - /wp-content/mu-plugins/ 1 - /passport/signin 1 - /wp-cache.php 1 - /class-db.php 1 - /akcc.php 5 - /wp-includes/assets/script-loader-packages.min.php 1 - /33.php 1 - /wp-content/admin.php 7 - /wp-is.php 1 - /.well-known/admin.php 3 - /dex.php 2 - //wp-includes/assets/ 1 - /wp-includes/PHPMailer/ 3 - /yr.PHP 1 - /wp-admin/css/colors/ 1 - /wp_wrong_datlib.php 1 - /fakp.php 1 - /doc.php 2 - /auth/login/ 1 - /gtc.php 4 - /gk.php 3 - /styles.php 3 - /lanka.php 2 - //wp-content/ 4 - //mal.php 2 - /wp-includes/SimplePie/chosen.php 1 - /gif.php 1 - /yifsx.php 1 - /iwivi.php 1 - /mln.php 1 - /cmdo.php 2 - //gdn.php 1 - /av.php%20s 1 - /wp-includes/fonts/admin.php 1 - /upload_file.php 1 - /wp-admin/js/widgets/ 1 - /wp-admin/css/colors/coffee/alfa-rex.php 1 - /wp-includes/SimplePie/Content/Type/ 1 - /wp-admin/css/colors/blue/file.php 1 - /Site/ 1 - //geck.php 2 - //kalso.php 1 - /filemanager.php 4 - /wp-admin/admin.php 1 - /symlink.php 1 - /ava.php 4 - /plugins/ 1 - /bs1.php 1 - /122.php 1 - /lp5.php 1 - /alfacgiapi/perl.alfa 2 www.google.com /.tmb/about.php 1 - /wp-p2r3q9c8k4.php 4 - /oo.php 2 - /geju.php 3 - /minimo.php 1 - /mk.php 1 - /login.php 1 - /god.php 1 - /add_actualites.php 1 - /css/install.php 1 - /wp-includes/js/tinymce/plugins/wptextpattern/about.php 1 - /assets/ 1 - /wp-content/themes/seotheme/db.php 7 - /wp-content/themes/sketch/404.php 2 - /klbnm.php 1 - /contact-demo.php 1 - /wso.php 1 - //wp.php 2 - /gettest.php 11 - /wp-scr1pts.php 2 - /signin 2 - /wp-includes/sitemaps/about.php 3 - /index/about.php 1 - /about.php7 3 - /wp-22.php 2 - /41.php 3 - /wp-update.php 3 - /wp-act.php 9 - /images/admin.php 1 - /wp-includes/fonts/autoload_classmap.php 1 - /wp-includes/fonts/about.php 1 - /wp-includes/wlwmanifest.xml 1 - /bk.php 4 - //install.php 3 - /wp-includes/sodium_compat/src/ 1 - /pass4.php 1 - /cool.php 1 - /wp-content/themes/themes.php 1 - /at/name.php 1 - /wp-includes/js/crop/ 1 - /wp-content/plugins/seoo/wsoyanz.php 1 - /wp-content/content.php 2 - /autoload_classmap/function.php 1 - /wp-includes/Requests/about.php 3 - /lala.php 2 - /f2.php 2 - /X7x.php 3 - /wp-includes/Requests/Transport/ 1 - /z60.php 2 - /wp-content/banners/about.php 1 - /xpwer1.php 2 - /wp-admin/maint/admin.php 3 - /wp-admin/css/colors/about.php 1 - /concrete5/index.php/install 1 - /wp-admin/user/about.php 4 - /wp-includes/Requests/Proxy/HTTP.term.php 1 - //alfa.php 3 - /options-head.php 2 - /options.php 2 - /Geforce.php 4 - /wp-admin/js/admin.php 1 - /wp-content/upgrade/ 1 - /confq.php 2 - /varb.php 1 - /ioxi002.PhP7/wp-admin/images/Mhbgf.php 1 - /man.php7 1 - /71.php 2 - /dolphinscheduler/login 1 - //.cache/x.php 2 - //rip.php 1 - /us/confirm.php 1 - /wp-content/admin-header.php 1 - /wp-includes/assets/autoload_classmap.php 1 - /jsond.php 4 - /w3llscc.php7 2 - /wp-includes/js/imgareaselect/ 1 - /WordPress/x/ 2 - /wp-admin/js/about.php7 1 - /wp-includes/certificates/ 1 - //wp-content/plugins/index.php 2 - /wp-includes/sitemaps/wp-conflg.php 2 - /2.php 2 - /asd67.php 3 - //adminfuns.php 2 - /.well-known/acme-challenge/muse.php 1 - /files/ 1 - /sitemap.php 1 - /mail.php 1 - /wp-includes/Requests/src/Hooks.php 1 - //av.php 2 - /cord.php 1 - /f355.php 1 - /wp2.php 1 - /wp-content/plugins/pwnd-1/pwnd.php 1 - /wp-content/plugins/phpadmin/acp.php 1 - /av.php 1 - /admin.php 9 - /index.php/install 1 - /gaigu.php 1 - //products/about.php 1 - /clasa99.php 2 - /maul.php 1 - /work.php 1 - //wp-content/json.php 2 - /tfm.php 5 - /wp-info.php 2 - /wp-includes/random_compat/about.php 1 - /wp-includes/css/dist/edit-widgets/ 1 - /wp-admin/css/colors/blue/index.php 5 - /users.php 4 - /sfykjobi.php 1 www.google.com //wp-content/themes/seotheme/mar.php 5 - /alfa-rex.php 2 - /admin/controller/extension/extension/ 1 - /priv.php 1 - /lul.php 2 - /wp-admin/includes/about.php 1 - /lb.php 1 - /pi.php 1 - /wp-content/plugins/so-pinyin-slugs/inc/main_json.php 1 - /wp-plugins.php 1 - /media.php 2 - /xox.php 1 - /admin/editor/ 1 - /ALFA_DATA/alfacgiapi/ 1 - //mah/function.php 1 - /wp-content/plugins/alfa-rex.php 1 - /_profiler/phpinfo.php 1 - /wp-includes/wp-atom.php 1 - /wp-content/edit.php 1 - /as/function.php 1 - /wp-includes/Requests/src/Utility/about.php 1 - /fileupload.php 1 - /wp-admin/network/chosen.php 1 - /comments.php 1 - /cgi-bin/xmrlpc.php 1 - /good.php 1 - /wp-content/wp-conflg.php 4 - /wp-content/cong.php 1 - /gawean.PhP7 1 - /xs.php 4 - /wp-content/plugins/ubh/goods.php 1 - /aw.php 2 - /adin.php 1 - /wp-includes/js/swfupload/ 1 - /cv.php 2 - /wp-rdf.php 1 - /cc13.php 2 - /admin/function.php 4 - /wsd.php 4 - /.well-known/acme-challenge/admin.php 2 - /wp-admin/js/fi.php 1 - /wp-signin.php 1 - /rezor.php 2 - /wp-admin/meta/ 1 - /wp-blogs.php 5 - /.trash7309/f/ 2 - /wp-trackback.php 4 - /fault.php 1 - /zzxy.php 1 - /wp-tot.php 3 - //lala.php 4 - /shx.php 2 - /cfile.php 1 - /wp-includes/SimplePie/Cache/ 1 - /assets/css/ 1 - //class.php 2 - /ecoraiderusa.com/cong.php 1 - /xmlrpc.php 6 - /randkeyword.PhP7 2 - //doc.php 2 - /fck.php 1 - /6kDPjgFTmvS.php 1 - /vendor/phpunit/phpunit/src/Util/PHP/ 1 - /sto.php 2 - /wp-admin/maint/index.php 5 - /yanz.php 1 - /galex.php 2 - /plss3.php 3 - /55b76.php 1 - /wp-content/themes/pridmag/install.php 1 - /media-upload.php 1 - /wp-rocket.php 1 - /galer.php 2 - /momo.php 2 - /filesss.php 1 - /wp-mail.php 2 - /wp-content/plugins/pwnd/pwnd.php 1 - /fpvztega.php 1 - /wen.php 12 - /144.php 2 - /wp-includes/mah.php 2 - /.well-known/pki-validation/about.php 1 - /asus.php 3 - /wp-admin/css/colors/ocean/about.php 1 - /ulc2.php 1 - /browse.php 3 - /add.php 2 - /RIP.php 3 - //buy.php 1 - /log.php 4 - /wp-content/uploads/de_fb_uploads/b.php 1 - /wp-includes/404.php 1 - /Wp-good.php 2 - /revision.php 3 - /t00l.php 1 - /wp-content/themes/wp-pridmag/classwithtostring.php 1 - /wp-content/themes/wp-pridmag/up.php 1 - /structure.php 1 - /error.php 2 - /MARIJUANA.php 2 - /xx.php 5 - /5index.php 1 - /wp-site.php 2 - /columns.php 1 - /vv.php 1 - /lang/en.php 1 - /x3x.php 1 - //user.php 2 - /web.php 1 - //wp-content/plugins/Core-EconX/up.php 2 - /wp-content/plugin.php 1 - //wp-admin/class-db.php 2 - /zrneoofb.php 1 - /ioxi001.PhP7 1 - /kdgok.php 2 - /wp-content/uploads/2021/ 1 - /wp-content/themes/cay-van-phong/filemanager.php 1 - //wp-includes/css/about.php 4 - /wp-includes/css/db_model.php 1 - /kbfr.php 3 - /wp-includes/ 1 - /wp-content/uploads/wp-conflg.php 1 - /zc-104.php 1 - /send.php 1 - /wp-includes/block-supports/generated-classname.php 1 - /kex.php 1 - /lkj.php 2 - /ini.php 2 - /ma.php 2 - /load.php 1 - /login 1 - /er.php 1 - /we.php 4 - /api/account/auth/form 4 - /wp-content/uploads/2022/07/ 1 - /ahax.php 3 - /wp-content/plugins/linkpreview/j.php 1 - /fi.php 3 - /worksec.php 1 - /knmt.php 3 - /epinyins.php 1 - /wp-includes/rest-api/fields/ 1 - /wp-includes/images/about.php 2 - /knme.php 2 - /file7.php 3 - /aa2.php 1 - /wp-content/wso.php 1 - /bwiau.php 1 - //wp-includes/Text/wp-login.php 1 - /wp-admin/css/term.php 1 - /wp-content/plugins/about.php 1 - /wp-content/themes/classic/inc/ 1 - /insert_activity_db.php 1 - /zz.php/wp-includes/wp-includes_function.php 1 - /luuf.php 1 - /rip.php 4 - /wp-includes/Requests/Text/admin.php 1 - /mds.php 2 - /nc4.php 1 - /errw.php 2 - /ova.php 1 - /ws71.php 2 - /wp-content/uploads/wpr-addons/forms/b1ack.php 1 - /re.php 2 - /wp-admin/images/Mhbgf.php 2 - /wp-includes/SimplePie/ini_db_model.php 1 - / 2 - /dropdown.php 7 - /network.php 2 - /media/system/js/core.js 1 - /x50.php 1 - /wp-includes/js/jquery/jquery.php 1 - /tnt.php 1 - /includes/phpinfo.php 2 - /ole.php 2 - /post-data.php 1 - /yox.php 1 - /wp-includes/theme-compat/wp-conflg.php 1 - /jp2023 1 - /.well-known/acme-challenge/xmrlpc.php 2 - /x12.php 1 - /wp-includes/css/index.php 1 - /motu.php 6 - /22.php 2 - /install/index.php 1 - /old-index.php 1 - /domains.php 1 - /wp-includes/images/smilies/admin.php 1 - /wp-admin/images/Mhbgf.php/wp-admin/images/Mhbgf.php 1 - /assets/images/doc.php 1 - /w3lls.php7 3 - /wp-content/mu-plugins-old/ 1 - /5.php 1 - /wp-lock.php 1 - /wp-content/plugins/wp-conflg.php 2 - /index.php/api/modular-connector/login/ivomy 1 - /thui.php 2 - /wp-includes/ID3/ 1 - /ioxi01.php 1 - /.well-known/acme-challenge/class_api.php 1 - /0x.php 8 - /wsoyanz.php 1 - /sc.php 9 - /mm.php 1 - /ct.php 1 - /wp-content/plugins/mainhosting/default.php 1 - //wp-includes/images/smilies/index.php 1 - /wp-content/plugins/wp-file-manager/file_folder_manager.php 1 - /plugin.php 4 - /7.php 1 - /10.php 2 - /wp-miiss.php.php 2 - //sad/about.php 2 - /f.php 3 - /wp-admin/wp.php 1 - /data.php 1 - /wp-admin/index.php 1 - /wp-admin/user/xmrlpc.php 1 - /blog.php 2 - /27.php 1 - /wp-includes/js/jcrop/ 1 - /wp-content 1 - /zeng.php 1 - /un.php 2 - /en/index.php 1 - /wp-content/up 1 - /ws72.php 1 - /wp-includes/shell20211028.php 1 - /.well-known/acme-challenge/-L11GQISYwEpjVo689XqJbiPkjDKVaEPerA3nwMtnDA 1 - /revealability.php 1 - /wp-includes/widgets/about.php 1 - /te.php 1 - /css/index.php 1 - /file.php 19 - /zfile.php 2 - //bnn_.php 1 - /b.php 2 - /wp-includes/blocks/post-author/ 1 - /examples/jsp/security/protected/j_security_check 1 - /credits.php 1 - /kill.php 1 - /wp-content/nxc.php 1 - /wp-includes/wp-class.php 1 - /wp-includes/css/buttons.css 2 - /cgi-bin/upfile.php 1 - /0byte.php 5 - /fresh3.php 2 - /ff1.php 8 - /gm.php 3 - /styll.php 2 - /wp-content/uploads/2022/ 1 - /asgoxtyad2mjhno6ds4ikvhdCakc128.php 1 - /wrt.php 2 - /robots.php 2 - /wp-content/plugins/dummyyummy/wp-signup.php 1 - /ran.php 1 - /nw2.php 1 - /.well-known/pki-validation/muse.php 1 - //wp-includes/css/dist/ 1 - /wp/wp-includes/wlwmanifest.xml 2 - //system.php 2 - /k.php 8 - /post.php 1 - /wp-admin/maint/users.php 1 - //.wp/wso.php 1 - /classwithtostring.php/rbzccnnp.php 1 - /htio.php 1 - /wp-includes/js/500.php 1 - /ta.php 1 - /wp-includes/pomo/wp-conflg.php 2 - /wp-includes/rest-api/about.php 1 - /update/f35.php 2 - /kn.php 1 - /wp-content/themes/astra/inc/ki1k.ph 1 - /bak.php 3 - /wp-admin/js/about.php 1 - /wp-content/themes/twentyfive/include.php 1 - /a4.php 8 - /filemanager/dialog.php 1 - /wp-error_log.php 1 - /wp-includes/rest-api/ 1 - /build.php 1 - /lock360.php 4 - /wp-content/themes/twentytwentytwo/index.php 2 - /system.php 4 - /baxa1.php 1 - /ioxi002.PhP7 2 - /anone.php 1 - /jga.php 6 - /wp-admin/network/admin.php 1 - //wp-content/uploads/2021/02/index.php 1 - //w.php 3 - /bless5.php 1 - /wp-content/fonts/ 1 - //special.php 1 - /user-new.php 2 - /wp-admin/css/colors/blue/atomlib.php 1 - /jumpto.php 1 - //test.php 3 - /themes/zMousse/otuz1.php 1 - /312.php 1 - /upload/setup/install.php 1 - /66.php 8 - /wp-admin/images/about.php 1 - /wp-includes/certificates/chosen.php 1 - /wp-content/themes/about.php 5 - /simple.php 6 - /images/c99.php 2 - /ws60.php 1 - /Enigma.php 1 - /Yanzmini.php 1 - /wp-setup.php 1 - /userfuns.php 1 www.google.com /u.php 1 - /gifclass.php 5 - /sm.php 2 - /Update/f35.php 2 - /sty.php 1 - /nakrip.php 1 - /.info.php 2 - /wp-content/vpw.php 1 - /wp-includes/images/ 1 - //wp-content/plugins/fix/up.php 13 - /35.php 5 - /p.php 7 - //wp-admin/maint/wp-login.php 1 - /cczkdmdy.php 1 - /se/name.php 1 - /wp-includes/theme-compat/chosen.php 1 - /axx.php 2 - /.well-known/acme-challenge/index.php 1 - /juuuu.php 1 - /wp-admin/images/install.php 1 - /wp-admin/images/admin.php 4 - //ffd.php 2 - /wp-content/themes/aahana/json.php 1 - /tx1.php 1 - /wp-includes/pomo/bru.php 1 - /admin/uploads/ 1 - /css.php 5 - //sys.php 1 - /mar.php 6 - //wp-includes/css/index.php 2 - /xsox.php 2 - /ioxi-rex4.php7 1 - /lock.php 2 - /bs2.php 2 - /.well-known/content.php 1 - /wp-includes/random_compat/ 1 - /blackmini.php 1 - /wp-includes/SimplePie/index.php 1 - /vendor/ 1 - /e.php 3 - /info2.php 1 - /co.php 1 - /Njima.php 1 - /wp-content/themes/twentytwentyfour/ 1 - /moddofuns.php 1 - /edit.php 7 - /ccu.php 2 - /13.php 2 - /wp-content/install.php 1 - /wp-includes/images/smilies/about.php 2 - /0x19493QU8ZQ.php 1 - /cgi-bin/file.php 1 - /.well-known/pki-validation/x.php 1 - /header.php 1 - /wp-content/defaults.php 1 - /wp-content/plugins/seoplugins/ 1 - /wp-admin/autoload_classmap.php 1 - /payment.php 1 - /wp-monamon.php 1 - /wp-includes/random_compat/bala.php 1 - /wp-includes/PHPMailer/PHPMailer.php 1 - /file6.php 1 - /api/json/session/signin 1 - /akc.php 2 - /wp-content/plugins/press/wp-class.php 1 - /wp-includes/wp-load.php 1 - /bulk-profile-operation 1 - /hzz.php 2 - /wp-content/uploads/2023/11/ 1 - //wp-content/themes/hideo/network.php 3 - /111.php 1 - /sup.php 1 - /wp-includes/Requests/library/about.php 1 - /ffd.php 2 - /system_log.php 2 - //f.php 2 - /xy.php 6 - /wp-admin/css/bolt.php 2 - /link.php 1 - /wp-content/themes/news-portal/error.php 1 - /wp-includes/js/jcrop/Jcrop.php 2 - /zwso.php 3 - /.well-known/about.php 1 - /wp-includes/js/jquery/ 1 - /ad2.php 1 - /wp-content/themes/pridmag/fr.php 1 - /wp-content/languages/index.php 1 - /wp-includes/chosen.php 1 - /inc.php 7 - /cache.php 4 - /luxe.php 1 - /layout.php 1 - //wso.php 2 - //wp-includes/sitemaps/ 1 - /wp-content/languages/themes/ 1 - /simple/function.php 1 - /s.php 5 - /widgets.php 1 - /wp-admin/user/ 1 - /d.php 1 - /fe5.php 2 - /wp-includes/blocks/about.php 1 - /xoot.php 1 - /rest/v1/login 2 - /as.php 6 - /system/ 1 - /wp-wso.php 1 - /199.php 1 - /all.php 1 - /atx.php 1 - /wp-content/upgrade-temp-backup/about.php 1 - /wp-plain.php 5 www.google.com /clss.php 1 - /000.php 2 - /aspera/faspex/ 1 - /gdn.php 6 - /wp-includes/customize/chosen.php 1 - /gfd.php 3 - /wp-content/wp.php 1 - /wp-admin/network/about.php 1 - /wp-admin/js/pe9rsn.php 1 - /wp-includes/customize/ 1 - /wp-access.php 3 - /wsomn.php 1 - /tx20.php 1 - /library.php 1 - /wp-admin/js/widgets/about.php 1 - /uploxe.php 1 - /wp-content/plugins/seoplugins/mar.php 1 - /gelay.php 1 - //hi.php 1 - /apisix/admin/user/login 1 - /kolda.php 1 - /readme.php 1 - /.tmb/LA.php 1 - /.wp-themes.php 1 - /bootstrap.php 7 - /hilk.php 2 - /it/name.php 1 - //wp-content/index.php 2 - //wp-includes/ID3/index.php 4 - /png.php 2 - /doiconvs.php 1 - /wp-admin/images/chosen.php 1 - /wp-admin/css/colors/midnight/ 1 - /zeal.php 2 - /gg.php 4 - /wp-file.php 4 - /tcp.php 2 - /wp-content/themes/travelscape/json.php 1 - /wp-content/lock360.php 2 - //EzZbe3Pmca6.php 1 - /wp-content/themes/about.php7 1 - /wp-includes/Requests/Response/ 1 - /about.php/wp-admin/images/Mhbgf.php 1 - /z-ehp.php 2 - //wp-includes/js/tinymce/themes/inlite/ 1 - /wp-class.php 2 - /lf.php 2 - /wp-content/plugins/wp-sec/ab.php 1 - /wp-admin/custom-plugin.php 1 - /wp-includes/Text/Diff/Engine/ 1 - /about/function.php 2 - /fnyeltio.php 1 - /wp-includes/SimplePie/Content/ 1 - /.trash7309/fafa/ 2 - /kylin/api/user/authentication 6 - /Ova-Simple.php 1 - /06.php 6 - /wp-content/plugins/ss.php 1 - /wp-includes/ALFA_DATA/alfacgiapi/perl.alfa 1 - /website/wp-includes/wlwmanifest.xml 1 - /wp-admin/includes/xmrlpc.php 1 - /system123.php 2 - /app.php 2 - /examples/jsp/security/protected/index.jsp 1 - /option-old.php 1 - //elp.php 3 - /nf_tracking.php 1 - /wp-content/item.php 1 - /wp-content/goods.php 1 - /contact.php 1 - /wp-content/chosen.php 1 - /wp-content/themes/deeto/login.php 2 - /images/class-config.php 1 - /wp-content/user-new.php 1 - /fm.php 4 - /asz.php 1 - //wp-content/plugins/erinyani/ 1 - /wp-admin.php 2 - /wp-admin/images/commentv.php 2 - /load-styles.php 1 - /moon.php 4 - /ov.php 2 - //admin1.php 1 - /uploads/up.php 1 - /njwrdzrp.php 1 - /155.php 10 - /cgi-bin/index.php 1 - /wp-configs.php 2 - /wp-content/plugins/xt/ 1 - /wp/wp-admin/includes/ 1 - /m.php 5 - /wp-links-opml.php 1 - /robots.txt 70 - /plugins.php 5 - //wp-content/themes/deeto/login.php 2 - /plugins/function.php 1 - /images/install.php 1 - /public/vx.php 2 - /.well-known/acme-challenge/iR7SzrsOUEP.php 1 - /about.php 11 - /wp-ait.php 1 - /larva.php 1 - /wp-includes/Text/ 1 - /wp-content/themes/pridmag/db.php 1 - /wp-admin/css/ 1 - /wp-setting.php 1 - /wp-includes/SimplePie/about.php 1 - /19.php 2 - /wp-content/plugins/wp-help/admin/wp-fclass.php 1 - /license.php 3 - /mailer.php 1 - /images/all.php 1 - /22name.php 1 - /wefile.php 3 - /upload/JustBrain.php 1 - /wp-admin/classwithtostring.php 1 - /wp-includes/css/ 3 - /ms-edit.php 3 - /classwithtostring.php 6 - /wp-admin/maint/about.php 5 - /goat.php 4 - /set.php 1 - /php/ 1 - /apk.php 2 - /wp-admin/install.php 3 - /phpinfo.php 1 - /wp-loccs.php 1 - /makeasmtp.php 5 - /wp-admin/includes/wp-conflg.php 2 - /xxw.php 5 - /wp-includes/ID3/about.php 7 - /wp-conf.php 1 - /sbhu.php 8 - /56c53.php 1 - /w.php 3 - /ww1.php 1 - /ioxi2.php 2 - /adminer-4.6.2-cs.php 1 - /indosec.php 1 - /rindex.php 1 - /todo.php 1 - /cro.php 1 - /modules/ 1 - /j.php 1 - /c99.php 2 - /mcs.php 2 - /wp-comments.php 1 - /wp-admin/images/index.php 1 - /wp-content/uploads/2023/03/ 1 - //mar.php 2 - /elp.php 9 - /acxx.php 2 - /zing.php 1 - //lufix.php 1 - /assets/images/ 1 - /kly1.php 1 - /item.php 5 - /small.php 1 - /wp-content.php 1 - /wp-feed.php 1 - /wp-admin/images/moon.php 1 - //ellv3.php 2 - /geck.php 1 - /wp-includes/SimplePie/HTTP/Parser.php 1 - //wp-includes/Text/Diff/index.php 1 - /wp-includes/images/smilies/ 1 - /nope.php 1 - /images/about.php 1 - /op.php 1 - /h0110w4y.php 1 - /xv.php 1 - /wp-includes/sodium_compat/namespaced/Core/ 1 - /class-wp-admin-bar.php 1 - /vx.php 14 - /wp-admin/js/wp-conflg.php 7 - /wp-includes/block-supports/chosen.php 1 - /wpup.php 1 - /cs.php 2 - /wp-includes/Text/xwx1.php 1 - /ez.php 1 - /ioxi-o2.php 1 - //.env 1 - /mah.php 4 - /i3wfj.php 1 - /g.php 4 - /apiuser_listing.php 1 - /8.php 6 - /plugin-editor.php 1 - /h2a2ck.php 2 - /manager.php 4 - /wp-blog.php 6 - /wander.php 1 - /RxR.php 1 - //simple.php 1 - /upload/image/ 1 - /tmpls.php 3 - /wp-includes/Requests/Utility/ 1 - /bgymj.php 14 - //wp-admin/maint/index.php 2 - /atmaca.php 1 - /wp-includes/block-supports/layout.php 1 - /tyasd.php 1 - /edit-css.php 1 - /lv.php 2 - /zc-845.php 1 - /x123.php 1 - /img/nxc.php 1 - /gifclass4.php 1 - /vpw.php 1 - /options-writing.php 1 - /f6.php 1 - /wp-includes/js/ 1 - /adminfuns.php 3 - /images/images/about.php 1 - /wp-admin/admin-ajax.php 1 - /file9.php 2 - /gel4y.php 2 - /wp/wp-includes//index.php 2 - /miansha.php 2 - /zr.php 1 - /vdb.php 1 - /wp-admin/maint/ 3 - /.well-known/pki-validation/index.php 3 - //1337.php 2 - /ioxi-o.php 13 - /export.php 3 - /wp-admin/css/colors/coffee/ 1 - /bnn_.php 1 - /wp-admin/mah.php 1 - /mans.php 2 - /wp-admin/wso.php 1 - /logs.php 4 - /wp-content/plugins/phpad/as.php 1 - /wp-content/uploads/admin.php 1 - /eIMConfiguration 1 - /alfanew.PHP7 1 - /cjfuns.php 1 - /tx64.php 1 - /wp-content/themes/newsfeed-theme/bbh.php 1 - /wso112233.php 1 - /iov.php 1 - /wp-admin/wp-admin.php 1 - /leuk.php 1 - /js/fm.php/ 1 - /wp-content/plugins/wordpresss3cll/includes.php 1 - /wp-admin/images/ 1 - /wp-includes/js/thickbox/ 1 - /okxh.php 3 - /5b9ac.php 1 - /.well-known/index.php 1 - /test/wp-includes/wlwmanifest.xml 2 - /gecko.php 1 - /file8.php 1 - /ss.php 3 - /class.php 9 - //zqhfn.php 1 - /2021/wp-includes/wlwmanifest.xml 1 - /error_log.php 4 - /ds.php 1 - /wp-acc.php 1 - /FoxWSO.php 1 - /yasnu.php 1 - /a.php 5 - /login/ 2 - //1.php 1 - /cbrfo.php 2 - /include/ 1 - /sid3.php 3 - /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php 1 - /qpglkpgm.php 1 - /wp-includes/sitemaps/providers/ 1 - /sim.php 3 - /css/radio.php 3 - //h.php 3 - /ty.php 6 - /text.php 3 - /wp-includes/Text/autoload_classmap.php 1 - /wp-admin/user-new.php 1 - /wp-admin/css/wp-login.php 1 - //about/function.php 2 - /wb.php 2 - /wp-admin/includes/nav.php 1 - /eid-management-new 1 - /wp-content/index.php 3 - /srv.php 1 - /1.php 7 - /70.php 1 - /login/system 1 - /wp1/wp-includes/wlwmanifest.xml 2 - /wp-content/classwithtostring.php 1 - /2026.php 2 - /wp-includes/SimplePie/Registry.php 1 - /.well-known/pki-validation/xmrlpc.php 1 - /zxekqlxb.php 2 - /X57.php 4 - /wp-content/plugins/not/includes/about.php 1 - /177.php 1 - /wp-includes/assets/about.php 1 - /eursi.php 1 - /tevkb.php 1 - /www.php 1 - /wp-content/plugins/WordPressCore/ 1 - /wp-includes/blocks/tag-cloud/about.php 1 - /a1vx.php 3 - //wp-content/about.php 1 - /wp-admin/css/index.php 1 - /soniau.php 1 - /bo.php 1 - /bal.php 1 - /byp.php 3 - /upload/ 1 - /xmff.php 1 - /thoms.php 1 - /wp-includes/ID3/license.txt 1 - /wp-includes/blocks/block/ 1 - /sx.php 7 - /yawa.php 3 - /.well-known/pki-validation/file.php 1 - /lm15.php 1 - /oztzgovu.php 1 www.google.com /wp-content/themes/finley/min.php 1 - /wp-includes/blocks/ 3 - /oivcl.php 2 - /assets/images/niil.php 1 - //flower.php 1 - /update/wpupex.php/ 2 - /feed/ 1 - /wp-admin/user/cloud.php 1 - /footers.php 1 - //worksec.php 1 - /admins.php 2 - /lkui.php 3 - /configs.php 2 - /bengi.php 1 - /ws.php 3 - //page.php 1 - /wp-includes/SimplePie/ 3 - /function.php 2 - /wp-includes/item.php 1 - /opts.php 1 - /proxy 2 - /cah.php 1 - /shell20211028.php 2 - /bless.php 3 - /6.php 3 - /54.php 2 - /wp-includes/template.php 1 - /wp-admin/css/about.php 1 - /webdb.php 3 - /shlo.php 2 - /zu.php 5 - /.well-known/pki-validation/cloud.php 1 - /alfanew2.php7 1 - /prv8.php 2 - /1100.php 2 - /asasx.php 5 - /ms.php 9 - /wp-content/lock11.php 1 - /v.php 2 - /test.php 3 - /wp-includes/js/tinymce/ 1 - /wp-add-admin.php 1 - /wp-includes.bak/html-api/about.php 1 - /bless11.php 2 - /wp-includes/Text/wp-conflg.php 2 - /lsd.php 1 - /forbidals.php 2 - /2019/wp-includes/wlwmanifest.xml 1 - /wbbw.php 2 - /hlonk.php 1 - /wp-admin/maint/wp-damin.php 1 - /main.php 2 - /wp-admin/dropdown.php 1 - /akhvg.php 1 - //aa.php 2 - /cms/wp-includes/wlwmanifest.xml 2 - /content.php 5 - /sts.php 1 - /_next 3 - /system/console 1 - /wp-includes/style-engine/autoload_classmap.php 1 - /past1.php 2 - /xa.php 6 - /ccs.php 8 - /catuploadcsv.php 1 - /an.php 3 - /favicon.php 1 - /wp-content/shell.php 1 - /wp-includes/js/mediaelement/renderers/ 1 - /xleet.php 1 - /menu.php 5 - /bzjdlofz.php 2 - /.well-known/.qiodetme.php 1 - /indeex.php 2 - /dox.php 2 - /up4.php 1 - //wp-content/plugins/achdxhv/languages/admin.php 2 - //assets/css/dist/ 1 - /cwclass.php 2 - /la.php 3 - /wp-link10.php 2 - /9.php 3 - /eid-management 1 - /lol.php 2 - /ccou.php 3 - /cgi-bin/lsd.php 1 - /db.php 5 - /wp-includes/ID3/ini_user-info.php 1 - /sfcl.php 1 - /991176.php 1 - /c.php 2 - /hehe.php 2 - /edit-tags.php 4 - /ynz.PhP7 1 - /wso2.php 2 - /az.php 2 - /123.php 1 - /ioxi1.php 1 - /wp-includes/Requests/src/Requests.php 1 - //wp-admin/user/index.php 3 - /yaiid.php 1 - /docs.php 1 - /uplozvb.php 1 - /hello.php 1 - /Jcrop.php 3 - /bugger.php 3 - /setup/install.php 1 - /il.php 1 - /ckk.php 3 - //an.php 1 - /wp-includes/blocks/latest-comments/ 1 - /balin.php 1 - /0x0x.php 2 - /upload/upload.php 1 - /wp-content/plugins/pwnd/block-support.php 1 - /xex.php 1 - /inputs.php 12 - /fs.php 7 - /yussef.php 1 - //wp-content/languages/index.php 3 - /images/ 1 - /wp-includes/about.php 1 - /wsa.php 1 - /wp-content/themes/admin.php 2 - /ph33w.php 2 - /wp-admin/shapes.php 1 - /3301.php 1 - /wp-admin/css/widgets-form-blocks.php 1 - /auth.php 1 - /wp-includes/certificates/about.php 1 - /footer.php 2 - /js/sxx.php 1 - /byp8.php 1 - /wp-includes/sitemaps/autoload_classmap.php 1 - /a332.php 4 - /config.php 3 - /wp-admin/includes/colour.php 1 - /.well-known/wso112233.php 1 - /cloud.php 2 - /wp-includes/IXR/test1.php 1 - /sirkrlqv.php 1 www.google.com //shell20211028.php 2 - /install.php 5 - //dropdown.php 2 - /wp-includes/ID3/index.php 1 - /wp-includes/pomo/wp-login.php 1 - /wp-includes/Text/Diff/Renderer/ 1 - /elect.php 1 - /tinyfilemanager 1 - /wp-content/shell20211028.php 1 - /wp-includes/block-bindings/radio.php 1 - /wp-content/plugins/pwnd/as.php 3 - /components/ 1 - /.well-known/fierzashell.php 1 - /dev.php 2 - /wp-includes/css/autoload_classmap.php 1 - /cgi-bin_bkp.php 1 - /CQJxSx.php 1 - //wp-includes/customize/index.php 2 - /koiy.php 2 - /vendor/phpunit/phpunit/src/Util/PHP/as.php 1 - /wp-includes/js/tinymce/skins/lightgray/img/about.php 1 - /BDKR28WP.php 2 - /xxm.php 1 - /default.php 3 - //moon.php 1 - /wp-includes/js/codemirror/ 1 - /alfanew.php7 1 - /mass.php 2 - /pvafcbhg.php 1 - /sse 1 - /wp-content/plugins/wp-apxupx.php 1 - /0.php 4 - /wp-login.php 8 - /wp-content/plugins/linkpreview/db.php 1 - /admin/controller/extension/extension/ultra.php 1 - /44.php 1 - /wp-includes/pomo/db-update.php 1 - /wp-content/uploads/ 1 - /zoo.php 4 - /reze.php 7 - /WSO.php 1 - /pepe.php 1 - /blog/wp-includes/wlwmanifest.xml 2 - /wsdxoeas.php 1 - /zfe.php 1 - /wp-content/style-css.php 1 - /wp-admin/admin-wolf.php 1 - /wp-includes/Text/network.php 1 - //content.php 2 - /sim.php/wp-includes/certificates/plugins.php 1 - /ze.php 3 - /wp-includes/js/tinymce/themes/inlite/ 1 - /xtride.php 1 - /tx17.php 1 - /lib.php 12 - /wp-includes/SimplePie/wp-conflg.php 1 - /erty.php 6 - /wso1337.php 1 - //index/function.php 5 - /ajax.php 2 - /style.php 3 - /wp-includes/theme-compat/ 1 - /tphp.php 2 - /wp-includes/blocks/site-logo/ 1 - /wp-conflg.php 2 - /shop/wp-includes/wlwmanifest.xml 1 - /sql.php 1 - //cxc.php 2 - /am.php 1 - /wp-4doption1.php 3 - /jquery.php 2 - /h02ugyh.php 7 - /wp-includes/php-compat/ 1 - /xxl.php 1 - /wp-includes/js/dist/ 1 - /wp-includes/class-wp-hook.php 1 - /wp-content/hplfuns.php 1 - /wp-content/plugins/ioxi/ioxi/dropdown.php 1 - /wso-x569.php 1 - /wp-content/uploads/about.php 2 - /wp-content/uploads/gravity_forms/g/f/f/b/ 1 - /qcea0o9b.php 1 - /rzki.php 3 - /8573.php 1 - /wp-includes/js/tinymce/utils/ 1 - /options-discussion.php 1 - /jnhddqyz.php 1 - /kj.php 2 - /wp-content/languages/about.php 1 - //function/function.php 2 - /ps.php 1 - /term.php 8 - /retu11.PhP7 3 - /jo.php 1 - /wp-content/plugins/admin.php 4 - /sito/wp-includes/wlwmanifest.xml 1 - /ol.php 4 - /xr.php 4 - //xfile25.php 1 - /tuny.php 1 - /96i.php 2 - //wp-file.php 1 - /admin/ 1 - /ok.php 4 - /themes.php 7 - /8xyz.php 8 - /wp-conflg/function.php 2 - /myfile.php 1 - /wp-includes/js/tinymce/skins/lightgray/ 1 - /tinyfilemanager.php 3 - /xsas.php 1 - /x7.php 7 - /asax.php 6 - //wp-includes/js/jquery/ 1 - /wp-admin/js/index.php 3 - /f0x.php 1 - /xmrlpc.php 3 - /wp-content/plugins/ubh/up.php 1 - /wp-includes/PHPMailer/index.php 1 - /222.php 10 - //css/index.php 1 - /database.php 1 - /vanda.php 1 - /class-t.api.php 6 - /wp4.php 2 - /go.php 2 - /wp-content/themes/twentytwenty/404.php 2 - /ver.php 1 - /nw.php 4 - /wp-includes/rest-api/search/ 1 - /ans.php 1 - /wp-admin/fmadmin.php 1 - /x--krood.php 1 - /wp-includes/wp-includes_function.php 1 - /ws66.php 7 - /ar/mgsl.php 1 - /VKcrnlSpuC2.php 1 - /adminer-4.5.0.php 1 - //eetu.php 1 - /wp-admin/css/wp-conflg.php 3 - /.well-known/pki-validation/upfile.php 1 - /x/ 3 - /cc.php 3 - /bala.php 1 - /bipas.php 1 - /admin.php/wp-admin/images/Mhbgf.php 1 - /wp-includes/Requests/src/Auth/ 1 - /wp-includes/block-bindings/ 1 - /wp_wlx.php 2 - /cgi-bin/about.php 1 - /86.php 1 - /files.php 2 - /y.php 2 - /muzu.php 5 - /st.php 1 - /shop/ 1 - /wp5.php 3 - /TL.php 1 - //about.php 5 - /wp-express.php 1 - /admiin.php 2 - /ALFA_DATA/admin.php 1 - /tool.php 3 - /w1px.php 2 - /00xx.php 1 - /app/webroot/filemanager.php 2 - /.well-known/wp-login.php 1 - /wp-includes/rest-api/index.php 1 - /alfanew.php 1 - //byp.php 1 - /wp-content/blue.php 1 - /wp-admin/network/plugins.php 4 - /city-ajax.php 1 - /fetch.php 5 - /root.php 3 - /zsec.php 1 - /wp-admin/css/colors/blue/ 1 - /wp-admin/css/colors/light/ 1 - /cong.php 3 - /mon.php 1 - /pouhg.php 1 - /13ede.php 1 - /wp-content/plugins/sid/sidwso.php 1 - /wp-admin/js/autoload_classmap.php 1 - /mah/function.php 2 - END_SIDER_404 # Host - Pages - Hits - Bandwidth - Last visit date - [Start date of last visit] - [Last page of last visit] # [Start date of last visit] and [Last page of last visit] are saved only if session is not finished # The 25 first Hits must be first (order not required for others) BEGIN_VISITOR 356 178.22.120.100 60 60 4300 20260207073026 45.3.49.133 30 30 20527 20260214101859 216.26.239.72 8 8 61287 20260224225546 176.65.148.161 6 6 5469 20260208011239 43.134.141.244 5 5 4103 20260218090817 139.59.177.211 5 5 3318 20260212073926 223.244.35.77 5 5 4148 20260225132136 192.144.148.122 5 5 4114 20260224103811 124.156.179.141 5 5 4144 20260225014950 182.42.111.156 4 4 3288 20260224173611 188.253.116.148 4 4 22286 20260227130219 49.235.136.28 4 4 3331 20260225000756 129.226.93.214 4 4 3330 20260227095444 43.155.27.244 4 4 3292 20260217153158 65.111.23.166 3 3 844 20260224003601 216.26.242.73 3 3 844 20260220222324 43.138.68.113 3 3 2466 20260219200702 104.207.59.153 3 3 1007 20260209080834 119.28.177.175 3 3 2471 20260216172244 167.94.138.188 3 3 2466 20260224034502 66.132.153.133 3 3 2568 20260227015514 36.111.67.189 3 3 2462 20260218055324 43.166.255.122 3 3 2469 20260219021608 104.248.150.64 3 3 5469 20260209112130 43.153.36.110 3 3 2508 20260225011530 31.13.127.81 0 1 2300 59.58.106.56 1 1 701 20260227061424 43.163.206.70 1 1 860 20260225173245 43.130.53.252 1 1 818 20260206222648 23.178.112.212 1 1 87 20260207013333 43.166.246.180 1 1 822 20260205014623 182.44.8.254 1 1 823 20260212214708 159.195.56.133 2 2 3646 20260219041112 43.135.144.126 1 1 860 20260227034152 43.130.9.111 2 2 1644 20260221232312 43.130.3.122 2 2 1682 20260225065534 43.130.100.35 1 1 25 20260203213253 43.128.149.102 2 2 1648 20260223054901 3.89.148.98 1 1 822 20260217201751 43.167.241.46 2 2 1640 20260217051652 170.106.140.110 1 1 821 20260217231057 64.225.79.19 1 1 822 20260205074813 43.153.135.208 1 1 826 20260214155357 198.211.101.59 1 1 826 20260222163001 20.110.187.193 1 1 1823 20260216222619 182.42.110.255 1 1 860 20260226154610 162.62.231.139 2 2 1642 20260220124754 114.80.36.40 1 1 826 20260221034018 43.135.133.194 2 2 885 20260226212011 43.166.238.12 1 1 826 20260224032635 43.135.133.241 2 2 1640 20260218195032 43.153.27.244 1 1 822 20260221032440 173.252.70.30 0 1 366 43.135.172.89 1 1 826 20260216120153 18.140.247.29 1 1 87 20260206163421 93.158.90.163 1 1 822 20260217211547 43.130.91.95 1 1 823 20260212232437 93.158.95.213 1 1 856 20260226175849 101.42.46.71 1 1 826 20260222044118 43.133.66.51 2 2 1652 20260224142432 162.62.132.25 1 1 822 20260202085255 192.71.63.117 1 1 856 20260225235831 62.141.44.236 1 1 856 20260226021123 49.7.227.204 1 1 826 20260216091543 188.253.123.2 1 7 6115 20260227065053 192.36.109.114 1 1 822 20260219120412 173.239.247.15 1 1 818 20260207074618 43.130.3.120 1 1 822 20260204014827 16.146.52.199 1 1 87 20260207013335 43.153.79.218 1 1 822 20260218143535 43.155.195.141 1 1 818 20260203090138 43.166.131.228 1 1 860 20260225122434 20.65.61.3 1 1 1823 20260217171920 16.146.144.153 0 3 3156 133.18.42.94 1 7 6115 20260227063040 31.13.127.25 0 2 839 43.153.15.51 1 1 818 20260210133130 170.106.165.76 1 1 828 20260217215149 43.166.244.192 1 1 826 20260212061558 173.252.127.18 0 2 895 43.133.14.237 1 1 860 20260226155942 43.135.145.117 2 2 1644 20260216175313 3.145.22.158 1 1 87 20260206163420 43.131.26.226 1 1 818 20260206081536 43.131.36.84 1 1 826 20260211232448 43.135.134.127 2 2 1682 20260226111843 101.33.55.204 1 1 826 20260213111033 43.157.82.252 1 1 826 20260222235938 217.160.202.182 1 1 822 20260216051737 114.96.103.33 1 1 826 20260213040308 43.159.136.201 1 1 822 20260208194104 43.165.65.180 1 1 822 20260210015439 173.252.127.12 0 1 366 44.254.130.87 1 1 87 20260206163422 124.156.225.181 1 1 823 20260213172323 43.166.129.247 2 2 1646 20260215122322 170.106.192.208 1 1 860 20260225234632 185.174.101.133 1 1 822 20260218101957 43.135.182.95 1 1 823 20260214020003 180.110.203.108 2 2 1648 20260220083548 43.130.31.17 1 1 822 20260211172516 43.130.40.120 1 1 818 20260203201627 43.159.149.56 1 1 827 20260219015222 223.15.245.170 2 2 1644 20260221223846 49.51.52.250 1 1 822 20260206073115 43.155.162.41 1 1 822 20260205130323 43.135.211.148 1 1 822 20260220070158 170.106.148.137 1 1 820 20260211004127 49.51.245.241 1 1 822 20260215125540 44.255.24.100 1 2 1250 20260220080747 130.61.241.56 1 1 1823 20260219001643 45.144.212.242 1 1 823 20260213025601 43.140.247.223 2 2 1644 20260221094720 43.153.47.201 1 1 826 20260223110953 23.178.112.104 1 1 87 20260206223407 49.51.253.26 1 1 856 20260226055922 173.252.127.23 0 1 2300 16.171.13.186 1 1 87 20260206163420 72.11.155.223 1 1 818 20260202084713 173.252.70.14 0 1 428 199.244.88.227 1 1 898 20260227151057 20260227151057 / 43.157.175.122 2 2 1648 20260224040639 43.167.245.18 1 1 822 20260220180705 43.166.134.47 1 1 822 20260205011855 182.42.104.32 3 3 2474 20260212150913 121.229.185.160 1 1 822 20260210221620 43.155.157.239 1 1 818 20260211005235 66.220.149.21 0 1 366 198.44.133.117 1 1 1823 20260219001112 43.173.1.57 1 1 822 20260205013227 49.51.203.164 1 1 25 20260211011139 66.220.149.9 0 1 2300 203.2.64.59 3 3 2462 20260219011050 125.94.144.102 2 2 1644 20260208033142 199.45.155.77 3 3 2466 20260217005339 43.130.101.151 2 2 1648 20260224200801 111.172.249.49 1 1 822 20260224035706 14.215.163.132 3 3 2462 20260219134232 173.252.127.20 1 2 2109 20260220080742 43.157.95.239 1 1 818 20260202032505 209.50.161.207 2 2 675 20260224121551 43.130.102.7 1 1 822 20260224213833 170.106.11.141 2 2 1650 20260217230204 100.27.214.101 1 1 856 20260226025242 36.41.75.167 1 1 822 20260207012038 52.14.112.96 1 1 87 20260207013334 49.51.243.156 2 2 1640 20260209152646 43.165.67.57 1 1 822 20260214102932 101.33.80.42 2 2 1644 20260216003857 51.161.198.74 2 2 4352 20260227131038 182.42.111.213 1 1 856 20260226225625 101.33.66.34 1 1 826 20260221222531 43.166.130.123 1 1 823 20260213114846 72.13.62.4 3 3 2479 20260213170101 125.75.66.97 2 2 1644 20260220212155 106.227.49.113 1 1 818 20260202064736 43.166.224.244 1 1 826 20260224193441 182.43.70.143 1 1 856 20260225201634 162.155.156.106 1 1 2062 20260225100612 66.220.149.41 0 1 428 173.249.217.7 1 1 5 20260227093038 69.10.48.159 1 1 661 20260201120725 60.188.57.0 3 3 2543 20260227122854 185.180.141.44 1 1 822 20260215083913 43.157.62.101 1 1 826 20260214010050 146.247.229.2 1 1 856 20260225215245 43.156.202.34 3 3 2509 20260225231854 43.159.135.203 1 1 25 20260224203829 43.130.32.245 1 1 820 20260203200236 43.158.91.71 3 3 2476 20260221022256 49.51.252.146 1 1 822 20260207153042 104.171.151.103 1 1 823 20260214003700 20.63.39.19 1 1 1823 20260224013102 43.157.46.118 2 2 1648 20260221161835 49.234.192.248 2 2 1648 20260215204401 135.181.214.38 1 2 2654 20260225042921 49.51.72.236 1 1 822 20260201203912 101.33.81.73 1 1 822 20260203193912 43.133.220.37 2 2 4172 20260225012738 43.131.253.14 1 1 826 20260223162824 43.157.148.38 1 1 25 20260217212012 119.28.89.249 1 1 822 20260210072934 31.13.127.50 0 2 833 43.131.32.36 1 1 818 20260206011603 98.93.198.82 1 1 818 20260201213654 43.135.145.77 1 1 822 20260201080947 43.159.141.150 1 1 827 20260212060221 93.158.90.36 1 1 822 20260219204544 173.252.87.59 0 2 895 43.153.87.54 3 3 2462 20260223114719 43.157.170.126 1 1 856 20260225180354 49.51.166.228 1 1 826 20260219180955 18.236.193.186 0 2 2666 43.157.168.43 3 3 2471 20260221164836 119.96.24.54 1 1 822 20260217041411 93.158.91.237 1 1 822 20260224003115 43.159.128.155 1 1 818 20260211014144 170.106.165.186 1 1 826 20260220173451 159.203.103.235 1 1 818 20260207161226 46.101.214.157 1 1 822 20260224155550 66.220.149.47 1 2 2109 20260220080742 173.252.87.22 0 1 366 192.36.109.102 1 1 823 20260212092100 43.166.250.187 2 2 1648 20260224090058 49.51.132.100 3 3 2538 20260227103324 43.130.26.3 2 2 1648 20260224145809 43.166.247.82 2 2 1644 20260212224337 175.6.217.4 1 1 826 20260214055400 216.26.244.161 3 3 372 20260211220150 34.217.34.226 0 3 1267 44.243.228.1 0 4 3488 43.157.149.188 1 1 822 20260216123617 43.135.115.233 1 1 824 20260224201759 43.128.156.124 1 1 818 20260211020120 170.106.180.153 1 1 824 20260211003218 16.144.17.106 1 1 818 20260208012444 43.159.143.139 1 1 826 20260218082937 43.157.38.228 1 1 822 20260222065547 43.159.143.190 1 1 818 20260201090002 43.157.181.189 1 1 856 20260227041821 104.28.214.24 0 1 619 43.157.172.39 2 2 1644 20260223214553 173.252.127.7 0 1 411 43.153.96.233 2 2 1640 20260224093704 122.51.236.174 1 1 822 20260201104326 100.26.239.123 1 1 823 20260213214719 43.159.128.247 1 1 818 20260205133504 43.157.147.3 2 2 1644 20260209020401 54.36.232.187 0 1 3562 104.168.28.15 1 1 818 20260205022521 162.142.125.112 1 1 822 20260217000055 43.173.1.69 1 1 822 20260221110858 43.130.116.87 2 2 1644 20260214095102 43.153.58.28 1 1 826 20260213164408 4.204.72.67 1 7 6085 20260213013124 3.81.51.16 1 1 818 20260205200455 162.62.213.187 3 3 2466 20260220121806 173.252.70.114 0 2 878 43.133.91.48 2 2 1644 20260204074128 43.152.72.244 1 1 822 20260223165931 20.220.208.73 1 1 1823 20260218020008 49.233.45.47 1 1 826 20260214185440 43.130.57.76 1 1 826 20260212165624 52.87.244.56 1 1 818 20260209221814 43.134.186.61 1 1 826 20260215175428 65.21.136.254 2 3 4654 20260225061459 43.159.148.221 1 1 822 20260223222357 170.106.147.63 1 1 822 20260203022454 49.51.33.159 1 1 856 20260226162934 34.192.244.187 1 1 826 20260215165022 193.128.108.251 1 1 1823 20260224224837 192.71.12.10 1 1 822 20260219185156 104.248.160.18 1 1 826 20260219124812 43.166.255.102 1 1 822 20260202143624 194.5.82.163 2 2 2975 20260215065823 43.153.204.189 1 1 822 20260208133349 43.155.140.157 1 1 822 20260204132333 43.130.106.18 1 1 822 20260216070129 4.204.72.72 1 7 6085 20260213012729 43.130.105.21 2 2 1636 20260208141306 173.252.70.12 0 1 2300 44.255.210.94 1 6 4539 20260220080742 182.44.9.147 1 1 818 20260207073917 110.166.71.39 2 2 1645 20260213101448 173.252.87.42 1 2 2109 20260220080742 182.44.10.67 1 1 822 20260208164825 43.128.67.187 1 1 818 20260207090223 43.153.123.4 1 1 822 20260217104421 182.42.105.144 1 1 826 20260223212544 170.106.167.214 2 2 4171 20260225020429 170.106.65.93 1 1 856 20260226000326 173.252.87.21 0 1 411 43.157.50.58 3 3 1664 20260219021402 43.153.10.83 1 1 826 20260212054821 23.178.112.107 1 1 87 20260206163419 46.232.248.150 1 1 5 20260219004631 43.157.170.13 1 1 826 20260219130042 43.164.196.57 1 1 863 20260225235435 43.165.69.68 2 2 1640 20260222184407 124.156.157.91 1 1 818 20260204192613 46.228.199.158 1 1 818 20260206041646 43.163.104.54 1 1 820 20260211025258 170.106.72.178 1 1 822 20260215063653 173.252.87.3 0 1 2300 23.178.112.106 1 1 87 20260206193404 43.130.12.43 1 1 25 20260224195828 43.130.131.18 2 2 1644 20260222181108 43.153.67.21 1 1 818 20260203030145 43.153.62.161 1 1 818 20260209024337 43.166.251.233 1 1 818 20260204081636 182.42.105.85 3 3 2474 20260223070256 18.218.213.110 1 1 87 20260206223408 43.135.142.7 1 1 823 20260212062338 43.166.239.145 2 2 847 20260217220044 34.219.108.65 2 3 2055 20260220080742 146.70.194.230 2 2 1646 20260213015919 49.51.196.42 2 2 1648 20260221103236 43.157.52.37 1 1 818 20260206150353 20.114.253.137 1 1 1823 20260223124918 182.44.2.148 1 1 818 20260204003713 43.157.43.147 1 1 822 20260209201433 129.226.213.145 1 1 824 20260211012133 31.13.127.12 1 2 2109 20260220080741 170.106.161.78 1 1 826 20260212112519 43.166.244.251 2 2 1678 20260225072821 43.153.86.78 1 1 821 20260224204837 103.214.142.117 1 7 6115 20260227065327 43.135.36.201 2 2 1646 20260219133012 106.119.167.146 2 2 1678 20260225063337 43.156.228.27 1 1 818 20260210185027 174.138.76.172 1 1 667 20260217191300 199.244.88.220 1 1 856 20260225232701 43.153.26.165 2 2 1641 20260212001459 101.32.15.141 1 1 822 20260219184223 43.152.72.247 2 2 1640 20260217224211 43.157.188.74 3 3 2458 20260215182651 205.169.39.11 1 7 6077 20260207075843 194.5.82.138 1 1 5 20260215065536 18.142.105.160 2 2 174 20260207013334 206.168.34.215 3 3 2454 20260209164324 43.157.53.115 1 1 828 20260224200826 66.220.149.114 0 2 878 43.157.95.131 2 2 1680 20260225125450 43.159.145.149 2 2 1686 20260225233151 43.159.143.187 1 1 822 20260216232740 43.159.128.237 3 3 2476 20260218024328 43.166.7.113 1 1 818 20260205075514 3.87.115.199 1 1 822 20260221202305 43.131.39.179 1 1 822 20260222132114 43.166.247.155 1 1 822 20260202025203 185.12.251.124 1 1 822 20260221234923 199.244.88.223 2 2 1646 20260213174317 43.130.74.193 1 1 826 20260222124724 49.51.50.147 1 1 822 20260214225104 34.210.78.94 1 4 5696 20260220080742 88.198.53.22 0 1 682 43.130.16.140 1 1 826 20260213051413 43.133.187.11 1 1 822 20260210125945 43.166.242.189 1 1 818 20260207161027 162.62.213.165 1 1 826 20260217204715 43.166.128.86 1 1 822 20260202201948 170.106.113.235 1 1 822 20260210181637 173.252.70.43 1 2 2109 20260220080741 43.130.228.73 1 1 822 20260203082106 98.83.57.80 1 1 826 20260223160427 182.44.67.97 1 1 818 20260206184541 43.132.214.228 1 1 822 20260206004034 43.130.111.40 2 2 1644 20260217044449 49.51.183.75 1 1 820 20260203212300 117.33.163.216 1 1 826 20260215073852 150.109.46.88 1 1 823 20260217221025 43.166.1.243 1 1 822 20260223062321 43.167.239.66 1 1 823 20260213055349 123.187.240.242 1 1 826 20260213165337 205.169.39.239 2 10 9197 20260208221946 192.36.166.94 1 1 822 20260224021633 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 27 20260201 11 11 8861 11 20260202 12 12 9840 12 20260203 21 21 15634 21 20260204 9 9 7382 9 20260205 18 18 14764 18 20260206 64 64 13077 23 20260207 34 40 18286 19 20260208 16 24 21043 12 20260209 20 20 17948 14 20260210 10 10 8204 10 20260211 22 22 14366 20 20260212 23 23 18160 19 20260213 19 31 26186 16 20260214 42 42 30417 13 20260215 16 16 13694 15 20260216 15 15 13355 15 20260217 31 31 24776 29 20260218 12 12 10885 12 20260219 24 24 23958 24 20260220 24 76 64428 21 20260221 14 14 11532 14 20260222 10 10 8248 10 20260223 15 15 13359 15 20260224 42 42 87084 30 20260225 24 26 30553 24 20260226 12 13 13846 12 20260227 20 40 54783 16 END_DAY # Session range - Number of visits BEGIN_SESSION 4 15mn-30mn 1 2mn-5mn 3 0s-30s 448 30s-2mn 1 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 56 / 435 379687 413 412 /form.php 62 70322 18 18 /include.php 7 33641 3 3 /.well-known/acme-challenge/-L11GQISYwEpjVo689XqJbiPkjDKVaEPerA3nwMtnDA 5 435 5 5 /.well-known/acme-challenge/RsAQqVPxzooZmFY5LNyj8yvcpoAbsATO5F6Xu4skZOM 4 348 0 0 /.well-known/acme-challenge/mwBf0TQiwnW-mq3h97oHSrW8-MIXr5unCK7wwQQ9BS8 4 348 0 0 /.well-known/acme-challenge/GSgWFxuQGFiGW8SOMQJluE2EcNQtd0dq6dOIZL376TQ 4 348 4 4 /.well-known/acme-challenge/flSe0J3EZ46Xi5oi73IekmALCou7zr123xqkYxAupbQ 3 261 0 0 /.well-known/acme-challenge/I3ce19pG3YoXTzIZrweK-mRJ8I0Z5xSa5KFG8tfE_S8 3 261 0 1 /.well-known/acme-challenge/4uUAaUo8tjz6jo6RDnWpnkQG-11T2IqhlQ868mf4GXI 3 261 0 1 /.well-known/acme-challenge/IbZIEreTuoxnibjgqL8CVhkjOo1TrAvdFgchHxtDyX4 3 261 0 1 /.well-known/acme-challenge/JO-DMAJcxA0kJG8vWZFEr3eEpbUoDURNqRJXhbRQ370 3 261 3 3 /.well-known/acme-challenge/UT3IOS0IW5MZA_6PM3ZG0AHHBSJAC69L 1 64 0 0 /.well-known/acme-challenge/3JXMHWKYDS0N4BBRG8KR53NZVYO0PQ-F 1 64 0 0 /.well-known/acme-challenge/J49YH8P4OL6OD_P4MOS6R8QFEER_J8MM 1 64 0 0 /.well-known/acme-challenge/9HFNLRFILRAJR477EDN8EXJ_3XO97YWU 1 64 0 0 /.well-known/ 1 1595 1 0 /.well-known/acme-challenge/l3WS2m_EK9Bu7IUh9Jdz9nnKB8AmFlFZq-UNVG2k5Ik 1 87 1 1 /.well-known/acme-challenge/XTNQYUBPRMWI5LUT1KC8XT5S5__Q3HLJ 1 64 0 0 /.well-known/acme-challenge/7O4FI_WQ4CQZVJWJMPD88G4O7YYZ5YPU 1 64 0 0 /.well-known/acme-challenge/2X7HYHUZUCSSV7UE9F9SLAZSIKUWESVM 1 64 0 0 /.well-known/acme-challenge/Y7X7NW7U9XDTV8LJYB5O2W6WWCDE_8UD 1 64 0 0 /.well-known/acme-challenge/3ZIXH7TXW_32GMLVTGOTIRHIXVIFC80Z 1 64 0 0 /.well-known/acme-challenge/WM5Z9B7YUWMKOGELR9TPYGHCHZD594CQ 1 64 1 0 /.well-known/acme-challenge/35C47OON30LPDUDVEH2CBATDP55WTJMI 1 64 0 0 /.well-known/acme-challenge/UXI80K1-1JSD46OD0H9HJG33FSH_RRWC 1 64 0 0 /.well-known/acme-challenge/91K0SLJR4FNPOHGCP4BQQ4GMZ_AYF264 1 64 0 0 /.well-known/acme-challenge/L6AHBI4LPJ5877_C11WMHQMZL29Z5_GU 1 64 1 0 /.well-known/acme-challenge/GMQ47OM_J2LAS2MPE8MH3MIU4W8JMV23 1 64 0 0 /ff1.php 1 10817 1 1 /.well-known/acme-challenge/VVQ9Y6JZBP7Z9QWDQIAU4Z8KUMC7TWDB 1 64 0 0 /.well-known/acme-challenge/D5D5WOU68G0H9HT6IM-SU8A0OWNNW-NE 1 64 0 0 /.well-known/acme-challenge/NPQN6MBRFGTEYUTXS_YW-73BZK0B3_PG 1 64 0 1 /.well-known/acme-challenge/2B008D95AMLB7O2IAZODDNJQFUKT5FR9 1 64 0 0 /.well-known/acme-challenge/1_PJXGJ7FUMDUPQQWPWFMM92RO-PCNOY 1 64 0 0 /.well-known/acme-challenge/K4UGNWIYGSPB9ZBZS-1S_OZ9MHUZDPCS 1 64 0 0 /.well-known/acme-challenge/LZ9O0QLFXC_8EMUN0-10MWR8B2ZPQI-4 1 64 0 0 /.well-known/acme-challenge/V08WMEQD2J3P03O0X9P--V1CL_5H6O13 1 64 0 1 /.well-known/acme-challenge/_-UVUHMMMMOOHZS-DB2RRQHPY6SOH_WQ 1 64 0 0 /.well-known/acme-challenge/J9VYR1IIDQUOGFD40IO9XHH16IV8FHL4 1 64 0 0 /.well-known/acme-challenge/JIKWGKCT08V0O-W9_ON40JP3DRCEBGNY 1 64 0 0 /.well-known/acme-challenge/ 1 1380 0 1 /.well-known/acme-challenge/WRLUY4V9Y6KS0NJXS0C13_0MRC3_M1I2 1 64 0 0 /.well-known/acme-challenge/D2FCVBMZ6SS-HUEXIN-YDZAB7F9AZVOS 1 64 0 0 /.well-known/acme-challenge/CWNSMSSX54T0-MU3296NN0RNNMJXLELK 1 64 1 0 /.well-known/acme-challenge/GOJD5L5LK2LUI587ASFWVNB_24D8VTIG 1 64 0 0 /.well-known/acme-challenge/C_C10HV88R8EQ1YHKTLT6RWIQGPYKUB7 1 64 0 0 /.well-known/acme-challenge/GZAPXLX7G-6283P8797-IQBYKP_NLC2L 1 64 0 0 /.well-known/acme-challenge/LTRMVZE48VMPS1DUYWWFOZ9K7Q__NFQK 1 64 0 0 /.well-known/acme-challenge/I1XFM5E-30FVF6S7Z4B-Y5GTSQZO9C4X 1 64 0 0 /.well-known/acme-challenge/P236H9VCVJVAC-TKEO86Z9UDIBABRSBQ 1 64 1 0 /.well-known/acme-challenge/NV4DX8C-R7I4_WZHPH6-MCE7AYX6102O 1 64 0 0 /.well-known/acme-challenge/-PI9PU3W3KPGC6HYD7S8OH528-YTKE36 1 64 1 0 /.well-known/acme-challenge/7-0VVX8K99YK4QZIJPBMQ2QKSU9AOX1E 1 64 0 0 /.well-known/acme-challenge/7OK594S_6IVIT-AIP88JR63MH7_KLF9D 1 64 0 0 /.well-known/acme-challenge/FFC431PIGQY6W33VS2T3_BUWH2ITGBE2 1 64 0 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 100-500 129 1K-2K 60 5K+ 6 500-1K 4172 44-100 73 2K-5K 42 0-44 22 END_FILESIZE