test.indiastonex.com Open in urlscan Pro
103.97.178.154  Public Scan

URL: https://test.indiastonex.com/
Submission: On June 19 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

[0] TEMPLATENOTFOUNDEXCEPTION IN THINK.PHP LINE 86


模板文件不存在:/WWW/WWWROOT/STONEX/ADMIN1/APPLICATION/INDEX/VIEW/INDEX/INDEX.HTML

 77.     public function fetch($template, $data = [], $config = [])
     
 78.     {
     
 79.         if ('' == pathinfo($template, PATHINFO_EXTENSION)) {
     
 80.             // 获取模板文件名
     
 81.             $template = $this->parseTemplate($template);
     
 82.         }
     
 83. 
     
 84.         // 模板不存在 抛出异常
     
 85.         if (!is_file($template)) {
     
 86.             throw new TemplateNotFoundException('template not exists:' . $template, $template);
     
 87.         }
     
 88. 
     
 89.         // 记录视图信息
     
 90.         $this->app
     
 91.             ->log('[ VIEW ] ' . $template . ' [ ' . var_export(array_keys($data), true) . ' ]');
     
 92. 
     
 93.         $this->template->fetch($template, $data, $config);
     
 94.     }
     
 95. 
     


CALL STACK

 1. in Think.php line 86
 2. at Think->fetch() in View.php line 192
 3. at View->fetch() in View.php line 42
 4. at View->output() in Response.php line 396
 5. at Response->getContent() in Response.php line 128
 6. at Response->send() in index.php line 19


ENVIRONMENT VARIABLES

GET Dataempty

POST Dataempty

Filesempty

Cookiesempty

Sessionempty

Server/Request Data USER www HOME /home/www HTTP_PRIORITY u=0, i
HTTP_ACCEPT_ENCODING gzip, deflate, br, zstd HTTP_SEC_FETCH_DEST document
HTTP_SEC_FETCH_USER ?1 HTTP_SEC_FETCH_MODE navigate HTTP_SEC_FETCH_SITE none
HTTP_ACCEPT
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
HTTP_ACCEPT_LANGUAGE de-DE,de;q=0.9;q=0.9 HTTP_USER_AGENT Mozilla/5.0 (Windows
NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0
Safari/537.36 HTTP_UPGRADE_INSECURE_REQUESTS 1 HTTP_SEC_CH_UA_PLATFORM "Win32"
HTTP_SEC_CH_UA_MOBILE ?0 HTTP_SEC_CH_UA "Google Chrome";v="126",
"Not:A-Brand";v="8", "Chromium";v="126" PATH_INFO HTTP_HOST test.indiastonex.com
REDIRECT_STATUS 200 SERVER_NAME test.indiastonex.com SERVER_PORT 443 SERVER_ADDR
10.0.4.2 REMOTE_PORT 37916 REMOTE_ADDR 81.95.5.39 SERVER_SOFTWARE nginx/1.25.5
GATEWAY_INTERFACE CGI/1.1 HTTPS on REQUEST_SCHEME https SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/stonex/admin1/public DOCUMENT_URI /index.php
REQUEST_URI / SCRIPT_NAME /index.php CONTENT_LENGTH CONTENT_TYPE REQUEST_METHOD
GET QUERY_STRING SCRIPT_FILENAME /www/wwwroot/stonex/admin1/public/index.php
FCGI_ROLE RESPONDER PHP_SELF /index.php REQUEST_TIME_FLOAT 1718763037.197
REQUEST_TIME 1718763037

Environment Variablesempty

ThinkPHP Constants QINIU_FUNCTIONS_VERSION 7.2.10

ThinkPHP V5.1.39 LTS { 十年磨一剑-为API开发设计的高性能框架 }
基本 文件 流程 错误 SQL 调试
 1. 请求信息 : 2024-06-19 10:10:37 HTTP/2.0 GET : https://test.indiastonex.com/
 2. 运行时间 : 0.071719s [ 吞吐率:13.94req/s ] 内存消耗:3,921.60kb 文件加载:91
 3. 查询信息 : 3 queries 0 writes
 4. 缓存信息 : 1 reads,0 writes
 5. 会话信息 : SESSION_ID=9cohe47mv0smuutgvocekr5bvi

 1.  /www/wwwroot/stonex/admin1/public/index.php ( 0.86 KB )
 2.  /www/wwwroot/stonex/admin1/thinkphp/base.php ( 1.71 KB )
 3.  /www/wwwroot/stonex/admin1/thinkphp/library/think/Loader.php ( 12.70 KB )
 4.  /www/wwwroot/stonex/admin1/vendor/composer/autoload_static.php ( 5.84 KB )
 5.  /www/wwwroot/stonex/admin1/thinkphp/library/think/Error.php ( 4.00 KB )
 6.  /www/wwwroot/stonex/admin1/thinkphp/library/think/Container.php ( 15.53 KB
     )
 7.  /www/wwwroot/stonex/admin1/thinkphp/library/think/App.php ( 26.71 KB )
 8.  /www/wwwroot/stonex/admin1/thinkphp/library/think/Env.php ( 2.85 KB )
 9.  /www/wwwroot/stonex/admin1/thinkphp/library/think/Config.php ( 9.71 KB )
 10. /www/wwwroot/stonex/admin1/thinkphp/convention.php ( 11.74 KB )
 11. /www/wwwroot/stonex/admin1/thinkphp/helper.php ( 20.40 KB )
 12. /www/wwwroot/stonex/admin1/config/app.php ( 1.02 KB )
 13. /www/wwwroot/stonex/admin1/config/cookie.php ( 0.99 KB )
 14. /www/wwwroot/stonex/admin1/config/database.php ( 1.41 KB )
 15. /www/wwwroot/stonex/admin1/config/log.php ( 1.10 KB )
 16. /www/wwwroot/stonex/admin1/config/session.php ( 1.05 KB )
 17. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Env.php ( 1.17 KB
     )
 18. /www/wwwroot/stonex/admin1/thinkphp/library/think/Facade.php ( 3.44 KB )
 19. /www/wwwroot/stonex/admin1/config/template.php ( 1.23 KB )
 20. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Config.php ( 1.52
     KB )
 21. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Url.php ( 1.13 KB
     )
 22. /www/wwwroot/stonex/admin1/thinkphp/library/think/Url.php ( 13.22 KB )
 23. /www/wwwroot/stonex/admin1/thinkphp/library/think/Route.php ( 25.79 KB )
 24. /www/wwwroot/stonex/admin1/thinkphp/library/think/Request.php ( 57.50 KB )
 25. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/Domain.php ( 7.07
     KB )
 26. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/RuleGroup.php (
     16.45 KB )
 27. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/Rule.php ( 28.92 KB
     )
 28. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/RuleName.php ( 3.92
     KB )
 29. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Request.php ( 6.32
     KB )
 30. /www/wwwroot/stonex/admin1/config/wechat.php ( 1.26 KB )
 31. /www/wwwroot/stonex/admin1/vendor/ralouphie/getallheaders/src/getallheaders.php
     ( 1.60 KB )
 32. /www/wwwroot/stonex/admin1/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
     ( 0.62 KB )
 33. /www/wwwroot/stonex/admin1/vendor/symfony/polyfill-php72/bootstrap.php (
     1.89 KB )
 34. /www/wwwroot/stonex/admin1/vendor/guzzlehttp/promises/src/functions_include.php
     ( 0.16 KB )
 35. /www/wwwroot/stonex/admin1/vendor/guzzlehttp/promises/src/functions.php (
     9.89 KB )
 36. /www/wwwroot/stonex/admin1/vendor/guzzlehttp/psr7/src/functions_include.php
     ( 0.15 KB )
 37. /www/wwwroot/stonex/admin1/vendor/guzzlehttp/psr7/src/functions.php ( 13.08
     KB )
 38. /www/wwwroot/stonex/admin1/vendor/symfony/polyfill-intl-idn/bootstrap.php (
     4.50 KB )
 39. /www/wwwroot/stonex/admin1/vendor/guzzlehttp/guzzle/src/functions_include.php
     ( 0.16 KB )
 40. /www/wwwroot/stonex/admin1/vendor/guzzlehttp/guzzle/src/functions.php (
     9.70 KB )
 41. /www/wwwroot/stonex/admin1/vendor/qiniu/php-sdk/src/Qiniu/functions.php (
     7.67 KB )
 42. /www/wwwroot/stonex/admin1/vendor/qiniu/php-sdk/src/Qiniu/Config.php ( 3.56
     KB )
 43. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/common.php (
     8.28 KB )
 44. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Middleware.php (
     1.31 KB )
 45. /www/wwwroot/stonex/admin1/thinkphp/library/think/Middleware.php ( 5.34 KB
     )
 46. /www/wwwroot/stonex/admin1/thinkphp/library/think/Console.php ( 23.46 KB )
 47. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Lang.php ( 1.75 KB
     )
 48. /www/wwwroot/stonex/admin1/thinkphp/library/think/Lang.php ( 7.38 KB )
 49. /www/wwwroot/stonex/admin1/thinkphp/library/think/Log.php ( 8.92 KB )
 50. /www/wwwroot/stonex/admin1/thinkphp/library/think/log/driver/File.php (
     8.97 KB )
 51. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/lang/zh-cn.php
     ( 1.81 KB )
 52. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/lang/en-us.php
     ( 1.84 KB )
 53. /www/wwwroot/stonex/admin1/application/admin/sys.php ( 6.59 KB )
 54. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/Route.php ( 3.83
     KB )
 55. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/RuleItem.php ( 8.84
     KB )
 56. /www/wwwroot/stonex/admin1/application/index/sys.php ( 35.99 KB )
 57. /www/wwwroot/stonex/admin1/thinkphp/library/think/Db.php ( 7.67 KB )
 58. /www/wwwroot/stonex/admin1/thinkphp/lang/zh-cn.php ( 12.58 KB )
 59. /www/wwwroot/stonex/admin1/route/demo.php ( 2.49 KB )
 60. /www/wwwroot/stonex/admin1/thinkphp/library/think/Hook.php ( 5.58 KB )
 61. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/dispatch/Url.php (
     5.24 KB )
 62. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/Dispatch.php ( 9.26
     KB )
 63. /www/wwwroot/stonex/admin1/thinkphp/library/think/route/dispatch/Module.php
     ( 5.19 KB )
 64. /www/wwwroot/stonex/admin1/thinkphp/library/think/Cookie.php ( 7.35 KB )
 65. /www/wwwroot/stonex/admin1/thinkphp/library/think/View.php ( 5.74 KB )
 66. /www/wwwroot/stonex/admin1/thinkphp/library/think/view/driver/Think.php (
     6.12 KB )
 67. /www/wwwroot/stonex/admin1/thinkphp/library/think/Template.php ( 47.31 KB )
 68. /www/wwwroot/stonex/admin1/thinkphp/library/think/template/driver/File.php
     ( 2.29 KB )
 69. /www/wwwroot/stonex/admin1/thinkphp/library/think/Session.php ( 14.13 KB )
 70. /www/wwwroot/stonex/admin1/thinkphp/library/think/Debug.php ( 7.57 KB )
 71. /www/wwwroot/stonex/admin1/thinkphp/library/think/Cache.php ( 3.27 KB )
 72. /www/wwwroot/stonex/admin1/thinkphp/library/think/cache/driver/File.php (
     7.99 KB )
 73. /www/wwwroot/stonex/admin1/thinkphp/library/think/cache/Driver.php ( 8.64
     KB )
 74. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/service/AdminService.php
     ( 4.40 KB )
 75. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/Service.php (
     1.66 KB )
 76. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/service/NodeService.php
     ( 4.90 KB )
 77. /www/wwwroot/stonex/admin1/application/index/controller/Index.php ( 11.99
     KB )
 78. /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/Controller.php
     ( 13.47 KB )
 79. /www/wwwroot/stonex/admin1/thinkphp/library/think/db/Connection.php ( 58.93
     KB )
 80. /www/wwwroot/stonex/admin1/thinkphp/library/think/db/connector/Mysql.php (
     6.24 KB )
 81. /www/wwwroot/stonex/admin1/thinkphp/library/think/db/builder/Mysql.php (
     5.54 KB )
 82. /www/wwwroot/stonex/admin1/thinkphp/library/think/db/Builder.php ( 36.78 KB
     )
 83. /www/wwwroot/stonex/admin1/thinkphp/library/think/db/Query.php ( 105.00 KB
     )
 84. /www/wwwroot/stonex/admin1/thinkphp/library/think/exception/HttpResponseException.php
     ( 0.93 KB )
 85. /www/wwwroot/stonex/admin1/thinkphp/library/think/Response.php ( 9.68 KB )
 86. /www/wwwroot/stonex/admin1/thinkphp/library/think/response/View.php ( 2.77
     KB )
 87. /www/wwwroot/stonex/admin1/thinkphp/library/think/exception/TemplateNotFoundException.php
     ( 1.00 KB )
 88. /www/wwwroot/stonex/admin1/thinkphp/library/think/exception/Handle.php (
     8.96 KB )
 89. /www/wwwroot/stonex/admin1/thinkphp/tpl/think_exception.tpl ( 16.86 KB )
 90. /www/wwwroot/stonex/admin1/thinkphp/library/think/facade/App.php ( 3.48 KB
     )
 91. /www/wwwroot/stonex/admin1/thinkphp/library/think/debug/Html.php ( 4.02 KB
     )

 1. [ LANG ]
    /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/lang/zh-cn.php
 2. [ LANG ]
    /www/wwwroot/stonex/admin1/vendor/zoujingli/think-library/src/lang/en-us.php
 3. [ LANG ] /www/wwwroot/stonex/admin1/thinkphp/lang/zh-cn.php
 4. [ ROUTE ] array ( )
 5. [ HEADER ] array ( 'priority' => 'u=0, i', 'accept-encoding' => 'gzip,
    deflate, br, zstd', 'sec-fetch-dest' => 'document', 'sec-fetch-user' =>
    '?1', 'sec-fetch-mode' => 'navigate', 'sec-fetch-site' => 'none', 'accept'
    =>
    'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
    'accept-language' => 'de-DE,de;q=0.9;q=0.9', 'user-agent' => 'Mozilla/5.0
    (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
    Chrome/126.0.0.0 Safari/537.36', 'upgrade-insecure-requests' => '1',
    'sec-ch-ua-platform' => '"Win32"', 'sec-ch-ua-mobile' => '?0', 'sec-ch-ua'
    => '"Google Chrome";v="126", "Not:A-Brand";v="8", "Chromium";v="126"',
    'host' => 'test.indiastonex.com', 'content-length' => '', 'content-type' =>
    '', )
 6. [ PARAM ] array ( )
 7. [ DB ] INIT mysql

 1. [0]模板文件不存在:/www/wwwroot/stonex/admin1/application/index/view/index/index.html[/www/wwwroot/stonex/admin1/thinkphp/library/think/view/driver/Think.php:86]

 1. [ DB ] CONNECT:[ UseTime:0.000673s ]
    mysql:host=127.0.0.1;port=3306;dbname=btf_c4;charset=utf8mb4
 2. [ SQL ] SHOW COLUMNS FROM `lc_info` [ RunTime:0.001257s ]
 3. [ SQL ] SELECT `ban_ip` FROM `lc_info` WHERE `id` = 1 LIMIT 1 [
    RunTime:0.000327s ]
 4. [ SQL ] SELECT `pc_open` FROM `lc_info` WHERE `id` = 1 LIMIT 1 [
    RunTime:0.000346s ]



0.072778s