File manager - Edit - /home/antispamanakembo/public_html/awstats.tar
Back
ssl/awstats.antispam.anakembok.de.conf 0000644 00000056512 15134615675 0014061 0 ustar 00 # 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/antispam.anakembok.de-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/antispamanakembo/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="antispam.anakembok.de" # 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="antispam.anakembok.de antispam.anakembok.de.116-193-191-4.cpanel.site www.antispam.anakembok.de www.antispam.anakembok.de.116-193-191-4.cpanel.site 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.antispam.anakembok.de.txt 0000644 00000014046 15134615675 0014421 0 ustar 00 AWSTATS 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/antispamanakembo/tmp/awstats/ssl/awstats.antispam.anakembok.de.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 2064 POS_TIME 2736 POS_VISITOR 5711 POS_DAY 5822 POS_DOMAIN 3216 POS_LOGIN 3439 POS_ROBOT 3594 POS_WORMS 3726 POS_EMAILSENDER 3857 POS_EMAILRECEIVER 4000 POS_SESSION 5898 POS_FILESIZE 6117 POS_SIDER 6044 POS_FILETYPES 4135 POS_DOWNLOADS 4228 POS_OS 4276 POS_BROWSER 4351 POS_SCREENSIZE 4421 POS_UNKNOWNREFERER 4495 POS_UNKNOWNREFERERBROWSER 4582 POS_ORIGIN 4664 POS_SEREFERRALS 4794 POS_PAGEREFS 4938 POS_SEARCHWORDS 5115 POS_KEYWORDS 5267 POS_MISC 2400 POS_ERRORS 5326 POS_CLUSTER 3295 POS_SIDER_404 5402 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 20251129161332 1 0 16213110005290 FirstTime 20251014130731 LastTime 20251014130731 LastUpdate 20251130132340 1 0 0 0 0 TotalVisits 1 TotalUnique 1 MonthHostsKnown 0 MonthHostsUnknown 1 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 FlashSupport 0 0 0 TotalMisc 0 0 0 AddToFavourites 0 0 0 RealPlayerSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 JavaEnabled 0 0 0 JavascriptDisabled 0 0 0 PDFSupport 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 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 3 0 0 0 0 0 0 4 0 0 0 0 0 0 5 0 0 0 0 0 0 6 0 0 0 0 0 0 7 0 0 0 0 0 0 8 0 0 0 0 0 0 9 0 0 0 0 0 0 10 0 0 0 0 0 0 11 0 0 0 0 0 0 12 0 0 0 0 0 0 13 1 3 3113 0 1 0 14 0 0 0 0 0 0 15 0 0 0 0 0 0 16 0 0 0 0 0 0 17 0 0 0 0 0 0 18 0 0 0 0 0 0 19 0 0 0 0 0 0 20 0 0 0 0 0 0 21 0 0 0 0 0 0 22 0 0 0 0 0 0 23 0 0 0 0 0 0 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 1 in 1 3 3113 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 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 2 html 1 654 0 0 js 2 2459 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 1 win10 3 1 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 1 chrome141.0.0.0 3 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 0 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 0 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 0 0 From1 0 0 From2 0 0 From3 1 1 From4 0 2 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://whm.t-o.lol:2087 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 0 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 0 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 1 103.136.58.235 1 3 3113 20251014130731 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 1 20251014 1 3 3113 1 END_DAY # Session range - Number of visits BEGIN_SESSION 1 0s-30s 1 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 1 / 1 654 1 1 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 4 2K-5K 1 1K-2K 1 500-1K 1 100-500 1 END_FILESIZE ssl/awstats112025.antispam.anakembok.de.txt 0000644 00000014462 15134615675 0014424 0 ustar 00 AWSTATS 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/antispamanakembo/tmp/awstats/ssl/awstats.antispam.anakembok.de.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 2064 POS_TIME 2710 POS_VISITOR 6033 POS_DAY 6131 POS_DOMAIN 3194 POS_LOGIN 3418 POS_ROBOT 3573 POS_WORMS 3705 POS_EMAILSENDER 3836 POS_EMAILRECEIVER 3979 POS_SESSION 6208 POS_FILESIZE 6406 POS_SIDER 6345 POS_FILETYPES 4114 POS_DOWNLOADS 4194 POS_OS 4273 POS_BROWSER 4348 POS_SCREENSIZE 4418 POS_UNKNOWNREFERER 4492 POS_UNKNOWNREFERERBROWSER 4579 POS_ORIGIN 4661 POS_SEREFERRALS 4791 POS_PAGEREFS 4935 POS_SEARCHWORDS 5083 POS_KEYWORDS 5235 POS_MISC 2374 POS_ERRORS 5294 POS_CLUSTER 3274 POS_SIDER_404 5381 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 20251202041216 1 0 16168815824584 FirstTime 0 LastTime 0 LastUpdate 20251202131916 1 0 0 0 0 TotalVisits 0 TotalUnique 0 MonthHostsKnown 0 MonthHostsUnknown 1 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 JavascriptDisabled 0 0 0 QuickTimeSupport 0 0 0 JavaEnabled 0 0 0 PDFSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 RealPlayerSupport 0 0 0 FlashSupport 0 0 0 AddToFavourites 0 0 0 DirectorSupport 0 0 0 TotalMisc 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 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 3 0 0 0 0 0 0 4 0 0 0 0 0 0 5 0 0 0 0 0 0 6 0 0 0 0 0 0 7 0 0 0 0 0 0 8 0 0 0 0 0 0 9 0 0 0 0 0 0 10 0 0 0 0 0 0 11 0 0 0 0 0 0 12 0 0 0 0 0 0 13 0 0 0 0 0 0 14 0 0 0 0 0 0 15 0 0 0 0 0 0 16 0 1 93347 0 5 6255 17 0 0 0 0 0 0 18 0 0 0 0 0 0 19 0 0 0 0 0 0 20 0 0 0 0 0 0 21 0 0 0 0 0 0 22 0 0 0 0 0 0 23 0 0 0 0 0 0 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 1 in 0 1 93347 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 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 1 mp3 1 93347 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 1 /sini/media/spin.mp3 1 0 93347 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 1 win10 1 0 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 1 chrome142.0.0.0 1 0 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 0 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 0 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 0 0 From1 0 0 From2 0 0 From3 0 0 From4 0 1 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 1 404 5 6255 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 5 /sini/js-zone/slidernotif.js 1 https://antispam.anakembok.de/sini/ /sini/js-zone/sow.js 1 https://antispam.anakembok.de/sini/ /sini/css-zone/img/titles-sec.png 1 https://antispam.anakembok.de/sini/css-zone/style-zone.css /sini/js-zone/sender.js 1 https://antispam.anakembok.de/sini/ /sini/img/item-bg.png 1 https://antispam.anakembok.de/sini/ 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 1 103.136.58.235 0 1 93347 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 1 20251129 0 1 93347 0 END_DAY # Session range - Number of visits BEGIN_SESSION 0 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 2 1K-2K 5 5K+ 1 END_FILESIZE ssl/awstats122025.antispam.anakembok.de.txt 0000644 00000015025 15134615675 0014421 0 ustar 00 AWSTATS DATA FILE 8.0 (build 20240604) # 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/antispamanakembo/tmp/awstats/ssl/awstats.antispam.anakembok.de.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 2101 POS_TIME 2772 POS_VISITOR 5932 POS_DAY 6125 POS_DOMAIN 3266 POS_LOGIN 3505 POS_ROBOT 3660 POS_WORMS 3792 POS_EMAILSENDER 3923 POS_EMAILRECEIVER 4066 POS_SESSION 6264 POS_FILESIZE 6522 POS_REQUESTTIME 6641 POS_SIDER 6420 POS_FILETYPES 4201 POS_DOWNLOADS 4342 POS_OS 4390 POS_BROWSER 4467 POS_SCREENSIZE 4560 POS_UNKNOWNREFERER 4634 POS_UNKNOWNREFERERBROWSER 4721 POS_ORIGIN 4803 POS_SEREFERRALS 4934 POS_PAGEREFS 5078 POS_SEARCHWORDS 5336 POS_KEYWORDS 5488 POS_MISC 2436 POS_ERRORS 5547 POS_CLUSTER 3361 POS_SIDER_404 5623 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 20260123055658 1 0 3238546869892 FirstTime 20251202041216 LastTime 20251231075443 LastUpdate 20260123121735 1 0 0 0 0 TotalVisits 5 TotalUnique 3 MonthHostsKnown 0 MonthHostsUnknown 3 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 DirectorSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 JavascriptDisabled 0 0 0 QuickTimeSupport 0 0 0 TotalMisc 0 0 0 RealPlayerSupport 0 0 0 PDFSupport 0 0 0 JavaEnabled 0 0 0 FlashSupport 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 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 3 0 0 0 0 0 0 4 1 7 5364 0 0 0 5 0 0 0 0 0 0 6 0 0 0 0 0 0 7 1 7 5445 0 1 0 8 0 0 0 0 0 0 9 0 0 0 0 0 0 10 1 7 5445 0 1 0 11 0 0 0 0 0 0 12 0 0 0 0 0 0 13 0 0 0 0 0 0 14 0 0 0 0 0 0 15 0 0 0 0 0 0 16 0 0 0 0 0 0 17 11 17 97090 0 1 0 18 1 1 735 0 1 0 19 0 0 0 0 0 0 20 0 0 0 0 0 0 21 0 0 0 0 0 0 22 0 0 0 0 0 0 23 0 0 0 0 0 0 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 2 id 13 31 107980 in 2 8 6099 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 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 12 4324 0 0 css 4 4680 0 0 php 9 91024 0 0 html 6 4215 0 0 js 8 9836 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 1 win10 39 15 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 2 chrome142.0.0.0 25 13 chrome143.0.0.0 14 2 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 0 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 0 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 0 0 From1 0 0 From2 0 0 From3 6 6 From4 9 33 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 3 https://whm.t-o.lol 4 4 https://116-193-191-4.cprapid.com:2087 1 1 https://116-193-191-4.cprapid.com: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 0 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 0 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 3 182.8.183.249 11 17 97090 20251205173406 119.235.223.28 2 14 10890 20251231075443 103.136.58.235 2 8 6099 20251205185951 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 4 20251202 1 7 5364 1 20251205 12 18 97825 2 20251225 1 7 5445 1 20251231 1 7 5445 1 END_DAY # Session range - Number of visits BEGIN_SESSION 2 30s-2mn 1 0s-30s 4 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 2 /media-post.php 9 91024 0 1 / 6 4215 5 4 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 5 5K+ 9 500-1K 6 2K-5K 4 1K-2K 8 100-500 16 END_FILESIZE # Request Time Range - Request Time Frequency BEGIN_REQUESTTIME 0 END_REQUESTTIME ssl/awstats012026.antispam.anakembok.de.txt 0000644 00000201230 15135415136 0014402 0 ustar 00 AWSTATS DATA FILE 8.0 (build 20240604) # 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/antispamanakembo/tmp/awstats/ssl/awstats.antispam.anakembok.de.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 2101 POS_TIME 2791 POS_VISITOR 63387 POS_DAY 65436 POS_DOMAIN 3632 POS_LOGIN 3976 POS_ROBOT 4131 POS_WORMS 4469 POS_EMAILSENDER 4600 POS_EMAILRECEIVER 4743 POS_SESSION 65570 POS_FILESIZE 66013 POS_REQUESTTIME 66164 POS_SIDER 65737 POS_FILETYPES 4878 POS_DOWNLOADS 5104 POS_OS 57507 POS_BROWSER 57700 POS_SCREENSIZE 58118 POS_UNKNOWNREFERER 58192 POS_UNKNOWNREFERERBROWSER 58565 POS_ORIGIN 58647 POS_SEREFERRALS 58781 POS_PAGEREFS 58925 POS_SEARCHWORDS 59073 POS_KEYWORDS 59225 POS_MISC 2455 POS_ERRORS 59284 POS_CLUSTER 3832 POS_SIDER_404 59419 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 20260125121426 16556 5359115 10760948229836 FirstTime 20260123055743 LastTime 20260125121426 LastUpdate 20260125122329 16556 0 16549 7 0 TotalVisits 47 TotalUnique 44 MonthHostsKnown 0 MonthHostsUnknown 44 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 PDFSupport 0 0 0 RealPlayerSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 FlashSupport 0 0 0 AddToFavourites 0 0 0 QuickTimeSupport 0 0 0 DirectorSupport 0 0 0 TotalMisc 0 0 0 JavaEnabled 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 0 0 0 1688 1706 51249510 1 0 0 0 500 519 3089897 2 1 1 50977 673 692 7038197 3 1 3 21604 156 179 173022 4 0 0 0 1380 1398 44132618 5 6 18 184546 997 1021 34459589 6 10 69 1978111 1666 1766 39822435 7 9 62 1989486 2290 2346 74967448 8 4 30 52206 6766 6786 243671665 9 0 0 0 5465 7080 888229369 10 2 2 42841 4727 4746 158394931 11 16 64 844075 2103 2134 240399721 12 4 14 110093 586 601 19452351 13 1 1 21608 2181 2200 18351781 14 1 1 14391 2041 2063 14881098 15 1 1 14809 1425 1447 32789982 16 0 0 0 4208 4227 788522701 17 0 0 0 692 712 3707931 18 0 0 0 1123 1141 38037367 19 0 0 0 1327 1345 15444351 20 0 0 0 533 551 13517813 21 1 1 46074 609 628 3456877 22 0 0 0 1765 1784 20289047 23 1 1 49162 402 418 5511816 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 10 us 40 236 4626546 ru 5 7 93753 de 3 6 53559 bg 2 2 42841 se 2 2 168399 gb 2 2 0 gr 1 7 62624 in 1 4 24091 be 1 1 50977 au 1 1 59799 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 5 GPTBot/ 42997 2758647072 20260125121412 0 Go\-http\-client/ 5 19472 20260123055705 0 no_user_agent 3 158081 20260125114402 0 bot[\s_+:,\.\;\/\\-] 1 0 20260123074012 0 W3C_Validator/ 1 2300 20260124070951 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 9 css 36 381260 0 0 php 2 11306 0 0 png 32 680054 0 0 jpg 26 1748440 0 0 Unknown 4 298390 0 0 html 52 1587115 0 0 gif 2 13036 0 0 js 58 205216 0 0 svg 56 20378 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 1604 /extras.solv.tar 1 0 12288 /csf.resellers.resellers.tar.gz 1 0 1033 /libauthselect.so.3.so.3.tar.gz 1 0 39638 /libxmlrpc.so.3.tar 1 0 113664 /rhsm.tar 1 0 2048 /libanl-2.28.so.tar 1 0 19456 /Supplementname.tar 1 0 9728 /x86_energy_perf_policy.tar.gz 1 0 13847 /rpmdb_recover.tar 1 0 18944 /libkadm5clnt_mit.so.12.0.so.12.0.tar.gz 1 0 37185 /libcupsmime.so.1.tar 1 0 30720 /libexpat.so.1.tar 1 0 262656 /libomapi.so.0.0.0.tar 1 0 138752 /libmenu.so.6.1.so.6.1.tar.gz 1 0 16730 /python-macro-helper.tar.gz 1 0 353 /if_inet6.tar 1 0 11264 /mounts.tar 1 0 559104 /libmysqlclient.so.tar 1 0 374784 /tee.tar.gz 1 0 17963 /apache.http.txt.tar 1 0 2560 /libxcb-damage.so.0.so.0.tar.gz 1 0 3889 /libcares.so.2.2.0.so.2.2.0.tar.gz 1 0 39401 /libgcrypt-config.tar.gz 1 0 1617 /cpu_resctrl_groups.tar 1 0 19456 /libraw_r.so.19.so.19.tar.gz 1 0 303315 /libxmlb.so.1.0.0.tar 1 0 164864 /systemd-sysusers.tar 1 0 56320 /projid_map.tar 1 0 8192 /libpng16.so.tar 1 0 230912 /HDKlitespeed8.tar.gz 1 0 210 /index.php.tar 1 0 86528 /udplite.tar 1 0 21504 /install.vesta.sh.vesta.sh.tar.gz 1 0 3025 /libcrypto.so.10.so.10.tar.gz 1 0 1123808 /libauparse.so.0.0.0.tar 1 0 147456 /mail.zip 1 0 327 /mime.types.types.tar.gz 1 0 16546 /libgmp.so.10.3.2.tar 1 0 631296 /loading.png.png.tar.gz 1 0 1778 /atrm.tar 1 0 60416 /libwebpdemux.so.2.so.2.tar.gz 1 0 9487 /libicui18n.so.60.so.60.tar.gz 1 0 1177119 /libimaevm.so.2.so.2.tar.gz 1 0 11657 /sched.tar.gz 1 0 499 /gss.zip 1 0 363 /sockstat6.tar 1 0 3072 /libSvtAv1Dec.so.0.so.0.tar.gz 1 0 859980 /x-arf.txt.tar 1 0 3072 /appstream-compose.tar 1 0 35840 /sa27.tar 1 0 230400 /libmysqld.a.tar 1 0 49384448 /libcom_err.so.2.1.tar 1 0 18432 /libbrotlidec.so.1.0.6.so.1.0.6.tar.gz 1 0 24895 /mailman.tar 1 0 2048 /netlink.tar 1 0 76288 /librpmsign.so.8.tar 1 0 30208 /libmpfr.so.4.1.6.tar 1 0 506368 /imunify-antivirus.tar.gz 1 0 578 /libisccfg.so.163.so.163.tar.gz 1 0 61337 /sos.tar 1 0 3072 /libjbig85.so.2.1.so.2.1.tar.gz 1 0 10400 /rpm.tar.gz 1 0 411 /libg.a.a.tar.gz 1 0 1454 /cl.selector.tar.gz 1 0 88 /copr.conf.conf.tar.gz 1 0 301 /rpmdb_loadcvt.tar 1 0 3072 /cpanellogd.tar 1 0 2048 /libbd_crypto.so.2.0.0.tar 1 0 50688 /jquery.min.js.download.tar 1 0 88576 /libjansson.so.4.so.4.tar.gz 1 0 29051 /libbrotlienc.so.1.0.6.so.1.0.6.tar.gz 1 0 262288 /libsmartcols.so.1.so.1.tar.gz 1 0 102064 /csf.smtpauth.smtpauth.tar.gz 1 0 447 /x-arf.txt.txt.tar.gz 1 0 684 /grub2-mkimage.tar.gz 1 0 146576 /libcrypto.so.10.tar 1 0 2523136 /libsnappy.so.1.tar 1 0 48128 /snmp.tar 1 0 3072 /consolealert.txt.tar 1 0 2048 /cracklib-unpacker.tar 1 0 11264 /dhclient-script.tar.gz 1 0 9075 /jsonpatch-3.6.6.tar.gz 1 0 1431 /libgudev-1.0.so.0.0.so.0.tar.gz 1 0 14684 /libldap-2.4.so.2.tar 1 0 330752 /dnssec-coverage.tar.gz 1 0 573 /coredump_filter.tar 1 0 19968 /open.mp3.tar 1 0 14336 /libjbig2dec.so.0.0.0.tar 1 0 121344 /scriptalert.txt.txt.tar.gz 1 0 243 /libini_config.so.5.so.5.tar.gz 1 0 48893 /libform.so.6.1.tar 1 0 74752 /libgcab-1.0.so.0.tar 1 0 80896 /libnl.zip 1 0 105018 /grub2-bios-setup.tar.gz 1 0 420563 /packagekit-backend.tar 1 0 201216 /libpath_utils.so.1.tar 1 0 17920 /libkrb5.so.3.3.tar 1 0 977408 /sa20.tar 1 0 230400 /nl-pktloc-lookup.tar.gz 1 0 5083 /easy_install-3.6.tar 1 0 2048 /throughput-performance.zip 1 0 3324 /systemd-firstboot.tar.gz 1 0 15370 /libmetalink.so.3.so.3.tar.gz 1 0 24160 /libkcapi.so.1.4.0.so.1.4.0.tar.gz 1 0 26646 /mariadb-dumpslow.tar 1 0 10240 /libpanelw.so.6.tar 1 0 18432 /libthread_db.so.1.so.1.tar.gz 1 0 15695 /libXfixes.so.3.so.3.tar.gz 1 0 9355 /libxtables.so.12.tar 1 0 64000 /atrm.tar.gz 1 0 26189 /spamassassin.tar.gz 1 0 1149205 /libXrender.so.1.tar 1 0 52224 /libref_array.so.1.so.1.tar.gz 1 0 5484 /su.tar 1 0 2560 /grub2-ofpathname.tar.gz 1 0 73614 /libbd_crypto.so.2.0.0.so.2.0.0.tar.gz 1 0 18910 /ea-php81-pear.tar.gz 1 0 301 /libsigsegv.so.2.tar 1 0 19456 /media.zip 1 0 119105 /macros.ea-php82-php.ea-php82-php.tar.gz 1 0 283 /libjpeg.so.62.2.0.tar 1 0 435712 /error_log.tar.gz 1 0 724 /dnf.librepo.log.1.tar 1 0 1050112 /functions.tar 1 0 20480 /libgpgme.so.11.so.11.tar.gz 1 0 148530 /install.generic.sh.tar 1 0 17920 /liblber-2.4.so.2.tar 1 0 69120 /grub2-set-default.tar 1 0 5120 /libxcb-xkb.so.1.tar 1 0 154112 /oom_adj.tar 1 0 4096 /mounts.tar.gz 1 0 11968 /optimize-serial-console.zip 1 0 393 /sini.tar.gz 1 0 5460257 /csf.interworx.conf.tar 1 0 113664 /libmpc.so.3.1.0.so.3.1.0.tar.gz 1 0 49436 /libip4tc.so.2.0.0.so.2.0.0.tar.gz 1 0 15147 /libxtables.so.12.3.0.tar 1 0 64000 /libpopt.so.0.0.1.so.0.0.1.tar.gz 1 0 26539 /dnf.librepo.log.3.tar 1 0 1050112 /zero-zone.js.tar 1 0 3584 /raid-check.tar.gz 1 0 179 /libhistory.so.7.so.7.tar.gz 1 0 21535 /jquery.js.tar 1 0 4096 /libsss_sudo.so.so.tar.gz 1 0 9963 /rhsm.tar.gz 1 0 254 /sss_ssh_knownhostsproxy.tar.gz 1 0 13449 /rpmpopt-4.14.3.14.3.tar.gz 1 0 3490 /libmysqlclient.a.tar 1 0 539136 /libbd_mdraid.so.2.so.2.tar.gz 1 0 14701 /libIexMath-2_2.so.12.so.12.tar.gz 1 0 6425 /fwupd.tar.gz 1 0 3685 /csf.cwp.allow.cwp.allow.tar.gz 1 0 503 /libnettle.so.6.tar 1 0 241152 /user_prefs.tar 1 0 3584 /easy_install-3.6.6.tar.gz 1 0 279 /libnewt.so.0.52.tar 1 0 100864 /fips-finish-install.tar.gz 1 0 804 /libjbig85.so.2.1.tar 1 0 22528 /nl-fib-lookup.tar.gz 1 0 4803 /libxmlrpc_server.so.3.51.so.3.51.tar.gz 1 0 13224 /libcrypt.so.so.tar.gz 1 0 45968 /libfribidi.so.0.4.0.tar 1 0 116736 /index_files.zip 1 0 151380 /libsss_idmap.so.0.5.1.tar 1 0 30720 /zero-zone.js.js.tar.gz 1 0 611 /mysqld_safe_helper.tar.gz 1 0 1018892 /sa20.tar.gz 1 0 65506 /libjbig.so.2.1.so.2.1.tar.gz 1 0 23855 /libwebpdemux.so.2.tar 1 0 22528 /libbrotlidec.so.1.0.6.tar 1 0 55296 /libXcursor.so.1.tar 1 0 48640 /libsecret-1.so.0.tar 1 0 364032 /libsmartcols.so.1.tar 1 0 223232 /logs.zip 1 0 2780 /iio_generic_buffer.tar.gz 1 0 12210 /libodbccr.so.2.so.2.tar.gz 1 0 17784 /libgraphite2.so.3.so.3.tar.gz 1 0 95560 /libhistory.so.7.tar 1 0 50176 /libthai.so.0.3.0.so.0.3.0.tar.gz 1 0 18574 /libmysqlservices.a.tar 1 0 32768 /libform.so.6.1.so.6.1.tar.gz 1 0 32151 /libnfnetlink.so.0.so.0.tar.gz 1 0 14428 /libltdl.so.7.3.1.tar 1 0 46592 /jsonpointer-3.tar.gz 1 0 695 /snmp.tar.gz 1 0 724 /mime.types.tar 1 0 61952 /libyajl.so.2.1.0.tar 1 0 43520 /mountinfo.tar 1 0 2501632 /libc.so.tar 1 0 2048 /debuginfo-install.tar.gz 1 0 1590 /update-mime-database.tar.gz 1 0 25586 /last_makecache.tar.gz 1 0 101 /ddns-confgen.tar 1 0 22528 /libsmbios_c.so.2.so.2.tar.gz 1 0 86140 /liblmdb.so.0.0.0.tar 1 0 93696 /libmenu.so.6.1.tar 1 0 39424 /libodbcinst.so.so.tar.gz 1 0 37936 /libgraphite2.so.3.tar 1 0 203776 /libjbig2dec.so.0.so.0.tar.gz 1 0 52725 /libidn2.so.0.3.6.tar 1 0 133120 /packages.db.db.tar.gz 1 0 1122989 /sotruss-lib.so.tar 1 0 13824 /dpkg-realpath.tar 1 0 6144 /libbrotlienc.so.1.0.6.tar 1 0 577024 /libgif.so.7.0.0.so.7.0.0.tar.gz 1 0 19585 /libicui18n.so.60.3.tar 1 0 3787776 /litespeed-wp-plugin.tar.gz 1 0 439 /appstream.solv.solv.tar.gz 1 0 1984500 /js-zone.zip 1 0 634616 /libpng16.so.16.so.16.tar.gz 1 0 111745 /libwebpdemux.so.tar 1 0 22528 /libgvpr.so.2.0.0.tar 1 0 514048 /libfwupd.so.2.0.0.so.2.0.0.tar.gz 1 0 131447 /dev_snmp6.tar.gz 1 0 702 /sa27.tar.gz 1 0 61532 /libexslt.so.0.8.20.tar 1 0 97280 /rt_cache.tar.gz 1 0 276 /python3-html2text.tar 1 0 2048 /index_files.tar 1 0 154112 /libpwquality.so.1.0.2.tar 1 0 26624 /libaspell.so.15.tar 1 0 730624 /libcryptsetup.so.12.so.12.tar.gz 1 0 248064 /media.tar 1 0 121856 /rt_cache.tar 1 0 88576 /libfreetype.so.6.so.6.tar.gz 1 0 402086 /gss.tar 1 0 2048 /dpkg-maintscript-helper.tar 1 0 23040 /grub2-menulst2cfg.tar.gz 1 0 80370 /libXmuu.so.1.0.0.so.1.0.0.tar.gz 1 0 7381 /libkmod.so.2.3.3.so.2.3.3.tar.gz 1 0 48147 /jsonpointer-3.tar 1 0 3072 /libsss_idmap.so.0.so.0.tar.gz 1 0 12420 /maps.tar.gz 1 0 86 /libauparse.so.0.so.0.tar.gz 1 0 66039 /sa17.tar 1 0 230400 /EA4-c8.solv.solv.tar.gz 1 0 545876 /libisccc.so.161.tar 1 0 48128 /libnpth.so.0.1.1.so.0.1.1.tar.gz 1 0 7204 /libcryptsetup.so.12.6.0.so.12.6.0.tar.gz 1 0 248068 /hpc-compute.zip 1 0 1546 /conf.modules.d.zip 1 0 10248 /sos.zip 1 0 1665 /libxcb-randr.so.0.1.0.so.0.1.0.tar.gz 1 0 18587 /libnewt.so.0.52.so.0.52.tar.gz 1 0 44597 /libxtables.so.12.so.12.tar.gz 1 0 27841 /tracking.txt.tar 1 0 2048 /dpkg-realpath.tar.gz 1 0 1778 /throughput-performance.tar 1 0 5120 /optimize-serial-console.tar.gz 1 0 237 /libXext.so.6.4.0.so.6.4.0.tar.gz 1 0 31315 /sa10.tar 1 0 230400 /libp11-kit.so.0.so.0.tar.gz 1 0 318794 /as.tar.gz 1 0 215218 /Group.tar.gz 1 0 12210 /loadalert.txt.txt.tar.gz 1 0 484 /csf.smtpauth.tar 1 0 2560 /libnssutil3.so.tar 1 0 216576 /active_profile.tar.gz 1 0 119 /libgssrpc.so.4.so.4.tar.gz 1 0 58759 /libpcre2-32.so.tar 1 0 483328 /liboplodbcS.so.2.0.0.so.2.0.0.tar.gz 1 0 4125 /pwhistory_helper.tar 1 0 22528 /nl-fib-lookup.tar 1 0 14336 /libodbcpsqlS.so.so.tar.gz 1 0 3755 /libutil-2.28.so.28.so.tar.gz 1 0 5749 /libpcre2-16.so.tar 1 0 500224 /libldap-2.4.so.2.10.9.tar 1 0 330752 /drivers_autoprobe.tar.gz 1 0 113 /pythondeps.sh.tar 1 0 2560 /libicudata.so.60.3.so.60.3.tar.gz 1 0 10842301 /libpng16.so.so.tar.gz 1 0 111747 /libgpg-error.so.0.so.0.tar.gz 1 0 63164 /numa_maps.tar 1 0 2048 /resume.tar.gz 1 0 102 /libfreetype.so.tar 1 0 784896 /init.d.tar.gz 1 0 8000 /arp.tar 1 0 3072 /attr.zip 1 0 778 /libfdisk.so.1.1.0.so.1.1.0.tar.gz 1 0 188851 /recommend.d.zip 1 0 2057 /libpkgconf.so.3.so.3.tar.gz 1 0 26103 /sa08.tar.gz 1 0 62648 /connector.tar 1 0 3072 /libgpgme.so.11.tar 1 0 336384 /device.php.php.tar.gz 1 0 4021 /sefcontext_compile.tar.gz 1 0 32754 /sshalert.txt.txt.tar.gz 1 0 244 /libodbcmyS.so.2.so.2.tar.gz 1 0 4154 /LICENSE.txt.tar 1 0 2048 /grub2-set-password.tar 1 0 5120 /libnl-genl-3.so.200.26.0.tar 1 0 32256 /systemd-tmpfiles.tar.gz 1 0 33750 /libmetalink.so.3.tar 1 0 76800 /ea-php81-pear.tar 1 0 2048 /libudisks2.so.0.tar 1 0 743424 /install-info.tar.gz 1 0 23157 /ip6_mr_vif.tar.gz 1 0 144 /liblzma.so.5.2.4.so.5.2.4.tar.gz 1 0 85206 /libpcre2-16.so.so.tar.gz 1 0 198408 /cmdline.tar 1 0 2048 /libxcb-res.so.0.tar 1 0 23040 /tmpfiles.d.tar 1 0 3584 /libwebpdecoder.so.so.tar.gz 1 0 112393 /libomapi.so.0.0.0.so.0.0.0.tar.gz 1 0 57652 /csf.interworx.pignore.interworx.pignore.tar.gz 1 0 1053 /media-post.php.php.tar.gz 1 0 24921 /libfreeblpriv3.so.so.tar.gz 1 0 474473 /selabel_partial_match.tar 1 0 13824 /libpipeline.so.1.5.0.tar 1 0 75776 /girepository-1.0.zip 1 0 2855846 /igmp6.tar.gz 1 0 163 /packages.db.tar 1 0 4638208 /libxmlb.so.1.0.0.so.1.0.0.tar.gz 1 0 68304 /nf_conntrack.tar.gz 1 0 279 /renew-dummy-cert.tar 1 0 2560 /libstemmer.so.0.0.0.so.0.0.0.tar.gz 1 0 84011 /rt_acct.tar 1 0 56320 /libmysqld.a.a.tar.gz 1 0 10967449 /libkadm5clnt.so.tar 1 0 101376 /libparted.so.2.tar 1 0 329728 /setup-nsssysinit.tar.gz 1 0 793 /snow.js.tar 1 0 17920 /public_html.tar.gz 1 0 110 /rt6_stats.tar 1 0 3072 /libcdt.so.5.0.0.tar 1 0 30720 /logalert.txt.txt.tar.gz 1 0 191 /libxcb-xinput.so.tar 1 0 189952 /convertquota.tar.gz 1 0 37152 /libgudev-1.0.so.0.tar 1 0 48128 /csf.logfiles.logfiles.tar.gz 1 0 453 /libpython3.6m.so.1.0.tar 1 0 3292160 /libreadline.so.7.so.7.tar.gz 1 0 138216 /libsolvext.so.1.so.1.tar.gz 1 0 91580 /libnl-idiag-3.so.200.tar 1 0 44544 /unbound.tar.gz 1 0 1510 /sa10.tar.gz 1 0 62884 /libnftables.so.1.so.1.tar.gz 1 0 338855 /imunify-notifier.tar.gz 1 0 4188541 /libtirpc.so.3.0.0.so.3.0.0.tar.gz 1 0 100338 /csf.cyberpanel.conf.cyberpanel.conf.tar.gz 1 0 33153 /libdav1d.so.3.1.0.so.3.1.0.tar.gz 1 0 412475 /libpthread.so.0.tar 1 0 151552 /libcrypt.so.1.1.0.tar 1 0 137728 /arp_cache.tar.gz 1 0 280 /csfajaxtail.js.js.tar.gz 1 0 1250 /maps.tar 1 0 23040 /libkadm5clnt_mit.so.so.tar.gz 1 0 37184 /sa17.tar.gz 1 0 65022 /gift-zone.js.js.tar.gz 1 0 758 /xtables-monitor.tar 1 0 227840 /ipv6_route.tar.gz 1 0 215 /libfstrm.so.0.1.0.tar 1 0 47616 /grub2-mkimage.tar 1 0 443392 /modulemd-validator.tar 1 0 27136 /modulemd-validator.tar.gz 1 0 10029 /netblock.txt.txt.tar.gz 1 0 241 /rpmdb_loadcvt.tar.gz 1 0 690 /libbd_swap.so.2.so.2.tar.gz 1 0 8824 /libgirepository-1.0.so.1.0.so.1.tar.gz 1 0 100186 /modules.tar.gz 1 0 1018 /iptables-translate.tar 1 0 227840 /nl-link-name2ifindex.tar.gz 1 0 3682 /ip_mr_cache.tar 1 0 18432 /libk5crypto.so.3.so.3.tar.gz 1 0 39384 /spin.mp3.tar 1 0 95232 /HDKlitespeed8.tar 1 0 2048 /apache.http.txt.http.txt.tar.gz 1 0 482 /libncurses.so.6.1.tar 1 0 182272 /libxcb-xfixes.so.tar 1 0 43008 /libjcat.so.1.0.0.tar 1 0 93696 /libmariadbd.so.19.tar 1 0 25453568 /mysqld_safe_helper.tar 1 0 4738048 /csf.interworx.allow.tar 1 0 2560 /libodbctxtS.so.2.tar 1 0 9728 /miniterm-3.py.tar 1 0 35840 /dev_snmp6.zip 1 0 5169 /python-macro-helper.tar 1 0 2560 /libargon2.so.1.so.1.tar.gz 1 0 16101 /gift-zone.js.tar 1 0 3584 /libpath_utils.so.1.so.1.tar.gz 1 0 7232 /libicudata.so.60.3.tar 1 0 26911232 /libcrypt.so.tar 1 0 137728 /libsecret-1.so.0.0.0.tar 1 0 364032 /DINMITTELSCHRIFTSTD.woff.woff.tar.gz 1 0 25059 /libprocps.so.7.so.7.tar.gz 1 0 36324 /debuginfo-install.tar 1 0 5632 /gdk-pixbuf-2.0.zip 1 0 308060 /cmake.tar 1 0 17920 /libraw_r.so.19.tar 1 0 941568 /liblab_gamut.so.1.tar 1 0 2490880 /python-html2text.tar 1 0 2048 /libgio-2.0.so.0.tar 1 0 1780224 /rpmdb_recover.tar.gz 1 0 6218 /if_inet6.tar.gz 1 0 151 /libtdsS.so.2.0.0.so.2.0.0.tar.gz 1 0 3154 /loadalert.txt.tar 1 0 3072 /libnl.tar 1 0 113152 /libwebp.so.7.0.2.so.7.0.2.tar.gz 1 0 231162 /lsws-recover.log.log.tar.gz 1 0 1626 /libodbctxtS.so.2.so.2.tar.gz 1 0 3522 /baseos.solv.solv.tar.gz 1 0 1282418 /libevent_pthreads.so.tar 1 0 13824 /libgssrpc.so.4.tar 1 0 140800 /cpanel.allow.tar 1 0 5632 /libcryptsetup.so.12.6.0.tar 1 0 528384 /grub2-set-password.tar.gz 1 0 1546 /libcpupower.so.0.so.0.tar.gz 1 0 9032 /cockpit.tar.gz 1 0 148 /csf-loader.gif.tar 1 0 5632 /img.tar.gz 1 0 2197115 /ip6_mr_cache.tar.gz 1 0 153 /libdhcpctl.so.0.so.0.tar.gz 1 0 9319 /init.d.tar 1 0 31232 /libperl.so.5.26.3.tar 1 0 2183168 /libpipeline.so.1.5.0.so.1.5.0.tar.gz 1 0 28949 /resume.tar 1 0 2048 /sa08.tar 1 0 230400 /libk5crypto.so.3.tar 1 0 98304 /libxcb-xfixes.so.0.tar 1 0 43008 /libselinux.so.1.tar 1 0 174080 /almalinux-release.tar.gz 1 0 139 /mysql_upgrade.tar.gz 1 0 1114132 /libexslt.so.tar 1 0 97280 /systemd-tmpfiles.tar 1 0 76800 /cracklib-packer.tar.gz 1 0 4265 /server.crt.crt.tar.gz 1 0 1003 /libevent_core.so.tar 1 0 245760 /profiles.zip 1 0 7674 /ssl.zip 1 0 28313 /nl-cls-delete.tar.gz 1 0 5663 /libodbccr.so.2.tar 1 0 74240 /cl.selector.zip 1 0 160 /libSvtAv1Enc.so.0.so.0.tar.gz 1 0 1690870 /libkeyutils.so.tar 1 0 17920 /libnftables.so.1.1.0.tar 1 0 847872 /sa09.tar 1 0 230400 /csf.interworx.pignore.tar 1 0 4608 /libpython3.6m.so.1.0.6m.so.1.0.tar.gz 1 0 1485908 /sa11.tar.gz 1 0 63269 /renew-dummy-cert.tar.gz 1 0 500 /libgpg-error.so.tar 1 0 147968 /ioports.tar.gz 1 0 340 /apache.main.txt.main.txt.tar.gz 1 0 103 /grub2-sparc64-setup.tar.gz 1 0 422110 /plugins.tar.gz 1 0 457 /projid_map.tar.gz 1 0 124 /libpcre2-32.so.so.tar.gz 1 0 189129 /rpmpopt-4.14.3.tar 1 0 13312 /exim.conf.mailman2.dist.conf.mailman2.dist.tar.gz 1 0 7800 /cl.selector.tar 1 0 1536 /dpkg-maintscript-helper.tar.gz 1 0 4548 /libbz2.so.1.0.6.tar 1 0 74752 /awstats.tar.gz 1 0 11536 /libxcb-dpms.so.so.tar.gz 1 0 4159 /keycreate.tar.gz 1 0 100 /libncurses.so.6.so.6.tar.gz 1 0 84384 /libibverbs.so.1.14.48.0.tar 1 0 137216 /libodbcnnS.so.2.tar 1 0 9728 /dnssec-keyfromlabel.tar 1 0 68096 /smaps_rollup.tar.gz 1 0 95 /libxmlrpc_server.so.3.tar 1 0 34816 /schedstat.tar.gz 1 0 122 /libdw-0.190.so.190.so.tar.gz 1 0 271887 /dev_mcast.tar.gz 1 0 149 /sa13.tar 1 0 230400 /selabel_partial_match.tar.gz 1 0 4236 /devices.tar 1 0 2048 /libevent_core.so.so.tar.gz 1 0 104740 /443.tar 1 0 51712 /packet.tar 1 0 8192 /sender2.php.php.tar.gz 1 0 1657 /libndp.so.0.1.1.so.0.1.1.tar.gz 1 0 11299 /callcode-link.js.tar 1 0 464384 /libnsssysinit.so.tar 1 0 13312 /fwupd.tar 1 0 8192 /mariadb-admin.tar 1 0 5113344 /pwhistory_helper.tar.gz 1 0 7500 /cpu_resctrl_groups.tar.gz 1 0 118 /libpoco-plesk-1.12.4.zip 1 0 10189510 /sginfo.tar 1 0 78336 /libfuse.so.2.9.7.so.2.9.7.tar.gz 1 0 84073 /exim_trusted_configs.tar 1 0 2048 /libwmf-0.2.so.7.2.so.7.tar.gz 1 0 112950 /libpam_misc.so.0.so.0.tar.gz 1 0 6539 /libthread_db.so.1.tar 1 0 40448 /libmvec-2.28.so.28.so.tar.gz 1 0 97951 /libmetalink.so.3.1.0.tar 1 0 76800 /libcurl.so.4.5.0.tar 1 0 598528 /js-zone.tar 1 0 641024 /Conflictname.tar.gz 1 0 4612 /stat.zip 1 0 3464 /cracklib-unpacker.tar.gz 1 0 3641 /link.js.js.tar.gz 1 0 1384 /raw6.tar.gz 1 0 226 /libthread_db.so.so.tar.gz 1 0 15696 /libsensors.so.4.so.4.tar.gz 1 0 27479 /cpanellogd.tar.gz 1 0 164 /virtual-guest.tar.gz 1 0 537 /libbz2.so.1.0.6.so.1.0.6.tar.gz 1 0 33292 /ip6tables-apply.tar.gz 1 0 2786 /scl.tar 1 0 4608 /libXinerama.so.1.so.1.tar.gz 1 0 4784 /sa25.tar.gz 1 0 60980 /libevent_extra.so.tar 1 0 152576 /ip_mr_vif.tar 1 0 5120 /active_profile.tar 1 0 2048 /libmcpp.so.0.3.0.so.0.3.0.tar.gz 1 0 75201 /libdbus-glib-1.so.2.3.4.tar 1 0 201728 /sa14.tar.gz 1 0 62706 /libnftables.so.1.tar 1 0 847872 /current.tar.gz 1 0 96 /systemd-firstboot.tar 1 0 39424 /libxcb-xvmc.so.so.tar.gz 1 0 5451 /libodbcminiS.so.2.so.2.tar.gz 1 0 3078 /libunbound.so.2.tar 1 0 1501184 /libpsx.so.2.tar 1 0 18432 /setgroups.tar 1 0 5120 /hostname.tar 1 0 2048 /libSegFault.so.tar 1 0 22016 /sa06.tar.gz 1 0 61573 /libsigsegv.so.2.so.2.tar.gz 1 0 6809 /liblwres.so.161.tar 1 0 84480 /tmp.tar.gz 1 0 42101 /udp.tar.gz 1 0 379 /libxml2.so.2.9.7.so.2.9.7.tar.gz 1 0 688687 /libsmbios_c.so.2.tar 1 0 234496 /libffi.so.6.0.2.so.6.0.2.tar.gz 1 0 18181 /libslapi-2.4.so.2.tar 1 0 139264 /yum-debug-restore.tar.gz 1 0 1596 /kdump-lib.sh.sh.tar.gz 1 0 10215 /libseccomp.so.2.so.2.tar.gz 1 0 52492 /packet.tar.gz 1 0 197 /resalert.txt.tar 1 0 2048 /sa13.tar.gz 1 0 61362 /libnl-3.so.200.so.200.tar.gz 1 0 63561 /user_prefs.tar.gz 1 0 1065 /liboraodbcS.so.2.0.0.tar 1 0 9728 /libevent.so.so.tar.gz 1 0 164911 /libsss_idmap.so.0.5.1.so.0.5.1.tar.gz 1 0 12425 /index_files.tar.gz 1 0 46109 /ls_redis_users.text.text.tar.gz 1 0 121 /libmd.so.0.1.0.so.0.1.0.tar.gz 1 0 26752 /libpcreposix.so.0.0.6.tar 1 0 13312 /csf.generic.ignore.tar 1 0 2048 /libodbcminiS.so.2.tar 1 0 9728 /libparted-fs-resize.so.0.so.0.tar.gz 1 0 48345 /pkcs11.txt.txt.tar.gz 1 0 399 /raid-check.tar 1 0 2048 /libblkid.so.1.1.0.tar 1 0 345600 /libopenjp2.so.7.tar 1 0 369664 /sa11.tar 1 0 230400 /lenzzip.php.php.tar.gz 1 0 3466 /sa09.tar.gz 1 0 63292 /libX11-xcb.so.1.so.1.tar.gz 1 0 2756 /portscan.txt.txt.tar.gz 1 0 228 /LICENSE.txt.txt.tar.gz 1 0 284 /libjansson.so.4.tar 1 0 60928 /ea-php82-pear.tar 1 0 2048 /python-html2text.tar.gz 1 0 338 /sched.tar 1 0 13824 /xt_recent.zip 1 0 15568 /anycast6.tar.gz 1 0 100 /libxcb-render.so.so.tar.gz 1 0 16317 /libbd_swap.so.2.tar 1 0 22528 /sa06.tar 1 0 230400 /libhandle.so.1.so.1.tar.gz 1 0 6268 /libsensors.so.4.tar 1 0 64000 /libnssutil3.so.so.tar.gz 1 0 82140 /libm.so.tar 1 0 2048 /dnf.librepo.log.1.librepo.log.1.tar.gz 1 0 71845 /update-mime-database.tar 1 0 60416 /libxcb-record.so.tar 1 0 27648 /dnssec-signzone.tar 1 0 121856 /libcairo.so.2.11512.0.tar 1 0 1204224 /sa14.tar 1 0 230400 /libefivar.so.1.so.1.tar.gz 1 0 58497 /ip6tables-translate.tar 1 0 227840 /rpmdb_upgrade.tar 1 0 14336 /libmariadb.so.3.so.3.tar.gz 1 0 144525 /libxcb-xfixes.so.0.so.0.tar.gz 1 0 9082 /libpanelw.so.6.so.6.tar.gz 1 0 6071 /sa25.tar 1 0 230400 /index.php.php.tar.gz 1 0 14602 /loading.png.tar 1 0 3584 /libodbcdrvcfg2S.so.2.0.0.so.2.0.0.tar.gz 1 0 2844 /libidn2.so.0.3.6.so.0.3.6.tar.gz 1 0 65505 /softnet_stat.tar 1 0 50176 /mariadbd-safe-helper.tar.gz 1 0 1018897 /libpcap.so.1.9.1.so.1.9.1.tar.gz 1 0 137970 /libpathplan.so.4.tar 1 0 38912 /setup-nsssysinit.tar 1 0 3584 /appstream.solv.tar 1 0 4371968 /sender1.php.tar 1 0 9216 /libsasl2.so.3.0.0.so.3.0.0.tar.gz 1 0 59075 /raw6.tar 1 0 2048 /cpanel-plugins.solv.tar 1 0 51712 /libijs-0.35.so.tar 1 0 28160 /psfstriptable.tar.gz 1 0 10224 /json_reformat.tar 1 0 18944 /ip6tables-translate.tar.gz 1 0 97872 /libfribidi.so.0.4.0.so.0.4.0.tar.gz 1 0 23797 /changelog.txt.txt.tar.gz 1 0 75803 /xfrm_stat.tar.gz 1 0 301 /libpthread.so.0.so.0.tar.gz 1 0 56782 /virtual-host.zip 1 0 701 /mcfilter.tar.gz 1 0 139 /libplds4.so.tar 1 0 18432 /imunify-notifier.tar 1 0 10300928 /libsemanage.so.1.so.1.tar.gz 1 0 111175 /sginfo.tar.gz 1 0 32645 /printcap.tar.gz 1 0 245 /setting.php.tar 1 0 2048 /json_reformat.tar.gz 1 0 5667 /kdump-lib.sh.tar 1 0 33280 /libxcb-xvmc.so.tar 1 0 22528 /libaspell.so.15.so.15.tar.gz 1 0 295685 /integrityalert.txt.txt.tar.gz 1 0 352 /nl-link-ifindex2name.tar.gz 1 0 3752 /printcap.tar 1 0 2048 /libipset.so.13.tar 1 0 203264 /mcfilter.tar 1 0 13312 /libuser.so.1.5.2.tar 1 0 138752 /libtevent.so.0.so.0.tar.gz 1 0 41763 /libexslt.so.so.tar.gz 1 0 40658 /named-checkconf.tar.gz 1 0 15147 /xferlog.offsetftpsep.tar 1 0 2048 /lsws-recover.log.tar 1 0 25600 /libnuma.so.1.0.0.so.1.0.0.tar.gz 1 0 24049 /cphulkd.tar.gz 1 0 285 /google.js.tar 1 0 7680 /grub2-bios-setup.tar 1 0 1216000 /fib_triestat.tar.gz 1 0 349 /mariadb-find-rows.tar.gz 1 0 1581 /nl-pktloc-lookup.tar 1 0 14848 /rsyslog.d.tar.gz 1 0 264 /liblzo2.so.2.0.0.tar 1 0 169472 /libpam_misc.so.so.tar.gz 1 0 6542 /libraqm.so.0.700.0.tar 1 0 25088 /libxcb-dri3.so.so.tar.gz 1 0 5906 /main-zone.js.js.tar.gz 1 0 443 /Obsoletename.tar.gz 1 0 11091 /sa24.tar.gz 1 0 51312 /libaudit.so.1.0.0.tar 1 0 137728 /libcap-ng.so.0.so.0.tar.gz 1 0 10726 /cpuinfo.tar 1 0 6144 /libodbcmyS.so.2.tar 1 0 13824 /libnss_files.so.2.tar 1 0 56320 /libldap-2.4.so.2.4.so.2.tar.gz 1 0 146713 /gpgparsemail.tar.gz 1 0 13997 /libz.so.tar 1 0 101376 /sa15.tar.gz 1 0 63861 /libpspell.so.15.tar 1 0 9216 /rpmdb_upgrade.tar.gz 1 0 5634 /anycast6.tar 1 0 3072 /libgcrypt-config.tar 1 0 5632 /80.tar.gz 1 0 1404 /sa21.tar.gz 1 0 66566 /libk5crypto.so.so.tar.gz 1 0 39385 /main-zone.js.tar 1 0 2560 /systemd-sysusers.tar.gz 1 0 23872 /libfuse.so.2.9.7.tar 1 0 264192 /sa02.tar.gz 1 0 61064 /libbasicobjects.so.0.1.0.tar 1 0 13824 /www.tar.gz 1 0 20 /libopenjp2.so.7.so.7.tar.gz 1 0 163065 /libreadline.so.7.tar 1 0 340480 /grub2-menulst2cfg.tar 1 0 270848 /libthai.so.0.3.0.tar 1 0 52736 /libparted.so.2.so.2.tar.gz 1 0 145086 /libpamc.so.0.82.1.tar 1 0 18432 /libmimerS.so.2.tar 1 0 9728 /ip6_mr_vif.tar 1 0 3072 /MariaDB1011.solv.solv.tar.gz 1 0 24355 /libgssapi_krb5.so.tar 1 0 357888 /ea-php82-pear.tar.gz 1 0 302 /laza.woff2.woff2.tar.gz 1 0 22396 /libdhash.so.1.1.0.tar 1 0 17920 /tmpfiles.d.tar.gz 1 0 186 /cmake.tar.gz 1 0 4201 /libXrandr.so.2.so.2.tar.gz 1 0 18965 /namek.js.tar 1 0 16896 /sefcontext_compile.tar 1 0 68608 /sockcreate.tar.gz 1 0 100 /server.key.key.tar.gz 1 0 1416 /dpkg-statoverride.tar 1 0 69632 /libcom_err.so.2.1.so.2.1.tar.gz 1 0 7205 /libnl.tar.gz 1 0 24304 /loadavg.tar 1 0 2048 /libsqlite3.so.0.so.0.tar.gz 1 0 615450 /sa23.tar 1 0 118272 /netstat.tar.gz 1 0 1542 /libXdamage.so.1.so.1.tar.gz 1 0 5056 /libfribidi.so.0.so.0.tar.gz 1 0 23790 /media-post.php.tar 1 0 79360 /libicudata.so.60.so.60.tar.gz 1 0 10842292 /libnss_dns.so.2.tar 1 0 31232 /iio_generic_buffer.tar 1 0 29184 /libpoco-plesk-1.12.4.tar 1 0 10196992 /libicutest.so.60.tar 1 0 92160 /libxcb-record.so.so.tar.gz 1 0 6375 /raw.tar.gz 1 0 176 /libmnl.so.0.2.0.so.0.2.0.tar.gz 1 0 10060 /liblber-2.4.so.2.10.9.tar 1 0 69120 /csf.allow.allow.tar.gz 1 0 529 /yum-debug-restore.tar 1 0 5632 /sa15.tar 1 0 230400 /close.mp3.tar 1 0 14336 /libunistring.so.2.so.2.tar.gz 1 0 634031 /named-checkzone.tar 1 0 39424 /hostname.tar.gz 1 0 113 /media.tar.gz 1 0 107085 /csf.interworx.conf.interworx.conf.tar.gz 1 0 33241 /virtual-guest.tar 1 0 2560 /libtss2-tctildr.so.0.0.0.tar 1 0 31232 /libkcapi.so.1.4.0.tar 1 0 65536 /libsapdbS.so.2.so.2.tar.gz 1 0 3243 /libfribidi.so.0.tar 1 0 116736 /xt_recent.tar.gz 1 0 2783 /libffi.so.6.0.2.tar 1 0 38912 /libwmf-0.2.so.7.tar 1 0 363008 /netfilter.tar 1 0 2048 /libtss2-esys.so.0.0.0.tar 1 0 612352 /libstemmer.so.0.tar 1 0 356352 /libuser.tar.gz 1 0 60222 /callcode-link.js.js.tar.gz 1 0 57829 /libpaper.so.1.1.2.so.1.1.2.tar.gz 1 0 6721 /libevent.so.tar 1 0 381440 /libgvc.so.6.0.0.so.6.0.0.tar.gz 1 0 288001 /sa24.tar 1 0 175104 /cpanellogd_stats.pid.pid.tar.gz 1 0 110 /ipv6_route.tar 1 0 3072 /libxcb-render.so.0.so.0.tar.gz 1 0 16313 /Group.tar 1 0 50688 /libxcb-dpms.so.tar 1 0 16384 /cpbackup-exclude.conf.tar 1 0 2048 /exim.conf.mailman2.dist.tar 1 0 31744 /consolealert.txt.txt.tar.gz 1 0 171 /libgdbm.so.6.0.0.so.6.0.0.tar.gz 1 0 30646 /fwupd.zip 1 0 5327 /libcupscgi.so.1.so.1.tar.gz 1 0 31141 /0_README_BEFORE_DELETING_VIRTFS.tar.gz 1 0 394 /libutempter.so.0.tar 1 0 13824 /ip_mr_cache.tar.gz 1 0 152 /install.generic.sh.generic.sh.tar.gz 1 0 2946 /close.mp3.mp3.tar.gz 1 0 10966 /libodbcnnS.so.2.so.2.tar.gz 1 0 2944 /liboplodbcS.so.2.so.2.tar.gz 1 0 4125 /libXdamage.so.1.tar 1 0 13824 /libxcb-xselinux.so.0.0.0.so.0.0.0.tar.gz 1 0 9542 /last_makecache.tar 1 0 1536 /libsoup-2.4.so.1.tar 1 0 1048064 /python3.6-config.6-config.tar.gz 1 0 232 /setroubleshootd.tar.gz 1 0 1614 /libmariadb.so.3.tar 1 0 374784 /libssh2.tar.gz 1 0 149037 /libbd_part.so.2.so.2.tar.gz 1 0 17784 /systemd-detect-virt.tar.gz 1 0 5230 /cpanellogd_stats.pid.tar 1 0 2048 /public_html.zip 1 0 31612223 /libkmod.so.2.3.3.tar 1 0 101888 /libevent_extra.so.so.tar.gz 1 0 67401 /mariadb-admin.tar.gz 1 0 1165252 /litespeed.http.txt.http.txt.tar.gz 1 0 286 /journald.conf.conf.tar.gz 1 0 627 /app-version-detector.zip 1 0 325035 /mysql-clients.cnf.cnf.tar.gz 1 0 248 /filealert.txt.txt.tar.gz 1 0 214 /libpcap.so.1.9.1.tar 1 0 314368 /libcrack.so.2.9.0.so.2.9.0.tar.gz 1 0 16098 /mailbox_format.cpanel.tar 1 0 2048 /appstream-compose.tar.gz 1 0 12405 /sa23.tar.gz 1 0 34498 /sini/media/spin.mp3 1 2 280041 /cpanel-plugins.solv.solv.tar.gz 1 0 27343 /libplds4.so.so.tar.gz 1 0 7154 /libarchive.so.13.3.3.tar 1 0 777216 /libtirpc.so.3.0.0.tar 1 0 219648 /grub2-ofpathname.tar 1 0 249856 /libhogweed.so.4.so.4.tar.gz 1 0 120321 /csf.interworx.allow.interworx.allow.tar.gz 1 0 507 /mariadb-dumpslow.tar.gz 1 0 3465 /libxcb-damage.so.so.tar.gz 1 0 3889 /mysql_upgrade.tar 1 0 5232128 /sessionid.tar.gz 1 0 107 /libhunspell-1.6.so.0.0.1.tar 1 0 623616 /libpthread-2.28.so.tar 1 0 151552 /libmagic.so.1.0.0.so.1.0.0.tar.gz 1 0 77271 /libparted-fs-resize.so.0.tar 1 0 101888 /sa02.tar 1 0 230400 /libmysqlclient_r.a.tar 1 0 539136 /libmysqlclient.a.a.tar.gz 1 0 160263 /my_print_defaults.tar 1 0 4768256 /linux-boot-prober.tar 1 0 7680 /libsystemd.so.0.so.0.tar.gz 1 0 626103 /libodbcinst.so.tar 1 0 127488 /mcfilter6.tar.gz 1 0 160 /sa21.tar 1 0 230400 /public_html.tar 1 0 37206736 /litespeed.main.txt.tar 1 0 1536 /libmariadbd.so.so.tar.gz 1 0 7903345 /libresolv-2.28.so.tar 1 0 94720 /nl-cls-delete.tar 1 0 18944 /igmp6.tar 1 0 2048 /libpcre.so.1.2.10.tar 1 0 466432 /rpmdb_verify.tar 1 0 18432 /libmaxminddb.so.0.so.0.tar.gz 1 0 11978 /open.mp3.mp3.tar.gz 1 0 9234 /nss-policy-check.tar.gz 1 0 6483 /libjbig.so.2.1.tar 1 0 54272 /js-zone.tar.gz 1 0 85484 /libanl-2.28.so.28.so.tar.gz 1 0 7888 /libXdamage.so.1.1.0.tar 1 0 13824 /libsysfs.so.2.0.1.so.2.0.1.tar.gz 1 0 18517 /libjbig2dec.so.0.0.0.so.0.0.0.tar.gz 1 0 52728 /x86_energy_perf_policy.tar 1 0 34304 /libevent-2.1.so.6.1.so.6.tar.gz 1 0 164918 /uninstall.sh.tar 1 0 4096 /attr.tar.gz 1 0 162 /libevent-2.1.so.6.tar 1 0 381440 /arp_cache.tar 1 0 10240 /raw.tar 1 0 3072 /libgio-2.0.so.0.0.so.0.tar.gz 1 0 712708 /libnl-nf-3.so.200.so.200.tar.gz 1 0 40601 /coredump.conf.conf.tar.gz 1 0 465 /libIexMath-2_2.so.12.tar 1 0 22528 /mariadb-embedded.tar.gz 1 0 8191483 /libfreetype.so.so.tar.gz 1 0 402086 /libjbig2dec.so.0.tar 1 0 121344 /smaps.tar.gz 1 0 87 /libkrb5.so.3.3.so.3.3.tar.gz 1 0 383447 /www.tar 1 0 76579508 /libxcb-res.so.0.so.0.tar.gz 1 0 5697 /mysql_tzinfo_to_sql.tar.gz 1 0 1038821 /sshalert.txt.tar 1 0 2048 /watchalert.txt.txt.tar.gz 1 0 195 /current.tar 1 0 7168 /csfajaxtail.js.tar 1 0 5632 /libsemanage.so.1.tar 1 0 280064 /libip6tc.so.2.0.0.tar 1 0 35328 /libglib-2.0.so.0.0.so.0.tar.gz 1 0 485235 /libwebpdecoder.so.tar 1 0 240128 /libc.so.so.tar.gz 1 0 271 /libsoup-2.4.so.1.4.so.1.tar.gz 1 0 340937 /system.tar 1 0 30208 /generator.late.zip 1 0 811 /libXinerama.so.1.tar 1 0 13824 /libelf-0.190.so.190.so.tar.gz 1 0 51305 /libpwquality.so.1.0.2.so.1.0.2.tar.gz 1 0 11730 /libtss2-rc.so.0.tar 1 0 31232 /fonts.zip 1 0 47530 /libicutest.so.60.so.60.tar.gz 1 0 30371 /rt6_stats.tar.gz 1 0 121 /libxcb-xinerama.so.0.0.0.so.0.0.0.tar.gz 1 0 4240 /ioports.tar 1 0 3072 /libnss_sss.so.2.so.2.tar.gz 1 0 20786 /Recommendname.tar.gz 1 0 1529 /libijs-0.35.so.35.so.tar.gz 1 0 10310 /liblzma.so.5.2.4.tar 1 0 163840 /plugins.tar 1 0 4096 /libtspi.so.1.2.0.tar 1 0 486912 /libpspell.so.15.so.15.tar.gz 1 0 2519 /dnssec-importkey.tar.gz 1 0 25287 /statm.tar.gz 1 0 100 /libisccc.so.161.so.161.tar.gz 1 0 19349 /localhost.zone.tar 1 0 2048 /libdw-0.190.so.tar 1 0 680448 /libgdbm_compat.so.so.tar.gz 1 0 5953 /libauthselect.so.3.tar 1 0 94208 /tmp.zip 1 0 196798 /libudev.so.1.6.11.tar 1 0 664064 /dovecot-sysreport.tar.gz 1 0 2249 /fsfreeze-hook.tar 1 0 3072 /libbasicobjects.so.0.1.0.so.0.1.0.tar.gz 1 0 3875 /ncursesw6-config.tar 1 0 7680 /ndisc_cache.tar 1 0 19456 /libarchive.so.13.tar 1 0 777216 /sa28.tar 1 0 230400 /named-checkzone.tar.gz 1 0 13741 /litespeed.main.txt.main.txt.tar.gz 1 0 106 /gpg-connect-agent.tar 1 0 171008 /libsasl2.so.3.0.0.tar 1 0 126976 /devices.tar.gz 1 0 364 /libsysfs.so.2.0.1.tar 1 0 51712 /dnf.librepo.log.4.tar 1 0 1050112 /libkadm5srv.so.tar 1 0 126464 /libcroco-0.6.so.3.0.1.tar 1 0 249856 /awstats.tar 1 0 47616 /libfwupd.so.2.0.0.tar 1 0 370176 /extras.solv.solv.tar.gz 1 0 6912 /ea-php82.tar 1 0 2048 /libdbus-1.so.3.so.3.tar.gz 1 0 154358 /tracking.txt.txt.tar.gz 1 0 286 /networks.tar 1 0 2048 /libleveldb.so.1.22.0.tar 1 0 578048 /gcrypt.tar.gz 1 0 209 /slide-zone.js.tar 1 0 3072 /cpanel.allow.allow.tar.gz 1 0 763 /services.tar 1 0 694272 /libmaxminddb.so.0.tar 1 0 26112 /smaps_rollup.tar 1 0 5632 /liblab_gamut.so.1.so.1.tar.gz 1 0 1837469 /libopenjp2.so.2.4.0.tar 1 0 369664 /jquery.js.js.tar.gz 1 0 551 /mailbox_format.cpanel.cpanel.tar.gz 1 0 132 /cpuset.tar 1 0 2048 /libncurses.so.6.1.so.6.1.tar.gz 1 0 84388 /libnsssysinit.so.so.tar.gz 1 0 5085 /libtss2-esys.so.0.0.0.so.0.0.0.tar.gz 1 0 197123 /ip6_flowlabel.tar.gz 1 0 151 /libxcb-dri2.so.so.tar.gz 1 0 6236 /libdns.so.1115.tar 1 0 2450432 /libcpupower.so.0.tar 1 0 25600 /smartcard-auth.tar 1 0 2048 /libpixman-1.so.0.so.0.tar.gz 1 0 291993 /softnet_stat.tar.gz 1 0 164 /server.crt.tar 1 0 3072 /numa_maps.tar.gz 1 0 92 /libarchive.so.13.so.13.tar.gz 1 0 360416 /libodbcdrvcfg1S.so.2.0.0.so.2.0.0.tar.gz 1 0 3021 /gpg-connect-agent.tar.gz 1 0 82400 /libsss_sudo.so.tar 1 0 23040 /libmetalink.so.3.1.0.so.3.1.0.tar.gz 1 0 24163 /system.tar.gz 1 0 8194 /scriptalert.txt.tar 1 0 2048 /mysql_install_db.tar 1 0 24576 /libfreetype.so.6.tar 1 0 784896 /libxcb-composite.so.0.tar 1 0 20480 /libutempter.so.0.so.0.tar.gz 1 0 4060 /xzcat.tar.gz 1 0 37933 /yumdownloader.tar.gz 1 0 1592 /csf.cyberpanel.ignore.tar 1 0 2048 /bpf_pinning.tar.gz 1 0 171 /libatasmart.so.4.so.4.tar.gz 1 0 22929 /mariadbd-safe-helper.tar 1 0 4738048 /libharfbuzz.so.0.so.0.tar.gz 1 0 312608 /attr.tar 1 0 4096 /odbc.ini.ini.tar.gz 1 0 87 /libkadm5clnt_mit.so.12.0.tar 1 0 101376 /libnftnl.so.11.tar 1 0 215552 /fscreate.tar 1 0 1536 /gdk-pixbuf-2.0.tar 1 0 317952 /optimize-serial-console.tar 1 0 2048 /libpam_misc.so.0.tar 1 0 18432 /libaudit.so.1.0.0.so.1.0.0.tar.gz 1 0 51410 /almalinux-release-upstream.tar.gz 1 0 161 /libfreeblpriv3.chk.chk.tar.gz 1 0 193 /spammers.tar.gz 1 0 87 /semodule_package.tar.gz 1 0 5965 /libsystemd.so.0.tar 1 0 1393664 /libibverbs.so.1.so.1.tar.gz 1 0 60955 /cpuset.tar.gz 1 0 98 /dnssec-keyfromlabel.tar.gz 1 0 27743 /libxcb-xinput.so.so.tar.gz 1 0 40264 /csf.cyberpanel.conf.tar 1 0 113664 /libodbcpsqlS.so.tar 1 0 13824 /gpg-error-config.tar.gz 1 0 1126 /libnghttp2.so.14.tar 1 0 168960 /lfd.logrotate.logrotate.tar.gz 1 0 171 /needs-restarting.tar.gz 1 0 1590 /ea-php82-pecl.tar 1 0 2048 /gcrypt.tar 1 0 2048 /link.js.tar 1 0 7680 /libtiff.so.5.3.0.so.5.3.0.tar.gz 1 0 184851 /netblock.txt.tar 1 0 2048 /libonig.so.5.0.0.so.5.0.0.tar.gz 1 0 185321 /libgd.so.3.0.5.tar 1 0 421888 /libxcb-damage.so.tar 1 0 15872 /libmount.so.1.1.0.tar 1 0 373248 /libkeyutils.so.1.tar 1 0 17920 /libext2fs.so.2.so.2.tar.gz 1 0 206469 /sa28.tar.gz 1 0 60602 /libgomp.so.1.0.0.tar 1 0 237056 /litespeed.http.txt.tar 1 0 2048 /macros.ea-php81-php.ea-php81-php.tar.gz 1 0 282 /rescan-scsi-bus.sh.sh.tar.gz 1 0 11864 /libXaw7.so.7.tar 1 0 449536 /libxcb-xinerama.so.0.0.0.tar 1 0 16896 /pkcs11.txt.tar 1 0 2048 /postgresql.tar 1 0 2048 /libsss_nss_idmap.so.0.tar 1 0 52736 /logalert.txt.tar 1 0 2048 /libSvtAv1Enc.so.0.tar 1 0 4073472 /namek.js.js.tar.gz 1 0 2387 /libodbcpsqlS.so.2.tar 1 0 13824 /libxcb-damage.so.0.tar 1 0 15872 /libyajl.so.2.1.0.so.2.1.0.tar.gz 1 0 18834 /libnssdbm3.chk.tar 1 0 2048 /libdav1d.so.3.1.0.tar 1 0 907264 /libcdt.so.5.0.0.so.5.0.0.tar.gz 1 0 13785 /named-checkconf.tar 1 0 43520 /libatk-1.0.so.0.0.so.0.tar.gz 1 0 55289 /packagekit-backend.tar.gz 1 0 70265 /mkhomedir_helper.tar 1 0 26624 /libgnutls.so.30.so.30.tar.gz 1 0 921490 /connector.tar.gz 1 0 127 /slide-zone.js.js.tar.gz 1 0 542 /macros.ea-php81-php.tar 1 0 2048 /scl.tar.gz 1 0 333 /grub2-render-label.tar 1 0 961536 /libsss_idmap.so.0.tar 1 0 30720 /git-receive-pack.tar.gz 1 0 10033789 /liboraodbcS.so.2.so.2.tar.gz 1 0 3212 /sa30.tar 1 0 230400 /libcupsppdc.so.1.tar 1 0 134656 /iptables-restore.tar.gz 1 0 97870 /cockpit.zip 1 0 224 /libkrb5support.so.0.1.tar 1 0 73216 /cgroup.tar.gz 1 0 240 /udp.tar 1 0 3584 /tmp.tar 1 0 209408 /update-crypto-policies.tar.gz 1 0 157 /libodbcdrvcfg1S.so.2.0.0.tar 1 0 9728 /libunbound.so.2.so.2.tar.gz 1 0 621919 /libipset.so.13.so.13.tar.gz 1 0 56519 /libpcreposix.so.0.0.6.so.0.0.6.tar.gz 1 0 4693 /ps2ps2.tar.gz 1 0 526 /libnl-nf-3.so.200.tar 1 0 117760 /liboplodbcS.so.2.0.0.tar 1 0 14336 /libltdl.so.7.3.1.so.7.3.1.tar.gz 1 0 19722 /libslang.so.2.3.2.so.2.3.2.tar.gz 1 0 412985 /xferlog.offsetftpsep.offsetftpsep.tar.gz 1 0 111 /libresolv.so.2.so.2.tar.gz 1 0 45341 /libnettle.so.6.so.6.tar.gz 1 0 112914 /libicui18n.so.60.3.so.60.3.tar.gz 1 0 1177119 /mech.d.zip 1 0 349 /ea-php82-pecl.tar.gz 1 0 276 /libauparse.so.0.0.0.so.0.0.0.tar.gz 1 0 66042 /libxcb-composite.so.0.so.0.tar.gz 1 0 4171 /dnssec-signzone.tar.gz 1 0 51972 /libefivar.so.1.tar 1 0 165888 /libev.so.4.0.0.tar 1 0 71680 /libbd_part.so.2.tar 1 0 47104 /functions.tar.gz 1 0 5277 /libodbcpsqlS.so.2.so.2.tar.gz 1 0 3752 /netstat.tar 1 0 25600 /libefiboot.so.1.tar 1 0 114176 /sa18.tar 1 0 230400 /dnsdomainname.tar.gz 1 0 7721 /libksba.so.8.11.6.tar 1 0 239104 /copr.conf.tar 1 0 2048 /libcupsmime.so.1.so.1.tar.gz 1 0 13329 /issue.tar 1 0 2048 /logs.tar 1 0 4608 /libfreeblpriv3.so.tar 1 0 1088512 /libk5crypto.so.tar 1 0 98304 /tuned.tar.gz 1 0 1960 /loadavg.tar.gz 1 0 119 /libusb-1.0.so.0.0.so.0.tar.gz 1 0 51419 /libgssapi_krb5.so.so.tar.gz 1 0 153373 /libhistory.so.7.0.tar 1 0 50176 /libext2fs.so.2.tar 1 0 438784 /cphulkd.tar 1 0 2048 /python3.6-config.tar 1 0 2048 /scsi_temperature.tar.gz 1 0 529 /spammers.tar 1 0 1536 /libgvc.so.6.0.0.tar 1 0 673792 /libatasmart.so.4.tar 1 0 59392 /dev_snmp6.tar 1 0 7168 /fib_triestat.tar 1 0 93184 /libfstrm.so.0.1.0.so.0.1.0.tar.gz 1 0 19322 /laza.woff2.tar 1 0 24064 /fscreate.tar.gz 1 0 97 /mountinfo.tar.gz 1 0 170347 /libpam_misc.so.tar 1 0 18432 /443.tar.gz 1 0 1656 /libdnf.zip 1 0 356 /mail.tar.gz 1 0 155 /EA4-c8.solv.tar 1 0 1236480 /sa07.tar.gz 1 0 62572 /www.zip 1 0 23976096 /DINMITTELSCHRIFTSTD.woff.tar 1 0 26624 /csf.suignore.suignore.tar.gz 1 0 276 /80.tar 1 0 77824 /libmnl.so.0.2.0.tar 1 0 27648 /libbd_loop.so.2.tar 1 0 17920 /ls_redis_users.text.tar 1 0 4096 /unbound.zip 1 0 2108 /ip6_flowlabel.tar 1 0 56320 /libodbcmyS.so.2.0.0.so.2.0.0.tar.gz 1 0 4155 /libXxf86vm.so.1.so.1.tar.gz 1 0 8833 /libirs.so.161.0.1.tar 1 0 51200 /libblkid.so.1.1.0.so.1.1.0.tar.gz 1 0 159113 /yumdownloader.tar 1 0 5632 /cpuinfo.tar.gz 1 0 842 /libedit.so.0.0.56.tar 1 0 235008 /libXcursor.so.1.so.1.tar.gz 1 0 21039 /libmariadbd.so.19.so.19.tar.gz 1 0 7903343 /libudisks2.so.0.so.0.tar.gz 1 0 204540 /csf.redirect.redirect.tar.gz 1 0 539 /libtspi.so.1.2.0.so.1.2.0.tar.gz 1 0 185431 /libgudev-1.0.so.0.2.0.tar 1 0 48128 /logs.tar.gz 1 0 2505 /matchpathcon.tar.gz 1 0 5238 /libnl-3.so.200.tar 1 0 148480 /libwebpmux.so.3.so.3.tar.gz 1 0 21782 /nl-neightbl-list.tar 1 0 14336 /libdbus-1.so.3.tar 1 0 353280 /libgnutls.so.30.tar 1 0 2057728 /services.tar.gz 1 0 142771 /sa18.tar.gz 1 0 64941 /libkrad.so.0.0.so.0.0.tar.gz 1 0 16860 /mariadb-service-convert.tar.gz 1 0 1289 /uninstall.sh.sh.tar.gz 1 0 737 /ip6tables-apply.tar 1 0 8704 /ea-php82.tar.gz 1 0 119 /libuuid.so.1.3.0.so.1.3.0.tar.gz 1 0 16277 /networks.tar.gz 1 0 140 /rescan-scsi-bus.sh.tar 1 0 40960 /libavif.so.14.0.1.tar 1 0 139264 /libX11-xcb.so.1.tar 1 0 9216 /queueprocd.tar.gz 1 0 164 /libibverbs.so.1.tar 1 0 137216 /libkrad.so.0.0.tar 1 0 47616 /libauparse.so.0.tar 1 0 147456 /systemd-detect-virt.tar 1 0 13824 /baseos.solv.tar 1 0 5232640 /drivers_autoprobe.tar 1 0 4096 /auto.vesta.pl.vesta.pl.tar.gz 1 0 4155 /iptables-translate.tar.gz 1 0 97871 /libkdb5.so.10.0.so.10.0.tar.gz 1 0 36631 /libwebpmux.so.3.tar 1 0 43520 /libhandle.so.1.tar 1 0 18432 /libnssdbm3.chk.chk.tar.gz 1 0 189 /rpmdb_verify.tar.gz 1 0 6125 /libcap-ng.so.0.tar 1 0 26624 /libmvec-2.28.so.tar 1 0 179712 /csf.redirect.tar 1 0 3072 /mariadb-service-convert.tar 1 0 4096 /libXxf86vm.so.1.tar 1 0 26112 /restorecon_xattr.tar.gz 1 0 6798 /fonts.tar 1 0 49664 /libgpg-error.so.so.tar.gz 1 0 63166 /libthread_db.so.tar 1 0 40448 /spin.mp3.mp3.tar.gz 1 0 87668 /cgroup.tar 1 0 2048 /csf.dirwatch.tar 1 0 2560 /auto.vesta.pl.tar 1 0 17920 /libwebpdemux.so.so.tar.gz 1 0 9490 /sa30.tar.gz 1 0 61666 /libtiff.so.5.3.0.tar 1 0 507904 /libnss_files.so.2.so.2.tar.gz 1 0 20918 /libcrypt.so.1.1.0.so.1.1.0.tar.gz 1 0 45968 /fsfreeze-hook.tar.gz 1 0 735 /server.key.tar 1 0 3584 /ganti.php.php.tar.gz 1 0 1708 /libjasper.so.4.so.4.tar.gz 1 0 170906 /libsecret-1.so.0.so.0.tar.gz 1 0 126657 /liboplodbcS.so.2.tar 1 0 14336 /libuser.tar 1 0 151552 /libcupsppdc.so.1.so.1.tar.gz 1 0 54489 /im360-k8s-syncer.tar 1 0 34587240 /libndp.so.0.1.1.tar 1 0 30720 /libdhash.so.1.1.0.so.1.1.0.tar.gz 1 0 7097 /libisc.so.1107.so.1107.tar.gz 1 0 237332 /libmysqlclient_r.so.tar 1 0 374784 /libgirepository-1.0.so.1.0.0.tar 1 0 245248 /libnghttp2.so.14.so.14.tar.gz 1 0 78479 /libseccomp.so.2.tar 1 0 130560 /libgif.so.7.0.0.tar 1 0 46080 /libsapdbS.so.2.tar 1 0 9728 /packagekit-backend.zip 1 0 196616 /librsvg-2.so.2.so.2.tar.gz 1 0 650021 /libip4tc.so.2.0.0.tar 1 0 35328 /dbus-cleanup-sockets.tar.gz 1 0 5921 /libteam.so.5.6.1.tar 1 0 59392 /mail.tar 1 0 3072 /libc_nonshared.a.a.tar.gz 1 0 7457 /libhogweed.so.4.5.tar 1 0 199680 /sa07.tar 1 0 230400 /snmp6.tar.gz 1 0 739 /libnuma.so.1.0.0.tar 1 0 53248 /libslang.so.2.3.2.tar 1 0 1308672 /strace-log-merge.tar.gz 1 0 1010 /cracklib-packer.tar 1 0 15360 /libgirepository-1.0.so.1.tar 1 0 245248 /libgdbm_compat.so.tar 1 0 18432 /sini.zip 1 0 6847043 /aspell-0.60.tar.gz 1 0 315140 /sockstat6.tar.gz 1 0 156 /0_README_BEFORE_DELETING_VIRTFS.tar 1 0 2560 /libpoco-plesk-1.12.4.tar.gz 1 0 3730519 /libxcb-dri2.so.tar 1 0 27136 /cpgreylistd.tar.gz 1 0 165 /macros.ea-php82-php.tar 1 0 2048 /dovecot-sysreport.tar 1 0 7680 /libkrb5support.so.0.1.so.0.1.tar.gz 1 0 29372 /libraw.so.19.0.2.tar 1 0 941568 /status.tar.gz 1 0 421 /virtual-guest.zip 1 0 903 /sa04.tar 1 0 228864 /dbus-cleanup-sockets.tar 1 0 18432 /libkeyutils.so.so.tar.gz 1 0 7452 /latency-performance.tar.gz 1 0 947 /libpaper.so.1.1.2.tar 1 0 19968 /libnpth.so.0.1.1.tar 1 0 23040 /libgvpr.so.2.0.0.so.2.0.0.tar.gz 1 0 209219 /oom_score_adj.tar.gz 1 0 107 /timerslack_ns.tar 1 0 6144 /sa16.tar 1 0 230400 /libm.so.so.tar.gz 1 0 198 /netlink.tar.gz 1 0 449 /mailman.tar.gz 1 0 164 /linux-boot-prober.tar.gz 1 0 1870 /libxcb-shm.so.0.so.0.tar.gz 1 0 4803 /grub2-editenv.tar.gz 1 0 153998 /xzcat.tar 1 0 86016 /exim_trusted_configs.tar.gz 1 0 124 /libodbc.so.2.0.0.so.2.0.0.tar.gz 1 0 191229 /netfilter.tar.gz 1 0 185 /sss_ssh_knownhostsproxy.tar 1 0 31232 /comm.tar.gz 1 0 104 /arp.tar.gz 1 0 191 /localhost.zone.zone.tar.gz 1 0 237 /scsi_temperature.tar 1 0 2560 /tuned.zip 1 0 4701 /ndisc_cache.tar.gz 1 0 250 /libnftnl.so.11.so.11.tar.gz 1 0 79557 /libperl.so.5.26.tar 1 0 2183168 /libwebp.so.7.0.2.tar 1 0 452608 /update-gtk-immodules.tar 1 0 2048 /libnftables.so.1.1.0.so.1.1.0.tar.gz 1 0 338860 /libbd_mdraid.so.2.tar 1 0 35328 /libdnf.tar 1 0 2048 /libstemmer.so.0.0.0.tar 1 0 356352 /xt_recent.tar 1 0 17920 /aria_read_log.tar.gz 1 0 1540121 /mariadb-fix-extensions.tar.gz 1 0 858 /libncurses.so.6.tar 1 0 182272 /sa31.tar.gz 1 0 61706 /nl-link-ifindex2name.tar 1 0 13824 /csf.suignore.tar 1 0 2048 /libmysqlclient.so.so.tar.gz 1 0 144529 /dpkg.tar 1 0 3072 /libpsx.so.2.so.2.tar.gz 1 0 6609 /libpcre2-8.so.0.so.0.tar.gz 1 0 214030 /libkadm5clnt.so.so.tar.gz 1 0 37184 /sa03.tar.gz 1 0 60500 /libexpat.so.1.8.10.tar 1 0 262656 /libbd_fs.so.2.0.0.tar 1 0 68608 /libsepol.so.so.tar.gz 1 0 323554 /recaptcha.txt.txt.tar.gz 1 0 202 /mcfilter6.tar 1 0 45056 /rc.d.tar 1 0 32256 /libmpfr.so.4.1.6.so.4.1.6.tar.gz 1 0 201104 /xtables-monitor.tar.gz 1 0 97867 /libuuid.so.1.3.0.tar 1 0 35328 /db_log_verify.tar.gz 1 0 6654 /libxcb-xfixes.so.so.tar.gz 1 0 9085 /liblwres.so.161.so.161.tar.gz 1 0 37699 /nl-link-stats.tar.gz 1 0 4818 /libc_nonshared.a.tar 1 0 129536 /my_print_defaults.tar.gz 1 0 1034332 /libresolv-2.28.so.28.so.tar.gz 1 0 45348 /odbc.ini.tar 1 0 1536 /libxcb-shm.so.0.tar 1 0 20992 /sessionid.tar 1 0 3072 /libxml2.so.2.9.7.tar 1 0 1505280 /ea-php81.tar.gz 1 0 119 /udplite6.tar 1 0 15360 /libxcb-xkb.so.1.so.1.tar.gz 1 0 35001 /libgdbm.so.6.0.0.tar 1 0 68608 /setting.php.php.tar.gz 1 0 430 /libprocps.so.7.tar 1 0 84992 /netcat.tar.gz 1 0 21515 /git-receive-pack.tar 1 0 21747224 /libXrandr.so.2.tar 1 0 47616 /sa19.tar.gz 1 0 65170 /sa01.tar 1 0 230400 /libnsl-2.28.so.tar 1 0 100864 /libcurl.so.4.5.0.so.4.5.0.tar.gz 1 0 282094 /iptables-restore.tar 1 0 227840 /udplite.tar.gz 1 0 187 /sa22.tar 1 0 230400 /libmpc.so.3.1.0.tar 1 0 113664 /gss.tar.gz 1 0 250 /update-gtk-immodules.tar.gz 1 0 281 /libharfbuzz.so.0.tar 1 0 682496 /libutil-2.28.so.tar 1 0 18944 /libcares.so.2.2.0.tar 1 0 80896 /psched.tar.gz 1 0 126 /libmysqlservices.a.a.tar.gz 1 0 1650 /libleveldb.so.1.so.1.tar.gz 1 0 192371 /unix.tar.gz 1 0 28755 /tempfiles.json.json.tar.gz 1 0 113 /mech.d.tar 1 0 2048 /libg.a.tar 1 0 9728 /libfreebl3.chk.chk.tar.gz 1 0 190 /cpbackup-exclude.conf.conf.tar.gz 1 0 214 /libsnappy.so.1.so.1.tar.gz 1 0 20125 /named-journalprint.tar.gz 1 0 4462 /libresolv.so.2.tar 1 0 94720 /strace-log-merge.tar 1 0 3584 /sa31.tar 1 0 230400 /dnf.librepo.log.4.librepo.log.4.tar.gz 1 0 73175 /libdnf.tar.gz 1 0 228 /csf.allow.tar 1 0 2560 /libexpat.so.1.so.1.tar.gz 1 0 91490 /MariaDB1011.solv.tar 1 0 48640 /libXfixes.so.3.tar 1 0 28160 /libodbcmyS.so.2.0.0.tar 1 0 13824 /csf.logfiles.tar 1 0 2560 /libpkgconf.so.3.tar 1 0 69120 /smaps.tar 1 0 4096 /libisc.so.1107.tar 1 0 557568 /fib_trie.tar 1 0 64512 /librpmsign.so.8.so.8.tar.gz 1 0 11207 /img.tar 1 0 2440192 /libbind9.so.161.so.161.tar.gz 1 0 32002 /python3-html2text.tar.gz 1 0 338 /libelf-0.190.so.tar 1 0 110592 /libevent_pthreads.so.so.tar.gz 1 0 4191 /comm.tar 1 0 36864 /almalinux-release.tar 1 0 2048 /libtss2-tctildr.so.0.0.0.so.0.0.0.tar.gz 1 0 13460 /libdatrie.so.1.tar 1 0 37888 /apache.main.txt.tar 1 0 1536 /libusb-1.0.so.0.tar 1 0 113664 /changelog.txt.tar 1 0 229888 /su.tar.gz 1 0 340 /alert-zone.js.tar 1 0 122368 /libxmlrpc.so.3.so.3.tar.gz 1 0 48695 /rsyslog.d.tar 1 0 2048 /libkeyutils.so.1.so.1.tar.gz 1 0 7450 /jquery.min.js.download.min.js.download.tar.gz 1 0 30444 /im360-k8s-syncer.tar.gz 1 0 14849866 /Basenames.tar.gz 1 0 2927663 /libpython3.6m.so.tar 1 0 3292160 /libmariadbd.so.tar 1 0 25453568 /msql2mysql.tar.gz 1 0 826 /libmimerS.so.2.so.2.tar.gz 1 0 3500 /sa16.tar.gz 1 0 64300 /libkadm5srv.so.so.tar.gz 1 0 50972 /libteam.so.5.6.1.so.5.6.1.tar.gz 1 0 24069 /libhogweed.so.4.5.so.4.5.tar.gz 1 0 120324 /libleveldb.so.1.tar 1 0 578048 /libsqlite3.so.0.tar 1 0 1153536 /pythondeps.sh.sh.tar.gz 1 0 495 /googlea10487a6fa3f5390.html.tar 1 0 2048 /status.tar 1 0 4608 /sa04.tar.gz 1 0 60035 /ddns-confgen.tar.gz 1 0 9043 /libXrender.so.1.so.1.tar.gz 1 0 19469 /unix.tar 1 0 174592 /mech.d.tar.gz 1 0 246 /restorecon_xattr.tar 1 0 18432 /libnss_sss.so.2.tar 1 0 48128 /tempfiles.json.tar 1 0 2048 /psched.tar 1 0 9216 /libmysqlclient_r.a.a.tar.gz 1 0 160266 /mysql-clients.cnf.tar 1 0 2048 /statm.tar 1 0 8192 /libncursesw.so.tar 1 0 2048 /libmysqlclient_r.so.so.tar.gz 1 0 144531 /libargon2.so.1.tar 1 0 36864 /libcryptsetup.so.12.tar 1 0 528384 /bpf_pinning.tar 1 0 2048 /libsolvext.so.1.tar 1 0 197120 /awstats.zip 1 0 43940 /sa22.tar.gz 1 0 66849 /postgresql.tar.gz 1 0 175 /sa01.tar.gz 1 0 62064 /sa19.tar 1 0 230400 /dnf.librepo.log.3.librepo.log.3.tar.gz 1 0 78412 /coredump.conf.tar 1 0 2560 /libnsl-2.28.so.28.so.tar.gz 1 0 45356 /netcat.tar 1 0 52224 /grub2-set-default.tar.gz 1 0 1639 /grub2-render-label.tar.gz 1 0 353376 /libpixman-1.so.0.tar 1 0 697344 /libdbus-glib-1.so.2.3.4.so.2.3.4.tar.gz 1 0 75413 /libXdamage.so.1.1.0.so.1.1.0.tar.gz 1 0 5057 /plugins.zip 1 0 978 /libtevent.so.0.tar 1 0 97792 /libodbcinst.so.2.tar 1 0 127488 /libicudata.so.60.tar 1 0 26911232 /mysql_tzinfo_to_sql.tar 1 0 4780544 /libunistring.so.2.tar 1 0 1807360 /nl-neightbl-list.tar.gz 1 0 4115 /libglib-2.0.so.0.tar 1 0 1173504 /ea-php81-pecl.tar.gz 1 0 276 /libxcb-dri3.so.tar 1 0 26112 /rc.d.tar.gz 1 0 8270 /oom_adj.tar.gz 1 0 100 /dpkg.tar.gz 1 0 463 /csf.resellers.tar 1 0 4096 /libexpat.so.so.tar.gz 1 0 91494 /sa03.tar 1 0 230400 /libgomp.so.1.0.0.so.1.0.0.tar.gz 1 0 109812 /libatk-1.0.so.0.tar 1 0 180736 /libXrender.so.1.3.0.tar 1 0 52224 /liblber-2.4.so.2.4.so.2.tar.gz 1 0 28896 /stat.tar.gz 1 0 168 /key.dns_resolver.tar 1 0 27136 /as.tar 1 0 912896 /libstemmer.so.0.so.0.tar.gz 1 0 84008 /libmd.so.0.1.0.tar 1 0 64000 /popup-box-bg2.png.png.tar.gz 1 0 38984 /libcgraph.so.6.so.6.tar.gz 1 0 46409 /liblzo2.so.2.0.0.so.2.0.0.tar.gz 1 0 52658 /device.php.tar 1 0 17920 /netfilter.zip 1 0 385 /libnfsidmap.so.1.so.1.tar.gz 1 0 21949 /libodbcdrvcfg2S.so.2.0.0.tar 1 0 9728 /mariadb-fix-extensions.tar 1 0 3072 /ea-php81-pecl.tar 1 0 2048 /snow.js.js.tar.gz 1 0 4881 /libini_config.so.5.tar 1 0 113664 /libfreebl3.chk.tar 1 0 2048 /dnssec-importkey.tar 1 0 64000 /libimaevm.so.2.tar 1 0 30208 /chosen.min.css.min.css.tar.gz 1 0 2330 /imunify-antivirus.tar 1 0 2560 /libselinux.so.1.so.1.tar.gz 1 0 80912 /libcgraph.so.6.tar 1 0 103936 /nf_conntrack.tar 1 0 4096 /kernel.tar 1 0 2048 /fonts.tar.gz 1 0 47307 /libpcre2-8.so.0.tar 1 0 545280 /libtss2-rc.so.0.so.0.tar.gz 1 0 7872 /libodbc.so.2.0.0.tar 1 0 553984 /sotruss-lib.so.so.tar.gz 1 0 5450 /filealert.txt.tar 1 0 2048 /libjasper.so.4.tar 1 0 368128 /libmcpp.so.0.3.0.tar 1 0 153600 /ncursesw6-config.tar.gz 1 0 2375 /libcrack.so.2.9.0.tar 1 0 48128 /install-info.tar 1 0 53248 /sa29.tar.gz 1 0 60183 /libnl-idiag-3.so.200.so.200.tar.gz 1 0 14840 /nf_log.tar.gz 1 0 203 /libip6tc.so.2.0.0.so.2.0.0.tar.gz 1 0 15498 /libgailutil.so.18.so.18.tar.gz 1 0 12652 /rpm.tar 1 0 4096 /cmdline.tar.gz 1 0 260 /sos.tar.gz 1 0 632 /sa12.tar 1 0 230400 /csf.cyberpanel.ignore.cyberpanel.ignore.tar.gz 1 0 349 /xfrm_stat.tar 1 0 2560 /fsck.tar 1 0 1536 /libkdb5.so.10.0.tar 1 0 89088 /libSegFault.so.so.tar.gz 1 0 7178 /libpathplan.so.4.so.4.tar.gz 1 0 18701 /fips-finish-install.tar 1 0 3072 /dnf.librepo.log.2.tar 1 0 1050112 /libnl-xfrm-3.so.200.26.0.tar 1 0 94720 /sa05.tar 1 0 230400 /tee.tar 1 0 44544 /ganti.php.tar 1 0 6656 /nl-link-name2ifindex.tar 1 0 13824 /libhistory.so.7.0.so.7.0.tar.gz 1 0 21536 /libperl.so.5.26.so.5.26.tar.gz 1 0 952230 /snmp6.tar 1 0 13312 /sa26.tar 1 0 230400 /libpopt.so.0.0.1.tar 1 0 56320 /almalinux-release-upstream.tar 1 0 2048 /libnss_dns.so.2.so.2.tar.gz 1 0 12789 /mariadb-find-rows.tar 1 0 5120 /libsepol.so.tar 1 0 736768 /libfreeblpriv3.chk.tar 1 0 2048 /libpython3.6m.so.6m.so.tar.gz 1 0 1485903 /libbind9.so.161.tar 1 0 75776 /libuser.zip 1 0 148686 /sender2.php.tar 1 0 10240 /fib_trie.tar.gz 1 0 298 /throughput-performance.tar.gz 1 0 1640 /nss-policy-check.tar 1 0 18432 /libcom_err.so.2.so.2.tar.gz 1 0 7202 /system.zip 1 0 27046 /libestr.so.0.0.0.so.0.0.0.tar.gz 1 0 6918 /libref_array.so.1.tar 1 0 13824 /libsystemd.so.0.23.0.tar 1 0 1393664 /mariadb-embedded.tar 1 0 25432064 /liblmdb.so.0.0.0.so.0.0.0.tar.gz 1 0 48921 /libfdisk.so.1.1.0.tar 1 0 413696 /libsecret-1.so.0.0.0.so.0.0.0.tar.gz 1 0 126660 /liboraodbcS.so.2.tar 1 0 9728 /libcupscgi.so.1.tar 1 0 68608 /dhclient-script.tar 1 0 35328 /sa12.tar.gz 1 0 63067 /aspell-0.60.tar 1 0 1401856 /latency-performance.tar 1 0 3584 /dev_mcast.tar 1 0 2048 /dnssec-coverage.tar 1 0 2560 /nl-class-list.tar.gz 1 0 4729 /nf_log.tar 1 0 2048 /libkadm5clnt_mit.so.tar 1 0 101376 /coredump_filter.tar.gz 1 0 113 /sa29.tar 1 0 230400 /cpgreylistd.tar 1 0 2048 /libdns.so.1115.so.1115.tar.gz 1 0 1051677 /libtiffxx.so.5.tar 1 0 14336 /gcrypt.zip 1 0 313 /popup-box-bg2.png.tar 1 0 40960 /libpipeline.so.1.tar 1 0 75776 /kernel.tar.gz 1 0 128 /grub2-sparc64-setup.tar 1 0 1220096 /libgcab-1.0.so.0.0.so.0.tar.gz 1 0 35466 /mkhomedir_helper.tar.gz 1 0 5849 /schedstat.tar 1 0 2048 /mariadb-install-db.tar 1 0 24576 /csf.dirwatch.dirwatch.tar.gz 1 0 425 /keycreate.tar 1 0 5632 /journald.conf.tar 1 0 3072 /needs-restarting.tar 1 0 5632 /queueprocd.tar 1 0 2048 /libhogweed.so.4.tar 1 0 199680 /libxmlrpc_server.so.3.51.tar 1 0 34816 /csf-loader.gif.gif.tar.gz 1 0 3519 /mariadb-install-db.tar.gz 1 0 7318 /ea-php81.tar 1 0 2048 /udplite6.tar.gz 1 0 181 /libestr.so.0.0.0.tar 1 0 18432 /semodule_package.tar 1 0 18944 /libnfsidmap.so.1.tar 1 0 52224 /libnewt.so.0.52.20.tar 1 0 100864 /cockpit.tar 1 0 2048 /libp11-kit.so.0.tar 1 0 1261568 /libsss_nss_idmap.so.0.so.0.tar.gz 1 0 21602 /ip6_mr_cache.tar 1 0 64512 /gpg-error-config.tar 1 0 4096 /libtiffxx.so.5.so.5.tar.gz 1 0 5151 /stat.tar 1 0 36864 /libdhcpctl.so.0.tar 1 0 26624 /issue.tar.gz 1 0 114 /dnf.librepo.log.2.librepo.log.2.tar.gz 1 0 75788 /libcom_err.so.2.tar 1 0 18432 /update-crypto-policies.tar 1 0 2048 /libefiboot.so.1.so.1.tar.gz 1 0 49985 /libncursesw.so.so.tar.gz 1 0 126 /watchalert.txt.tar 1 0 2048 /tuned.tar 1 0 10240 /nl-link-stats.tar 1 0 14848 /latency-performance.zip 1 0 1810 /key.dns_resolver.dns_resolver.tar.gz 1 0 10708 /db_log_verify.tar 1 0 18944 /sender1.php.php.tar.gz 1 0 1570 /libisccfg.so.163.tar 1 0 197632 /install.vesta.sh.tar 1 0 17920 /libgailutil.so.18.tar 1 0 38400 /litespeed-wp-plugin.zip 1 0 1215 /dpkg-statoverride.tar.gz 1 0 28547 /maildirsize.tar.gz 1 0 126 /libjcat.so.1.0.0.so.1.0.0.tar.gz 1 0 37093 /libopenjp2.so.2.4.0.so.2.4.0.tar.gz 1 0 163068 /jsonpatch-3.6.tar 1 0 5632 /libxcb-xselinux.so.0.0.0.tar 1 0 49664 /libicui18n.so.60.tar 1 0 3787776 /unbound.tar 1 0 4608 /NetworkManager.zip 1 0 356646 /miniterm-3.py.py.tar.gz 1 0 8367 /setgroups.tar.gz 1 0 111 /smartcard-auth.tar.gz 1 0 225 /alert-zone.js.js.tar.gz 1 0 17443 /librsvg-2.so.2.tar 1 0 1601024 /libxcb-render.so.0.tar 1 0 75264 /libmagic.so.1.0.0.tar 1 0 163840 /liboraodbcS.so.2.0.0.so.2.0.0.tar.gz 1 0 3212 /csf.generic.ignore.generic.ignore.tar.gz 1 0 346 /aria_read_log.tar 1 0 5747712 /libpng16.so.16.tar 1 0 230912 /libSvtAv1Dec.so.0.tar 1 0 2054144 /google.js.js.tar.gz 1 0 1155 /libpipeline.so.1.so.1.tar.gz 1 0 28944 /ip_mr_vif.tar.gz 1 0 159 /portscan.txt.tar 1 0 2048 /rt_acct.tar.gz 1 0 109 /libmlx5.so.1.24.48.0.tar 1 0 480256 /img.zip 1 0 2403492 /resalert.txt.txt.tar.gz 1 0 271 /timerslack_ns.tar.gz 1 0 101 /libmount.so.1.1.0.so.1.1.0.tar.gz 1 0 169333 /libodbcinst.so.2.so.2.tar.gz 1 0 37934 /sa26.tar.gz 1 0 61289 /modules.tar 1 0 6144 /oom_score_adj.tar 1 0 2048 /gdk-pixbuf-2.0.tar.gz 1 0 110391 /integrityalert.txt.tar 1 0 2048 /libslapi-2.4.so.2.4.so.2.tar.gz 1 0 56455 /libxcb-render.so.tar 1 0 75264 /libonig.so.5.0.0.tar 1 0 545280 /libxcb-randr.so.0.1.0.tar 1 0 93184 /libexpat.so.tar 1 0 262656 /named-journalprint.tar 1 0 13824 /libdatrie.so.1.so.1.tar.gz 1 0 15062 /libgusb.so.2.0.10.tar 1 0 69632 /lenzzip.php.tar 1 0 10752 /libgpg-error.so.0.tar 1 0 147968 /libz.so.so.tar.gz 1 0 52627 /libnfnetlink.so.0.tar 1 0 34816 /sa05.tar.gz 1 0 61441 /grub2-editenv.tar 1 0 460800 /csf.cwp.allow.tar 1 0 2560 /libxmlrpc_server.so.3.so.3.tar.gz 1 0 13223 /libuser.so.1.5.2.so.1.5.2.tar.gz 1 0 56455 /libpthread-2.28.so.28.so.tar.gz 1 0 56790 /libbd_loop.so.2.so.2.tar.gz 1 0 6406 /recaptcha.txt.tar 1 0 2048 /litespeed-wp-plugin.tar 1 0 3072 /lfd.logrotate.tar 1 0 2048 /fsck.tar.gz 1 0 82 /libnm.so.0.1.0.tar 1 0 1504256 /mysql_install_db.tar.gz 1 0 7318 /sini/media/open.mp3 0 2 25350 /sini/media/close.mp3 0 2 25350 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 9 Unknown 6 6 macosx15 2 1 macosx13 1 1 androidoreo 8 1 ios_iphone 197 24 androidmarshmallow 6 3 win7 1 0 linux 35 11 win10 18 11 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 19 netscape5.0 3 3 chrome130.0.0.0 6 3 chrome108.0.0.0 4 4 chrome60.0.3112.113 2 2 chrome119.0.0.0 27 3 edge18 7 1 chrome58.0.3029.110 2 2 safari 195 22 chrome142.0.0.0 1 1 chrome73.0.3683.103 1 0 chrome76.0.3809.111 1 0 safari17.0 2 2 chrome131.0.0.0 4 3 chrome75.0.3770.142 1 1 mozilla 3 3 firefox120.0 6 6 chrome144.0.7559.96 7 1 chrome137.0.0.0 1 1 firefox133.0 1 0 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 3 Mozilla/5.0_(compatible;_InternetMeasurement/1.0;__https://internet-measurement.com/) 20260125021259 Mozilla/5.0_(compatible;_UGAResearchAgent/1.0;_Please_visit:_NISLabUGA.github.io) 20260125115211 Mozilla/5.0_(l9scan/2.0.43e2139313e2339313e2631313;__https://leakix.net) 20260125114439 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 0 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 52 60 From1 0 0 From2 0 0 From3 0 0 From4 6 214 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 5 403 13 14904 302 1 0 500 1452 0 404 2995 748098 301 2 1590 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 98 /csf.log 2 - /server-status 2 - /sini/img/popup-box-footer-login.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /aws-config.js 1 - /config.php 1 - /sini/img/slogan.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 2 - /v2/api-docs 2 - /device.php.php 2 - /swagger-ui.html 2 - /@vite/env 2 - /js/lkk_ch.js 3 - /gift-zone.js.js 1 - /dnf.librepo.log.1.librepo.log 1 - /sini/img/submit.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /api/swagger.json 2 - /api/action 2 - /filealert.txt.txt 1 - /s/43e2139313e2339313e2631313/_/ 2 - /actuator/env 2 - /sini/img/verify-bg.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /_all_dbs 2 - /sini/img/button.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /gift-zone.js 2 - /server 2 - /graphql/api 2 - /sini/img/popup-navbar1.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /callcode-link.js.js 2 - /changeHere.php 2 - /api/actions 2 - /login.action 2 - /dnf.librepo.log 2 - /swagger.json 2 - /sini/js-zone/slidernotif.js 3 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/img/popup-box-bg3.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/fonts/laza.ttf 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/img/tombol.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /apache.http.txt.http.txt 1 - /config.json 2 - /sini/img/notif-timer.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/img/item-bg.png 3 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /csf.logfiles.log 2 - /config.php.bak 1 - /_next/data 2 - /wp-config.php 1 - /css/support_parent.css 1 - /about 2 - /api/gql 2 - /.env.bak 1 - /dnf.librepo.log.2.librepo.log 1 - /google.js 1 - /wp-config.php.old 1 - /telescope/requests 2 - /swagger/index.html 2 - /apache.main.txt 2 - /aws.config.js 1 - /sini/img/box.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /alert-zone.js.js 2 - /.env 3 - /.DS_Store 2 - /info.php 2 - /apache.main.txt.main.txt 1 - /cdn-cgi/challenge-platform/scripts/jsd/main.js 1 - /js/twint_ch.js 3 - /sini/js-zone/sender.js 3 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/img/laz_on.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /debug/default/view 2 - /admin/.env 1 - /v2/_catalog 2 - /api 2 - /.vscode/sftp.json 2 - /api/graphql 2 - /graphql 2 - /%22/_autoindex/assets/js/tablesort.number.js%22 1 - /config.js 1 - /webjars/swagger-ui/index.html 2 - /api-docs/swagger.json 2 - /robots.txt 448 - /sini/js-zone/sow.js 3 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/img/aboutrules-sec.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /dnf.librepo.log.4.librepo.log 2 - /%22/_autoindex/assets/js/tablesort.js%22 1 - /swagger/swagger-ui.html 2 - /backend/.env 1 - /sini/fonts/laza.woff 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /apache.http.txt 1 - /v3/api-docs 2 - /dnf.librepo.log.3.librepo.log 1 - /device.php 2 - /.env.save 1 - /apps 2 - /sini/css-zone/img/titles-sec.png 2 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/css-zone/style-zone.css /alert-zone.js 2 - /swagger/v1/swagger.json 2 - /media-post.php 2389 https://antispam.anakembok.de.116-193-191-4.cpanel.site/media-post.php /sini/img/bg-item.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /sini/img/popup-navbar2.png 1 https://antispam.anakembok.de.116-193-191-4.cpanel.site/sini/ /filealert.txt 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 44 193.19.82.13 4 4 72149 20260125121426 20260125121419 / 216.223.222.131 3 56 1764024 20260123065420 73.50.180.113 3 56 1764024 20260123075420 84.254.106.197 3 6 53559 20260124063051 34.213.141.88 2 14 19506 20260123080940 146.190.242.161 2 2 4535 20260123055743 146.70.185.32 2 2 0 20260125114818 20260125114817 / 85.11.167.4 2 2 42841 20260124101539 141.148.153.213 2 2 168399 20260124055651 23.118.106.83 1 1 53 20260123075417 24.185.70.237 1 1 10540 20260123065420 104.168.71.203 1 7 5806 20260123055919 23.27.145.77 1 1 21307 20260124071024 184.188.72.186 1 1 766 20260123075521 104.232.199.94 1 7 61680 20260125114600 20260125114600 / 128.192.12.103 1 1 70118 20260125115211 20260125115211 / 149.57.180.103 1 9 10179 20260123080208 119.13.192.147 1 1 59799 20260125114622 20260125114622 / 3.122.109.241 1 1 49162 20260124231454 23.27.145.50 1 1 8934 20260123113347 149.57.180.193 1 1 21722 20260124124004 152.39.155.41 1 7 61676 20260125114522 20260125114522 / 23.27.145.211 1 1 21608 20260124131043 87.236.176.249 1 1 50977 20260125021259 149.57.180.173 1 1 54957 20260125071817 104.168.71.91 1 7 61700 20260125114546 20260125114546 / 104.252.110.204 1 7 61723 20260125114533 20260125114533 / 104.131.58.142 1 1 53192 20260125063717 209.38.208.202 1 1 70116 20260125114439 20260125114439 / 195.178.110.132 1 3 21604 20260124035906 23.27.145.60 1 1 5591 20260123070738 104.168.71.95 1 7 61652 20260125114521 20260125114521 / 149.57.180.47 1 7 22521 20260124080220 128.192.12.104 1 1 70340 20260125115214 20260125115214 / 152.39.227.98 1 7 61998 20260125114547 20260125114547 / 63.176.172.45 1 1 46074 20260124212839 64.64.98.9 1 1 69992 20260125114405 20260125114405 / 152.39.208.38 1 7 61723 20260125114534 20260125114534 / 137.155.81.150 1 7 5963 20260123065420 45.148.10.238 1 4 24091 20260124070935 104.232.199.1 1 7 5806 20260123055915 91.132.185.1 1 7 62624 20260125114601 20260125114601 / 162.84.146.14 1 1 53 20260123065420 23.27.145.175 1 11 17505 20260123123325 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 3 20260123 26 174 3894414 18 20260124 12 26 460436 11 20260125 20 68 1065133 18 END_DAY # Session range - Number of visits BEGIN_SESSION 3 30s-2mn 1 30mn-1h 1 0s-30s 30 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 7 / 48 1556689 41 26 /sini/index_files/jquery.min.js.download 2 173854 0 2 /sini/ 2 30320 2 0 /googlea10487a6fa3f5390.html 2 106 2 2 /sini/index_files/css 2 124536 0 0 /media-post.php 1 10540 1 1 /ganti.php 1 766 1 1 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 44-100 83 500-1K 144 0-44 10053 100-500 439 5K+ 35782 1K-2K 916 2K-5K 347 END_FILESIZE # Request Time Range - Request Time Frequency BEGIN_REQUESTTIME 0 END_REQUESTTIME awstats.antispam.anakembok.de.conf 0000644 00000056476 15135415136 0013260 0 ustar 00 # 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/antispam.anakembok.de" # 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/antispamanakembo/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="antispam.anakembok.de" # 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="antispam.anakembok.de antispam.anakembok.de.116-193-191-4.cpanel.site www.antispam.anakembok.de www.antispam.anakembok.de.116-193-191-4.cpanel.site 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" awstats012026.antispam.anakembok.de.txt 0000644 00000052151 15135415136 0013607 0 ustar 00 AWSTATS DATA FILE 8.0 (build 20240604) # 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/antispamanakembo/tmp/awstats/awstats.antispam.anakembok.de.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 2097 POS_TIME 2778 POS_VISITOR 17254 POS_DAY 18734 POS_DOMAIN 3347 POS_LOGIN 3690 POS_ROBOT 3845 POS_WORMS 4047 POS_EMAILSENDER 4178 POS_EMAILRECEIVER 4321 POS_SESSION 18861 POS_FILESIZE 21442 POS_REQUESTTIME 21573 POS_SIDER 19018 POS_FILETYPES 4456 POS_DOWNLOADS 4619 POS_OS 4667 POS_BROWSER 4830 POS_SCREENSIZE 5081 POS_UNKNOWNREFERER 5155 POS_UNKNOWNREFERERBROWSER 5572 POS_ORIGIN 5692 POS_SEREFERRALS 5824 POS_PAGEREFS 5987 POS_SEARCHWORDS 6135 POS_KEYWORDS 6287 POS_MISC 2442 POS_ERRORS 6346 POS_CLUSTER 3546 POS_SIDER_404 6448 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 20260125121404 324 59362 8771293250511 FirstTime 20260123142351 LastTime 20260125121322 LastUpdate 20260125122329 324 0 324 0 0 TotalVisits 33 TotalUnique 17 MonthHostsKnown 0 MonthHostsUnknown 23 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 QuickTimeSupport 0 0 0 FlashSupport 0 0 0 TotalMisc 0 0 0 AddToFavourites 0 0 0 DirectorSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 PDFSupport 0 0 0 JavaEnabled 0 0 0 JavascriptDisabled 0 0 0 RealPlayerSupport 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 0 0 0 1 0 0 0 0 0 0 2 4 4 256 0 0 0 3 0 0 0 0 0 0 4 0 0 0 0 0 0 5 4 4 256 0 0 0 6 3 3 141767 221 222 276453 7 2 2 1784 12 36 45036 8 4 4 256 0 0 0 9 3 3 513795 18 18 22518 10 0 0 0 0 0 0 11 19 25 917649 34 35 116701 12 2 2 1033345 0 0 0 13 0 0 0 0 0 0 14 4 4 256 0 0 0 15 1 1 21885 1 2 174478 16 0 0 0 0 0 0 17 4 4 256 0 0 0 18 0 0 0 0 0 0 19 3 3 1094232 18 18 22518 20 4 4 256 1 1 1242 21 0 0 0 0 0 0 22 0 0 0 0 0 0 23 4 4 256 0 0 0 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 10 zz 33 33 2135 us 21 24 2526925 rs 2 2 1033345 in 2 2 1784 ru 1 1 21885 au 1 1 68853 gb 1 1 68183 np 0 1 2300 kr 0 1 411 bd 0 1 428 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 2 no_user_agent 1 75427 20260125114402 0 curl 1 174478 20260124153429 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 php 2 1784 0 0 html 22 3716723 0 0 css 1 1287 0 0 js 2 2666 0 0 Unknown 37 2483 0 0 svg 3 1306 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 8 winxp 2 2 win8.1 6 6 linux 3 3 ios_iphone 7 1 win10 6 6 linuxubuntu 2 2 macosx5 1 1 Unknown 40 40 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 12 chrome78.0.3904.108 6 6 netscape5.0 2 2 Unknown 32 32 firefox142.0 1 1 firefox16.0 2 2 chrome137.0.0.0 1 1 chrome78.0.3889.0 1 1 firefox134.0 2 2 mozilla 6 6 firefox110.0 6 6 safari 7 1 safari4.0 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 4 Cpanel-HTTP-Client/1.0 20260125112328 Mozilla/5.0_(l9scan/2.0.43e2139313e2339313e2631313;__https://leakix.net) 20260125114438 Mozilla/5.0_(compatible;_InternetMeasurement/1.0;__https://internet-measurement.com/) 20260124153411 Mozilla/5.0_(compatible;_Let's_Encrypt_validation_server;__https://www.letsencrypt.org) 20260125114253 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 1 Cpanel-HTTP-Client/1.0 20260125112328 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 59 59 From1 0 0 From2 2 2 From3 0 0 From4 0 6 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 2 403 4 4968 404 323 404073 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 293 /en/.env 1 https://www.google.com/ /codeigniter/.env 1 https://www.google.com/ /shop/.env 1 https://www.google.com/ /core/Database/.env 1 https://www.google.com/ /core/app/.env 1 https://www.google.com/ /mailgun/.env 1 https://www.google.com/ /common/.env 1 https://www.google.com/ /test/wp-includes/wlwmanifest.xml 2 - /ganti.php.php 2 - /traefik/.env 1 https://www.google.com/ /.vscode/sftp.json 1 - /.env.development 1 https://www.google.com/ /web/.env 1 https://www.google.com/ /site/.env 1 https://www.google.com/ /platform/.env 1 https://www.google.com/ /views/.env 1 https://www.google.com/ /html/.env 1 https://www.google.com/ /flask/.env 1 https://www.google.com/ /login.action 1 - /swagger-ui.html 1 - /postmark/.env 1 https://www.google.com/ /core/.env 1 https://www.google.com/ /web/wp-includes/wlwmanifest.xml 2 - /info.php 1 - /apps/.env 1 https://www.google.com/ /order/.env 1 https://www.google.com/ /queue/.env 1 https://www.google.com/ /scheduler/.env 1 https://www.google.com/ /.env.staging 1 https://www.google.com/ /yarn/.env 1 https://www.google.com/ /core/Datavase/.env 1 https://www.google.com/ /.env.bak 1 https://www.google.com/ /payment/.env 1 https://www.google.com/ /manager/.env 1 https://www.google.com/ /laravel/.env 1 https://www.google.com/ /telescope/requests 1 - /dnf.librepo.log.2.librepo.log 1 - /development/.env 1 https://www.google.com/ /cms/wp-includes/wlwmanifest.xml 2 - /client/.env 1 https://www.google.com/ /mailer/.env 1 https://www.google.com/ /api/v3/.env 1 https://www.google.com/ /xmlrpc.php 2 - /next/.env 1 https://www.google.com/ /apache.main.txt.main.txt 1 - /dnf.librepo.log.1.librepo.log 1 - /website/wp-includes/wlwmanifest.xml 2 - /2019/wp-includes/wlwmanifest.xml 2 - /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 1 - /database/.env 1 https://www.google.com/ /astro/.env 1 https://www.google.com/ /lenzzip.php 2 - /media/wp-includes/wlwmanifest.xml 2 - /.env.test 1 https://www.google.com/ /_all_dbs 1 - /nuxt/.env 1 https://www.google.com/ /.env.backup 1 https://www.google.com/ /v1/.env 1 https://www.google.com/ /plugins/.env 1 https://www.google.com/ /lab/.env 1 https://www.google.com/ /webhook/.env 1 https://www.google.com/ /newsletter/.env 1 https://www.google.com/ /v2/_catalog 1 - /cron/.env 1 https://www.google.com/ /postgres/.env 1 https://www.google.com/ /worker/.env 1 https://www.google.com/ /admin/.env 1 https://www.google.com/ /nodejs/.env 1 https://www.google.com/ /jobs/.env 1 https://www.google.com/ /sitemaps/.env 1 https://www.google.com/ /testing/.env 1 https://www.google.com/ /.DS_Store 1 - /environments/.env 1 https://www.google.com/ /deployment/.env 1 https://www.google.com/ /elasticsearch/.env 1 https://www.google.com/ /django/.env 1 https://www.google.com/ /themes/.env 1 https://www.google.com/ /paypal/.env 1 https://www.google.com/ /app/.env 1 https://www.google.com/ /git/config 1 https://www.google.com/ /index.php 2 - /actuator/env 1 - /node_modules/.env 1 https://www.google.com/ /credentials/.env 1 https://www.google.com/ /server-status 1 - /staging/.env 1 https://www.google.com/ /frontend/.env 1 https://www.google.com/ /kubernetes/.env 1 https://www.google.com/ /mongodb/.env 1 https://www.google.com/ /private/.env 1 https://www.google.com/ /2018/wp-includes/wlwmanifest.xml 2 - /jquery.min.js 2 - /symfony/.env 1 https://www.google.com/ /news/wp-includes/wlwmanifest.xml 2 - /jquery.js 2 - /transaction/.env 1 https://www.google.com/ /ses/.env 1 https://www.google.com/ /manage/.env 1 https://www.google.com/ /react/.env 1 https://www.google.com/ /db/.env 1 https://www.google.com/ /api/v2/.env 1 https://www.google.com/ /source/.env 1 https://www.google.com/ /swagger.json 1 - /s/43e2139313e2339313e2631313/_/ 1 - /gateway/.env 1 https://www.google.com/ /resources/.env 1 https://www.google.com/ /mongo/.env 1 https://www.google.com/ /media/.env 1 https://www.google.com/ /extensions/.env 1 https://www.google.com/ /webjars/swagger-ui/index.html 1 - /email/.env 1 https://www.google.com/ /settings/.env 1 https://www.google.com/ /campaigns/.env 1 https://www.google.com/ /filealert.txt 1 - /@vite/env 1 - /smtp/.env 1 https://www.google.com/ /redis/.env 1 https://www.google.com/ /.dockerenv 1 https://www.google.com/ /jquery.min.js.download.min.js 1 - /.env.example 1 https://www.google.com/ /.env.sample 1 https://www.google.com/ /tools/.env 1 https://www.google.com/ /v2/api-docs 1 - /gatsby/.env 1 https://www.google.com/ /control/.env 1 https://www.google.com/ /modules/.env 1 https://www.google.com/ /docker/.env 1 https://www.google.com/ /store/.env 1 https://www.google.com/ /server 1 - /checkout/.env 1 https://www.google.com/ /.env.prod 1 https://www.google.com/ /remix/.env 1 https://www.google.com/ /mysql/.env 1 https://www.google.com/ /sites/.env 1 https://www.google.com/ /service/.env 1 https://www.google.com/ /link.js 1 - /api/v1/.env 1 https://www.google.com/ /jquery.js.js 2 - /express/.env 1 https://www.google.com/ /pay/.env 1 https://www.google.com/ /app/etc/env.php 1 https://www.google.com/ /graphql/.env 1 https://www.google.com/ /backoffice/.env 1 https://www.google.com/ /node/.env 1 https://www.google.com/ /v3/.env 1 https://www.google.com/ /wp2/wp-includes/wlwmanifest.xml 2 - /.gitconfig 1 https://www.google.com/ /link.js.js 1 - /yii/.env 1 https://www.google.com/ /saas/.env 1 https://www.google.com/ /.env.remote 1 https://www.google.com/ /stripe/.env 1 https://www.google.com/ /gift-zone.js.js 1 - /prod/.env 1 https://www.google.com/ /storage/framework/.env 1 https://www.google.com/ /shared/.env 1 https://www.google.com/ /vendor/.env 1 https://www.google.com/ /public_html/.env 1 https://www.google.com/ /webhooks/.env 1 https://www.google.com/ /configuration/.env 1 https://www.google.com/ /wp1/wp-includes/wlwmanifest.xml 2 - /cpanel/.env 1 https://www.google.com/ /psnlink/.env 1 https://www.google.com/ /rest/.env 1 https://www.google.com/ /deploy/.env 1 https://www.google.com/ /blog/wp-includes/wlwmanifest.xml 2 - /files/.env 1 https://www.google.com/ /assets/.env 1 https://www.google.com/ /dev/.env 1 https://www.google.com/ /api/swagger.json 1 - /wp-includes/wlwmanifest.xml 2 - /sito/wp-includes/wlwmanifest.xml 2 - /cloud/.env 1 https://www.google.com/ /cronlab/.env 1 https://www.google.com/ /.env.dev.local 1 https://www.google.com/ /.env.3 1 https://www.google.com/ /src/.env 1 https://www.google.com/ /shop/wp-includes/wlwmanifest.xml 2 - /api/graphql 1 - /artisan/.env 1 https://www.google.com/ /secure/.env 1 https://www.google.com/ /callcode-link.js 2 - /bootstrap/cache/.env 1 https://www.google.com/ /dist/.env 1 https://www.google.com/ /helm/.env 1 https://www.google.com/ /server/api/.env 1 https://www.google.com/ /.env.save 1 https://www.google.com/ /system/.env 1 https://www.google.com/ /portal/.env 1 https://www.google.com/ /payments/.env 1 https://www.google.com/ /subscription/.env 1 https://www.google.com/ /site/wp-includes/wlwmanifest.xml 2 - /.env.dist 1 https://www.google.com/ /swagger/index.html 1 - /.env.old 1 https://www.google.com/ /pnpm/.env 1 https://www.google.com/ /apache.http.txt.http.txt 1 - /lumen/.env 1 https://www.google.com/ /.env 2 - /compose/.env 1 https://www.google.com/ /swagger/swagger-ui.html 1 - /server/.env 1 https://www.google.com/ /dnf.librepo.log.3.librepo.log 1 - /composer/.env 1 https://www.google.com/ /cms/.env 1 https://www.google.com/ /secrets/.env 1 https://www.google.com/ /includes/.env 1 https://www.google.com/ /static/.env 1 https://www.google.com/ /swagger/v1/swagger.json 1 - /vite/.env 1 https://www.google.com/ /storage/app/.env 1 https://www.google.com/ /routes/.env 1 https://www.google.com/ /python/.env 1 https://www.google.com/ /wp/wp-includes/wlwmanifest.xml 2 - /build/.env 1 https://www.google.com/ /notification/.env 1 https://www.google.com/ /mail/.env 1 https://www.google.com/ /backend/.env 1 https://www.google.com/ /lib/.env 1 https://www.google.com/ /microservice/.env 1 https://www.google.com/ /www/.env 1 https://www.google.com/ /wordpress/wp-includes/wlwmanifest.xml 2 - /s3/.env 1 https://www.google.com/ /ecommerce/.env 1 https://www.google.com/ /.env.local 1 https://www.google.com/ /backend/api/.env 1 https://www.google.com/ /container/.env 1 https://www.google.com/ /sendgrid/.env 1 https://www.google.com/ /notifications/.env 1 https://www.google.com/ /google.js 1 - /services/.env 1 https://www.google.com/ /.env.1 1 https://www.google.com/ /about 1 - /nestjs/.env 1 https://www.google.com/ /apache.http.txt 1 - /angular/.env 1 https://www.google.com/ /templates/.env 1 https://www.google.com/ /httpdocs/.env 1 https://www.google.com/ /changeHere.php.php 2 - /k8s/.env 1 https://www.google.com/ /api/.env 1 https://www.google.com/ /.git-credentials 1 https://www.google.com/ /debug/default/view 1 - /framework/.env 1 https://www.google.com/ /api 1 - /demo/.env 1 https://www.google.com/ /api/gql 1 - /npm/.env 1 https://www.google.com/ /dashboard/.env 1 https://www.google.com/ /production/.env 1 https://www.google.com/ /api-docs/swagger.json 1 - /loadalert.txt.txt 1 - /subscriptions/.env 1 https://www.google.com/ /vue/.env 1 https://www.google.com/ /public/.env 1 https://www.google.com/ /index.php.php 2 - /configs/.env 1 https://www.google.com/ /graphql/api 1 - /lenzzip.php.php 2 - /elastic/.env 1 https://www.google.com/ /console/.env 1 https://www.google.com/ /administrator/.env 1 https://www.google.com/ /v2/.env 1 https://www.google.com/ /nginx/.env 1 https://www.google.com/ /graphql 1 - /aws/.env 1 https://www.google.com/ /config.json 1 - /.env.production 1 https://www.google.com/ /cdn/.env 1 https://www.google.com/ /.env.2 1 https://www.google.com/ /exapi/.env 1 https://www.google.com/ /proxy/.env 1 https://www.google.com/ /config/.env 1 https://www.google.com/ /svelte/.env 1 https://www.google.com/ /billing/.env 1 https://www.google.com/ /libs/.env 1 https://www.google.com/ /utils/.env 1 https://www.google.com/ /orders/.env 1 https://www.google.com/ /.env.dev 1 https://www.google.com/ /.env.prod.local 1 https://www.google.com/ /application/.env 1 https://www.google.com/ /env/.env 1 https://www.google.com/ /fastapi/.env 1 https://www.google.com/ /inc/.env 1 https://www.google.com/ /google.js.js 2 - /storage/.env 1 https://www.google.com/ /packages/.env 1 https://www.google.com/ /filealert.txt.txt 1 - /test/.env 1 https://www.google.com/ /v3/api-docs 1 - /uploads/.env 1 https://www.google.com/ /internal/.env 1 https://www.google.com/ /panel/.env 1 https://www.google.com/ 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 23 10.18.42.87 32 32 2048 20260125112328 20260125112328 /.well-known/acme-challenge/NHEAA6ECQNFB4_0TNI7HP7QRLCK3V12A 45.94.31.58 6 6 1608027 20260124190732 52.11.171.106 6 6 415555 20260125114837 20260125114431 / 45.148.10.238 2 2 1784 20260124071010 3.122.179.155 2 2 87817 20260125061418 138.68.144.227 2 2 359108 20260125114438 20260125114404 / 16.170.40.42 1 1 87 20260125114253 20260125114253 /.well-known/acme-challenge/Yj59N74X_7J1oHTtFeHAM4TsCWzgPvQGWhD15sSodAg 13.229.144.207 1 1 87 20260125114252 20260125114252 /.well-known/acme-challenge/Yj59N74X_7J1oHTtFeHAM4TsCWzgPvQGWhD15sSodAg 91.231.89.19 1 1 436390 20260125121322 20260125121322 / 146.70.12.12 1 1 68183 20260125114508 20260125114508 / 104.131.58.142 1 1 53950 20260125063713 23.178.112.108 1 1 87 20260125114252 20260125114252 /.well-known/acme-challenge/Yj59N74X_7J1oHTtFeHAM4TsCWzgPvQGWhD15sSodAg 18.217.202.223 1 1 87 20260125114253 20260125114253 /.well-known/acme-challenge/Yj59N74X_7J1oHTtFeHAM4TsCWzgPvQGWhD15sSodAg 185.247.137.70 1 1 21885 20260124153411 35.93.176.29 1 1 87 20260125114253 20260125114253 /.well-known/acme-challenge/Yj59N74X_7J1oHTtFeHAM4TsCWzgPvQGWhD15sSodAg 91.231.89.123 1 1 596955 20260125121404 20260125121404 / 119.13.211.32 1 1 68853 20260125114624 20260125114624 / 152.39.250.96 0 1 366 161.123.183.55 0 1 411 180.149.0.66 0 1 428 203.78.173.204 0 1 2300 69.165.14.148 0 1 467 152.39.232.168 0 1 1287 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 3 20260123 8 8 512 4 20260124 25 25 1632720 12 20260125 28 34 2093017 17 END_DAY # Session range - Number of visits BEGIN_SESSION 2 30s-2mn 1 0s-30s 20 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 35 / 22 3716723 11 5 /.well-known/acme-challenge/Yj59N74X_7J1oHTtFeHAM4TsCWzgPvQGWhD15sSodAg 5 435 5 0 /ganti.php 2 1784 1 1 /.well-known/acme-challenge/MRCM47OBR_F048XB_IG0OW0588DURCD9 1 64 0 1 /.well-known/acme-challenge/HZ09AGCNJIE57K2ALC_1MSIU1H9X8VUE 1 64 1 0 /.well-known/acme-challenge/RE-PLELVS97LJ0KHRGD7EDKRKVI_U-XZ 1 64 1 0 /.well-known/acme-challenge/EK-8Z084N2DGXSJQ2NI4J7O9Q1-_04TP 1 64 0 1 /.well-known/acme-challenge/VNTVR7HEO5VBAJCFMEZB9KVOT8M7EUM7 1 64 1 0 /.well-known/acme-challenge/4978IB5U-N3E5D_-NTM23-5XW2QIT2XE 1 64 1 0 /.well-known/acme-challenge/J7JB_GXDJLS7YM9MWT7_MJYY8AIHL-KW 1 64 1 0 /.well-known/acme-challenge/_RFP6B_EP2GE3M8F_8I4HAXD1I10LMWH 1 64 0 1 /.well-known/acme-challenge/QJ62LXM-7HLZBQBH0HX28DHWRPFX56UP 1 64 0 1 /.well-known/acme-challenge/V54QDYZD6AO3TKK6IA9AFF8VTSTEOR12 1 64 0 1 /.well-known/acme-challenge/9N1WY_TT22HCJHIESTMACB9DLFRWZ76S 1 64 0 1 /.well-known/acme-challenge/F0SVVNMMVC6JQL_PESK2KH4F741T7H0N 1 64 1 0 /.well-known/acme-challenge/VJ8XMEGVOX0H70T9RJDLD6EZ-4XT9A5- 1 64 1 0 /.well-known/acme-challenge/J5K53PPPOFSE_SHYKS69NCKX893ZJKTV 1 64 1 0 /.well-known/acme-challenge/4_50KM4GIBEIL6MD-VSC1I67HKF7NT4O 1 64 0 1 /.well-known/acme-challenge/LDSFHE0YWI_5F_57F56NL5XA038LZR6S 1 64 0 1 /.well-known/acme-challenge/G59AY5FXY6JPHX261S7QMXLN-X26531G 1 64 1 0 /.well-known/acme-challenge/191QND5MG6XWPNVK2X74U5S_MEIOE8KF 1 64 0 1 /.well-known/acme-challenge/50URPMXFXE0L0HPNKVVMDA7S3R3W8OCL 1 64 1 0 /.well-known/acme-challenge/01W9VXI9O6M50TWG1VQPM_7-8DG3CP_6 1 64 1 0 /.well-known/acme-challenge/E3C9GP-I8P84NUW0UM-NI9JO15IGDG_T 1 64 0 1 /.well-known/acme-challenge/KYZA2S6OFNSL997AEW5NXIIGIUJOF238 1 64 1 0 /.well-known/acme-challenge/EM_X9NRKZ3JBR76J4MYF9H82TPEXZ8SC 1 64 1 0 /.well-known/acme-challenge/WWYMQMMUW8RRDVX1QR6MIU32LTJ1OEL9 1 64 1 0 /.well-known/acme-challenge/JUGE5K3ONORC28EC7_5RRSUNGQLKOXLS 1 64 1 0 /.well-known/acme-challenge/CNOE1WCYYWOBZCYZF84DM1K-NM3WCEBC 1 64 0 1 /.well-known/acme-challenge/WB9D1KSGZ7IA5X3HM6L_8Y-9Y4Q3SQPC 1 64 0 1 /.well-known/acme-challenge/NHEAA6ECQNFB4_0TNI7HP7QRLCK3V12A 1 64 0 0 /.well-known/acme-challenge/G39B_59GPNMK73PT9PBN8HXFZ80767M7 1 64 0 1 /.well-known/acme-challenge/HVX_YU6OT0V7C-_5TLFCG_JF_6GE3WZ7 1 64 0 1 /.well-known/acme-challenge/68F3S9DZ1LTQU7R8J7MCDU3DCIG6JTN9 1 64 0 1 /.well-known/acme-challenge/D7KPE-E7_C9R6FCILWPHJQNB8IH06C0W 1 64 1 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 6 5K+ 24 44-100 37 100-500 4 1K-2K 331 2K-5K 1 500-1K 2 END_FILESIZE # Request Time Range - Request Time Frequency BEGIN_REQUESTTIME 0 END_REQUESTTIME
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0 |
proxy
|
phpinfo
|
Settings