__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Bootstrap file for getting the ABSPATH constant to wp-load.php
* This is requried when a plugin requires access not via the admin screen.
*
* If the wp-load.php file is not found, then an error will be displayed
*
* @package WordPress
* @since Version 2.6
*/
/** Define the server path to the file wp-config here, if you placed WP-CONTENT outside the classic file structure */
$path = ''; // It should be end with a trailing slash
/** That's all, stop editing from here **/
if ( !defined('WP_LOAD_PATH') ) {
/** classic root path if wp-content and plugins is below wp-config.php */
$classic_root = dirname(dirname(dirname(dirname(__FILE__)))) . '/' ;
if (file_exists( $classic_root . 'wp-load.php') )
define( 'WP_LOAD_PATH', $classic_root);
else
if (file_exists( $path . 'wp-load.php') )
define( 'WP_LOAD_PATH', $path);
else
exit("Could not find wp-load.php");
}
// let's load WordPress
require_once( WP_LOAD_PATH . 'wp-load.php');
//require_once( WP_LOAD_PATH . 'wp-admin/admin.php');
// lame temporal fix for the contact-form-7 problem
// http://wordpress.org/extend/plugins/contact-form-7/
/*if (!function_exists('wpcf7_add_tag_generator')) {
function wpcf7_add_tag_generator(){
}
}*/
// Check for rights
if ( !is_user_logged_in() || !current_user_can('edit_posts') )
wp_die(__("You are not allowed to be here"));
require_once("functions.php");
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| button | Folder | 0755 |
|
|
| langs | Folder | 0755 |
|
|
| plugins | Folder | 0755 |
|
|
| skins | Folder | 0755 |
|
|
| bootstrap.php | File | 1.38 KB | 0644 |
|
| config.php | File | 19.98 KB | 0644 |
|
| crossdomain.xml | File | 199 B | 0644 |
|
| default.gif | File | 2.23 KB | 0644 |
|
| functions.php | File | 2.7 KB | 0644 |
|
| gpl-3.0.txt | File | 34.32 KB | 0644 |
|
| medialibrary.php | File | 1.72 KB | 0644 |
|
| player.swf | File | 109.9 KB | 0644 |
|
| readme.txt | File | 11.86 KB | 0644 |
|
| responsive.css | File | 502 B | 0644 |
|
| screenshot-1.png | File | 38.38 KB | 0644 |
|
| screenshot-2.png | File | 9.36 KB | 0644 |
|
| screenshot-3.png | File | 41.88 KB | 0644 |
|
| screenshot-4.png | File | 19.53 KB | 0644 |
|
| screenshot-5.png | File | 52.17 KB | 0644 |
|
| screenshot-6.png | File | 24.73 KB | 0644 |
|
| screenshot-7.png | File | 300.32 KB | 0644 |
|
| screenshot-8.png | File | 39.34 KB | 0644 |
|
| screenshot-9.png | File | 1.07 MB | 0644 |
|
| stream-video-player.php | File | 41.58 KB | 0644 |
|
| streamer.php | File | 6.08 KB | 0644 |
|
| swfobject.js | File | 9.53 KB | 0644 |
|
| yt.swf | File | 1.08 KB | 0644 |
|