Hi luggers, Can anybody suggest me a appication for sendind newsletters to huge no of mail id's and monitor the activity of newsletters ?
Happy Hacking :)
________________________________________________________________________ Want to sell your car? advertise on Yahoo Autos Classifieds. It's Free!! visit http://in.autos.yahoo.com
http://news.com.com/2100-1040-941298.html?tag=fd_top
http://xbox-linux.sourceforge.net/index.php
A software development project aimed at getting the Linux operating system to run on Microsoft's Xbox is offering a larger incentive for would-be developers--to the tune of $200,000. The goal of the Xbox Linux Project is to find a "simple and completely legal" way of running Linux on the Xbox gaming machine, according to the project's Web site. The prize money was donated by an anonymous source, known only to the project's leaders.
Xbox Linux Project has divided the job into two subprojects, each garnering a total of $100,000. Project A involves getting Linux to run on a hardware-modified Xbox. The largest award in this subproject, for $55,000, will go to developers who get an IBM PC-like BIOS (basic input-output system) to run on the machine, allowing it to boot Linux from a hard disk.
Project B will be to eliminate the need for hardware modification by developing a CD-ROM that will allow any Xbox to boot Linux.
An awards committee will decide how the funds are distributed; all contributors to a successful project should receive some compensation, according to the Web site. The contest ends Dec. 31, 2002.
The Xbox project isn't the first attempt at getting the Linux operating system into a gaming console. Sony has released a Linux kit for PlayStation 2, which includes a keyboard and other peripherals as well as the requisite software.
Xbox is a tempting target for Linux enthusiasts, however, because its components are almost completely PC-compatible. This means that, in theory, Linux software designed for Intel-based PCs should be able to run on a machine with only minor modifications. However, Xbox presents a few challenges, such as an altered BIOS that will only allow approved Microsoft code to run.
Project manager Michael Steil emphasized that the challenge is designed to be completely legal, and programmers with inside knowledge of the Xbox code are requested not to participate.
"We do not use any non-licensed software for development, such as the Xbox SDK (software development kit)," Steil wrote on the Xbox Linux Project site. "Reverse engineering of the Xbox system software is only done in compliance with corresponding local laws."
Steil said that he and other project leaders know the identity of the prize donor but have been asked not to reveal the person's name.
Microsoft has voiced concerns about pirated software running on Xbox. Several modification chips for Xbox, designed specifically to allow the console to run pirated games, have appeared on the market. Some technology, such as Enigmah-X's mod chips, have been discontinued.
Besides operating as a desktop PC, the Xbox Linux Project developers hope to use the open-source Linux kernel as a basis for Xbox media player software.
ZDNet U.K.'s Matthew Broersma reported from London.
__________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
Re Monitoring of the news letters, I assume you want to know if they are being read, and how many times. There was on old trick which many companies use quietly. They embed a html code in the email, which required the email to contact the server to fetch an image. Most of the time, the image is itself invisible, so the user has no idea of it. The server can keep count of how many times the image has been asked for (and perhaps by which machine / ip).
The reason it is not effective in India is most of us are on dialup lines and are not connected to the net when we read the mail. But with more people having always-on connections, things are changing. Also, many users would be using cybercafes to read mails. In both cases, when you open the newsletter, it will automatically connect to the webserver asking of the image.
Remember to keeep a different image file for each new newsletter so that you can count properly
And, sorry, but I dont know how to actually do the above, I only know that it is being done by many companies.
Regards Saswata ----- Original Message ----- From: "Vishwanath V" thelinuxguyis@yahoo.co.in To: linuxers@mm.ilug-bom.org.in Sent: Wednesday, July 03, 2002 6:55 AM Subject: [ILUG-BOM] Can somebody help me in newsletters ?
Hi luggers, Can anybody suggest me a appication for sendind newsletters to huge no of mail id's and monitor the activity of newsletters ?
Happy Hacking :)
Want to sell your car? advertise on Yahoo Autos Classifieds. It's Free!! visit http://in.autos.yahoo.com _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
On Thu, 4 Jul 2002, Scrap wrote:
Remember to keeep a different image file for each new newsletter so that you can count properly
not necessarily a different image, but a cgi script:
<img src="http://your.server.com/tracker.cgi?user=the_user_id" height="1" width="1" alt="">
and tracker.cgi will log the userid.
furthermore, you can set a cookie so that you can then put your image on different servers, and track a user's browsing patterns (assuming you have control over those servers).
Of course, this kind of connection tracking is frowned upon by many people (me included).