Jump to content
xisto Community
Sign in to follow this  
reconraiders

Myspace Bulletin Using Php

Recommended Posts

Does anybody know of a good tutorial (or complete script) for posting bulletins on myspace through PHP. I don't want a link to an auto poster site. I want my OWN php file on my server so I can run it on a schedule; not to spam, but because there is something important I need posted repeatedly and I will be away so I can't post it manually. Please hurry!

Share this post


Link to post
Share on other sites

What? You want an auto-responder? It's going to be complex, but it's going to be just as complex as any spambot, if not more because you'll need to check if there's any new messages.You need Linux with a cron job running every few hours, and I suggest programming it in C or Perl rather than PHP because it will be just a bit more easier for you to use the server for contacting other servers. I suggest running a Virtual Machine with Linux on your own computer for this because otherwise you might just get your cron deleted or it might not even function because the server does not want to host a bot.As a rule, I don't give people source code. They must figure it out themselves. You must know sockets programming in C and you can base a Perl based bot on a Wikipedia bot framework which you can modify for the intended purpose.

Share this post


Link to post
Share on other sites

What? You want an auto-responder? It's going to be complex, but it's going to be just as complex as any spambot, if not more because you'll need to check if there's any new messages.
You need Linux with a cron job running every few hours, and I suggest programming it in C or Perl rather than PHP because it will be just a bit more easier for you to use the server for contacting other servers. I suggest running a Virtual Machine with Linux on your own computer for this because otherwise you might just get your cron deleted or it might not even function because the server does not want to host a bot.

As a rule, I don't give people source code. They must figure it out themselves. You must know sockets programming in C and you can base a Perl based bot on a Wikipedia bot framework which you can modify for the intended purpose.


Well thanks for the informative post but gosh YOU'RE NOT MUCH HELP :P Only kidding.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.