<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,6 +15,7 @@ Supporting  Accounts :
 *Nonoh
 *12Voip
 *Freevoip
+*Voipraider
 *WebcallDirect
 *JustVoip
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2329,6 +2329,7 @@ class Ui_Sent(object):
 	self.comboBox.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;WebCallDirect&quot;, None, QtGui.QApplication.UnicodeUTF8))
         self.comboBox.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;JustVoip&quot;, None,QtGui.QApplication.UnicodeUTF8))
         self.comboBox.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Voipcheap&quot;, None,QtGui.QApplication.UnicodeUTF8))
+	self.comboBox.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Voipraider&quot;, None,QtGui.QApplication.UnicodeUTF8))
 	self.label_4.setText(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Account&quot;, None, 
 QtGui.QApplication.UnicodeUTF8))
         self.comboBox_2.setStatusTip(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Choose your account&quot;, None, QtGui.QApplication.UnicodeUTF8))
@@ -2400,7 +2401,8 @@ QtGui.QApplication.UnicodeUTF8))
 	self.comboBox_3.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Forthnet&quot;, None, QtGui.QApplication.UnicodeUTF8))
 	self.comboBox_3.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;WebCallDirect&quot;, None, QtGui.QApplication.UnicodeUTF8))
         self.comboBox_3.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;JustVoip&quot;, None, QtGui.QApplication.UnicodeUTF8))
-        self.comboBox_3.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Voipcheap&quot;, None, QtGui.QApplication.UnicodeUTF8))
+	self.comboBox_3.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Voipcheap&quot;, None, QtGui.QApplication.UnicodeUTF8))
+	self.comboBox_3.addItem(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Voipraider&quot;, None, QtGui.QApplication.UnicodeUTF8))
 	self.label_8.setText(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Username&quot;, None, QtGui.QApplication.UnicodeUTF8))
         self.label_9.setText(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Password&quot;, None, QtGui.QApplication.UnicodeUTF8))
         self.pushButton.setText(QtGui.QApplication.translate(&quot;Sent&quot;, &quot;Save&quot;, None, QtGui.QApplication.UnicodeUTF8))</diff>
      <filename>pysmssendmod/pysmssendgui.py</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,7 @@ acc_openlogin = {
 	'webcalldirect':'https://myaccount.webcalldirect.com/clx/index.php?part=plogin&amp;username=Znexbf6430&amp;password=',
 	'nonoh':'https://myaccount.nonoh.net/clx/index.php?part=plogin&amp;username=Znexbf6430&amp;password=',
 	'voipcheap':'https://myaccount.voipcheap.com/clx/index.php?part=plogin&amp;username=Znexbf6430&amp;password=',
+	'voipraider':'https://myaccount.voipraider.com/clx/index.php?part=plogin&amp;username=Znexbf6430&amp;password=',
 	'justvoip':'https://myaccount.justvoip.com/clx/index.php?part=plogin&amp;username=Znexbf6430&amp;password=',
 	'forthnet':'https://www.forthnet.gr/secure/webSMS/login.aspx?'
 	}	
@@ -25,6 +26,7 @@ acc_opensms = {
 	'voipcheap':'https://myaccount.voipcheap.com/clx/index.php?part=menu&amp;justloggedin=true',
 	'nonoh':'https://myaccount.nonoh.net/clx/index.php?part=menu&amp;justloggedin=true',
 	'justvoip':'https://myaccount.justvoip.com/clx/index.php?part=menu&amp;justloggedin=true',
+	'voipraider':'https://myaccount.voipraider.com/clx/index.php?part=menu&amp;justloggedin=true',
 	'forthnet':'https://www.forthnet.gr/secure/webSMS/default.aspx'
       }
 
@@ -39,6 +41,7 @@ acc_verify = {
 	'webcalldirect':'https://myaccount.webcalldirect.com/clx/index.php?part=menu&amp;justloggedin=true',
 	'voipcheap':'https://myaccount.voipcheap.com/clx/index.php?part=menu&amp;justloggedin=true',
 	'nonoh':'https://myaccount.nonoh.net/clx/index.php?part=menu&amp;justloggedin=true',
+	'voipraider':'https://myaccount.voipraider.net/clx/index.php?part=menu&amp;justloggedin=true',
 	'justvoip':'https://myaccount.justvoip.com/clx/index.php?part=menu&amp;justloggedin=true'
 }
 
@@ -54,4 +57,6 @@ acc_opensms2 = {
 'nonoh':'https://myaccount.nonoh.com/clx/sendsms.php?username=',
 'justvoip':'https://myaccount.justvoip.com/clx/sendsms.php?username',
 'voipcheap':'https://myaccount.voipcheap.com/clx/sendsms.php?username'
+'voipraider':'https://myaccount.voipraider.com/clx/sendsms.php?username'
+
 }</diff>
      <filename>pysmssendmod/sites.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d497c2db49512540634e762827d06888e11e1337</id>
    </parent>
  </parents>
  <author>
    <name>Markos Chandras</name>
    <email>hwoarang@gentoo.org</email>
  </author>
  <url>http://github.com/hwoarang/pysmssend/commit/a2db19b80202595e9e73d6ec62e1369145e4bcee</url>
  <id>a2db19b80202595e9e73d6ec62e1369145e4bcee</id>
  <committed-date>2009-10-29T08:26:39-07:00</committed-date>
  <authored-date>2009-10-29T08:26:39-07:00</authored-date>
  <message>Experimental support of voipraider betamax site</message>
  <tree>450dfd133d35810bde3cceafccfc1396b26264dc</tree>
  <committer>
    <name>Markos Chandras</name>
    <email>hwoarang@gentoo.org</email>
  </committer>
</commit>
