davidjames2009
Aug 20 2006, 08:47 AM
I've got a small application I wrote in PHP but it would be pretty handy as a standalone EXE as well, source code is attached its about 30 lines, its simple SOAP/WSDL data manipulation to achieve the effect
You must provide source code and working application, then I will pay you
You can write it in any language, it just needs a simple GUI and to get the job done fast - I know of a way that would be more efficient however PHP doesnt seem capable of doing it that way
Cheers
Rich2189
Aug 20 2006, 04:58 PM
I would be happy to write it, just one small issue I haven't got a clue what SOAP or WSDL is. If you could explain it a bit, i'll do some research and see what happens. I'm out to learn new stuff.
Edit:
does this sum it up?
As we know, SOAP is a call-response mechanism, which operates in a client-server paradigm. The client (your application) makes a call to the server (a web server, somewhere on the internet), passing in parameters; and the server provides a response. Both call and response are transported in the form of XML documents. Therefore, to build our own example SOAP system, we need both a client and a server – a caller and a responder.
Right I have some code which lets me get data from a SOAP service. What exactly does your script do?
davidjames2009
Aug 20 2006, 06:53 PM
Yup thats what SOAP is
Basically it just sends a SOAP request to a server (location is inside the file) and returns the response, then makes another query to check the update was successfull
It's basically "hacking" a website called [removed] to put me as the top user, so i get LOADS of myspace friend requests which helps me advertise my clothes I sell
It's easy enough to do, have a read of some SOAP tutorials in whatever language your using, then implement the code using the real server
Cheers
Rich2189
Aug 20 2006, 07:03 PM
I've read some tutorials and it was easy enough to get some simple SOAP requests working from a few test sites. Are there any SOAP requests on frienstorm that just return data? that I can use as a test. Since I dont want anything to happen to my myspace acount

.
davidjames2009
Aug 20 2006, 07:04 PM
[removed] is totally seperate from myspace, all your doing is incrementing the number of "points" you have, which rank you higher so you get more friend requests
Call the method "GetFriends" with no passed variables to get a big array of data to play with!
paleck
Aug 26 2006, 10:27 PM
Why dont you just write it yourself? How is gonna spend the time to set up an environment. Code it and the GUI for just $10. What a rip off.
davidjames2009
Aug 27 2006, 07:33 AM
LOL I had 3 offers to do it, and someone has already done it for me
It was like 20 lines of code which anyone competent in coding can do in about 5 minutes, I just couldn't be bothered to do it myself
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.