Jump to content

Recommended Posts

Posted

I have almost no experience with Perl but I am looking to create an AIM bot that will simply sit online all the time and email incoming messages to an email address at my website (hosted on TCH of course :angry: ). Once it has been delivered to the email address easymoblog will convert it into a blog entry (I already have this installed and working). I have tried to find an existing solution but the only ones i can find require an aim client to be running on my machine (unacceptable because my primary machine is a laptop and i travel alot) and other services that charge too much money for one this simple feature.

 

I have found a Perl library called Net::AIM that seems to be pretty easy to use and there's even a walkthrough from O'Reilly here that explains how to create a bot that is more complex than I actually require.

 

The documentation for Net::AIM sais that it requires the IO::* perl module which is not installed according to my cpanel. Are these things that I can install myself?

 

Also, I assume it is not difficult at all to have a perl script send an email because this is such a common need. Am I correct in assuming this?

Posted

Welcome fatemonkey,

 

While you can request perl libraries to be installed, the application for which it's intended, basically an AIM bot that would run persistently with a connection open to the AIM service, is not something we allow on the shared hosting servers.

 

While the application would be relatively simple to develop, the fact that it's a persistent running application, and one that keeps a connection open at that, it's not something suited for a shared hosting environment. You'd be better off running something like this on a home PC, or if you ever upgraded to a dedicated server solution then you'd have the freedom to do this.

 

I'm sorry as I'm sure it's not the answer you were looking for, but this is done for the reliability and security of our shared servers.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...