Virus, Trojan, MalWare, Rootkit, SpyWare & More
XCTech Forums
XCTech Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 XC Tech API Projects & Development
 Xtreme Computer SideWiki Comment Monitor
 Side Comment Monitoring Beta Test Information
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

XCTech

USA
Technical Support in the USA. Find Local Technicians for your Computer and Network needs. 215 Posts


Posted - 10/19/2009 :  4:15:11 PM  Show Profile  Visit XCTech's Homepage  Reply with Quote
For those that are interested in testing our the SideWiki Comment Monitoring API here is the information you will need to connect to the system.

SideWiki Comment Monitor API

I'm looking for a .Net and PHP site and programming as well.

Contact me for the API Key and site URL.

1. Page (Request . ServerVariables("SCRIPT_NAME"))
2. QueryString (full)
3. IP Optional

The line call is like this:
?ip=123.123.123.123 (Optional)
sh=www. domain 13.com (Looks good but not required)
srp=default.asp (Required) Script_Name
sqs=Topic_1=132+8293829+whatever_2 (Required)
keyed=XYZ (Required)

That's all the call has to send.
The API will reply only with a status code and no return data for now.

Here is a snip of my code to get you on the same side of the road with me.
This is what I need in .Net, Java and PHP. Finish out the Response Call if you would like but the system really doesn't require anything more than what is seen as long as it works.

urlA = "http://www. 123xyz . com/myapi.asp"
urlB = "?ip="&ipAddress&"&sh="&Domain&"&srp="&Page&"&sqs= "&Query&"&keyed="&APIKey&""
urlA = urlA & urlB
Set xmlObj = Server.CreateObject("MSXML2.FreeThreadedDOMDocumen t")
xmlObj.async = False
xmlObj.setProperty "ServerHTTPRequest", True
xmlObj.Load(urlA)
If xmlObj.parseError.errorCode <> 0 Then
Er= Er & "Ugh, service is temporarily unavailable <em>(" _
& xmlObj.parseError.reason&")</em><br />"&urlA&"<br />"
Call Sendto(Er)
End If
Set xmlList = xmlObj.getElementsByTagName("notrequired") (sets up a return optional)
Set xmlObj = Nothing


If you are interested drop me a line and we can setup the connection and try things out.

I have an online Demo setup but I'm not sure it will add to anything that I have posted here.



Computer, Network, Wireless, Microwave, RF Communications Repair and Service Location: Baton Rouge, Gonzales, Livingston, Port Vincent, Walker, Denham Springs Louisiana and the surrounding Bayou areas.
Call: 225-802-9296 Hours are 9AM to 6PM Monday - Friday. Saturday by Appointment only.
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:


Do you know what you are clicking on?
XCTech Forums © 2010 Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07