Quote:
Originally posted by KISS
Where do you add the webcams and how If I might ask?
Thanks Nice Hack.
|
you insert them manually in the database
like this
INSERT INTO `webcams` ( `userid` , `webcam` , `webcamorder` )
VALUES (
'1', 'http://yoursite/yourwebcam.jpg, '2'
);
1 should be replaced with the userID
2 should be replaced with the order where you want to show it
I dont know how people would like the user interface but I'm going to make it in the admin panel (for myself)
I'll release that update later