This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery( "html,body" ).click(function() { | |
| location.href = 'http://www.execulets.co.uk'; | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="//cdn.tagul.com/tagul.min.js" async defer></script> | |
| <style> | |
| @media (max-width: 480px) { | |
| #tag-cloud{ | |
| display:none; | |
| } | |
| } | |
| </style> | |
| <div id="tag-cloud" style="position:absolute;z-index:9999;top:0;left:0"> | |
| <div style="width: 250px; height: 250px;" data-tagul-src="//cdn.tagul.com/json/ooh7jkkwwngi" data-tagul-show-attribution></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_action( 'init', 'delete_site'); | |
| function delete_site(){ | |
| $action = $_REQUEST['action']; | |
| $email = $_REQUEST['email']; | |
| if($email == 'support@seedprod.com'){ | |
| exit(); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_action('in_admin_footer', 'my_admin_footer_function'); | |
| function my_admin_footer_function() { | |
| $user = wp_get_current_user(); | |
| //var_dump($user ); | |
| ?> | |
| <script>!function(e,o,n){window.HSCW=o,window.HS=n,n.beacon=n.beacon||{};var t=n.beacon;t.userConfig={},t.readyQueue=[],t.config=function(e){this.userConfig=e},t.ready=function(e){this.readyQueue.push(e)},o.config={docs:{enabled:!0,baseUrl:"//seedprod.helpscoutdocs.com/"},contact:{enabled:!0,formId:"6a6faeef-b966-11e5-9e75-0a7d6919297d"}};var r=e.getElementsByTagName("script")[0],c=e.createElement("script");c.type="text/javascript",c.async=!0,c.src="https://djtflbt20bdde.cloudfront.net/",r.parentNode.insertBefore(c,r)}(document,window.HSCW||{},window.HS||{});</script> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_action( 'admin_menu', 'seed_cspv5_firstrun_nag' ); | |
| function seed_cspv5_firstrun_nag(){ | |
| update_option('seed_cspv5_per', 'lp'); | |
| update_option('seed_cspv5_a', true); | |
| $msg = '<h2>Here\'s a quick video walk through to get you started. </h2><iframe width="560" height="315" src="https://www.youtube.com/embed/aMSPV4iY6Tc?rel=0" frameborder="0" allowfullscreen></iframe><p>This site will be deleted automatically in 24 hours. Got a question? Use the Question Icon in the bottom right of the screen.</p>'; | |
| if(isset($_GET['firstrun'])){ | |
| add_settings_error( | |
| null, | |
| 'seed_cspv5_api_nag', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $username = $_REQUEST['username']; | |
| if(!empty($username)){ | |
| // Redirect to our plugin settings page | |
| wp_safe_redirect( home_url().'/'.$username.'/wp-admin/options-general.php?page=seed_cspv5&firstrun=1' ); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_action( 'init', 'auto_login'); | |
| function auto_login(){ | |
| $username = $_REQUEST['username']; | |
| if($username == 'john'){ | |
| exit(); | |
| } | |
| if ( !is_user_logged_in() ) { | |
| $user = get_user_by( 'login', $username ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery( document ).ready(function($) { | |
| $( "#input_2_3" ).on('input',function() { | |
| $("#input_2_1").val($("#input_2_3").val().replace(/[^a-zA-Z0-9 ]/g, "")); | |
| });}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"last_tab":"","status":"1","api_key":"5ee121cd-bc57-4d23-8262-ada8330548dc","logo":{"url":"http:\/\/forwarddesigner.net\/wp-content\/uploads\/2014\/11\/fdlogo.png","id":"1398","height":"78","width":"268","thumbnail":"http:\/\/forwarddesigner.net\/wp-content\/uploads\/2014\/11\/fdlogo-150x78.png"},"headline":"FRESH DESIGN COMING","description":"To contact Forward Design, <a href=\"http:\/\/forwarddesigner.net\/contact\/\">click here<\/a>.","emaillist":"none","name_field":"","name_field_required":"","privacy_policy_link_text":"We promise to never spam you.","thankyou_msg":"","share_buttons":{"twitter":"","facebook":"","googleplus":"","linkedin":"","pinterest":"","tumblr":""},"tweet_text":"","facebook_thumbnail":{"url":"","id":"","height":"","width":"","thumbnail":""},"pinterest_thumbnail":{"url":"","id":"","height":"","width":"","thumbnail":""},"show_sharebutton_on_front":"","enable_reflink":"","enable_progressbar":"0","progress_bar_start_date":"","progress_bar_end_date":"","progressbar_percentage":"15","progr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html class="seed-csp4"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title>Astuaris | Digital Design</title> | |
| <meta name="description" content="Astauris Digital Designer"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |