Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.58 KB | None | 0 0
  1. </div>
  2. </div>
  3. <?php if (is_active_sidebar('footer-widget-1') || is_active_sidebar('footer-widget-2') || is_active_sidebar('footer-widget-3')) : ?>
  4. <div id="footer-widget">
  5. <div class="footer-widget-area">
  6. <div class="container">
  7. <div class="footer-widget-content">
  8. <div class="col-sm-4 widget-col">
  9. <?php if (is_active_sidebar('footer-widget-1')) : ?>
  10. <aside id="footer-widget" class="footer widget-area" role="complementary">
  11. <?php dynamic_sidebar('footer-widget-1'); ?>
  12. </aside>
  13. <?php endif; ?>
  14. </div>
  15. <div class="col-sm-4 widget-col">
  16. <?php if (is_active_sidebar('footer-widget-2')) : ?>
  17. <aside id="footer-widget" class="footer widget-area" role="complementary">
  18. <?php dynamic_sidebar('footer-widget-2'); ?>
  19. </aside>
  20. <?php endif; ?>
  21. </div>
  22. <div class="col-sm-4 widget-col">
  23. <?php if (is_active_sidebar('footer-widget-3')) : ?>
  24. <aside id="footer-widget" class="footer widget-area" role="complementary">
  25. <?php dynamic_sidebar('footer-widget-3'); ?>
  26. </aside>
  27. <?php endif; ?>
  28. </div>
  29. </div>server {
  30. server_name www.technoarchive.org;
  31. rewrite ^(.*) http://technoarchive.org$1 permanent;
  32. }
  33. server {
  34. listen 80;
  35.  
  36. access_log off;
  37. # access_log /home/technoarchive.org/logs/access_log;
  38. error_log off;
  39. # error_log /home/technoarchive.org/logs/error.log;
  40. add_header X-Frame-Options SAMEORIGIN;
  41. add_header X-Content-Type-Options nosniff;
  42. add_header X-XSS-Protection "1; mode=block";
  43. root /home/technoarchive.org/public_html;
  44. include /etc/nginx/conf/ddos2.conf;
  45. index index.php index.html index.htm;
  46. server_name technoarchive.org getpdfbooks.cf;
  47. server_name technoarchive.org bookboon.ga;
  48. server_name technoarchive.org pdfdrive.tk;
  49. server_name technoarchive.org pdfdrive.ml;
  50. server_name technoarchive.org pdfdrive.ga;
  51. server_name technoarchive.org pdfdrive.cf;
  52. server_name technoarchive.org pdfdrive.gq;
  53. server_name technoarchive.org freepdfbooks.ml;
  54. server_name technoarchive.org getfreeebooks.ga;
  55. server_name technoarchive.org getfreeebooks.cf;
  56. server_name technoarchive.org getfreeebooks.gq;
  57. server_name technoarchive.org ebookfriendly.ml;
  58. server_name technoarchive.org ebookfriendly.cf;
  59. server_name technoarchive.org ebookfriendly.gq;
  60. server_name technoarchive.org planetebook.cf;
  61. server_name technoarchive.org planetebook.gq;
  62. server_name technoarchive.org pdfbooksfree.gq;
  63. server_name technoarchive.org downloadpdfbooks.ml;
  64. server_name technoarchive.org downloadpdfbooks.tk;
  65. server_name technoarchive.org downloadpdfbooks.cf;
  66. server_name technoarchive.org get-books.ml;
  67. server_name technoarchive.org get-books.gq;
  68. server_name technoarchive.org travelbooks.ga;
  69. server_name technoarchive.org corebooks.ml;
  70. server_name technoarchive.org getpdfbooks.tk;
  71. server_name technoarchive.org freebookspot.gq;
  72. server_name technoarchive.org freecomputerbooks.tk;
  73.  
  74. #///////////////////////////////////////////////////////
  75. # You can use only 1 rule (AAA or BBB or CCC or DDD)
  76. # Please do not delete line AAA, BBB, CCC or DDD. Only Comment it if you do not use.
  77. # All of them need for [ Config Vhost For Plugin Cache ] function in [ Wordpress Blog Tools ]
  78. #///////////////////////////////////////////////////////
  79.  
  80.  
  81. #Run all the websites (Wordpress, Xenforo, Joomla, Phpbb .... ),if you use your rule, comment the line below (AAA)
  82. include /etc/nginx/conf/all.conf;
  83.  
  84. # If you use your rule, comment the line above , and Uncoment 3 lines belows and set your rule within it.. (BBB)
  85. #location / {
  86. #Uncomment 3 lines and set your rules here!
  87. #}
  88.  
  89. # Rule cho wordpress + Plugin wp super cache. (CCC)
  90. #include /etc/nginx/conf/supercache.conf;
  91.  
  92. # Rule cho wordpress + Plugin W3 Total Cache. (DDD)
  93. #include /etc/nginx/conf/w3totalcache.conf;
  94.  
  95. # Config Cache Static Files
  96. include /etc/nginx/conf/staticfiles.conf;
  97.  
  98. # Security, sql injection propeller ....(uncoment if you want to use). Because some website plugins do not run with this config, so VPSSIM to turn off default
  99. # And do not delete the line below or VPSSIM will not work !
  100. #include /etc/nginx/conf/block.conf;
  101.  
  102. # Error Page
  103. #error_page 403 /errorpage_html/403.html;
  104. #error_page 404 /errorpage_html/404.html;
  105. #error_page 405 /errorpage_html/405.html;
  106. #error_page 502 /errorpage_html/502.html;
  107. #error_page 503 /errorpage_html/503.html;
  108. #error_page 504 /errorpage_html/504.html;
  109. #location ^~ /errorpage_html/ {
  110. # internal;
  111. # root /home/technoarchive.org;
  112. # access_log off;
  113. #}
  114. location ~ \.php$ {
  115. fastcgi_split_path_info ^(.+\.php)(/.+)$;
  116. include /etc/nginx/fastcgi_params;
  117. fastcgi_pass 127.0.0.1:9000;
  118. fastcgi_index index.php;
  119. fastcgi_connect_timeout 250;
  120. fastcgi_send_timeout 250;
  121. fastcgi_read_timeout 250;
  122. fastcgi_buffer_size 256k;
  123. fastcgi_buffers 4 256k;
  124. fastcgi_busy_buffers_size 256k;
  125. fastcgi_temp_file_write_size 256k;
  126. fastcgi_intercept_errors on;
  127. fastcgi_param SCRIPT_FILENAME /home/technoarchive.org/public_html$fastcgi_script_name;
  128. }
  129.  
  130. #include /etc/nginx/conf/phpstatus.conf;
  131. include /etc/nginx/conf/drop.conf;
  132.  
  133. }
  134. </div>
  135. </div>
  136. </div>
  137. <?php endif; ?>
  138. <footer id="colophon" class="site-footer" role="contentinfo">
  139. <div class="footer-wrap">
  140. <div class="site-info">
  141. <?php
  142. do_action('dax_credits');
  143. ?>
  144. <?php echo esc_html(dax_get_option('custom_footer_text')); ?>
  145. <span class="site-title"><a href="<?php echo esc_url(home_url('/')); ?>"
  146. rel="home"><?php bloginfo('name'); ?></a></span>
  147. <a href="<?php echo esc_url(__('http://arsenalfcofficial.com/', 'Sport Books Premium')); ?>"><?php printf(__('Theme by %s', 'arsenal cofficial '), 'arsenalfcofficial'); ?></a>
  148. </div>
  149. </div>
  150. </footer>
  151.  
  152. </div>
  153.  
  154. <?php wp_footer(); ?>
  155. </body>
  156. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement