Bender2033
05-23-2001, 02:54 PM
Howdy folks!
I'm hacking in support for unix cron driven new thread creation. I orginally tried simply passing info directly to newthread.php and this worked when submitted via browser (cause of cookies) but failed when my script would manually craty http headers because there was no session key or cookie. So, I had to jack directly into the vb table space (yikes!!). :)
I have it working fine except I had to bypass this call thats in newthread.php to admin/functions.php -> indexpost().
My question is this: am I going to screw up anything by not indexing my automatically generated newthreads?
Thanks!
-bender
I'm hacking in support for unix cron driven new thread creation. I orginally tried simply passing info directly to newthread.php and this worked when submitted via browser (cause of cookies) but failed when my script would manually craty http headers because there was no session key or cookie. So, I had to jack directly into the vb table space (yikes!!). :)
I have it working fine except I had to bypass this call thats in newthread.php to admin/functions.php -> indexpost().
My question is this: am I going to screw up anything by not indexing my automatically generated newthreads?
Thanks!
-bender