<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.easyuo.com/index.php?action=history&amp;feed=atom&amp;title=Send</id>
		<title>Send - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.easyuo.com/index.php?action=history&amp;feed=atom&amp;title=Send"/>
		<link rel="alternate" type="text/html" href="http://wiki.easyuo.com/index.php?title=Send&amp;action=history"/>
		<updated>2026-04-30T03:04:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://wiki.easyuo.com/index.php?title=Send&amp;diff=6065&amp;oldid=prev</id>
		<title>Seg: Protected &quot;Send&quot; [edit=sysop:move=sysop]</title>
		<link rel="alternate" type="text/html" href="http://wiki.easyuo.com/index.php?title=Send&amp;diff=6065&amp;oldid=prev"/>
				<updated>2008-10-22T14:30:28Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php?title=Send&quot; title=&quot;Send&quot;&gt;Send&lt;/a&gt;&amp;quot; [edit=sysop:move=sysop]&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:30, 22 October 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Seg</name></author>	</entry>

	<entry>
		<id>http://wiki.easyuo.com/index.php?title=Send&amp;diff=6064&amp;oldid=prev</id>
		<title>Seg: New page: {{command header|Miscellaneous}}  {{body|send &lt;nowiki&gt;{{&quot;HTTPPost[port]&quot;} | {&quot;DebugHTTPPost[port]&quot; }} &lt;/nowiki&gt; {site} {path} {post data}| The send command sends a HTTP request to a we...</title>
		<link rel="alternate" type="text/html" href="http://wiki.easyuo.com/index.php?title=Send&amp;diff=6064&amp;oldid=prev"/>
				<updated>2008-10-22T14:30:22Z</updated>
		
		<summary type="html">&lt;p&gt;New page: {{command header|Miscellaneous}}  {{body|send &amp;lt;nowiki&amp;gt;{{&amp;quot;HTTPPost[port]&amp;quot;} | {&amp;quot;DebugHTTPPost[port]&amp;quot; }} &amp;lt;/nowiki&amp;gt; {site} {path} {post data}| The &lt;a href=&quot;/index.php?title=Send&quot; title=&quot;Send&quot;&gt;send&lt;/a&gt; command sends a HTTP request to a we...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{command header|Miscellaneous}}&lt;br /&gt;
&lt;br /&gt;
{{body|send &amp;lt;nowiki&amp;gt;{{&amp;quot;HTTPPost[port]&amp;quot;} | {&amp;quot;DebugHTTPPost[port]&amp;quot; }} &amp;lt;/nowiki&amp;gt; {site} {path} {post data}|&lt;br /&gt;
The [[send]] command sends a HTTP request to a web server and executes the code that is returned.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Note|Allow Send must be enabled for this command to work.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;******************************&lt;br /&gt;
; EUO Chat V1.0 by Cheffe&lt;br /&gt;
;******************************&lt;br /&gt;
;&lt;br /&gt;
; Allow send must be enabled!!!&lt;br /&gt;
&lt;br /&gt;
menu Clear&lt;br /&gt;
menu Window Size 245 120&lt;br /&gt;
menu Window Title EUO Chat V1.0&lt;br /&gt;
menu Show 200 200&lt;br /&gt;
menu HideEUO&lt;br /&gt;
&lt;br /&gt;
menu Text 1 20 20 Please enter your nickname:&lt;br /&gt;
menu Font BGColor White&lt;br /&gt;
menu Edit 2 20 40 200&lt;br /&gt;
menu Font BGColor BtnFace&lt;br /&gt;
menu Button 3 130 70 90 25 OK&lt;br /&gt;
&lt;br /&gt;
set #menuButton 0&lt;br /&gt;
N1:&lt;br /&gt;
	if #menuButton = closed&lt;br /&gt;
		halt&lt;br /&gt;
	if #menuButton &amp;lt;&amp;gt; 3&lt;br /&gt;
goto N1&lt;br /&gt;
&lt;br /&gt;
menu Get 2&lt;br /&gt;
set %nickname #menuRes&lt;br /&gt;
&lt;br /&gt;
;******************************&lt;br /&gt;
&lt;br /&gt;
menu Clear&lt;br /&gt;
menu Window Size 500 230&lt;br /&gt;
menu Font BGColor White&lt;br /&gt;
menu Edit e1 20 180 360&lt;br /&gt;
menu Font BGColor BtnFace&lt;br /&gt;
menu Button b1 400 180 80 25 Send!&lt;br /&gt;
&lt;br /&gt;
set #menuButton 0&lt;br /&gt;
N2:&lt;br /&gt;
	N3:&lt;br /&gt;
		if #scnt2 &amp;gt; 30&lt;br /&gt;
		{&lt;br /&gt;
			send HTTPPost www.easyuo.com /webscripts/euochat.pl R&lt;br /&gt;
			set #scnt2 0&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if #menuButton = CLOSED&lt;br /&gt;
			halt&lt;br /&gt;
&lt;br /&gt;
		if #menuButton &amp;lt;&amp;gt; b1&lt;br /&gt;
	goto N3&lt;br /&gt;
	set #menuButton 0&lt;br /&gt;
&lt;br /&gt;
	menu Get e1&lt;br /&gt;
	send HTTPPost www.easyuo.com /webscripts/euochat.pl S %nickname , : #menuRes&lt;br /&gt;
	menu Activate e1&lt;br /&gt;
&lt;br /&gt;
goto N2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
{{Miscellaneous}}&lt;/div&gt;</summary>
		<author><name>Seg</name></author>	</entry>

	</feed>