repeat83

test

Feb 17th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.45 KB | None | 0 0
  1. <p>Now you can show Server status on your website<br />
  2. <br />
  3. LFSPereulok Host status feature<br />
  4. URL :http://pereulok.net.ru/lfsp/?hoststatus=&lt;HOSTNAME&gt;<br />
  5. Sample [url=http://pereulok.net.ru/lfsp/?hoststatus=%5E4RUSSIAN%20CRUISE]http://pereulok.net.ru/lfsp/?hoststatus=^4RUSSIAN%20CRUISE[/url]<br />
  6. <br />
  7. [b]Example attached below.[/b]<br />
  8. <br />
  9. &lt;iframe src=&quot;http://pereulok.net.ru/lfsp/?hoststatus=%5E4RUSSIAN%20CRUISE&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; name=&quot;server1&quot; align=&quot;left&quot; frameborder=&quot;0&quot; height=&quot;160&quot; scrolling=&quot;no&quot; width=&quot;320&quot;&gt; &lt;/iframe&gt;<br />
  10. [hr]<br />
  11. <br />
  12. Disable css (usefull for iframe) [b]&amp;nocss[/b]<br />
  13. [url=http://pereulok.net.ru/lfsp/?hoststatus=^0UNDERGROUND%20^2Emerald_LFS&amp;nocss]http://pereulok.net.ru/lfsp/?hoststatus=^0UNDERGROUND%20^2Emerald_LFS[b]&amp;nocss[/b][/url]<br />
  14. [hr]<br />
  15. <br />
  16. If you want only the variables, append [b]&amp;data[/b] to the url and make your own design<br />
  17. <br />
  18. [url=http://pereulok.net.ru/lfsp/?hoststatus=^4RUSSIAN%20CRUISE&amp;data][i]http://pereulok.net.ru/lfsp/?hoststatus=^4RUSSIAN%20CRUISE[b]&amp;data[/b][/i][/url]<br />
  19. <br />
  20. Example how get variables (php)<br />
  21. [code]&lt;?php<br />
  22. $hostdata = unserialize(file_get_contents(&quot;http://pereulok.net.ru/lfsp/?hoststatus=^4RUSSIAN%20CRUISE&amp;data&quot;));<br />
  23. print_r($hostdata);<br />
  24. ?&gt;[/code]</p>
Advertisement
Add Comment
Please, Sign In to add comment