AX2007 Posted March 13, 2009 Share Posted March 13, 2009 First off, i wanted to say thank you for all your help. Here is what I am trying to do. If you have ever been to www.fmylife.com (it's pretty funny) you'll see that anyone can "submit" a story right to the front page. Is there a script that lets me do that automatically? Again, Thank You in advance... Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/ Share on other sites More sharing options...
revraz Posted March 13, 2009 Share Posted March 13, 2009 Just build a site, a form and have it read from a MySQL DB. Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-783833 Share on other sites More sharing options...
JonnoTheDev Posted March 13, 2009 Share Posted March 13, 2009 Do you mean you want to submit a story to fmylife.com remotely? If so you can use CURL to write a submission script. Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-783906 Share on other sites More sharing options...
samshel Posted March 13, 2009 Share Posted March 13, 2009 r u planning to spam? Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-784005 Share on other sites More sharing options...
Maq Posted March 13, 2009 Share Posted March 13, 2009 r u planning to spam? I don't think he would tell us if he was... Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-784098 Share on other sites More sharing options...
premiso Posted March 13, 2009 Share Posted March 13, 2009 You do not even need a site. You just need to make a .html form that has the same input names etc then send the content to that page. However, most sites tend to take measures to prevent this, so yea. It may or may not work. If it does curl would be an alternative to send headers and referrers and store sessions/cookies. Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-784101 Share on other sites More sharing options...
AX2007 Posted March 16, 2009 Author Share Posted March 16, 2009 No... I don't want to Spam. I want to create a site that is similar to the layout of fmylife.com. So someone goes to my site, fills out a form with a "story" and then have it automatically post to the main page, where there are other "stories". Or is it easier to just have a blog format where the "story" is submitted to me and then I post it myself? Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-786074 Share on other sites More sharing options...
JonnoTheDev Posted March 16, 2009 Share Posted March 16, 2009 There are loads of free scripts that can do this. You could use an article directory script http://www.articledashboard.com/download.htm http://www.interspire.com/websitepublisher/ http://www.articlefriendly.com/ Quote Link to comment https://forums.phpfreaks.com/topic/149265-wwwfmylifecom/#findComment-786148 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.