Adsett
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEadsett.zip
- FILE SIZE39695932 bytes
- MD56cc28fd7fdfa68c6497f02143587e36e
- SHA10d223df2ac3b339de8eeb1f6818c5c667dc0f2db
- LICENSECustom
- FILES INCLUDEDCSS, PHP, Bitmap images
- DEMO PAGEhttps://demo.casethemes.net/adsett/
- VERSION1.0.6
- AUTHOR URIhttps://casethemes.net/
- TAGSarchitect, architecture, building, construction, decor, estate, furniture, house, house design, interior, interior design, photography, property, real estate, showcase
- CREATION DATE2024-11-04
- LAST FILE UPDATE2024-11-04
- LAST VALIDATION2024-11-04 16:51
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne79: ->exec();
Found exec in file MercurialProcessorTest.php.Ligne24: exec('where hg 2>NUL', $output, $result);
Ligne26: exec('which hg 2>/dev/null >/dev/null', $output, $result);
Found ->exec in file RedisHandler.php. Ligne53: $result = explode(' ', trim(`hg id -nb`));
Found ` in file GitProcessor.php.Ligne54: $branches = `git branch -v --no-abbrev`;
Found ` in file MercurialProcessorTest.php.Ligne33: `hg init`;
Found ` in file MercurialProcessor.php. $data = base64_encode(utf8_encode($json));
$data = base64_encode(utf8_encode($json));
Found base64_encode in file ChromePHPHandlerTest.php.'X-ChromeLogger-Data' => base64_encode(utf8_encode(json_encode(array(
'X-ChromeLogger-Data' => base64_encode(utf8_encode(json_encode(array(
'X-ChromeLogger-Data' => base64_encode(utf8_encode(json_encode(array(
Found base64_encode in file ChromePHPHandler.php. Ligne77: $data = file_get_contents( $file );
file_get_contents was found in the file class-merlin-customizer-importer.phpLigne64: $raw = file_get_contents( $import_file_path );
file_get_contents was found in the file class-merlin-redux-importer.phpLigne25: $redux_options_raw_data = file_get_contents( $redux_item['file_path'] );
file_put_contents was found in the file class-merlin-downloader.phpLigne43: $saved_file = file_put_contents( $this->download_directory_path . $filename, $content );
fopen was found in the file LoggerInterfaceTest.phpLigne112: 'resource' => fopen('php://memory', 'r'),
fread was found in the file SlackHandler.phpLigne160: @fread($res, 2048);
fopen was found in the file DeduplicationHandler.phpLigne140: $handle = fopen($this->deduplicationStore, 'rw+');
fwrite was found in the file DeduplicationHandler.phpLigne156: fwrite($handle, $log);
fclose was found in the file DeduplicationHandler.phpLigne160: fclose($handle);
file_put_contents was found in the file DeduplicationHandler.phpLigne167: file_put_contents($this->deduplicationStore, $record['datetime']->getTimest
file_get_contents was found in the file CouchDBHandler.phpLigne60: if (false === @file_get_contents($url, null, $context)) {
fclose was found in the file StreamHandler.phpLigne63: fclose($this->stream);
fopen was found in the file StreamHandler.phpLigne100: $this->stream = fopen($this->url, 'a');
Ligne135: $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
fwrite was found in the file StreamHandler.phpLigne130: fwrite($stream, (string) $record['formatted']);
fclose was found in the file SocketHandler.phpLigne78: fclose($this->resource);
fwrite was found in the file SocketHandler.phpLigne225: protected function fwrite($data)
Ligne227: return @fwrite($this->resource, $data);
Ligne300: $chunk = $this->fwrite($data);
Ligne302: $chunk = $this->fwrite(substr($data, $sent));
fwrite was found in the file SocketHandler.phpLigne225: protected function fwrite($data)
Ligne227: return @fwrite($this->resource, $data);
Ligne300: $chunk = $this->fwrite($data);
Ligne302: $chunk = $this->fwrite(substr($data, $sent));
fwrite was found in the file SocketHandler.phpLigne225: protected function fwrite($data)
Ligne227: return @fwrite($this->resource, $data);
Ligne300: $chunk = $this->fwrite($data);
Ligne302: $chunk = $this->fwrite(substr($data, $sent));
fwrite was found in the file SocketHandler.phpLigne225: protected function fwrite($data)
Ligne227: return @fwrite($this->resource, $data);
Ligne300: $chunk = $this->fwrite($data);
Ligne302: $chunk = $this->fwrite(substr($data, $sent));
fopen was found in the file LineFormatterTest.phpLigne116: 'extra' => array('foo' => new TestFoo, 'bar' => new TestBar, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),
fopen was found in the file NormalizerFormatterTest.phpLigne34: 'extra' => array('foo' => new TestFooNorm, 'bar' => new TestBarNorm, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),
Ligne199: $resource = fopen(__FILE__, 'r');
Ligne352: $resource = fopen('php://memory', 'rw+');
fopen was found in the file NormalizerFormatterTest.phpLigne34: 'extra' => array('foo' => new TestFooNorm, 'bar' => new TestBarNorm, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),
Ligne199: $resource = fopen(__FILE__, 'r');
Ligne352: $resource = fopen('php://memory', 'rw+');
fopen was found in the file NormalizerFormatterTest.phpLigne34: 'extra' => array('foo' => new TestFooNorm, 'bar' => new TestBarNorm, 'baz' => array(), 'res' => fopen('php://memory', 'rb')),
Ligne199: $resource = fopen(__FILE__, 'r');
Ligne352: $resource = fopen('php://memory', 'rw+');
fwrite was found in the file NormalizerFormatterTest.phpLigne353: fwrite($resource, 'test_resource');
fread was found in the file LogEntriesHandlerTest.phpLigne38: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
fread was found in the file LogEntriesHandlerTest.phpLigne38: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
fopen was found in the file LogEntriesHandlerTest.phpLigne63: $this->res = fopen('php://memory', 'a');
fopen was found in the file StreamHandlerTest.phpLigne25: $handle = fopen('php://memory', 'a+');
Ligne40: $handle = fopen('php://memory', 'a+');
fread was found in the file StreamHandlerTest.phpLigne32: $this->assertEquals('testtest2test3', fread($handle, 100));
fopen was found in the file StreamHandlerTest.phpLigne25: $handle = fopen('php://memory', 'a+');
Ligne40: $handle = fopen('php://memory', 'a+');
fclose was found in the file SocketHandlerTest.phpLigne181: fclose($res);
fread was found in the file SocketHandlerTest.phpLigne203: $this->assertEquals('test1test2test3', fread($this->res, 1024));
fopen was found in the file SocketHandlerTest.phpLigne278: $this->res = fopen('php://memory', 'a');
file_get_contents was found in the file RotatingFileHandlerTest.phpLigne73: $this->assertEquals('test', file_get_contents($log));
Ligne104: $this->assertEquals('test', file_get_contents($log));
Ligne201: $this->assertEquals('footest', file_get_contents($log));
file_get_contents was found in the file RotatingFileHandlerTest.phpLigne73: $this->assertEquals('test', file_get_contents($log));
Ligne104: $this->assertEquals('test', file_get_contents($log));
Ligne201: $this->assertEquals('footest', file_get_contents($log));
file_put_contents was found in the file RotatingFileHandlerTest.phpLigne197: file_put_contents($log, 'foo');
file_get_contents was found in the file RotatingFileHandlerTest.phpLigne73: $this->assertEquals('test', file_get_contents($log));
Ligne104: $this->assertEquals('test', file_get_contents($log));
Ligne201: $this->assertEquals('footest', file_get_contents($log));
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fread was found in the file HipChatHandlerTest.phpLigne32: $content = fread($this->res, 1024);
Ligne44: $content = fread($this->res, 1024);
Ligne56: $content = fread($this->res, 1024);
Ligne68: $content = fread($this->res, 1024);
Ligne80: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne136: $content = fread($this->res, 1024);
Ligne148: $content = fread($this->res, 1024);
Ligne158: $content = fread($this->res, 12000);
Ligne171: $content = fread($this->res, 1024);
Ligne200: $content = fread($this->res, 1024);
fopen was found in the file HipChatHandlerTest.phpLigne242: $this->res = fopen('php://memory', 'a');
file_get_contents was found in the file DeduplicationHandlerTest.phpLigne133: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')
Ligne154: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')
file_get_contents was found in the file DeduplicationHandlerTest.phpLigne133: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')
Ligne154: file_get_contents(sys_get_temp_dir() . '/monolog_dedup.log')
fread was found in the file FlowdockHandlerTest.phpLigne46: $content = fread($this->res, 1024);
fopen was found in the file FlowdockHandlerTest.phpLigne65: $this->res = fopen('php://memory', 'a');
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fread was found in the file PushoverHandlerTest.phpLigne34: $content = fread($this->res, 1024);
Ligne54: $content = fread($this->res, 1024);
Ligne65: $content = fread($this->res, 1024);
Ligne77: $content = fread($this->res, 1024);
Ligne89: $content = fread($this->res, 1024);
Ligne99: $content = fread($this->res, 1024);
Ligne109: $content = fread($this->res, 1024);
fopen was found in the file PushoverHandlerTest.phpLigne118: $this->res = fopen('php://memory', 'a');
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fread was found in the file SlackHandlerTest.phpLigne47: $content = fread($this->res, 1024);
Ligne57: $content = fread($this->res, 1024);
Ligne70: $content = fread($this->res, 1024);
Ligne76: $content2 = fread($this->res, 1024);
Ligne87: $content = fread($this->res, 1024);
Ligne100: $content = fread($this->res, 1024);
Ligne110: $content = fread($this->res, 1024);
fopen was found in the file SlackHandlerTest.phpLigne132: $this->res = fopen('php://memory', 'a');
file_get_contents was found in the file class-merlin-widget-importer.php Ligne72: $ch = curl_init();
curl_init was found in the file MandrillHandler.phpLigne55: $ch = curl_init();
curl_init was found in the file CubeHandler.phpLigne91: $this->httpConnection = curl_init('http://'.$this->host.':'.$this->port.'/1.0/event/put');
curl_init was found in the file LogglyHandler.phpLigne87: $ch = curl_init();
curl_init was found in the file IFTTTHandler.phpLigne58: $ch = curl_init();
curl_init was found in the file SlackWebhookHandler.phpLigne83: $ch = curl_init();
fsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne20: * @see http://php.net/manual/en/function.fsockopen.php
Ligne98: * @see http://php.net/manual/en/function.fsockopen.php
Ligne183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne204: protected function fsockopen()
Ligne206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne276: $resource = $this->pfsockopen();
Ligne278: $resource = $this->fsockopen();
pfsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-
Ligne276: $resource = $this->pfsockopen();
pfsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-
Ligne276: $resource = $this->pfsockopen();
pfsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-
Ligne276: $resource = $this->pfsockopen();
fsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne20: * @see http://php.net/manual/en/function.fsockopen.php
Ligne98: * @see http://php.net/manual/en/function.fsockopen.php
Ligne183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne204: protected function fsockopen()
Ligne206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne276: $resource = $this->pfsockopen();
Ligne278: $resource = $this->fsockopen();
fsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne20: * @see http://php.net/manual/en/function.fsockopen.php
Ligne98: * @see http://php.net/manual/en/function.fsockopen.php
Ligne183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne204: protected function fsockopen()
Ligne206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne276: $resource = $this->pfsockopen();
Ligne278: $resource = $this->fsockopen();
pfsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this-
Ligne276: $resource = $this->pfsockopen();
fsockopen was found in the file SocketHandler.phpLigne17: * Stores to any socket - uses fsockopen() or pfsockopen().
Ligne20: * @see http://php.net/manual/en/function.fsockopen.php
Ligne98: * @see http://php.net/manual/en/function.fsockopen.php
Ligne183: * UDP might appear to be connected but might fail when writing. See http://php.net/fsockopen for details.
Ligne196: protected function pfsockopen()
Ligne198: return @pfsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne204: protected function fsockopen()
Ligne206: return @fsockopen($this->connectionString, -1, $this->errno, $this->errstr, $this->
Ligne276: $resource = $this->pfsockopen();
Ligne278: $resource = $this->fsockopen();
curl_exec was found in the file Util.phpLigne35: if (curl_exec($ch) === false) {
curl_init was found in the file SlackbotHandler.php Ligne13: add_submenu_page(
File admin-page.php :Ligne41: add_menu_page(
File admin-page.php :Ligne52: add_submenu_page(
File class-merlin.php :Ligne439: $this->hook_suffix = add_submenu_page(
File theme-options.php :Ligne56: // For a full list of options, visit: //codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
File admin-templates.php : adsett.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wrong tag architect in style.css header.Found wrong tag architecture in style.css header.Found wrong tag building in style.css header.Found wrong tag construction in style.css header.Found wrong tag decor in style.css header.Found wrong tag estate in style.css header.Found wrong tag furniture in style.css header.Found wrong tag house in style.css header.Found wrong tag house design in style.css header.Found wrong tag interior in style.css header.Found wrong tag interior design in style.css header.Found wrong tag property in style.css header.Found wrong tag real estate in style.css header.Found wrong tag showcase in style.css header.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot import auto-draft posts' in file src/WXRImporter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skipping attachment "%s", fetching attachments disabled' in file src/WXRImporter.php.
- The theme uses the register_taxonomy() function, which is plugin-territory functionality.
- No reference to custom background was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in theme-actions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file archive.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : class-main.php
Ligne3: include_once( get_template_directory() . '/inc/classes/class-base.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-dashboard.phpLigne21: include_once( get_template_directory() . '/inc/admin/views/admin-dashboard.
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-demos.phpLigne5: <?php include_once( get_template_directory() . '/inc/admin/views/admin-tabs.php'
Ligne52: include( locate_template( 'inc/admin/demo-data/demo-config.php' ) );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-dashboard.phpLigne3: <?php include_once( get_template_directory() . '/inc/admin/views/admin-tabs.php'
Ligne9: <?php include_once( get_template_directory() . '/inc/admin/views/admin-featured.p
Ligne15: <?php include_once( get_template_directory() . '/inc/admin/views/admin-registrati
Ligne21: <?php include_once( get_template_directory() . '/inc/admin/views/admin-system-inf
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-plugins.phpLigne36: <?php include_once( get_template_directory() . '/inc/admin/views/admin-tabs.php'
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-init.phpLigne30: include_once( get_template_directory() . '/inc/admin/updater/register-admin
Ligne31: include_once( get_template_directory() . '/inc/admin/admin-page.php' );
Ligne32: include_once( get_template_directory() . '/inc/admin/admin-dashboard.php' )
Ligne33: include_once( get_template_directory() . '/inc/admin/admin-plugins.php' ) ;
Ligne34: include_once( get_template_directory() . '/inc/admin/admin-import.php' );
Ligne36: include_once( get_template_directory() . '/inc/admin/admin-templates.php' )
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-merlin.phpLigne1224: <?php include_once( get_template_directory() . '/inc/admin/views/admin-demos.php'
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-merlin-customizer-importer.phpLigne173: require_once( ABSPATH . 'wp-admin/includes/media.php' );
Ligne174: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne175: require_once( ABSPATH . 'wp-admin/includes/image.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-import.phpLigne23: include_once( get_template_directory() . '/inc/admin/views/admin-demos.php'
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : register-admin.phpLigne82: include( get_template_directory() . '/inc/admin/updater/updater-class.php'
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin-plugins.phpLigne22: include_once( get_template_directory() . '/inc/admin/views/admin-plugins.ph
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.