i need a tiny bit of help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
word32
Forum Commoner
Posts: 27
Joined: Sun May 29, 2005 5:07 pm

i need a tiny bit of help

Post by word32 »

i have found the solution to my "referral link generator".

i have a phpBB forum on my site and i use that for refferal pages to be posted.

The part i need help with is that i need to know if you can automatically post a message. i.e. they type in theire username and e-mail address and click submit, which posts a topic i have already written in my referral forum.[/b]

thanks in advance,
-word32
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Short answer, I would say yes.
This would require you to understand the internal works of phpbb (which generally is hard to understand consdiring their code is poorly implemented). Secondly, you will have to simulate the posting action by adding the correct information to the database. I would suggest looking in the posting.php to see the process they go through.
word32
Forum Commoner
Posts: 27
Joined: Sun May 29, 2005 5:07 pm

Post by word32 »

ok, i'll ttry that

thanks
Post Reply