dturnbull Posted March 29, 2006 Share Posted March 29, 2006 Okay, I'm a pretty big PHP Noob, I only know the total basics, so i was wondering if someone could help me (or write the code for me :P )I need a script that can be used to people type in a Title, and a Message, they click submit, they get logged into a specified myspace account, a bulletin is posted with the title/message, and then they are logged out so they can't use the other features of the account.Any help would be awesome :)edit: wrong forum sorry Quote Link to comment Share on other sites More sharing options...
moberemk Posted March 29, 2006 Share Posted March 29, 2006 MySpace is ColdFusion powered, not PHP. Can't be done, period. Quote Link to comment Share on other sites More sharing options...
rygonet Posted May 12, 2007 Share Posted May 12, 2007 [quote author=moberemk link=topic=89614.msg359678#msg359678 date=1143646208]MySpace is ColdFusion powered, not PHP. Can't be done, period.[/quote]Wrong.. Every heard of Curl or filesystem functions ?? Quote Link to comment Share on other sites More sharing options...
phast1 Posted May 16, 2007 Share Posted May 16, 2007 MySpace doesn't allow anything to be posted other than HTML/CSS/Javascript (all client-side code), so you would need to use one of those technologies as far as posting goes, but you could definitely setup a form and PHP script on your own server to automate the task of logging into MySpace and submitting a new bulletin. Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted May 17, 2007 Share Posted May 17, 2007 a few ideas: http://www.google.com/search?hl=en&q=php+post+to+myspace Quote Link to comment Share on other sites More sharing options...
keeB Posted July 14, 2007 Share Posted July 14, 2007 I've automated this process using HTTPUnit library in Java. I then implemented an interface to the Java code in PHP, and have something that could do what you're after.Instead of giving you the code, feel free to ask questions. I'd be happy to help with any specific pieces you're interested in. Quote Link to comment 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.