What is the BigBlueNetwork?

Go Back   BigBlueBall Forums > Instant Messaging > AIM Support

Join today and you won't have to look at these ads any more. Learn more.
Reply
 
LinkBack Topic Tools
  #31 (permalink)  
Old 06-01-2005, 07:47 PM
Rusty's Avatar
Rusty Rusty is offline
Senior Member
 
Join Date: Dec 2004
Location: texas
Posts: 579
Rusty is an unknown quantity at this point
Send a message via AIM to Rusty Send a message via MSN to Rusty
What about one for 5.9.3771?
Reply With Quote
  #32 (permalink)  
Old 07-11-2005, 05:25 AM
rae_rae rae_rae is offline
Junior Member
 
Join Date: Dec 2004
Location: .
Posts: 7
rae_rae is on a distinguished road (10)
Send a message via AIM to rae_rae Send a message via MSN to rae_rae
Please download at:
Pirateculture.net - AIM AOD Removal Tool
Edited 07.11.05
There you go...fully updated with more options like removing shortcuts to spyware This program works really well for me.

Last edited by rae_rae : 07-11-2005 at 05:31 AM.
Reply With Quote
  #33 (permalink)  
Old 06-01-2006, 10:05 PM
ti314159 ti314159 is offline
Junior Member
 
Join Date: Jun 2006
Posts: 1
ti314159 is on a distinguished road (10)
send to command

to remove the send to command, you just go to C:/documents and settings/[your_user_name]/SendTo/ and delete the shortcuts
Reply With Quote
  #34 (permalink)  
Old 10-21-2006, 01:00 PM
rae_rae rae_rae is offline
Junior Member
 
Join Date: Dec 2004
Location: .
Posts: 7
rae_rae is on a distinguished road (10)
Send a message via AIM to rae_rae Send a message via MSN to rae_rae
Update:
I am very sorry that you have been staring at a dead link for soOO incredibly long! I have movied my site to Nettekk CMS
Here is the newest version of the program:
Update to code:
Begin Copy --------------------------------------------------------------------------
set olddir=
set cd=
set cd=%cd%
set olddir=%cd%
:0
@echo off
cls
color 0a
echo In response to user request about removing AOD
echo.
echo This program was written specifically to locate - if exists, AOD's
echo directory, end the process if it has been started and effectively
echo delete all assosiated files.
pause
cls
echo Starting...
if exist "\Program Files\AIM" (
"\Program Files\AIM\uninstll.exe" -LOG=C:\Program Files\AIM\install.log -OEM="
if errorlevel 1 (
"\Program Files\AIM\unwise32.exe"
)
)
"%cd%\aim553599.exe"
taskkill /f /im aim.exe
cls
echo Starting cleanup of AIM...
:killit
taskkill /f /im viewpoint.exe
taskkill /f /im viewpo~1.exe
taskkill /f /im AolOnDesktop.exe
taskkill /f /im AolOnD~1.exe
taskkill /f /im AIMWDInstall.exe
taskkill /f /im AIMWDI~1.EXE
taskkill /f /im AolAod.exe
:Re-run
cls
if exist "%systemdrive%\program files\AOD" (
if exist "%systemdrive%\program files\AOD" cd "%systemdrive%\program files\AOD"
)
if exist "aol" (
cd "aol"
echo Removing AOLAOD...
)
if exist *.ico (
del /f /q *.ico
)
if exist "%systemdrive%\program files\AOD" (
cd "%systemdrive%\program files\AOD"
echo Removing AOD...
)

if exist timedata.ini (
del /f /q timedata.ini
)
if exist aol.ini (
del /f /q aol.ini
)
if exist TRAINER.PPK (
del /f /q TRAINER.PPK
)
if exist "%systemdrive%\program files\AOD\*.*" (
del /f /q "%systemdrive%\program files\AOD\*.*"
)
cd "%systemdrive%\Program Files"
if exist "AOD" (
cd "AOD"
del /f /q "AOD/*.*"
cd ..
rd /s /q "AOD"
)
cd %systemdrive%\
md Tmp
echo Windows Registry Editor Version 5.00>> %systemdrive%\Tmp\tool.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run]>> %systemdrive%\Tmp\tool.reg
echo "AIMWDInstallFilename"=->> %systemdrive%\Tmp\tool.reg
regedit /s %systemdrive%\Tmp\tool.reg
cls
cd %systemdrive%\Tmp
del %systemdrive%\Tmp\*.* /f /q
cd ..
rd tmp
cd /d \
echo Removing miscelaneous icons created by AOD and AOL...
del /f /q /s FreeAO~1.lnk
del /f /q /s aod.exe
echo Removing Viewpoint media player...
del /f /q /s viewpoint.exe
del /f /q /s AolOnDesktop.exe
del /f /q /s AIMWDInstall.exe
del /f /q /s AolAod.exe
del /f /q /s aod.exe
del /f /q /s viewpoint.exe
del /f /q /s AolOnDesktop.exe
del /f /q /s AIMWDInstall.exe
del /f /q /s AolAod.exe
cd "%systemdrive%\program files\aim"
del /f /q /s AIMWDInstall.exe
del /f /q /s aod.exe
del /f /q /s viewpoint.exe
del /f /q /s AolOnDesktop.exe
del /f /q /s AolAod.exe
cls
)
goto :dbbl

:dbbl
cls
if exist "%systemdrive%\program files\AOD" (
cd "c:\program files"
)
if exist "AOD" (
rd /s /q "AOD"
)
if exist "%systemdrive%\program files\aim\aod" (
cd "c:\program files\aim"
rd /s /q aod
)
if exist "%systemdrive%\program files\AIM\Sysfiles" (
cd "C:\Program Files\AIM"
rd /s /q "sysfiles"
)
if exist "%systemdrive%\program files\AWS" (
cd "%systemdrive%\program files\AWS"
)
if exist "%systemdrive%\program files\AWS\WeatherBug" (
cd "%systemdrive%\program files\AWS\WeatherBug"
echo Removing Weatherbug...
)
if exist "%systemdrive%\program files\AWS\WeatherBug\*.*" (
del /f /q "%systemdrive%\program files\AWS\WeatherBug\*.*"
)
if exist "%systemdrive%\program files\AWS\WeatherBug" cd ..
if exist "%systemdrive%\program files\AWS\WeatherBug" (
rd /s /q WeatherBug
)
if exist "%systemdrive%\program files\viewpoint" (
rd /s /q "%systemdrive%\program files\viewpoint"
)
if exist "%systemdrive%\program files\AWS" (
rd /s /q "%systemdrive%\program files\AWS"
)
cd /d \
del /f /q /s "Try Internet Service Free!.url"
del /f /q /s "Netscape ISP Try It! $9.95.url"
if not exist "tmp" md "tmp"
echo Windows Registry Editor Version 5.00 >>"tmp\reg.reg"
echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\ViewpointMediaPlayer]>>"tmp\reg.reg"
"%windir%\regedit" /s "tmp\reg.reg"
rd /s /q tmp
cls&echo Finished Successfully. You may now start AIM.
echo Press any key...
pause>nul
End Copy --------------------------------------------------------------------------
Reply With Quote
  #35 (permalink)  
Old 10-21-2006, 01:41 PM
x7blackandblue x7blackandblue is offline
Junior Member
 
Join Date: Oct 2006
Posts: 7
x7blackandblue is on a distinguished road (10)
Just dont use it O_o

AIM is dangerous. I say, just dont use it. I'm sorry that I feel this way, but an IM program that forwards your computer activity to 3 different servers, installs bad software, and other annoying mess...Just use trillian or gaim.
Reply With Quote
  #36 (permalink)  
Old 10-22-2006, 03:56 AM
rae_rae rae_rae is offline
Junior Member
 
Join Date: Dec 2004
Location: .
Posts: 7
rae_rae is on a distinguished road (10)
Send a message via AIM to rae_rae Send a message via MSN to rae_rae
"forwards your computer activity to 3 different servers" ?

Do you mind telling us what you are talking about? That sounds highly suspect ;]

And isn't Gaim only for Linux boxes? You can't install AIM on Linux unless you have a Windows emulator like Wine...So that's pretty much stating the obvious; If I had Linux installed, I would pretty much be forced into using Gaim ;]

I have tried Trillian and Gaim both. Yes, they are nice but in 'my opinion' they are missing at least one very 'important to me' feature; permissions/file serving capacity.

Anyway, we are all looking forward to your information ;]
*Waits...*
Reply With Quote
  #37 (permalink)  
Old 11-11-2006, 02:32 PM
x7blackandblue x7blackandblue is offline
Junior Member
 
Join Date: Oct 2006
Posts: 7
x7blackandblue is on a distinguished road (10)
Kay

Well the three different servers are Viewpoint, and AOL. The Third one was a misread now seeing it is only Two. And don't use GAIM or Trillian. Nobody is forcing you to.
Reply With Quote
  #38 (permalink)  
Old 11-11-2006, 02:33 PM
x7blackandblue x7blackandblue is offline
Junior Member
 
Join Date: Oct 2006
Posts: 7
x7blackandblue is on a distinguished road (10)
PS- No, GAIM Is for Windows and Linux.
Reply With Quote
Reply



Currently Active Users Viewing This Topic: 1 (0 members and 1 guests)
 
Topic Tools

Posting Rules
You may not post new topics
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Topics
Topic Topic Starter Forum Replies Last Post
AIM video chat problem efrady AIM Support 15 11-28-2008 11:30 PM
Latest & most useful AIM programs Someguy03 AIM Support 15 10-05-2008 03:15 PM
AIM clients - How to put the lockdown on security! WhiteMateria AIM Support 14 08-02-2008 06:05 PM
AIM 5.9: Fix to text input sizing bug? bangbang023 AIM Support 0 03-26-2005 05:06 PM
Help: New Aim Problem Never Encountered On This Board!!!! Fleshka AIM Support 2 02-13-2005 09:48 PM

All times are GMT -5. The time now is 04:12 AM.
Return to the BigBlueBall.com homepageHome | Contact Us | Privacy Statement | Advertise | Top
Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6
Content Relevant URLs by vBSEO 3.0.0 RC6
©1999 - 2008 BigBlueBall.com All rights reserved.