[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-06-01T07:22:07-07:00 https://integramod.com/forum/feed.php?f=17&t=1009 2006-06-01T07:22:07-07:00 2006-06-01T07:22:07-07:00 https://integramod.com/forum/viewtopic.php?t=1009&p=8171#p8171 <![CDATA[Re: Generating a new topic using a form]]>
I managed to find a function that might be able to help with this:

http://www.phpbb.com/phpBB/viewtopic.php?t=45535

looking through the code you have to use a specific user ID to be able to post which you hard code. So I am assuming that as I dont have any public forums and only php on my host server can run SQL queries, that noone could use this to spam mt forum

I can knock a simple HTML form up pretty fast, all I need to work out is how to pass the variables to the insert_post() function

<img>

Statistics: Posted Author: ihammo — Thu Jun 01, 2006 7:22 am


]]>
2006-06-01T06:42:24-07:00 2006-06-01T06:42:24-07:00 https://integramod.com/forum/viewtopic.php?t=1009&p=8164#p8164 <![CDATA[Generating a new topic using a form]]> ( unless phpBB fixed this bug )

something like
<form>

and the appropriate fields and field names for it.

BTW: notice that i said bug because it is fairly easy to make a javascript application that can spam a forum every set number of seconds using "post" and the forum id.

Statistics: Posted Author: phDaemon — Thu Jun 01, 2006 6:42 am


]]>
2006-05-31T03:43:22-07:00 2006-05-31T03:43:22-07:00 https://integramod.com/forum/viewtopic.php?t=1009&p=7965#p7965 <![CDATA[Generating a new topic using a form]]>
First off, i am a php noob so please be nice!! <img>

I have trawled through the forums and as yet haven't been able to find out how to do this.

What I want to do is create a simple form on a page that can be filled in and submitted. Once the form is submitted I would like the data in the form to appear as a new topic in a certain forum.

Is that actaully possible?

Thanks

Statistics: Posted Author: ihammo — Wed May 31, 2006 3:43 am


]]>