<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : API System problems</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : API System problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 15:25:19 +0000</pubDate>
  <lastBuildDate>Sun, 19 Nov 2006 19:22:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=21913</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[API System problems : And.. when a user delete himself...]]></title>
   <link>https://forums.webwiz.net/api-system-problems_topic21913_post117249.html#117249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24508">NETLover</a><br /><strong>Subject:</strong> 21913<br /><strong>Posted:</strong> 19&nbsp;November&nbsp;2006 at 7:22pm<br /><br />And.. when a user delete himself from the site? How can he be deleted from the wwforum too ? :-(]]>
   </description>
   <pubDate>Sun, 19 Nov 2006 19:22:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/api-system-problems_topic21913_post117249.html#117249</guid>
  </item> 
  <item>
   <title><![CDATA[API System problems : Hi mxm.KoshCan you explain me...]]></title>
   <link>https://forums.webwiz.net/api-system-problems_topic21913_post117153.html#117153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24508">NETLover</a><br /><strong>Subject:</strong> 21913<br /><strong>Posted:</strong> 17&nbsp;November&nbsp;2006 at 12:02am<br /><br />Hi mxm.Kosh<br><br>Can you explain me what can i modify to insert mail too in wwf?<br>Only nick and password was write in wwf db.<br>How can i do to write user mail too?<br>I' cant't wait the new version of forum i need this forum now for my site.<br>Can you help me?<br><br>and.. about lowercase login problem.. can you give me rows to update?<br><br>Do you have some any problem to share login and users with your site?<br><br>Regards<br><br>Pier<br>Italy<br>]]>
   </description>
   <pubDate>Fri, 17 Nov 2006 00:02:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/api-system-problems_topic21913_post117153.html#117153</guid>
  </item> 
  <item>
   <title><![CDATA[API System problems : Hey everyone   I had also some...]]></title>
   <link>https://forums.webwiz.net/api-system-problems_topic21913_post117132.html#117132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24855">mxm.Kosh</a><br /><strong>Subject:</strong> 21913<br /><strong>Posted:</strong> 16&nbsp;November&nbsp;2006 at 10:33am<br /><br />Hey everyone <DIV>&nbsp;</DIV><DIV>I had also some problems with the API system. Seems that this module is not finally bug-free ;-)</DIV><DIV>&nbsp;</DIV><DIV>I can't explain why, but in the file "admin.asp" there are 3 lines:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>'Read in the users details from the form if user is logging in<BR>strUsername = Trim(Mid(Request.Form("name"), 1, 15))<BR>strPassword = LCase(Trim(Mid(Request.Form("password"), 1, 15)))</DIV><DIV></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Is this really true that the password is converted to lower case? I ask because this was the problem for all my login-problems with the API. After I changed this, everything works fine... some explanations borg? :)</DIV><DIV>&nbsp;</DIV><DIV>---</DIV><DIV>&nbsp;</DIV><DIV>For future versions I wish, that I can't only give user, pass and email to the api. Can't you make an array&nbsp;or (i think better) a dictionary for all the values in the db?</DIV><DIV>&nbsp;</DIV><DIV>For example in the current version i have to set the user/pass in the member-api like this:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>session("username") = "myusername"</DIV><DIV>session("password") = "mypassword"</DIV><DIV></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Is there a way to do this like:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>dictMemberAPI("Username") = "myusername"</DIV><DIV>dictMemberAPI("Password") = "mypassword"</DIV><DIV>dictMemberAPI("Email") = "myemail"</DIV><DIV>dictMemberAPI("Lastname") = "mylastname"</DIV><DIV>...</DIV><DIV></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Greets</DIV><DIV>Chris</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 16 Nov 2006 10:33:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/api-system-problems_topic21913_post117132.html#117132</guid>
  </item> 
  <item>
   <title><![CDATA[API System problems : 1) I can&amp;#039;t login like administrator,...]]></title>
   <link>https://forums.webwiz.net/api-system-problems_topic21913_post117085.html#117085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24508">NETLover</a><br /><strong>Subject:</strong> 21913<br /><strong>Posted:</strong> 15&nbsp;November&nbsp;2006 at 4:37pm<br /><br />1) I can't login like administrator, the password of my user administrator is not accepted...since when i've change password with my modify page. When the new version will be avaible?<br><br>2) Yes ok. But only for testing, i've changed password with my system, then i've logout and then i've login with the new password in my system, but the forum don't accept the new password and the old password too :-((<br>]]>
   </description>
   <pubDate>Wed, 15 Nov 2006 16:37:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/api-system-problems_topic21913_post117085.html#117085</guid>
  </item> 
  <item>
   <title><![CDATA[API System problems : 1. Use the Settings button at...]]></title>
   <link>https://forums.webwiz.net/api-system-problems_topic21913_post117003.html#117003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 21913<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2006 at 6:45pm<br /><br />1. Use the Settings button at the top of teh forum to edit the users profile and type in a password. The next version will also include email in the API.<br><br>2. When a users updates the password in your system update the session password variable, once this is done when the vitors goes to the forum with the new password the system will update with the new password.<br>]]>
   </description>
   <pubDate>Mon, 13 Nov 2006 18:45:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/api-system-problems_topic21913_post117003.html#117003</guid>
  </item> 
  <item>
   <title><![CDATA[API System problems : I&amp;#039;m testing the API system....]]></title>
   <link>https://forums.webwiz.net/api-system-problems_topic21913_post116991.html#116991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24508">NETLover</a><br /><strong>Subject:</strong> 21913<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2006 at 2:57pm<br /><br />I'm testing the API system. <DIV>I've not imported the user db in the wwforum.</DIV><DIV>&nbsp;</DIV><DIV>1) When an user login in my system and then go to the wwforum homepage they&nbsp;are been registered, so login sharing works.</DIV><DIV>But users was registered without mail address.</DIV><DIV>How can they receive notify in mail?</DIV><DIV>&nbsp;</DIV><DIV>2) When&nbsp;an user change password from my modify page, and then log in in my site with the new password,&nbsp;he can't login in the wwforum. Password is not accepted, but old password&nbsp;not works too 0_0.</DIV><DIV>Is the login case sensitive in the wwforum?</DIV><DIV>How does it not works?</DIV><DIV>I've&nbsp;checked in the db of wwforum but passwords are cripted so i don't know what passwords are been written in de wwforum db.</DIV><DIV>&nbsp;</DIV><DIV>P.&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 13 Nov 2006 14:57:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/api-system-problems_topic21913_post116991.html#116991</guid>
  </item> 
 </channel>
</rss>