Search found 1 match

by PeTiT
Thu Apr 03, 2014 11:29 am
Forum: [3.0/Olympus] Discussion
Topic: submit_post() question
Replies: 14
Views: 93757

Re: submit_post() question

hi all I wrote a script that insert a new thread + replies. here's the full code as example: <?php /** * @ignore */ @set_time_limit(0); //@ignore_user_abort(true); @ini_set('memory_limit', '64M'); define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $ph...