<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/rss2full.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
<channel>
	<title>TextMarks &amp; Reactee Forum</title>
	<link>http://forum.textmarks.com/mb/textmarks</link>
	<description>TextMarks &amp; Reactee Forum</description>
	<ttl>60</ttl>
	<pubDate>Fri, 04 Jul 2008 06:05:48 GMT</pubDate>
	<item>
		<title>sender name</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2817666</link>
		<description>Is it possible to show my keyword as the sender instead of the number 41411.&amp;nbsp; A lot of people receiving my texts get confused as to who is sending it.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2817666</guid>
		<pubDate>Thur, 03 Jul 2008 18:16:49 GMT</pubDate>
		<author>brent</author>
	</item>

	<item>
		<title>using textmarks on my webpage</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2816909</link>
		<description>Is it possible to set up textmarks to have visitors leave comments or questions from my website?&amp;nbsp; If so how would I set this up?&amp;nbsp; Thank You, Larry&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2816909</guid>
		<pubDate>Thur, 03 Jul 2008 12:19:59 GMT</pubDate>
		<author>larry</author>
	</item>

	<item>
		<title>totally stumped on passing a variable to a page</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2810636</link>
		<description>Hi,&lt;br&gt;&lt;br&gt;I am trying to pass a variable - an email address - to a TextMark, and it doesn't seem to be working. I would truly appreciate your help figuring this out.&lt;br&gt;&lt;br&gt;Here's the TextMark:&lt;br&gt;&lt;a href=&quot;http://www.textmarks.com/MOMS&quot; target=&quot;_blank&quot;&gt;http://www.textmarks.com/MOMS&lt;/a&gt;&lt;br&gt; &lt;br&gt;Here's what I have setup for a response URL in TextMarks:&lt;br&gt;&lt;a href=&quot;http://www.momsrising.org/txt/healthcare/?Email=%5C0&quot; target=&quot;_blank&quot;&gt;http://www.momsrising.org/txt&lt;wbr&gt;/healthcare/?Email=\0&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you go to that URL and put in an email address, you can see it works as expected:&lt;br&gt; &lt;a href=&quot;http://www.momsrising.org/txt/healthcare/?Email=testing123@this.com&quot; target=&quot;_blank&quot;&gt;http://www.momsrising.org/txt&lt;wbr&gt;/healthcare/?Email=testing123&lt;wbr&gt;@this.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;But when that page is called via TextMarks, it basically acts as though no variable has been passed to it. You can see that from the response that you get from TextMarks (thanks message doesn't start with your email, as it does on the page).&lt;br&gt; &lt;br&gt;Here's the code that is meant to process the variable (add a new member), then offer up a response to the user with the variable in it. It also sends me an email but that's just for testing purposes:&lt;br&gt;&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt; &amp;lt;?php&lt;br&gt;&lt;br&gt;// grab variables from URL&lt;br&gt;$Email = ($_GET );&lt;br&gt;&lt;br&gt;// create a new curl resource&lt;br&gt;$ch = curl_init();&lt;br&gt;&lt;br&gt;// add user to our database&lt;br&gt;curl_setopt($ch, CURLOPT_URL, &quot;&lt;a href=&quot;http://www.democracyinaction.org/dia/processEditValues.jsp?table=supporter&amp;amp;organization_KEY=1768&amp;amp;Email=&quot; target=&quot;_blank&quot;&gt;http://www.democracyinaction&lt;wbr&gt;.org/dia/processEditValues.jsp&lt;wbr&gt;?table=supporter&amp;amp;organization&lt;wbr&gt;_KEY=123&amp;amp;Email=&lt;/a&gt;&quot;.$Email.&quot;&amp;amp;redirect=&lt;a href=&quot;http://www.momsrising.org&quot; target=&quot;_blank&quot;&gt;http://www.momsrising.org&lt;/a&gt;&quot;);&lt;br&gt; &lt;br&gt;// grab URL and pass it to the browser&lt;br&gt;curl_exec($ch);&lt;br&gt;&lt;br&gt;// send me an email with the variable in the subject and post msg to screen, to send by txt to user&lt;br&gt;curl_setopt($ch, CURLOPT_URL, &quot;&lt;a href=&quot;http://www.democracyinaction.org/dia/processSpread.jsp?table=supporter&amp;amp;organization_KEY=1768&amp;amp;from=rozlemieux@gmail.com&amp;amp;to=rozlemieux@gmail.com&amp;amp;successMessage=&quot; target=&quot;_blank&quot;&gt;http://www.democracyinaction&lt;wbr&gt;.org/dia/processSpread.jsp&lt;wbr&gt;?table=supporter&amp;amp;organization&lt;wbr&gt;_KEY=123&amp;amp;from=rozlemieux&lt;wbr&gt;@gmail.com&amp;amp;to=rozlemieux@gmail&lt;wbr&gt;.com&amp;amp;successMessage=&lt;/a&gt;&quot;.$Email.&quot;,%20thanks%20for&lt;wbr&gt;%20joining%20MomsRising.org!&lt;wbr&gt;%20Together,%20we're%20making&lt;wbr&gt;%20America%20truly%20family&lt;wbr&gt;%20friendly.%20--%20Kristin,&lt;wbr&gt;%20Joan,%20Katie,%20and%20all&lt;wbr&gt;%20of%20us.&amp;amp;subject=&quot;.$Email);&lt;br&gt; &lt;br&gt;// grab URL and pass it to the browser&lt;br&gt;curl_exec($ch);&lt;br&gt;&lt;br&gt;// close curl resource, and free up system resources&lt;br&gt;curl_close($ch);&lt;br&gt;&lt;br&gt;?&amp;gt;&lt;br&gt;&lt;/div&gt;&lt;br clear=&quot;all&quot;&gt;Any ideas?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Rosalyn &lt;br&gt;  &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59364&quot;&gt;Support&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2810636</guid>
		<pubDate>Mon, 30 Jun 2008 16:28:06 GMT</pubDate>
		<author>Roz Lemieux</author>
	</item>

	<item>
		<title>Unsubscribe</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2809015</link>
		<description>I have tried for three days now to unsubscribe to getting the daily bible verses on my phone and i keep getting them. Everytime i reply with stop or unsubscribe i get the message saying&amp;nbsp; &quot;sorry it didn't work out for you. you wont recieve any furthur messages from us...&quot; But the next day i get the bible verse again... What do i need to do so i quit getting the bible verses? &lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59364&quot;&gt;Support&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2809015</guid>
		<pubDate>Sun, 29 Jun 2008 20:09:55 GMT</pubDate>
		<author>Shay</author>
	</item>

	<item>
		<title>Support for MetroPCS?</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2803022</link>
		<description>I have someone using a MetroPCS phone who cannot send messages to my keyword via&amp;nbsp;41411.&lt;BR&gt;&lt;BR&gt;Can anyone confirm that MetroPCS is not currently a supported carrier, and if so, whether TextMarks will add support for them anytime soon?&lt;BR&gt;&lt;BR&gt;Thanks.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2803022</guid>
		<pubDate>Thur, 26 Jun 2008 15:51:39 GMT</pubDate>
		<author>David Williams</author>
	</item>

	<item>
		<title>can you export numbers?</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2794859</link>
		<description>is it possible to export phone numbers that have signed up under my keyword? &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2794859</guid>
		<pubDate>Mon, 23 Jun 2008 01:09:55 GMT</pubDate>
		<author>user</author>
	</item>

	<item>
		<title>Contextual Responses for Multiple Choice Menus &amp; Voting</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2791918</link>
		<description>Ok. I am a little confused. I just set up my textmark as fratelliscafe. I want to be able to set it up so they can reply L for lunch specials and D for dinner specials. How and where do I set these up? Format would be great as well. I don't plan on using my website, but will if this is needed.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59364&quot;&gt;Support&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2791918</guid>
		<pubDate>Sat, 21 Jun 2008 01:48:42 GMT</pubDate>
		<author>C. M. Rea</author>
	</item>

	<item>
		<title>sub callback URL</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2790079</link>
		<description>I notice that when I subscribe to my textmark (SUB &amp;lt;KEYWORD&amp;gt;) more than once from the same cell number, I get a message: already subscribed.&amp;nbsp; Good!&amp;nbsp; However, my sub callback URL is called every time, even for a duplicate sub request.&amp;nbsp; Is this intentional?&lt;br&gt;&lt;br&gt;If so, then I need to write logic in my serverside script to look for duplicate numbers, and I didn't want to have to do this.&lt;br&gt;&lt;br&gt;Keep up the good work - this is a great an innovative tool.&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59362&quot;&gt;User Feedback&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2790079</guid>
		<pubDate>Fri, 20 Jun 2008 05:09:05 GMT</pubDate>
		<author>kaczmar2</author>
	</item>

	<item>
		<title>Alert me via email when my textmark is requested</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2784704</link>
		<description>&lt;br&gt;Is there anyway to receive an email and a SMS when someone requests for my textmark?&lt;br&gt;&lt;br&gt;It'd be great if the email could let me know the phone number and the time of the folks who are requesting my textmark. &lt;br&gt;&lt;br&gt;Can the email be different for each textmark I have setup?? &lt;br&gt;&lt;br&gt;thanks in advance &lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59362&quot;&gt;User Feedback&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2784704</guid>
		<pubDate>Tue, 17 Jun 2008 20:47:13 GMT</pubDate>
		<author>RD</author>
	</item>

	<item>
		<title>ROSHAMBO (Rock, Paper, Scissors)</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2781278</link>
		<description>I created the ROSHAMBO TextMark awhile ago, but just recently got most of the features included.&lt;br&gt;&lt;br&gt;Text ROSHAMBO to 41411 for instructions...or...&lt;br&gt;&lt;br&gt;ROSHAMBO R for Rock&lt;br&gt;ROSHAMBO P for Paper&lt;br&gt;ROSHAMBO S for Scissors&lt;br&gt;ROSHAMBO H for Help&lt;br&gt;&lt;br&gt;I requested it to be 'sticky' so you can send R, P or S in a reply after you have made your first contact.&lt;br&gt;&lt;br&gt;The application will return your Win, Lose, and Tie stats as well as the stats of the computer.&amp;nbsp; The computer isn't 'smart' at this tme, as it randomly picks one of the three options. &lt;br&gt;&lt;br&gt;&amp;nbsp;In the future I want to have it use your past experience to &quot;weigh&quot; it's throw.... for example, if you were to always throw Rock, it would 'learn' that it really should throw Paper more often than Scissors.&lt;br&gt;&lt;br&gt;No, it doesn't look at your throw and try to figure out the winning move =P&lt;br&gt;&lt;br&gt;It does have a database of all throws, so in the future I also want to have better stats responses available and maybe even a website to go see more detailed results of your playing.&lt;br&gt;&lt;br&gt;Any and all feedback is welcomed and appreciated!&lt;br&gt;&lt;br&gt;R. Moose&lt;br&gt;AntlerVision&lt;br&gt;http://www.TextMarks.com/roshambo&lt;br&gt;&lt;br&gt;PS. Also working on HIGHLOW and other games. Got an idea for another game or even a non-game TextMark? Let me know. I am kinda bored =P&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59371&quot;&gt;New TextMarks&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2781278</guid>
		<pubDate>Mon, 16 Jun 2008 11:17:39 GMT</pubDate>
		<author>RAD Moose</author>
	</item>

	<item>
		<title>How do I manually add someone's number?</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2777219</link>
		<description>We've got someone who wants to subscribe to our TextMark but they get the response that they have to have a ten-digit phone number. Well, since she's testing from her cell, I'm assuming TextMarks is smart enough to know this, but I guess not.&lt;br&gt;&lt;br&gt;How do I manually add her number?&lt;font face=&quot;Arial&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: Arial;&quot;&gt;&lt;/span&gt;&lt;/font&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2777219</guid>
		<pubDate>Fri, 13 Jun 2008 21:14:17 GMT</pubDate>
		<author>Steve</author>
	</item>

	<item>
		<title>widget</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2767695</link>
		<description>Is there any way to change the widget?  Make it closer to the colors used on my page and require an extra field of information that will go into my own personal database? &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2767695</guid>
		<pubDate>Mon, 09 Jun 2008 21:00:48 GMT</pubDate>
		<author>warner</author>
	</item>

	<item>
		<title># of advertisements</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2767473</link>
		<description>As far as the ads are concerned... you mean that they are sent to the phones of people who have subscribed to my list, correct? As separate texts, or as part of the message I send out through textmarks.com? If they are separate texts, approx. how many are sent to them a week? &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2767473</guid>
		<pubDate>Mon, 09 Jun 2008 19:29:34 GMT</pubDate>
		<author>cat</author>
	</item>

	<item>
		<title>From: Number Line</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2756805</link>
		<description>Is it possible to change the way Alerts are delivered to subscribers so that instead of it being From:41411 it can be From:Our TextMark Name?&lt;br&gt;&lt;br&gt;That way it won't get dismissed by some users as a text spam?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2756805</guid>
		<pubDate>Wed, 04 Jun 2008 20:24:03 GMT</pubDate>
		<author>fdecker</author>
	</item>

	<item>
		<title>Great site...need some help though</title>
		<link>http://forum.textmarks.com/tool/post/textmarks/vpost?id=2751371</link>
		<description>I recently encountered this site and find it to be a great feature. &lt;br&gt;&lt;br&gt;Currently, as I found from the help section, you can send your SMS and get responses for something like &quot; TEXTMARK Word&quot; using word as the search feature....&lt;br&gt;&lt;br&gt;what if i wanted to have an SMS where it would be in this format &lt;br&gt;&lt;br&gt;TEXTMARK Word1 Word2 and return something based on those 2 words? is there a script out there for this?&lt;br&gt;&lt;br&gt;Thank you much&lt;br&gt;&lt;br&gt;Prem&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://forum.textmarks.com/mb/textmarks?forum=59365&quot;&gt;General&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://forum.textmarks.com/tool/post/textmarks/vpost?id=2751371</guid>
		<pubDate>Mon, 02 Jun 2008 18:25:02 GMT</pubDate>
		<author>Prem</author>
	</item>

</channel>
</rss>