<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/2788" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-10-14T06:07:06-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/2788</id>

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-10-14T06:07:06-04:00</updated>

		<published>2002-10-14T06:07:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11963#p11963</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11963#p11963"/>
		<title type="html"><![CDATA[Sms]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11963#p11963"><![CDATA[
Oh, I see.. thanks for the info.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Oct 14, 2002 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-14T05:52:44-04:00</updated>

		<published>2002-10-14T05:52:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11962#p11962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11962#p11962"/>
		<title type="html"><![CDATA[Sms]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11962#p11962"><![CDATA[
The point is covered in most of the posts returned by simply searching for "sms".<br><br>SMS messagesing is a rather costly excercise.<br><br>In the UK, it costs an average 10p (before tax) (EURO 0.16, US$ 0.16) to send a message from a mble handset.<br><br>When using a web-provider to do such a task, they can have upwards of 1000 users, with a (example) usage of 2 messages a day.<br><br>That works out to £2000 a day. Though is is rather exagerated, and wouldn't cost that much. However, the theory still applies.<br><br>Most people gave up creating SMS scripts, when provider started changing there web-pages. They did this often, to prvent script like this, from using there services.<br><br>As such, tecinques such as:<br><br>magic-cookies: A number embeded inside a hidden form element, that must match when posting a message, these need to be parsed, and returned when sending a message.<br><br>ssl: sockure sockets are more in use, to provide customer security, with the added advantage of blocking most scripts.<br><br>multiple layouts: some site now [censored] the design of there site at random, some even change the design of table elements, such that the site's look doesn't change. This makes parsing the site hard.<br><br>As such, it makes working with such sites hard in scripts. As parsing is required, to detect cookies, and which design is in use. Then the message can be submitted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Oct 14, 2002 5:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-10-14T05:09:57-04:00</updated>

		<published>2002-10-14T05:09:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11961#p11961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11961#p11961"/>
		<title type="html"><![CDATA[Sms]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11961#p11961"><![CDATA[
I have searched and looked in all the post that had sms in them and didn't found something usefull to. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Oct 14, 2002 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-10-14T04:57:49-04:00</updated>

		<published>2002-10-14T04:57:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11960#p11960</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11960#p11960"/>
		<title type="html"><![CDATA[Sms]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11960#p11960"><![CDATA[
Ok. I've loodked in the TCL Archive and didn't found something usefull.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Oct 14, 2002 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-14T04:35:37-04:00</updated>

		<published>2002-10-14T04:35:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11958#p11958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11958#p11958"/>
		<title type="html"><![CDATA[Sms]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11958#p11958"><![CDATA[
There are loads of posts on the forum about SMS messaging using eggdrop.<br><br>You should search for these first.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Oct 14, 2002 4:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-10-13T15:23:21-04:00</updated>

		<published>2002-10-13T15:23:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11949#p11949</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11949#p11949"/>
		<title type="html"><![CDATA[Sms]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11949#p11949"><![CDATA[
Hi. Had anyone sow an tcl that uses 1rstwap.com or an other sms web page that is working smootly? Please leave an line with any sugestions or something like this. Thanks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Oct 13, 2002 3:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
