|
|||
|
cgi buddy profile
Hi,
I would like to be able to put cgi (<--cgi ... --> in my buddy profile so it loads a page off my server. Is there a way to do this with cgi, or do I need php. I dont have php support on my server yet (and I dont know how to program it) so Im trying to stay away from that. Is it possible to use cgi? Thanks |
|
|||
|
hmm ... doesnt seem to be doing me any good. i put it in the profile for aim: smlsfb but it ended up kinda funky. im gonna try viewing the profile from a winbox and see if it does anything
well, it doesnt display the \<meta http-equiv="refresh" content="1;url=http://mental-graffiti.com"\> in windows |
|
|||
|
Server-side scripts like CGI, ASP, and PHP require a server to process them per request, and since AIM just pulls the file from your hard drive, no such script can be used. And to further increase the problem, the HTML that AIM does support is little. The best solution is to put a link to your server directing AIM to load your profile in the profile window. For example:
<a href="http://mysite.com" target="_self">Click here for profile."</a> (Take note of 'target="_self"'). This allows the server to process all the script upon each users' click (and AIM is completely oblivious to this), and since it's a link, there's no size limit. The code would also have to be put in directly to the file on your hard drive, since coding HTML such as the above in AIM's profile editor doesn't work very well. I've actually got an ASP coded profile using this setup.
|
|
|||
|
Anyway Meta tags do not work. There is currently no way to auto refresh the profile to another link. Aim can and will only read the OUTPUT of the url. So for instance profile providers what they do is have a script that on call dynamictly generates the html (through the use of server side scripting) and that aim can read. And as tierone said the best way is to not use server side includes but instead place a link (with target _self) to the desired script.
|
![]() |
| Currently Active Users Viewing This Topic: 1 (0 members and 1 guests) | |
| Topic Tools | |
|
|
Similar Topics
|
||||
| Topic | Topic Starter | Forum | Replies | Last Post |
| Can I play music in my buddy profile? | chickenNgravy | AIM Support | 17 | 04-20-2006 01:08 PM |
| Putting pictures in your Buddy Profile | HeadBanger | AIM Support | 10 | 01-05-2005 02:05 PM |
| buddy profile virus | aDdReNaLyN854 | AIM Support | 1 | 11-18-2003 05:47 PM |
| Buddy Profile Services | Shoeb | AIM Support | 2 | 08-02-2003 01:12 AM |
| ADD BUDDY by LINK in PROFILE | bruisesandhalos | AIM Support | 0 | 12-29-2002 06:42 PM |