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
i need a tiny bit of help
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
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.
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.