Hi,
After alot of fiddling about I might well have found a way in. So that I can add multiple posts as an automated service. I was just wondering if anyone could advise me on whether this will cause any issues with anything else.
Basically I just execute the stored procedure [dbo].[yaf_topic_save], and pass in the required parameters. My worry is somewhere along the line Im going to come seriously unstuck with this. As I am not executing anything else other than [dbo].[yaf_topic_save], and of course what that in turn executes.
Goes like this....
exec [dbo].[yaf_topic_save] 1, 'subject', 2, 'body', 0, 'myTestUser', '::1', null, 999999, 0;
Any advise would be greatly appreciated.
Edited by user
10 years ago
|
Reason: Not specified