Httpsocket problem

simon186

New member
Joined
Mar 1, 2008
Messages
3
I have a problem with a script which creates accounts automaticly. Aftrer running script i see
Code:
Class 'HTTPSocket' not found in /home/michalk/domains/kjtt.eu/public_html/cod/index.php on line 23


This is the whole file which I found http://www.directadmin.com/sample_api.txt . Please help me
 
Do you have the line:

include 'httpsocket.php';

in your script?

You need to have the file httpsocket.php there and include that file on your script in order to be able to call the class.
 
yes, I have the line with include. But the problem is that I dont know how to find the httpsocket.php file? Or maybe how to make it by my own
 
Back
Top