File manager - Edit - /home/lapakabqaryb6f7f/public_html/awstats.zip
Back
PK ]��q�\ �\ awstats.lapakabqary.biz.id.confnu �[��� # 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/lapakabqary.biz.id" # 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/lapakabqaryb6f7f/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="lapakabqary.biz.id" # 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="lapakabqary.biz.id www.lapakabqary.biz.id 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" PK ]8U.�t �t $ awstats072026.lapakabqary.biz.id.txtnu �[��� AWSTATS DATA FILE 8.0 (build 20240604) # If you remove this file, all statistics for date 202607 will be lost/reset. # Last config file used to build this data file was /home/lapakabqaryb6f7f/tmp/awstats/awstats.lapakabqary.biz.id.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 2094 POS_TIME 2776 POS_VISITOR 13637 POS_DAY 21503 POS_DOMAIN 3556 POS_LOGIN 4112 POS_ROBOT 4267 POS_WORMS 5224 POS_EMAILSENDER 5355 POS_EMAILRECEIVER 5498 POS_SESSION 21994 POS_FILESIZE 29711 POS_REQUESTTIME 29862 POS_SIDER 22204 POS_FILETYPES 5633 POS_DOWNLOADS 6182 POS_OS 6369 POS_BROWSER 6817 POS_SCREENSIZE 9163 POS_UNKNOWNREFERER 9237 POS_UNKNOWNREFERERBROWSER 10479 POS_ORIGIN 11197 POS_SEREFERRALS 11339 POS_PAGEREFS 11512 POS_SEARCHWORDS 11660 POS_KEYWORDS 11812 POS_MISC 2440 POS_ERRORS 11871 POS_CLUSTER 3968 POS_SIDER_404 12041 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 20260731150659 411 79608 11841888370937 FirstTime 20260714114756 LastTime 20260731114732 LastUpdate 20260731174824 411 0 411 0 0 TotalVisits 279 TotalUnique 208 MonthHostsKnown 0 MonthHostsUnknown 211 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 RealPlayerSupport 0 0 0 JavascriptDisabled 0 0 0 AddToFavourites 0 0 0 TotalMisc 0 0 0 WindowsMediaPlayerSupport 0 0 0 FlashSupport 0 0 0 JavaEnabled 0 0 0 DirectorSupport 0 0 0 QuickTimeSupport 0 0 0 PDFSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 21 23 135382 303 306 2425 1 26 26 19852 301 304 218 2 46 46 2368 37 39 606927 3 39 338 5850396 2 7 2219 4 6 6 0 1 2 385 5 1 1 0 1 1 1242 6 40 45 49112 20 24 40101 7 25 25 15469 5 9 1388 8 122 122 2022672 32 34 74357 9 45 45 248069 4 7 28832 10 126 253 2923114 57 66 350578 11 22 38 191021 14 22 272025 12 301 544 7024551 70 90 135554 13 254 254 87021 339 356 54183 14 281 853 9925108 81 86 95999 15 1382 2639 73547815 607 616 79536 16 877 1550 19675253 354 371 96276 17 253 258 389531 7 14 231120 18 44 44 76964 47 52 338546 19 13 13 0 292 296 216 20 72 73 66184 75 85 392410 21 77 77 26428 301 306 6026 22 7 7 59139 3 10 2568 23 7 7 0 139 139 478820 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 26 id 1641 4544 110817824 us 1445 1606 7399547 in 561 562 188071 ro 224 224 147072 ua 37 37 508955 gb 24 27 257541 ca 22 22 121924 ru 21 146 2386077 de 18 18 0 nl 17 17 299733 gr 16 16 80634 cn 16 16 24235 bg 15 20 0 it 7 7 61573 se 7 7 0 au 3 3 0 lt 3 3 0 kr 2 2 27940 dk 1 1 0 tw 1 1 0 il 1 1 0 bd 1 1 33 ir 1 3 14290 ee 1 1 0 kh 1 1 0 at 1 1 0 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 23 bot[\s_+:,\.\;\/\\-] 2470 386099 20260731150659 24 Googlebot/ 61 1016185 20260729180541 5 no_user_agent 49 67916 20260730203455 0 Yahoo![\x20]Slurp 35 332307 20260731112410 0 bingbot/ 33 640262 20260730230727 0 unknown 15 1201 20260729070938 15 (firefox/)([0-9]\.|[0-1][0]\.) 9 1260 20260724150243 0 Applebot/ 8 289 20260717175643 4 curl 8 0 20260723225109 0 Go\-http\-client/ 6 6671 20260724093334 3 YandexBot/ 6 0 20260715101700 0 checker 5 49117 20260724013417 0 perl 5 630 20260724150243 0 seek 5 0 20260715101700 0 CCBot/ 4 0 20260715101700 0 crawl 3 30541 20260715172218 1 CheckMarkNetwork/ 3 72 20260715193432 1 GPTBot/ 3 0 20260715101700 0 360Spider 2 0 20260728154113 0 Baiduspider/ 2 0 20260715101654 0 Googlebot\-Image/ 1 556 20260715162337 0 [\s_+:,\.\;\/\\-]bot 1 0 20260715101700 0 Adsbot 1 0 20260720180554 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 30 svg 73 198239 0 0 dev 1 0 0 0 stage 1 0 0 0 ttf 1 22126 0 0 env 11 0 0 0 save 1 0 0 0 live 1 0 0 0 gif 6 56682 0 0 jpg 49 2604749 0 0 woff2 24 2135140 0 0 png 58 3509429 0 0 php 2809 41427564 0 0 html 559 10696901 0 0 action 1 0 0 0 local 1 0 0 0 txt 8 4188 0 0 backup 1 0 0 0 axd 1 0 0 0 py 1 0 0 0 bak 2 0 0 0 xml 14 178595 0 0 json 12 478995 0 0 old 1 0 0 0 yml 5 0 0 0 woff 1 18824 0 0 css 476 1444477 0 0 prod 1 0 0 0 config 1 0 0 0 js 2530 18043935 0 0 Unknown 637 41515605 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 6 /wp-includes/ID3/license.txt 3 0 4188 /.well-known/security.txt 1 0 0 /security.txt 1 0 0 /ads.txt 1 0 0 /humans.txt 1 0 0 /llms.txt 1 0 0 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 26 macosx 6 6 androidmarshmallow 10 10 android 13 13 macosx15 69 65 androidjellybean 1 1 macos12 1 1 androidlollipop 6 6 android12 2 2 win7 22 22 unix 8 8 win10 5932 3109 android10 6 6 winphone 1 1 macosx10 3 1 macosx11 13 13 win8.1 22 22 ios_ipad 7 7 linuxubuntu 10 10 androidkitkat 4 4 winnt 1 1 android13 1 1 android11 1 1 ios_iphone 84 21 linux 377 74 macosx14 4 4 Unknown 683 678 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 118 opera80.4.4244.7786 1 1 chrome90.0.4430.85 2 2 safari12.0 1 1 firefox115 1 1 chrome126 2 2 safari17.6 2 2 chrome84.0.4147.89 2 2 firefox131.0 3 3 chrome83.0.4103.61 1 1 chrome150.0.7871.114 1 1 chrome140.0.0.0 1 1 chrome142.0.0.0 3 3 firefox125.0 17 17 firefox51.0 3 3 firefox45.0 3 3 chrome109.0.0.0 7 7 safari13.0.3 1 1 chrome122.0.0.0 6 6 safari17.4.1 16 16 safari17.13 1 1 firefox73.0 1 1 chrome91.0.4472.124 2 2 chrome89.0.4389.114 71 71 android 3 3 chrome120.0.0.0 5 5 firefox79.0 1 1 mozilla 24 19 chrome75.0.2450 1 1 opera42.0.2393.517 2 2 chrome121.0.0.0 2 2 chrome80.0.3987.162 1 1 safari18.5 69 6 chrome100.0.4896.60 1 1 firefox117.0 2 2 chrome148.0.7778.112 1 1 chrome147.0.0.0 142 15 chrome124.0.0.0 40 40 firefox124.0 9 9 msie9.0 1 1 firefox147.0 2 2 firefox38.0 6 6 opera106.0.0.0 8 8 safari15.1 3 3 chrome117.0.0.0 2 2 chrome62.0.1851 1 1 chrome84.0.4147.105 1 1 chrome34.0.1847.114 1 1 firefox123 2 2 chrome135.0.0.0 1 1 safari17.3.1 1 1 msie11.0 25 25 chrome88.0.4240.193 623 623 chrome131.0.0.0 27 23 chrome145.0.0.0 267 180 chrome49.0.2623.112 2 2 chrome55.0.2883.105 8 8 chrome123.0.0.0 8 8 chrome126.0.0.0 228 16 safari15.4 1 1 safari10.0 1 1 firefox122.0 6 6 chrome55.0.2883.91 16 16 firefox130.0 1 1 firefox138.0 1 1 chrome146.0.0.0 1 1 chrome115.0.0.0 1 1 chrome95.0.4638.69 441 438 safari 3 3 chrome74.0.3729.169 1 1 chrome100.0.4896.88 1 1 chrome90.0.4430.212 3 3 firefox133.0 6 5 chrome47.0.2526.80 1 1 chrome143.0.0.0 1 1 chrome79.0.3945.130 1 1 firefox139.0 1 1 chrome125.0.0.0 6 6 chrome149.0.0.0 4300 1616 chrome137.0.0.0 3 3 safari15.6.1 1 1 safari15.0 1 1 Unknown 546 546 netscape5.0 123 123 chrome78.0.3904.108 55 55 safari16.0 1 1 chrome101.0.1824 1 1 safari15.3 2 2 safari26.5 3 3 chrome91.0.4472.106 1 1 firefox47.0 3 3 chrome101.0.4951.41 1 1 chrome122.0.6261.119 1 1 chrome76.0.3809.132 2 2 chrome39.0.2171.95 2 0 firefox33.0 4 4 safari9.0 1 1 safari9.0.3 8 8 firefox141.0 1 1 chrome66.0.3359.139 1 1 chrome132.0.0.0 5 4 chrome56.0.2924.87 16 16 safari15.6 1 1 firefox142.0 1 1 firefox82.0 1 1 firefox55.0 1 1 chrome136.0.7103.25 1 1 safari16.6 5 5 chrome101.0.4951.61 1 1 opera85.0.4341.75 1 1 chrome54.0.2840.99 5 5 firefox134.0 1 1 firefox71.0 1 1 firefox112.0 1 1 chrome138.0.0.0 1 1 chrome130.0.0.0 1 1 firefox44.0 3 3 chrome150.0.0.0 18 7 lg\- 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 19 WordPress.com;_https://jetpack.wordpress.com 20260714140832 Python/3.10_aiohttp/3.13.0 20260716170918 fasthttp 20260724121022 WordPress/7.0.1;_http://lapakabqary.biz.id 20260718122752 Mozilla/5.0_(l9scan/2.0.9383e203e2039313e2330313;__https://leakix.net) 20260731021638 Jetpack_by_WordPress.com 20260715014342 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20260731035045 Mozilla/5.0_Firefox/33.0 20260715113951 WordPress/7.0.2;_http://lapakabqary.biz.id 20260730203452 WordPress/7.0.1;_http://lapakabqary.biz.id/wp 20260714122354 Mozilla/5.0_(compatible;_Dataprovider.com) 20260724174252 WordPress.com;_http://lapakabqary.biz.id 20260714140914 Hello_from_Palo_Alto_Networks,_find_out_more_about_our_scans_in_https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity 20260727181435 Mozilla/5.0_(compatible;_Google-Site-Verification/1.0) 20260715150541 python-requests/2.32.5 20260718031114 Mozilla/5.0_(compatible;_Xscan/1.0) 20260724134136 Mozilla/5.0_(compatible;_InternetMeasurement/1.0;__https://internet-measurement.com/) 20260715181200 Mozilla/5.0 20260717080243 Python/3.14_aiohttp/3.13.3 20260731114732 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 11 WordPress.com;_https://jetpack.wordpress.com 20260714140832 Python/3.10_aiohttp/3.13.0 20260716170918 WordPress/7.0.1;_http://lapakabqary.biz.id 20260718122752 fasthttp 20260724121022 Jetpack_by_WordPress.com 20260715014342 WordPress/7.0.2;_http://lapakabqary.biz.id 20260730203452 WordPress/7.0.1;_http://lapakabqary.biz.id/wp 20260714122354 WordPress.com;_http://lapakabqary.biz.id 20260714140914 Hello_from_Palo_Alto_Networks,_find_out_more_about_our_scans_in_https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity 20260727181435 python-requests/2.32.5 20260718031114 Python/3.14_aiohttp/3.13.3 20260731114732 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 2216 2235 From1 1 1 From2 2 2 From3 0 0 From4 1868 5049 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 2 baidu 1 1 www_google_com 1 1 END_SEREFERRALS # External page referers - Pages - Hits # The 25 first Pages must be first (order not required for others) BEGIN_PAGEREFS 0 END_PAGEREFS # Search keyphrases - Number of search # The 10 first number of search must be first (order not required for others) BEGIN_SEARCHWORDS 0 END_SEARCHWORDS # Search keywords - Number of search # The 25 first number of search must be first (order not required for others) BEGIN_KEYWORDS 0 END_KEYWORDS # Errors - Hits - Bandwidth BEGIN_ERRORS 8 405 1 0 503 46 37122 500 64 48209 301 48 2385 404 47 464847 302 91 0 400 1 110 403 166 206172 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 21 /wp/wp-cron.php 3 - /sapp-wp-signon.php 1 - /wp/wp-login.php 9 http://lapakabqary.biz.id/wp-login.php /wp/wp-includes/js/dist/a11y.min.js 2 http://lapakabqary.biz.id/wp-login.php /wp-json/ 5 http://lapakabqary.biz.id/wp-admin/post.php /wp/wp-includes/js/wp-util.min.js 2 http://lapakabqary.biz.id/wp-login.php /wp/wp-admin/load-scripts.php 2 http://lapakabqary.biz.id/wp-login.php /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2021/03/organic-products-hero.png 1 - /wp/wp-admin/js/password-strength-meter.min.js 2 http://lapakabqary.biz.id/wp-login.php /wp/wp-includes/js/dist/dom-ready.min.js 2 http://lapakabqary.biz.id/wp-login.php /3136-rank213 1 - /allsitemap.xml/1111/1111.html 1 - /wp/wp-includes/js/underscore.min.js 2 http://lapakabqary.biz.id/wp-login.php /allsitemap.xml/sxallsitemap.xml 1 - /robots.txt 1 - /wp-content/plugins/home/lapakabqaryb6f7f/public_html/wp-content/themes/astra/inc/lib/nps-survey/assets/fonts/figtree.css 2 http://lapakabqary.biz.id/wp-admin/themes.php /wp/wp-admin/js/user-profile.min.js 2 http://lapakabqary.biz.id/wp-login.php /wp/wp-includes/js/dist/i18n.min.js 2 http://lapakabqary.biz.id/wp-login.php /wp/wp-admin/load-styles.php 2 http://lapakabqary.biz.id/wp-login.php /wp-json/jetpack/v4/sync/spawn-sync 1 - / 3 - 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 211 36.81.78.79 1613 4297 106392462 20260714171131 103.190.0.89 498 498 140839 20260730203452 64.176.53.157 414 414 163642 20260730181600 149.88.23.87 212 213 85229 20260717140231 193.36.225.54 196 196 78548 20260725172502 34.85.220.57 185 186 74392 20260718131046 35.234.188.68 71 71 26428 20260727212516 140.99.201.229 47 47 224533 20260715101653 157.245.76.7 42 42 235962 20260715104023 35.199.59.94 41 42 16253 20260717202415 143.110.217.244 26 26 0 20260731021638 209.38.248.17 24 24 0 20260714130533 89.45.125.26 20 20 67708 20260715101559 178.16.54.137 17 17 0 20260717060638 178.128.227.191 16 16 80634 20260715104023 114.79.3.15 15 227 4319444 20260715032829 45.132.227.120 15 15 630 20260724150245 85.11.167.194 15 20 0 20260720064118 92.112.94.66 12 12 154596 20260716084002 162.216.148.0 12 12 0 20260729070928 172.98.32.192 12 12 1050 20260724150245 92.113.241.244 11 11 152632 20260717085445 192.95.91.235 11 11 154677 20260717083503 192.0.87.64 11 11 12855 20260715014342 172.98.32.186 11 11 1050 20260724150245 172.98.32.200 1 1 0 20260724150237 199.45.154.118 1 1 0 20260715220504 103.136.59.168 0 1 2300 172.98.32.180 9 9 210 20260724150244 114.10.42.125 3 10 92817 20260714115329 99.81.216.206 1 1 24235 20260715092404 45.132.227.133 2 2 420 20260724150155 95.153.32.11 1 1 0 20260719101408 3.93.216.168 1 1 0 20260730192221 180.243.6.162 1 1 0 20260718233805 80.40.201.168 1 1 0 20260718133012 203.189.153.19 1 1 0 20260726232722 134.209.33.26 1 1 0 20260716072247 44.243.161.55 2 2 62942 20260714151453 213.152.161.15 1 1 0 20260719021127 114.79.2.164 2 2 2569 20260715071632 45.132.227.139 4 4 0 20260724150243 185.212.171.156 1 1 0 20260724061448 121.205.201.225 1 1 0 20260729121713 185.242.177.69 1 1 0 20260718031119 84.32.41.136 3 3 0 20260717042656 174.138.115.87 1 1 0 20260724061446 36.255.82.245 2 2 0 20260727025809 192.71.126.27 2 2 0 20260728232216 172.98.32.181 7 7 0 20260724150244 172.98.32.201 5 5 1050 20260724150217 172.98.32.194 6 6 0 20260724150244 172.98.32.196 1 1 0 20260724150131 172.245.102.43 2 2 0 20260725163831 66.54.102.160 1 1 0 20260724134136 45.132.227.136 1 1 0 20260724150243 162.216.148.10 2 2 0 20260715105358 185.148.13.39 3 31 319655 20260715103128 51.38.94.231 2 5 89578 20260714122405 27.150.224.139 3 3 24235 20260715131625 66.249.84.104 3 3 18581 20260715150541 66.249.84.106 3 3 18583 20260715150540 47.84.116.20 2 2 60337 20260724121022 62.241.59.194 1 1 0 20260716165656 98.89.25.40 1 1 0 20260716202052 192.0.91.183 1 1 38 20260714140832 139.59.13.63 3 3 0 20260717080243 54.80.128.60 9 96 1530931 20260715032559 169.58.45.73 9 9 0 20260725143522 192.36.109.117 1 1 0 20260725111339 45.132.227.123 4 4 840 20260724150214 45.132.227.134 5 5 1050 20260724150223 188.166.54.211 1 1 0 20260718080512 172.98.32.195 6 6 840 20260724150244 54.187.206.123 6 69 2578053 20260714154835 114.79.7.155 1 1 0 20260723010505 66.249.84.105 2 2 18528 20260715150538 185.242.177.19 2 2 0 20260718031114 118.194.251.101 1 1 0 20260724093332 192.71.126.151 1 1 0 20260721144151 146.112.163.36 1 1 0 20260724112518 144.217.135.200 3 8 59119 20260724174244 198.235.24.45 1 1 0 20260726175631 50.114.92.209 7 7 505020 20260715081505 136.144.42.129 4 4 0 20260724150237 54.247.57.72 0 1 479534 158.173.3.52 1 1 0 20260717195133 198.235.24.181 1 1 0 20260727181435 104.28.163.40 1 1 0 20260724232226 37.123.192.11 1 3 14290 20260715103230 221.238.130.234 1 1 0 20260719205446 159.89.150.1 1 1 0 20260715184527 136.144.42.121 3 3 0 20260724150055 38.57.2.170 1 1 0 20260721214619 98.83.149.128 1 1 0 20260720195029 45.132.227.138 6 6 0 20260724150243 18.212.194.188 1 1 0 20260715131553 185.242.177.68 1 1 0 20260718025307 61.48.133.78 1 1 0 20260718072558 54.164.167.77 1 1 0 20260723001405 192.71.2.99 1 1 0 20260717191912 154.37.68.35 1 1 0 20260716170831 188.166.224.164 5 5 816 20260724174338 110.172.98.2 1 1 787 20260714115026 38.59.244.205 1 1 67 20260715102727 192.0.86.205 7 7 102698 20260714140920 136.144.42.123 7 7 1260 20260724150240 54.166.37.236 1 1 49115 20260714201252 220.130.196.40 1 1 0 20260717011427 171.217.24.55 2 2 0 20260724123045 114.79.5.61 1 1 0 20260721045832 114.79.0.9 1 1 10532 20260715075837 172.98.32.185 1 1 0 20260724150118 154.37.68.105 2 2 0 20260716170840 185.148.13.244 9 94 1587832 20260715102927 192.71.126.53 1 1 0 20260728224003 118.193.57.62 1 1 0 20260723131952 2.56.21.0 1 1 0 20260716022354 199.45.155.85 1 1 0 20260723185746 185.100.87.166 1 1 0 20260731073910 172.98.32.191 1 1 0 20260724150237 45.127.207.66 2 2 0 20260717073021 161.123.209.247 1 1 27153 20260725181753 118.194.251.58 1 1 0 20260718032135 192.0.86.206 2 2 210 20260714140908 172.98.32.184 5 5 0 20260724150243 172.98.32.204 7 7 1470 20260724150207 195.123.244.84 1 1 0 20260714130402 100.50.152.193 1 1 0 20260723003753 47.84.228.159 5 5 816 20260719204556 145.223.41.96 8 8 298917 20260715081550 159.223.225.40 1 1 0 20260716065418 103.124.110.99 2 2 0 20260727112038 144.217.135.212 1 1 0 20260724174252 136.144.42.131 5 5 0 20260724150245 114.79.2.239 1 1 0 20260722000817 159.223.113.186 1 1 0 20260730091353 185.247.137.85 1 1 0 20260715181200 209.38.138.87 1 1 0 20260721193528 172.98.32.198 7 7 1470 20260724150222 32.193.141.171 2 2 0 20260727090932 104.28.163.232 1 1 0 20260727030341 142.111.67.193 11 11 165736 20260728102820 45.132.227.141 4 4 0 20260724150245 104.28.162.7 4 4 0 20260721141039 136.144.42.119 7 7 0 20260724150245 199.45.155.93 1 1 0 20260731035045 45.132.227.137 11 11 840 20260724150242 172.98.32.197 7 7 1470 20260724150224 63.141.250.58 1 1 0 20260715124044 172.98.32.193 7 7 630 20260724150244 136.144.42.130 1 1 0 20260724150237 192.0.86.184 4 4 7304 20260714140954 54.234.3.109 1 1 0 20260726192930 13.218.50.84 1 1 0 20260728194355 146.70.194.228 10 10 2368 20260723072903 45.132.227.132 1 1 0 20260724150240 147.136.85.138 11 11 165395 20260723082559 46.203.52.168 2 2 36578 20260725181928 45.148.10.217 2 2 41135 20260717141214 192.0.86.85 8 8 7035 20260715014311 104.28.156.137 2 2 0 20260723114223 185.212.115.219 1 1 17 20260716171058 198.13.62.122 1 1 0 20260717113433 185.17.107.85 1 1 0 20260722153056 52.91.91.246 2 2 0 20260714150600 136.107.77.49 10 12 86267 20260717005736 185.148.13.152 1 6 49576 20260715102219 136.144.42.132 6 6 1050 20260724150237 34.82.7.15 1 1 0 20260717143421 106.75.141.7 2 2 0 20260717071123 172.98.32.182 4 4 840 20260724150155 172.98.32.202 6 6 1260 20260724150216 98.93.160.198 1 1 0 20260718190036 62.238.17.239 2 2 0 20260725143951 195.172.211.163 11 11 165595 20260727083105 46.203.52.205 11 11 165149 20260722082115 114.79.7.129 1 1 0 20260717030554 192.0.113.144 1 1 2541 20260714140940 158.140.180.123 1 1 0 20260718233619 58.97.255.61 1 1 33 20260716170911 84.33.236.40 6 6 61573 20260715145637 52.87.192.82 1 1 0 20260722191226 114.79.2.57 1 1 0 20260716012454 172.98.32.199 1 1 210 20260724150220 18.234.168.2 1 1 0 20260724193135 34.106.9.163 1 1 0 20260722145709 209.38.125.40 2 2 0 20260721223117 34.76.89.250 1 1 17 20260716170918 165.22.96.32 5 5 816 20260726142428 218.33.99.27 1 1 0 20260716002744 192.36.109.115 1 1 0 20260721145853 104.28.156.103 6 6 0 20260731114732 185.220.100.240 1 1 0 20260731073911 168.144.150.111 10 10 1632 20260721160101 166.88.149.220 11 11 166421 20260730084142 172.98.32.187 11 11 1470 20260724150240 24.199.111.4 1 1 0 20260724123305 34.21.81.228 5 5 240465 20260714173554 136.144.42.122 5 5 0 20260724150242 103.214.140.160 3 3 0 20260715144326 35.221.150.166 1 1 0 20260723025846 8.234.215.123 10 10 2368 20260717021841 45.148.126.26 1 1 17 20260716171058 91.90.124.7 1 1 0 20260721062118 47.237.140.93 2 2 59139 20260716224533 185.148.13.229 0 7 428997 128.90.135.2 4 4 0 20260729032051 193.36.225.11 6 6 816 20260725163538 172.105.82.111 2 2 98227 20260715060026 221.232.249.221 1 1 0 20260715234718 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 18 20260714 2063 4822 110241653 22 20260715 276 702 10001679 46 20260716 34 34 213819 19 20260717 345 349 498242 25 20260718 204 205 74397 14 20260719 9 9 816 5 20260720 21 26 0 7 20260721 19 19 816 13 20260722 22 22 165149 7 20260723 35 35 167763 13 20260724 233 238 139382 55 20260725 219 219 143095 13 20260726 9 9 816 5 20260727 93 93 192023 10 20260728 17 17 165736 6 20260729 14 14 0 6 20260730 444 444 330063 8 20260731 30 30 0 5 END_DAY # Session range - Number of visits BEGIN_SESSION 7 1h+ 11 15mn-30mn 3 30s-2mn 41 0s-30s 203 30mn-1h 10 2mn-5mn 3 5mn-15mn 8 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 176 /xmlrpc.php 1212 473671 22 24 /wp-admin/admin-ajax.php 782 12054093 2 19 / 460 6105104 147 124 /wp-cron.php 333 0 42 39 /wp-login.php 199 295736 42 50 /wp-json/jetpack/v4/sync/spawn-sync 89 1617 0 1 /wp-json/wc-admin/options 53 4096 0 0 /wp-admin/nav-menus.php 51 4281883 0 0 /wp-admin/plugins.php 46 1370596 2 1 /wp-json/wp/v2/users/me 42 56106 0 0 /wp-admin/ 35 2110262 4 1 /wp-admin/admin.php 34 1928382 0 1 /wp-json/elementor/v1/checklist/user-progress 31 6107 0 0 /wp-json/elementor/v1/user-data/current-user 29 17299 0 0 /wp-admin/post.php 26 7103730 0 0 /wp-json/wc-analytics/admin/notes 24 1252 0 0 /wp-json/gutenberg-templates/v1/setup 21 970 0 0 /wp-json/gutenberg-templates/v1/blocks 19 40665145 0 0 /wp-json/wc/store/v1 18 101430 0 0 /wp-json/wc/store/v1/products/collection-data 18 3438 0 0 /wp-admin/load-styles.php 18 2590715 1 1 /wp-json/wc-analytics/orders 18 396 0 0 /wp-json/wc-analytics/products/reviews 18 396 0 0 /wp-json/wc-admin/onboarding/tasks 18 21852 0 0 /wp-json/wc-analytics/products/count-low-in-stock 18 558 0 0 /wp-json/gutenberg-templates/v1/categories 15 10920 0 0 /wp-content/plugins/header-footer-elementor/assets/fonts/hfe.ttf 1 22126 0 0 /wp/wp-cron.php 3 0 1 0 /.env.dev 1 0 0 0 /wp-admin/site-editor.php 1 285232 0 0 /.well-known/hosting-provider 1 0 0 0 /wp-admin/options-permalink.php 2 32152 0 0 /about 2 0 0 0 /sitemap.xml 3 178595 0 2 /googlef7a1814e3d903cbd.html 2 106 1 0 /appsettings.json 1 0 0 0 /wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2 3 39828 0 0 /.env.bak 2 0 0 0 /wp-json/wc-admin/onboarding/free-extensions 2 3611 0 0 /wp-admin/users.php 7 136396 0 0 /console/ 2 0 1 0 /wp-admin/themes.php 5 831371 0 0 /google25e5c56f6ee8ef0c.html 2 0 1 1 /wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2 4 426000 0 1 /wp/wp-admin/load-styles.php 1 144643 0 0 /wp-admin/customize.php 13 7254536 0 0 /trace.axd 1 0 0 0 /composer.json 1 0 0 0 /config.json 4 0 1 0 /wp-json/wc-analytics/settings/advanced/woocommerce_allow_tracking 2 850 0 0 /wp-json/wc-analytics/imports/status 3 363 0 0 /server 2 0 0 0 /wp-json/wc-analytics/reports/customers/stats 1 84 0 0 /app/config/parameters.yml 1 0 0 0 /wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff 1 18824 0 0 /wp-json/wp/v2/users/ 2 2147 0 1 /.env 6 0 2 1 /load-compat.php 1 409 0 0 /wp-json/elementor/v1/site-navigation/recent-posts 5 1249 0 0 /performance-tweaks.php 2 439 0 0 /wp-json/elementor-one/v1/plugins 2 254 0 0 /check_charset.php 1 77 0 0 /api/.env 1 0 0 0 /web.config 1 0 0 0 /settings.py 1 0 0 0 /.env.stage 1 0 0 0 /%22https://websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2021/03/basil-leaf.png/%22 1 0 0 0 /wp-admin/async-upload.php 1 638 0 0 /feed/ 4 0 0 0 /wp-json/wp/v2/types 12 10879 0 0 /wp/ 6 127029 1 0 /wp-json/ 1 0 1 0 /wp-json/wc-analytics/data/countries 3 26097 0 0 /wp-includes/wlwmanifest.xml 11 0 0 0 /wp-admin/edit.php 11 822762 0 0 /wp-content/themes/astra/assets/svg/svgs.json 4 478995 0 0 /wp-json/wc-analytics/reports/customers 1 22 0 0 /login.action 1 0 0 0 /telescope/requests 2 0 0 0 /wp-json/gutenberg-templates/v1/sites 7 434715 0 0 /config/application.yml 1 0 0 0 /wp-json/wp/v2/pages/95 1 18393 0 0 /wp-json/wp/v2/users/1 8 344 0 0 /update_pass.php 1 90 0 0 /wp-json/wp/v2/ 4 108539 0 0 /.aws/credentials 1 0 0 1 /___proxy_subdomain_cpanel 2 0 0 0 /.env.local 1 0 0 0 /wp-admin/plugin-install.php 3 177983 0 0 /wp-json/elementor-one/v1/settings 8 1471 0 0 /wp/wp-admin/admin-ajax.php 4 1458 0 0 /config-validator.php 1 36 0 0 /wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-400-normal.b009a76ad6afe4eb.woff2 1 15744 0 0 /api/graphql 2 0 0 0 /application.yml 1 0 0 0 /wp-json/wp/v2/widget-types 11 16780 0 0 /.vscode/sftp.json 2 0 0 0 /debug/default/view 2 0 0 2 /wp-admin/theme-install.php 1 17919 0 0 /server-status 2 0 0 0 /wp-admin/upgrade.php 1 5 0 0 /wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2 1 146060 0 0 /wp-admin/includes/14GBY/goods.php 1 928 0 0 /.env.backup 1 0 0 0 /cmd_sco 4 50 3 3 /wp/wp-json/wp/v2/users/me 1 818 0 0 /application/.env 1 0 0 0 /@vite/env 2 0 0 0 /.DS_Store 2 0 0 0 /wp-json/jetpack/v4/connection 3 453 0 0 /wp-admin/index.php 8 688939 0 0 /wp/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2 3 160800 0 2 /wp-json/wp/v2/settings 15 30900 0 0 /wp-content/plugins/8fv056r8rajjh57oebf9/ope1l78kgxi0m2bm35v59shqCmass.php 2 2569 1 1 /wp-json/oembed/1.0/embed 9 0 1 0 /api 2 0 0 0 /info.php 1 0 0 0 /wp-json/wp/v2/wp_pattern_category 8 132 0 0 /wp-admin/includes/14GBY/cache-bridge.php 1 1008 0 0 /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2021/03/basil-leaf.png/ 1 0 0 0 /.env.staging 1 0 0 0 /wp-json/elementor/v1/kit-elements-defaults 5 110 0 0 /graphql 2 0 0 0 /wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-500-normal.f25d774ecfe0996f.woff2 1 15920 0 0 /wp-content/plugins/elementor/vendor/elementor/wp-one-package/assets/elementor-home/roboto-latin-700-normal.227c93190fe7f82d.woff2 1 15860 0 0 /app/.env 1 0 0 0 /functions/.env 1 0 0 1 /wp-admin/load-scripts.php 16 565354 0 0 /___proxy_subdomain_whm/login 2 0 0 0 /wp-json/wc-analytics/reports/performance-indicators 2 462 0 0 /wp-content/plugins/8fv056r8rajjh57oebf9/ope1l78kgxi0m2bm35v59shqCdefault.php 1 10532 1 1 /graphql/api 2 0 0 0 /wp-json/elementor/v1/globals 5 2335 0 0 /wp-admin/update.php 2 81876 0 0 /api/gql 2 0 0 0 /wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2 1 53600 0 0 /wp-json/wp/v2/taxonomies 8 17272 0 0 /v2/_catalog 2 0 0 0 /wp-json/wp/v2/comments 8 176 0 0 /config/parameters.yml 1 0 0 0 /wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 3 234588 0 0 /wp/wp-admin/ 1 24856 0 0 /%22https://websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2019/07/client02-free-img.png/%22 1 0 0 0 /shop/ 16 990024 0 0 /wp-json/wp/v2/templates/lookup 7 66 0 0 /.env.save 1 0 0 0 /wp-json/wc-admin/settings/payments/woopayments/onboarding 2 4616 0 0 /wp-json/wc-admin/plugins/active 3 456 0 0 /wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2 1 6488 0 0 /wp-json/wc-admin/onboarding/profile 2 330 0 0 /wp/wp-admin/load-scripts.php 2 42461 0 0 /wp-json/wp/v2/templates 7 7000 0 0 /wp-admin/includes/14GBY/admin-ajax.php 1 3801 0 0 /wp/check_charset.php 1 77 0 0 /config/.env 1 0 0 0 /about/ 11 533815 0 0 /wp-admin/user-new.php 10 224977 0 0 /docker-compose.yml 1 0 0 0 /.gitconfig 1 0 0 0 /contact/ 8 446249 0 0 /.env.live 1 0 0 0 /index.php 2 0 1 1 /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 2 0 0 0 /wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2 3 979884 0 0 /wp-content/plugins/astra-sites/inc/lib/zipwp-images/assets/fonts/figtree-latin.woff2 1 20184 0 0 /wp-json/wc-admin/settings/payments/providers 3 15102 0 0 /wp/update_pass.php 1 90 0 0 /wp-json/getting-started/v1/action-items 1 1852 0 0 /.env.prod 1 0 0 0 /wp-json/wc-admin/onboarding/profile/progress 2 22 0 0 /wp-json/wc-analytics/settings/general/woocommerce_default_country 2 26267 0 0 /wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/assets/fonts/figtree-latin.woff2 1 20184 0 0 /product-category/juice/ 4 248770 0 0 /.env.production 2 0 1 0 /.env.old 1 0 0 0 /wp-json/wc-admin/plugins/installed 3 492 0 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 100-500 1741 500-1K 528 1K-2K 809 2K-5K 464 5K+ 1157 44-100 415 0-44 5415 END_FILESIZE # Request Time Range - Request Time Frequency BEGIN_REQUESTTIME 0 END_REQUESTTIME PK ]�ۮ��\ �\ # ssl/awstats.lapakabqary.biz.id.confnu �[��� # 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/lapakabqary.biz.id-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/lapakabqaryb6f7f/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="lapakabqary.biz.id" # 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="lapakabqary.biz.id www.lapakabqary.biz.id 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" PK ]IR�}{� {� ( ssl/awstats072026.lapakabqary.biz.id.txtnu �[��� AWSTATS DATA FILE 8.0 (build 20240604) # If you remove this file, all statistics for date 202607 will be lost/reset. # Last config file used to build this data file was /home/lapakabqaryb6f7f/tmp/awstats/ssl/awstats.lapakabqary.biz.id.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 2098 POS_TIME 2785 POS_VISITOR 14481 POS_DAY 34576 POS_DOMAIN 3978 POS_LOGIN 4639 POS_ROBOT 4794 POS_WORMS 5587 POS_EMAILSENDER 5718 POS_EMAILRECEIVER 5861 POS_SESSION 35199 POS_FILESIZE 39870 POS_REQUESTTIME 40023 POS_SIDER 35412 POS_FILETYPES 5996 POS_DOWNLOADS 6467 POS_OS 6621 POS_BROWSER 7050 POS_SCREENSIZE 9619 POS_UNKNOWNREFERER 9693 POS_UNKNOWNREFERERBROWSER 11034 POS_ORIGIN 11808 POS_SEREFERRALS 11952 POS_PAGEREFS 12115 POS_SEARCHWORDS 12263 POS_KEYWORDS 12415 POS_MISC 2449 POS_ERRORS 12474 POS_CLUSTER 4495 POS_SIDER_404 12664 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 20260731174724 8830 2619872 18356219024349 FirstTime 20260714115340 LastTime 20260731174724 LastUpdate 20260731174825 8830 0 8830 0 0 TotalVisits 1065 TotalUnique 539 MonthHostsKnown 0 MonthHostsUnknown 544 END_GENERAL # Misc ID - Pages - Hits - Bandwidth BEGIN_MISC 10 TotalMisc 0 0 0 RealPlayerSupport 0 0 0 DirectorSupport 0 0 0 WindowsMediaPlayerSupport 0 0 0 QuickTimeSupport 0 0 0 AddToFavourites 0 6 0 JavascriptDisabled 0 0 0 JavaEnabled 0 0 0 FlashSupport 0 0 0 PDFSupport 0 0 0 END_MISC # Hour - Pages - Hits - Bandwidth - Not viewed Pages - Not viewed Hits - Not viewed Bandwidth BEGIN_TIME 24 0 7221 7229 133224166 39775 39927 735602399 1 7656 7659 141338322 46036 46321 851793057 2 8138 8140 149804840 50386 50438 926290806 3 7876 7880 145410251 45529 45548 836452889 4 8767 8768 161849005 49333 49412 906750138 5 8062 8062 148858502 48821 48880 897285430 6 7618 7661 140408219 49613 49673 917536609 7 8104 8135 149831332 48873 49164 900769708 8 7160 7197 132693241 49595 50136 915417626 9 7407 7427 136446028 52724 52784 975579094 10 7640 7645 140964673 42708 42735 785569918 11 6812 6827 125671231 41204 41230 756730804 12 5071 5105 92902247 39510 39549 719059184 13 5101 5166 92605608 40172 40215 733019640 14 5942 6076 110474354 38876 38898 713756208 15 5561 5566 102625652 38906 38918 714966647 16 4672 4764 86961955 40353 40380 742713720 17 7897 7919 145068192 40163 40235 733788271 18 7425 7448 136944496 43091 43175 794070085 19 6973 6980 128280660 43297 43412 798227657 20 5429 5432 99885825 40284 40433 739035278 21 6673 6702 123406249 42167 42210 779881727 22 8464 8472 156542204 34228 34291 627626144 23 9063 9089 167404940 40973 41155 752025260 END_TIME # Domain - Pages - Hits - Bandwidth # The 25 first Pages must be first (order not required for others) BEGIN_DOMAIN 41 us 170360 170883 3147214074 in 110 110 124316 nl 45 45 41399 id 29 117 2004612 de 26 26 17 ua 20 24 34 ru 15 16 49168 nz 14 14 0 ca 14 15 115975 lt 14 14 0 mn 12 12 0 ir 12 12 0 gb 7 7 12492 lv 5 5 0 cn 5 5 0 fr 4 4 0 at 3 3 39487 il 3 3 0 se 3 3 0 ro 3 3 0 ch 2 2 0 th 2 2 0 jp 2 2 0 hk 2 2 0 cl 2 2 0 bg 1 1 0 pt 1 1 0 bz 1 1 0 az 1 1 0 cz 1 1 0 sc 2 2 0 ie 1 1 0 zz 1 1 0 dk 1 1 0 sa 1 1 0 br 1 1 0 mx 1 1 0 tw 1 1 0 eu 1 1 17 vn 1 1 0 pl 2 2 17 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 18 Googlebot/ 1041858 19247741929 20260731174708 147 bot[\s_+:,\.\;\/\\-] 3955 4357404 20260731165457 155 SemrushBot/ 318 3323 20260726172829 16 [\s_+:,\.\;\/\\-]bot 120 0 20260731035749 0 Go\-http\-client/ 44 35134 20260731003219 5 robot 34 2571 20260731143425 34 GPTBot/ 22 31899 20260731143426 0 crawl 17 25853 20260731152036 3 unknown 14 916 20260725043740 14 curl 9 0 20260724075309 0 facebookexternalhit/ 8 584 20260731063950 8 Applebot/ 6 2373 20260719001827 3 AhrefsBot/ 3 2049 20260730213141 1 scanner 3 0 20260729052751 0 Googlebot\-Image/ 3 1112 20260725221255 0 validator 2 0 20260722105403 0 java 1 0 20260719215222 0 scrapy 1 49143 20260714165522 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 26 json 12 0 0 0 png 25 567235 0 0 svg 14 76136 0 0 xml 7 120804 0 0 save 1 0 0 0 stage 1 0 0 0 env 30 0 0 0 live 1 0 0 0 js 485 325145 0 0 axd 2 0 0 0 prod 1 0 0 0 local 3 0 0 0 html 170318 3145520764 0 0 php 191 34012 0 0 Unknown 135 1000909 0 0 jpg 13 486206 0 0 action 2 0 0 0 bak 2 0 0 0 txt 1 0 0 0 dev 1 0 0 0 woff2 10 1156400 0 0 css 79 313997 0 0 backup 2 0 0 0 old 1 0 0 0 swp 1 0 0 0 yaml 11 0 0 0 END_FILETYPES # Downloads - Hits - Bandwidth BEGIN_DOWNLOADS 5 /backup.tar.gz 1 0 0 /backup.zip 1 0 0 /ads.txt 1 0 0 /storage/logs/laravel.log 1 0 0 /robots.txt 0 8 584 END_DOWNLOADS # OS ID - Hits BEGIN_OS ID - Hits - Pages 26 macosx11 1 1 win7 4 4 android 1 1 winnt 2 2 win10 171 161 os/2 1 1 macosx14 2 2 macosx 5 4 win8.1 1 1 macosx9 4 4 linuxubuntu 12 12 linuxdebian 1 1 winlong 1 1 linux 175 89 androidpie 1 1 unix 3 3 androidmarshmallow 170374 169954 linuxcentos 1 1 ios_ipad 8 0 android11 1 1 macosx15 190 189 android10 7 7 macosx12 1 1 ios_iphone 124 36 Unknown 256 253 macos12 2 2 END_OS # Browser ID - Hits - Pages BEGIN_BROWSER 127 safari16.4.1 1 1 chrome148.0.7778.96 1 1 safari14.0 1 1 chrome123.0.0.0 1 1 chrome147.0.0.0 19 19 chrome102.0.1740 1 1 chrome128.0.0.0 1 1 chrome150.0.7871.128 161591 161214 firefox38.0 1 1 chrome140.0.0.0 1 1 chrome77.0.3865.120 1 1 firefox124.0 1 1 chrome76.0.3809.111 1 1 safari17.4.1 5 1 chrome126.0.6478.234 1 1 chrome135.0.0.0 3 3 chrome20.0.1132.57 1 1 edge14 1 1 firefox64.0 1 1 safari13.1 2 2 chrome107.0.2289 1 1 chrome145.0.7632.6 2 2 chrome126.0.0.0 1 1 firefox147.0 16 16 chrome84.0.4147.89 1 1 chrome90.0.4430.93 2 2 chrome129.0.0.0 17 17 mozilla 37 37 chrome150.0.7871.114 405 399 chrome150.0.7871.186 3964 3949 chrome70.0.3538.77 1 1 chrome142.0.0.0 117 117 chrome92.0.4515.107 3 3 chrome124.0.0.0 22 22 safari18.2 1 1 firefox149.0 2 2 chrome78.0.3904.62 1 1 chrome132.0.0.0 104 18 safari18.5 1 1 safari18.4 1 1 firefox130.0 1 1 safari26.5.2 3 3 safari27.0 2 2 chrome110.0.0.0 2 2 Unknown 100 97 chrome52.0.20 1 0 chrome142.0.7444.162 1 1 chrome80.0.3987.87 1 1 chrome50.0.1024 1 1 safari17.0 15 15 safari26.0 12 6 chrome96.0.4664.45 1 1 chrome60.0.3112.113 1 1 firefox146.0 1 1 chrome145.0.0.0 6 6 chrome150.0.7871.124 4396 4389 chrome79.0.3945.130 1 1 chrome130.0.0.0 26 11 safari15.6.1 1 1 safari6.0 1 1 chrome137.0.0.0 2 1 firefox117.0 6 6 firefox139.0 3 3 firefox140.9 1 1 chrome35.0.1916.47 1 1 chrome146.0.0.0 4 4 safari17.8.1 1 1 chrome33.0.1750.152 1 1 chrome149.0.0.0 5 5 chrome108.0.0.0 1 1 chrome76.0.3809.100 1 1 firefox77.0 1 1 safari17.5 2 2 chrome136.0.7103.25 3 3 chrome101.0.4951.41 1 1 chrome144.0.0.0 5 5 chrome92.0.1343 1 1 chrome49.0.2623.112 2 2 firefox134.0 1 1 safari18.0 5 1 chrome148.0.0.0 17 13 firefox145.0 1 1 chrome109.0.0.0 4 4 chrome143.0.0.0 7 7 safari9.1.2 1 1 safari3.1.1 1 1 chrome106.0.0.0 1 1 chrome120.0.0.0 9 9 opera10.00 1 1 firefox140.8 1 1 firefox59.0 1 1 chrome104.0.0.0 1 1 safari14.1.2 1 1 firefox115.13.0 1 1 chrome131.0.0.0 5 5 netscape5.0 123 123 chrome120.0 1 1 chrome125.0.0.0 1 1 firefox109.0 1 1 firefox142.0 1 1 chrome91.0.4472.106 1 1 safari 98 16 chrome81.0.4044.129 12 12 chrome76.0.3809.132 2 2 chrome119.0.0.0 1 1 firefox47.0 1 1 safari17.3 1 1 chrome133.0.0.0 2 2 firefox40.0 1 1 firefox120.0 31 31 chrome116.0.0.0 1 1 chrome95.0.4638.74 1 1 chrome150.0.0.0 21 15 chrome134.0.0.0 4 4 chrome134.0.6998.35 1 1 chrome91.0.4472.124 2 2 firefox132.0 2 2 firefox83.0 1 1 firefox143.0 16 16 safari16.2 1 1 firefox14.0.1 1 1 safari15.6 1 1 chrome101.0.4951.59 1 1 firefox115.0 1 1 chrome136.0.0.0 7 7 chrome58.0.3029.110 4 4 chrome94.0.4606.71 1 1 END_BROWSER # Screen size - Hits BEGIN_SCREENSIZE 0 END_SCREENSIZE # Unknown referer OS - Last visit date BEGIN_UNKNOWNREFERER 22 axios/0.24.0 20260716171155 Mozilla/5.0_(compatible;_Xscan/1.0) 20260724134135 WordPress/7.0.2;_http://lapakabqary.biz.id 20260729203659 fasthttp 20260724121020 Mozilla/5.0_(compatible;_Dataprovider.com) 20260724174256 Mozilla/5.0_(l9scan/2.0.9383e203e2039313e2330313;__https://leakix.net) 20260731021620 Mozilla/5.0_(compatible;_InternetMeasurement/1.0;__https://internet-measurement.com/) 20260715175854 Python/3.14_aiohttp/3.13.3 20260730160811 Python/3.10_aiohttp/3.13.2 20260717191230 axios/0.19.2 20260723123751 Softaculous 20260721181558 Mozilla/5.0_(compatible;_SecurityResearch/1.0) 20260729121041 Mozilla/5.0_(compatible;_CensysInspect/1.1;__https://about.censys.io/) 20260731032213 WordPress/7.0.1;_https://lapakabqary.biz.id 20260715091511 Hello_from_Palo_Alto_Networks,_find_out_more_about_our_scans_in_https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity 20260729184151 Chrome_Privacy_Preserving_Prefetch_Proxy 20260729163901 Opera/9.80_(S60;_SymbOS;_Opera_Mobi/499;_U;_ru)_Presto/2.4.18_Version/10.00 20260718190036 okhttp/5.3.0 20260725101930 WordPress/7.0.1;_http://lapakabqary.biz.id 20260715145622 Python/3.13_aiohttp/3.12.13 20260718003413 Python/3.10_aiohttp/3.13.0 20260716170940 Mozilla/5.0 20260727095052 END_UNKNOWNREFERER # Unknown referer Browser - Last visit date BEGIN_UNKNOWNREFERERBROWSER 14 axios/0.24.0 20260716171155 WordPress/7.0.2;_http://lapakabqary.biz.id 20260729203659 fasthttp 20260724121020 Python/3.10_aiohttp/3.13.2 20260717191230 Python/3.14_aiohttp/3.13.3 20260730160811 axios/0.19.2 20260723123751 Softaculous 20260721181558 WordPress/7.0.1;_https://lapakabqary.biz.id 20260715091511 Hello_from_Palo_Alto_Networks,_find_out_more_about_our_scans_in_https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity 20260729184151 Chrome_Privacy_Preserving_Prefetch_Proxy 20260729163901 Python/3.10_aiohttp/3.13.0 20260716170940 WordPress/7.0.1;_http://lapakabqary.biz.id 20260715145622 okhttp/5.3.0 20260725101930 Python/3.13_aiohttp/3.12.13 20260718003413 END_UNKNOWNREFERERBROWSER # Origin - Pages - Hits BEGIN_ORIGIN 6 From0 170545 170578 From1 0 0 From2 4 4 From3 0 0 From4 183 767 From5 0 0 END_ORIGIN # Search engine referers ID - Pages - Hits BEGIN_SEREFERRALS 1 www_google_com 4 4 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 10 401 14 742 404 27 593405 405 1 46 503 4 3228 403 50 62100 500 2438 1019977 400 5 260 409 1 1231 302 5 0 301 70 0 END_ERRORS # URL with 404 errors - Hits - Last URL referrer BEGIN_SIDER_404 16 /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2019/07/client02-free-img.png/ 2 https://lapakabqary.biz.id/ /.well-known/hosting-provider 1 https://lapakabqary.biz.id/.well-known/hosting-provider /bank_orlen_pl1/ 1 - /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2025/06/1-copy-3.svg/ 2 https://lapakabqary.biz.id/ /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2025/06/1-copy.svg/ 2 https://lapakabqary.biz.id/ /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2021/03/basil-leaf.png/ 2 https://lapakabqary.biz.id/ /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2019/07/logo-leaf-new.png 2 https://lapakabqary.biz.id/ /robots.txt 1 - /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2025/06/1-copy-4.svg/ 2 https://lapakabqary.biz.id/ /sitemap.xml 2 - /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2019/07/client01-free-img.png/ 2 https://lapakabqary.biz.id/ /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2025/06/1-copy-2.svg/ 2 https://lapakabqary.biz.id/ /favicon.png 1 - /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2025/06/logoipsum-215.svg/ 2 https://lapakabqary.biz.id/ /administrator/components/com_sppagebuilder/config.xml 1 - /%22https:/websitedemos.net/organic-shop-02/wp-content/uploads/sites/465/2021/03/organic-products-hero.png 2 https://lapakabqary.biz.id/ 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 544 66.249.70.166 28601 28719 529680335 20260731174724 20260731000110 / 66.249.71.7 18317 18376 338996432 20260731173459 20260731000324 / 66.249.70.167 14892 14943 275754732 20260731172752 20260731000002 / 66.249.71.8 11491 11518 212724612 20260731173737 20260731000719 / 66.249.79.167 8083 8094 149406454 20260728220809 66.249.79.168 7255 7267 134033264 20260728192808 66.249.70.168 7141 7169 132261709 20260731174602 20260731142936 / 66.249.71.9 6962 6970 128818694 20260731173704 20260731172923 / 66.249.79.169 6510 6520 120402310 20260728231441 66.249.79.170 5529 5536 102341436 20260723215557 66.249.79.171 4810 4820 89004557 20260725065640 66.249.71.1 4792 4798 88671963 20260728235957 66.249.79.172 4038 4044 74727368 20260723215237 66.249.71.2 4002 4004 74043257 20260729102244 66.249.71.3 3494 3500 64712940 20260729114509 66.249.70.169 3298 3308 61010817 20260728235945 66.249.79.173 3063 3071 56674559 20260724165742 66.249.71.4 3007 3011 55645199 20260727085050 66.249.71.5 2429 2431 45001290 20260725101055 66.249.79.160 2407 2411 44524996 20260723215403 66.249.70.170 2355 2361 43555867 20260728235953 66.249.70.171 1985 1985 36759336 20260728235358 66.249.71.6 1933 1935 35765237 20260728095053 66.249.79.161 1850 1852 34273503 20260723215344 66.249.70.172 1647 1648 30474293 20260729061746 47.82.11.231 1 1 0 20260725124025 103.139.144.204 1 1 0 20260721024047 189.132.115.184 1 1 0 20260724031841 172.235.197.86 1 1 0 20260719191046 149.57.180.72 1 1 12493 20260718173427 66.249.66.204 1 1 18913 20260721221752 34.44.142.114 1 1 0 20260725043817 114.124.237.237 2 2 0 20260717022839 52.73.56.26 1 1 30465 20260714142250 52.87.192.82 1 1 0 20260722191226 66.249.66.42 1 1 18990 20260722062408 54.247.57.72 11 97 1093826 20260714160507 18.234.168.2 1 1 0 20260724193135 66.249.70.161 804 805 14882766 20260725101101 23.27.145.128 1 1 319 20260718173221 92.112.92.192 1 1 17 20260723130015 142.147.187.240 1 1 0 20260723084708 104.28.156.149 1 1 0 20260728233755 192.95.95.211 1 1 0 20260723034535 92.50.34.189 1 1 0 20260723092016 47.82.11.137 1 1 0 20260727005033 104.28.156.105 3 3 0 20260723004727 154.30.74.67 1 1 0 20260723141005 188.166.54.211 1 1 0 20260718080514 182.4.72.242 2 3 0 20260714183522 66.249.70.164 416 417 7713441 20260725100903 156.59.29.182 1 1 0 20260718193503 156.59.166.216 1 1 0 20260729121639 177.86.74.142 1 1 0 20260731164108 23.27.145.96 1 1 289 20260714170611 45.148.10.62 1 1 0 20260715132638 5.161.79.102 1 1 0 20260727053946 195.211.77.141 1 1 0 20260718225914 128.14.34.180 1 1 0 20260720230753 64.31.36.22 2 2 0 20260723233826 80.94.92.7 1 1 0 20260721053626 185.220.100.242 1 1 49138 20260714174319 66.249.66.201 1 1 17877 20260728111051 66.249.79.165 451 452 8339991 20260723215249 66.249.65.160 2 2 36642 20260724023937 209.99.189.160 29 29 0 20260729121041 66.249.71.65 1 1 18578 20260724215303 45.198.224.56 2 2 0 20260721191535 5.161.183.57 1 1 0 20260728113029 182.4.72.238 9 90 1800534 20260714142934 104.28.163.75 1 1 0 20260727005325 44.225.166.5 1 1 0 20260717092525 104.64.150.160 1 1 0 20260727014555 74.63.207.118 1 1 0 20260724053758 98.212.147.126 1 1 0 20260722063045 124.236.100.6 1 1 0 20260726090931 104.28.162.11 1 1 0 20260722040702 129.227.238.194 1 1 0 20260725020924 3.238.98.60 0 6 0 104.250.137.18 1 1 0 20260717092539 64.89.161.82 8 12 0 20260715172116 205.234.245.86 1 1 0 20260723020510 66.249.65.172 2 2 36744 20260725050737 66.249.88.66 1 1 0 20260723191000 85.254.112.113 1 1 0 20260723035104 87.166.58.206 1 1 0 20260716183949 191.101.245.179 1 1 0 20260723073538 45.38.195.206 1 1 0 20260723061232 172.233.91.182 1 1 0 20260716215259 134.209.33.26 1 1 0 20260716072249 45.9.149.34 1 1 31440 20260714161801 163.114.132.134 1 1 0 20260729182706 216.68.10.132 1 1 0 20260723055531 170.23.1.96 1 1 0 20260723084120 95.164.233.9 0 1 0 158.222.113.188 1 1 0 20260726120259 31.56.130.34 1 1 0 20260723033247 20.46.116.173 1 1 0 20260731051432 34.124.179.211 1 1 0 20260716124240 66.249.66.205 1 1 18500 20260725082805 156.59.26.148 1 1 0 20260730232246 185.236.214.129 1 1 0 20260723015020 104.28.166.69 1 1 0 20260729000142 129.227.238.178 1 1 0 20260725092114 129.227.55.200 1 1 0 20260722105539 3.139.242.79 1 1 0 20260728144926 172.235.198.115 1 1 0 20260727015329 92.112.92.139 1 1 0 20260723112148 172.233.75.125 1 1 0 20260721035713 66.249.65.163 1 1 18295 20260722234455 66.249.79.164 613 613 11337941 20260723215454 170.23.5.72 1 1 0 20260723154936 66.249.66.71 1 1 18717 20260720064538 66.249.79.3 2 2 36932 20260720204911 5.161.93.247 1 1 0 20260723092041 205.188.56.24 1 1 0 20260730120236 81.217.16.32 1 1 0 20260716104418 109.70.100.10 1 1 39487 20260714161803 206.195.138.8 1 1 0 20260723090057 66.249.65.166 13 13 241471 20260729043124 198.145.105.4 1 1 0 20260723021958 23.27.145.44 1 1 0 20260720203243 104.194.220.114 1 1 0 20260723045344 204.186.55.231 1 1 0 20260724090057 45.138.249.238 1 1 0 20260723153648 104.28.163.16 1 1 0 20260725014348 210.64.24.100 1 1 0 20260718003413 84.37.98.243 1 1 0 20260723041831 178.156.226.186 1 1 0 20260728113029 142.147.196.228 1 1 0 20260723102707 66.249.70.165 314 314 5802930 20260725093858 45.41.139.53 1 1 0 20260723041248 104.28.163.45 2 2 0 20260723133004 157.97.124.235 1 1 0 20260728160318 216.73.172.115 1 1 0 20260715133426 94.247.172.129 2 2 0 20260717112019 104.28.156.100 1 1 0 20260719040046 195.40.119.84 1 1 0 20260723071745 195.40.118.236 1 1 0 20260724114247 3.84.244.81 1 1 0 20260715103239 104.28.162.7 2 2 0 20260721231834 103.196.9.115 1 1 0 20260714130519 45.82.40.140 1 1 0 20260723150247 104.28.163.33 2 2 0 20260721003904 167.86.92.224 2 2 0 20260718050627 34.127.0.121 1 1 0 20260731094657 18.212.194.188 1 1 0 20260715131553 54.187.206.123 2 2 0 20260714154821 188.246.226.157 0 1 13 66.249.66.40 2 2 36573 20260728233932 84.37.229.4 1 1 0 20260723064448 162.128.128.24 1 1 0 20260726202858 66.249.70.160 975 975 18062788 20260729061734 104.28.163.40 1 1 0 20260724135812 192.95.92.127 1 1 0 20260724080246 108.165.181.30 1 1 0 20260730095704 66.249.69.192 3 3 56093 20260722230529 2.56.73.231 1 1 0 20260723162925 159.223.113.186 1 1 0 20260717091744 149.57.180.163 1 1 0 20260720204929 107.174.200.102 1 1 0 20260723071710 172.235.208.225 1 1 0 20260720021228 104.28.161.29 2 2 0 20260731020437 34.139.94.238 1 1 0 20260717101539 144.217.135.212 2 2 0 20260724174256 66.249.66.39 3 3 56217 20260729121447 66.249.66.198 1 1 17993 20260731035401 66.249.79.166 248 248 4591760 20260723215244 85.208.191.193 1 1 0 20260723201312 45.131.217.72 1 1 0 20260723154816 66.249.69.198 7 7 129360 20260731141641 103.73.55.201 1 1 0 20260723022029 64.23.154.49 1 1 319 20260718195509 66.249.66.77 1 1 17764 20260723214142 140.235.169.152 1 1 0 20260724000540 45.88.138.44 12 12 0 20260714131005 142.147.202.167 1 1 0 20260724080203 3.219.86.171 1 1 0 20260723000054 129.227.55.151 1 1 0 20260724225226 104.64.144.187 1 1 0 20260726230624 162.128.181.136 2 2 0 20260729072659 45.41.138.252 1 1 0 20260723131719 98.98.190.21 1 1 0 20260721231713 147.136.85.161 1 1 24178 20260715091512 207.199.190.15 1 1 0 20260728184633 66.249.65.167 7 7 127694 20260730154531 66.249.69.200 7 7 129528 20260728223245 147.136.85.133 1 1 0 20260730104351 66.249.69.199 6 6 110047 20260728175758 152.163.86.59 1 1 0 20260724141501 206.81.12.187 26 26 0 20260714130537 64.222.212.196 1 1 0 20260723065222 66.249.66.200 1 1 18371 20260723165509 66.249.66.199 5 5 93468 20260731055210 172.233.76.247 1 1 0 20260720233408 149.57.180.172 2 2 12491 20260718173141 205.234.147.196 1 1 0 20260723013013 43.134.119.213 1 1 0 20260719133655 66.249.79.163 921 922 17044875 20260725073450 104.28.162.10 1 1 0 20260720221810 68.167.134.37 1 1 0 20260723085558 35.236.175.191 1 1 0 20260717135051 103.73.52.231 1 1 0 20260724173013 107.189.11.111 1 1 0 20260716043047 104.28.163.34 1 1 0 20260719194804 50.31.161.198 1 1 0 20260724114331 140.99.216.162 1 1 0 20260723091043 82.39.212.240 1 1 0 20260715132831 142.147.203.80 1 1 0 20260723021246 84.37.38.169 1 1 0 20260723103636 156.59.29.67 1 1 0 20260717061329 46.101.1.225 28 28 0 20260731021620 84.32.239.31 1 1 0 20260723145837 192.175.111.231 1 1 0 20260722044904 98.83.149.128 1 1 0 20260720195028 142.111.124.60 1 1 0 20260724000553 88.216.102.230 1 1 0 20260723025727 5.161.117.163 1 1 0 20260728113030 66.244.74.68 1 1 0 20260724075307 34.178.210.62 1 1 0 20260715133400 149.88.103.79 1 1 33 20260716171045 66.132.172.186 1 1 0 20260723153344 172.234.86.51 1 1 0 20260716175343 104.28.163.100 1 1 0 20260724030013 185.242.177.68 2 2 0 20260718031120 88.216.58.181 1 1 0 20260723101743 103.139.144.205 1 1 0 20260725234547 45.61.103.19 1 1 0 20260723152914 172.235.214.120 1 1 0 20260727025924 154.17.153.143 1 1 0 20260723150657 162.128.128.19 2 2 0 20260730004818 34.229.196.218 1 1 0 20260715103241 149.57.180.64 1 1 0 20260718143602 91.124.144.9 1 1 0 20260723091907 178.156.228.5 2 2 0 20260728113030 94.154.43.179 2 2 0 20260723175928 169.58.45.73 16 16 0 20260731134013 5.9.50.77 2 2 0 20260715182040 72.63.14.150 1 1 0 20260730181826 129.227.55.166 1 1 0 20260721080758 24.199.111.4 1 1 0 20260724123306 104.28.156.139 1 1 0 20260730022138 180.252.88.219 1 1 0 20260715134107 66.249.66.74 2 2 36431 20260723120544 91.193.232.123 1 1 17 20260716171545 165.154.162.212 3 4 15125 20260724093321 104.28.163.35 1 1 0 20260725201610 87.58.197.202 1 1 0 20260731172502 20260731172502 / 94.154.43.178 2 2 0 20260725183103 136.169.243.113 1 1 0 20260718223022 194.53.70.32 1 1 0 20260716164709 103.62.49.138 2 2 0 20260729103058 104.28.156.110 1 1 0 20260722192837 49.49.220.143 1 1 0 20260723174501 23.27.145.110 1 1 49120 20260714162140 146.112.163.36 1 1 0 20260724112519 2.57.178.67 1 1 0 20260723104743 66.249.70.163 504 504 9350167 20260725100806 166.0.60.171 1 1 0 20260724114411 45.153.157.15 1 1 0 20260723044238 104.28.164.36 1 1 0 20260717230601 185.247.137.126 1 1 0 20260715175854 172.235.215.167 1 1 0 20260728112402 129.227.55.178 1 1 0 20260726222655 178.16.54.137 19 19 0 20260717060640 213.201.200.38 1 1 0 20260723121939 104.28.163.97 1 1 0 20260724062752 103.4.250.188 1 1 25622 20260714142536 178.212.226.28 1 1 0 20260723140457 84.32.212.17 1 1 0 20260723025301 74.179.67.173 1 1 0 20260717020737 101.128.126.157 1 1 0 20260723110223 143.244.145.232 1 1 0 20260724075337 104.28.163.29 1 1 0 20260727012723 103.73.52.246 1 1 0 20260723140626 31.40.220.209 1 2 0 20260715160008 104.28.159.64 1 1 0 20260725053826 198.235.24.161 1 1 0 20260725155435 142.147.189.70 1 1 0 20260723045841 100.50.152.193 1 1 0 20260723002539 38.154.162.196 1 1 0 20260723045803 167.160.57.72 1 1 0 20260723014707 198.46.194.164 1 1 41312 20260714171622 103.86.108.231 3 3 0 20260730153502 103.4.251.253 2 2 51244 20260714142554 98.93.160.198 1 1 0 20260718190036 172.233.86.65 1 1 0 20260719122931 183.81.169.76 12 12 0 20260725212401 181.177.83.153 1 1 0 20260724140624 193.31.126.79 1 1 17 20260716171058 98.91.173.173 1 1 0 20260724093950 72.11.155.223 1 1 0 20260717002407 181.214.232.29 1 1 0 20260723202104 193.202.81.34 1 1 17 20260716171059 23.27.145.164 1 1 0 20260715141319 66.249.79.162 1306 1306 24159424 20260723215503 5.78.205.10 1 1 0 20260728113029 103.190.0.89 75 75 0 20260729203659 156.59.26.156 1 1 0 20260718004618 45.56.186.247 1 1 0 20260723051627 194.76.251.16 1 1 0 20260723160623 172.233.67.228 1 1 0 20260722080800 141.148.153.213 1 1 0 20260715130404 114.10.42.125 4 10 173658 20260714115753 192.177.167.59 1 1 0 20260723202742 104.28.156.138 3 3 0 20260726220806 104.200.66.141 1 1 0 20260723031405 170.23.26.166 1 1 0 20260723034735 66.249.65.171 4 4 74802 20260724131635 45.41.133.183 1 1 0 20260723031717 94.154.43.229 1 1 0 20260727234555 37.113.27.153 1 1 0 20260717191230 77.83.24.199 1 1 17 20260716171059 156.59.26.147 1 1 0 20260727095052 167.172.237.93 1 1 12492 20260726204637 104.164.173.203 1 1 41354 20260714153308 66.249.69.193 2 2 37203 20260723021542 104.28.156.137 1 1 0 20260722174401 104.194.200.150 1 1 0 20260723151507 106.161.84.78 1 1 0 20260718181138 138.68.120.52 1 1 17 20260716171216 54.80.128.60 1 1 0 20260715032548 66.249.66.76 2 2 36365 20260724073444 66.249.65.174 1 1 18117 20260725005037 172.235.205.136 2 2 0 20260724003427 50.203.166.7 1 1 0 20260723065227 62.238.17.239 9 9 0 20260725143947 45.139.104.172 1 1 0 20260725205034 3.93.216.168 1 1 0 20260730192222 138.226.18.242 1 1 0 20260723095602 5.181.166.64 1 1 0 20260724114451 142.252.153.159 1 1 0 20260723082814 85.254.114.183 1 1 0 20260723032458 104.28.155.16 1 1 0 20260717180126 185.8.106.168 4 4 0 20260721133234 103.120.165.114 2 2 0 20260721060639 5.78.196.196 1 1 0 20260728113031 209.38.138.87 1 1 0 20260721193529 23.27.145.74 1 1 12493 20260714162343 85.254.139.173 1 1 0 20260723140940 38.154.138.54 1 1 0 20260723132838 202.78.167.217 1 1 0 20260716075921 104.232.219.0 1 1 0 20260723155242 23.230.235.47 1 1 0 20260723163851 149.57.180.127 1 1 0 20260715162302 66.249.66.41 1 1 18269 20260717034729 3.90.72.181 1 1 30465 20260714142214 104.28.166.114 1 1 0 20260723035924 156.59.26.86 1 1 0 20260720001654 104.28.163.26 2 2 0 20260725065732 198.235.24.53 1 1 39880 20260729184151 103.218.241.7 1 1 0 20260718032248 108.165.181.233 1 1 0 20260717094546 180.254.76.1 1 1 0 20260726233030 185.214.199.55 1 1 0 20260724160321 171.217.24.55 1 1 0 20260724123043 94.154.43.186 1 1 0 20260717144010 104.28.208.85 1 1 0 20260727195427 192.95.92.86 1 1 0 20260724080209 69.176.1.4 1 1 0 20260724075310 66.249.71.202 1 1 18797 20260724215305 23.27.145.221 1 1 319 20260714162207 142.147.171.110 1 1 0 20260723080141 98.98.190.51 1 1 0 20260719070840 66.249.66.72 1 1 18514 20260727180738 13.218.50.84 1 1 0 20260728194355 66.249.70.162 669 669 12375252 20260725100800 172.235.200.212 1 1 0 20260720004053 104.28.156.107 1 1 0 20260718051523 129.227.238.210 1 1 0 20260720092303 204.93.184.59 1 1 0 20260723013424 102.96.66.28 1 1 0 20260722224640 136.22.128.4 1 1 0 20260723065225 45.148.10.120 2 2 0 20260715195932 3.235.180.244 1 2 0 20260716181113 142.147.180.249 1 1 0 20260724173012 66.249.70.173 1495 1496 27669051 20260725101136 66.102.6.3 1 1 0 20260723012213 136.144.33.45 1 1 0 20260727090743 192.104.34.34 1 1 0 20260716000929 54.198.8.198 1 1 0 20260715234711 44.222.186.182 1 2 0 20260725101925 84.32.212.142 1 1 0 20260723151855 64.233.173.197 1 1 0 20260729163901 149.57.180.77 1 1 30465 20260714141117 85.254.124.104 1 1 0 20260723115016 152.114.202.50 1 1 0 20260723012458 166.88.140.133 1 1 0 20260723140525 45.91.91.41 1 1 0 20260723024629 34.9.172.22 1 1 0 20260725123617 149.57.180.169 1 1 0 20260720123347 104.198.198.142 1 1 0 20260717123003 84.32.11.60 1 1 0 20260723022434 207.32.143.189 1 1 0 20260723090426 143.244.47.86 3 3 0 20260729093956 185.211.96.113 1 1 0 20260723163009 62.105.203.192 1 1 0 20260716094924 104.28.156.103 4 4 0 20260730160811 152.163.187.73 1 1 0 20260714130527 45.131.217.201 1 1 0 20260723111837 144.217.135.200 1 1 0 20260724174242 156.59.29.245 1 1 0 20260721013426 68.183.143.107 2 2 0 20260717205902 45.148.234.62 1 1 17 20260716171059 104.28.156.101 1 1 0 20260723182751 154.37.68.105 1 1 0 20260716164648 159.223.225.40 1 1 0 20260716065421 140.99.216.68 1 1 0 20260723151833 45.153.159.35 1 1 0 20260728141056 44.224.104.153 1 1 0 20260724075310 64.31.36.19 1 1 0 20260721011440 2.57.176.78 1 1 0 20260723104846 23.27.145.198 1 1 0 20260719210048 208.54.41.229 1 1 0 20260723055532 103.73.55.141 1 1 0 20260723025624 94.154.43.187 3 3 0 20260727173812 172.233.76.118 1 1 0 20260724025416 129.227.55.150 1 1 0 20260722140403 103.57.37.83 1 1 17 20260716171143 198.37.98.57 1 1 0 20260722094845 172.235.215.249 1 1 0 20260718054755 108.165.38.29 1 1 0 20260723062152 38.246.34.4 1 1 0 20260720221022 54.186.10.129 1 1 0 20260717135559 104.64.144.158 1 1 0 20260720140650 173.46.91.139 2 2 82708 20260714153323 3.94.214.245 2 7 89054 20260715095638 104.28.163.27 1 1 0 20260719024940 156.59.29.183 1 1 0 20260723061305 142.249.174.12 1 1 0 20260716043039 156.59.26.131 1 1 0 20260721044121 66.249.79.2 2 2 36191 20260720204915 66.249.79.4 2 2 36121 20260720213355 193.0.234.167 1 1 0 20260723054231 185.216.107.4 1 1 0 20260717100705 34.76.89.250 2 2 17 20260716170940 172.235.192.117 1 1 0 20260722222631 66.249.65.170 4 4 73149 20260724085220 80.225.195.237 1 1 0 20260717092532 192.42.116.55 1 1 41382 20260714174325 167.160.55.172 1 1 0 20260723042648 156.59.26.114 1 1 0 20260726011324 103.166.41.156 1 1 0 20260731142856 66.154.100.10 1 1 0 20260722083646 202.78.167.208 1 1 47433 20260715063015 185.108.104.68 1 1 0 20260716165621 66.249.70.174 1236 1236 22874824 20260725101151 66.249.71.134 1 1 17804 20260724210108 94.156.166.198 1 1 0 20260724113949 82.135.244.201 1 1 0 20260726092922 204.9.37.44 1 1 0 20260723121257 156.59.29.168 1 1 0 20260721162700 92.50.19.210 1 1 0 20260723145455 8.222.157.211 2 2 59766 20260716224533 94.154.43.177 1 1 0 20260721111125 121.205.201.225 1 1 0 20260729121711 63.141.250.58 1 1 0 20260715124038 83.142.52.127 1 1 17 20260716171058 84.32.11.30 1 1 0 20260723051318 45.145.215.248 1 1 0 20260723032616 166.88.60.226 1 1 0 20260723154036 206.195.138.183 1 1 0 20260723072245 149.57.180.149 1 1 12497 20260715162207 92.71.45.188 1 1 0 20260723011910 45.91.64.8 1 1 0 20260727173711 129.227.55.183 1 1 0 20260727071913 94.154.43.184 2 2 0 20260729180422 98.89.25.40 1 1 0 20260716202053 15.204.182.106 2 2 0 20260716101919 46.248.173.153 1 1 0 20260724140622 194.104.128.175 1 1 17 20260716171058 113.162.159.44 1 1 0 20260731174113 20260731174113 / 66.249.69.195 2 2 36729 20260725060630 45.157.82.86 1 1 0 20260723030816 172.234.89.220 1 1 0 20260722061707 157.143.3.35 4 19 0 20260721134043 185.122.141.52 1 1 0 20260723041753 180.252.83.108 1 1 0 20260728095131 34.76.117.34 1 1 0 20260716170815 84.32.11.103 1 1 0 20260723090940 212.47.137.146 1 1 0 20260731173150 20260731173150 / 52.91.91.246 2 2 62920 20260714150600 23.27.225.208 1 1 0 20260723132955 23.251.146.115 2 2 0 20260721103056 104.28.164.49 1 1 0 20260721105323 45.39.223.79 1 1 0 20260726183755 185.8.107.169 1 1 0 20260717020816 66.102.6.2 1 1 0 20260724104032 172.235.206.55 1 1 0 20260729134030 3.217.141.132 1 1 0 20260726033919 156.59.29.246 1 1 0 20260731110727 104.28.157.147 1 1 0 20260721233046 185.91.165.38 1 1 0 20260723201015 104.28.163.38 2 2 0 20260727142302 205.169.39.46 1 1 0 20260723010512 104.28.159.126 1 1 0 20260720012413 5.161.233.91 1 1 0 20260728113029 185.47.93.6 1 1 0 20260723140856 212.110.138.175 1 1 0 20260731161043 95.164.232.118 0 1 0 45.41.132.252 1 1 0 20260723080607 23.27.145.172 1 1 12490 20260715162621 84.140.61.191 1 1 0 20260726092920 38.154.162.224 1 1 0 20260723015502 47.84.118.125 2 2 60970 20260724121020 5.161.108.178 1 1 0 20260728113029 66.249.66.70 2 2 38348 20260728172615 103.87.215.220 1 1 0 20260721161608 66.249.65.169 2 2 37268 20260722010424 185.223.251.77 1 1 0 20260716164639 103.24.235.12 2 2 0 20260725183618 199.45.155.83 1 1 0 20260716002705 66.132.172.38 1 1 0 20260731032213 66.249.65.173 2 2 37532 20260723075719 38.246.32.21 1 1 0 20260724214335 156.59.29.70 1 1 0 20260723191314 108.165.181.29 1 1 24177 20260715091111 47.82.10.238 1 1 0 20260726165411 94.154.43.185 2 2 0 20260730002419 104.28.163.235 2 2 0 20260728130851 172.233.88.70 1 1 0 20260722231444 66.249.65.168 2 2 36982 20260723044739 66.249.69.194 4 4 74326 20260724104757 66.54.102.160 1 1 0 20260724134135 134.122.94.138 12 12 0 20260720144144 114.79.0.9 3 3 30403 20260715081012 106.75.175.42 2 2 0 20260717071244 95.164.232.162 0 1 0 192.42.116.51 1 1 0 20260716043043 5.161.88.172 1 1 0 20260728113030 168.93.222.82 1 1 0 20260723055707 82.153.250.240 1 1 0 20260723045056 182.4.70.171 3 3 0 20260721181538 143.198.100.3 1 1 12495 20260725122117 142.147.222.171 1 1 0 20260723141602 45.157.80.200 1 1 0 20260723023144 23.27.145.65 1 1 0 20260718124851 54.234.3.109 1 1 0 20260726192931 23.226.219.220 1 1 0 20260723131500 204.9.37.219 1 1 0 20260723141126 66.249.65.162 1 1 18467 20260722082457 142.147.201.16 1 1 0 20260723072707 49.49.223.198 1 1 0 20260723123751 23.27.145.104 1 1 0 20260717121124 END_VISITOR # Date - Pages - Hits - Bandwidth - Visits BEGIN_DAY 18 20260714 152 335 3688241 28 20260715 54 68 446425 35 20260716 600 611 10179456 45 20260717 1288 1293 22938386 36 20260718 695 705 12368945 44 20260719 899 899 16309684 45 20260720 3139 3140 57429804 49 20260721 12813 12826 236620876 80 20260722 26983 27030 498997720 80 20260723 24278 24302 446484377 193 20260724 22039 22056 407128546 89 20260725 10481 10482 193483772 60 20260726 7133 7134 131671229 40 20260727 19987 19993 369616663 57 20260728 31718 31971 587087496 85 20260729 4789 4804 87774797 40 20260730 1675 1681 30837219 32 20260731 2009 2019 36538556 27 END_DAY # Session range - Number of visits BEGIN_SESSION 7 5mn-15mn 17 30s-2mn 13 2mn-5mn 8 15mn-30mn 28 0s-30s 677 30mn-1h 35 1h+ 278 END_SESSION # URL - Pages - Bandwidth - Entry - Exit # The 25 first Pages must be first (order not required for others) BEGIN_SIDER 146 / 170303 3145496026 903 887 /wp-login.php 116 0 112 112 /wp-cron.php 67 0 5 5 /.env 19 0 11 12 /productSearch/pictureSearch 9 167429 0 0 /.env.production 6 0 1 1 /api 6 0 1 0 /sitemap.xml 6 120804 4 6 /.well-known/traffic-advice 4 0 4 4 /wp-admin/admin-ajax.php 4 3609 0 1 /old/ 4 0 0 4 /login 4 0 0 1 /config.json 4 0 1 1 /wordpress/ 4 0 0 0 /.DS_Store 3 0 1 0 /about 3 17 0 1 /.env.local 3 0 0 0 /v2/_catalog 2 0 0 0 /cookie-and-similar-technologies-policy 2 37389 0 0 /___proxy_subdomain_cpanel 2 0 0 0 /men-clothing 2 19150 2 1 /api/.env 2 0 0 0 /wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2 2 213000 0 0 /beginnersGuide 2 18223 1 2 /graphql 2 0 0 0 /.terraform/terraform.tfstate 1 0 0 0 /config/secrets.json 1 0 0 0 /credit 1 18589 0 0 /k8s/secrets.yaml 1 0 0 0 /.env.prod 1 0 0 0 /freeshipping 1 18315 0 0 /charts/values.production.yaml 1 0 0 0 /accessories 1 18487 0 0 /debug/default/view 1 0 0 1 /privacy-policy 2 18941 1 1 /wp-admin/ope1l78kgxi0m2bm35v59shqCdefault.php 1 18487 0 1 /infrastructure/terraform.tfstate 1 0 0 0 /terraform.tfstate 1 0 1 0 /vip-discount 1 18573 0 0 /api/env 1 0 0 0 /server 2 0 0 0 /ops/values.yaml 1 0 0 0 /task-definition.json 1 0 0 0 /product/category/view_more/2312547981100 1 19119 0 0 /terms-and-conditions 1 19160 0 1 /price 1 18947 0 0 /kubernetes/secrets.yaml 1 0 0 0 /actuator/env 2 0 0 0 /hair-accessories 1 18507 0 0 /terraform.tfstate.backup 1 0 0 0 /.kube/config 1 0 0 0 /deploy/terraform.tfstate 1 0 0 0 /env 1 0 0 0 /api/graphql 2 0 0 0 /s/9383e203e2039313e2330313/_/ 2 0 0 0 /vault/config.json 1 0 0 0 /how-to-order 1 18252 0 0 /functions/.env 1 0 0 1 /testimonials 1 18075 0 0 /.env.swp 1 0 0 0 /women-s-clothing 1 18740 0 0 /product/category/view_more/2017347021100 1 18173 0 1 /@vite/env 2 0 0 0 /men-s-jewelry 1 18323 0 0 /terraform/terraform.tfstate 1 0 0 0 /ecs/task-definition.json 1 0 0 0 /kube/config 1 0 0 0 /charts/values.yaml 1 0 0 0 /cdn-cgi/l/email-protection 2 0 0 0 /faqs 1 17944 0 0 /lander/ 1 0 1 1 /product/category/view_more/2799374341100 1 18881 0 0 /deploy/config.json 1 0 0 0 /.env.backup 1 0 0 0 /info.php 1 0 0 0 /contacts 1 18513 0 0 /.vscode/sftp.json 2 0 0 0 /product/review/3124434801100 1 18182 0 0 /categories 2 37159 1 0 /inventario-en-mexico 1 18728 1 0 /trace.axd 2 0 0 0 /customs 1 18271 0 0 /.env.stage 1 0 0 0 /customer/account/login 1 17927 0 0 /best-deal 1 18814 0 0 /helm/values.production.yaml 1 0 0 0 /.env.live 1 0 0 0 /administrator/components/com_jce/config.xml 1 0 1 1 /return-and-refund 1 19174 1 0 /.aws/config 1 0 0 0 /___proxy_subdomain_whm/login 2 0 0 0 /helm/values.prod.yaml 1 0 0 0 /.env.old 1 0 0 0 /graphql/api 2 0 0 0 /wp-content/plugins/8fv056r8rajjh57oebf9/ope1l78kgxi0m2bm35v59shqCmass.php 1 383 0 0 /server-status 2 0 0 0 /config 1 0 1 1 /ope1l78kgxi0m2bm35v59shqCdefault.php 1 11533 1 0 /wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 2 156392 0 0 /aaa9 1 0 1 1 /login.action 2 0 0 0 /./.env 1 0 0 0 /the-latest-updates 1 18545 0 0 /nihao-choice 1 18969 0 0 /.env.example 1 0 0 0 /product/category/view_more/2730377241100 2 36731 0 0 /backend/.env 2 0 0 1 /.env.save 1 0 0 0 /config.env 1 0 0 0 /bags 1 18867 1 1 /hats-scarves 1 18657 0 0 /.vault-token 1 0 0 0 /infra/terraform.tfstate 1 0 0 0 /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 2 0 0 0 /fine-jewelry 1 18429 0 0 /.aws/credentials 2 0 1 0 /wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2 2 653256 0 0 /config/.env 1 0 0 0 /console/ 2 0 1 0 /.env.staging 1 0 0 0 /shipping 1 18131 0 0 /kubernetes/configmap.yaml 1 0 0 0 /wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2 2 26552 0 0 /application/.env 1 0 0 0 /k8s/configmap.yaml 1 0 0 0 /.env.dev 1 0 0 0 /api/config 1 0 0 0 /wp/ 2 24738 1 0 /wp/wp-content/themes/twentytwentyfive/assets/fonts/manrope/Manrope-VariableFont_wght.woff2 2 107200 0 1 /how-to-register 1 18354 0 0 /secrets/config.json 1 0 0 0 /app/.env 2 0 0 0 /cmd_sco 2 0 2 2 /product/category/view_more/627929281100 1 18499 0 0 /.env.bak 2 0 0 0 /high-end-jewelry 1 18188 1 0 /intellectual-property-rights 2 18553 1 1 /discount-and-coupons 1 18214 0 0 /cloud-init/user-data 1 0 0 1 /telescope/requests 2 0 0 0 /payment 1 18332 0 0 /helm/values.yaml 1 0 0 0 /home-kitchen 1 17583 0 0 /deployment/values.yaml 1 0 0 0 /about-us 1 18855 1 1 /api/gql 2 0 0 0 END_SIDER # Payload Range - Payload Frequency BEGIN_FILESIZE 7 44-100 400 2K-5K 110 100-500 2449 500-1K 69 1K-2K 277 0-44 7345 5K+ 1209818 END_FILESIZE # Request Time Range - Request Time Frequency BEGIN_REQUESTTIME 0 END_REQUESTTIME PK ]��q�\ �\ awstats.lapakabqary.biz.id.confnu �[��� PK ]8U.�t �t $ ] awstats072026.lapakabqary.biz.id.txtnu �[��� PK ]�ۮ��\ �\ # ;� ssl/awstats.lapakabqary.biz.id.confnu �[��� PK ]IR�}{� {� ( h/ ssl/awstats072026.lapakabqary.biz.id.txtnu �[��� PK � ;�
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings