...........<<<Pa d foot>>>.....

Hello!!!!!!!!!!!!!!!.... Welcome to my Blog Site... Ito ang aking pinagkakaabalahan habang ako ay walang ginagawa o wala akong klase.....Madami akong ipinost dito na kung ano-ano..... my movie, cartoon, software, Pc games, music, funny video, e-books graphics at iba pa.......

Pwede kayong mag-ewan ng "comments sa akon" .

Your Friendly Neigborhood!!!!!!!!!!!!!!! (Spiderman)

Enjoy your stay!

Themes for xp:

September 28, 2007

[RS.Com] - 70 Themes For XP


Here are some amazing Windows Vista themes for your Windows XP.

Customizing your Windows desktop is now more fun than ever with this packege. Delight your friends and family with this fun, new way to customize Windows XP.

Package contain 70 themes with a size of 63mb. The files name is windows visual style.

Code:

http://rapidshare.com/files/42995012/70_Themes_4_XP.rar

Credit:Mecho

Posted by malloveras at 7:43 am | permalink | comments[1]

Windows Xp Crystal Edition v3 2008

August 28, 2007


Features

1-All latest hotfixes integrated till this moment
2-More speed while browsing internet and network computers
3-New programs has been added with the latest versions
4-More useful registry tweaks
5-Faster connection speed has been unlocked
6-Annoying windows error message has been disabled
7-windows file protection has been disabled
8-New beautiful background wallpapers
9-New style icons and themes
10-Transparent glass aero
11-New boot screen and logon screen
and much more

Windows Crystal XP V3
————————————————————————–
Only install this edition of Windows onto a freshly formatted partition

First of all there is {no languages or drivers has been removed}
======================================

Removed

Help and support files
Wallpapers and backgrunds {Replaced}
Windows Sounds
Old Windows Themes {Replaced}
Wordpad
Movie Maker
Old Windows Cursures {Replaced}
Old screen savers
Image
Integrated

All latest microsoft sp2 hotfixes till july 2007
Internet Explorer 7

Media Player 11
Flash player 9
Direct x9
Control panel addons:
1-Boot safe
2-Boot Vis
3-Clear Type Tuning
4-Cpu-Z.CPL
5-Dial-a-fix
6-HD Tune
7-HostXpert
8-Mem Test
9-MS Autoplay Repair Wizard
10-MS Time Zone
11-MS Virtual cd-Rom
12-MS Config
13-Msi Cleanup Utility
14-Services and Devices
15-Startup Control Panel
16-Tweakui
17-User Accounts 2
18-Win Update List
19-Xp-Antispy

==================

Default Programs

1-Foxit pdf reader
2-K-Lite Mega codec pack
3-Node23 Antiviruse
4-Orbit Downloader
5-Tuneup Utilities
6-Winamp mp3 player
7-Windows Live Messenger
8-Winrar Corporat
9-Yahoo Messenger

Image

Optional Programs

1-Firefox Web Browser
2-Microsoft .NET Framework Version 2.0
3-Microsoft Java
4-Faststone Image Viewer
5-Nero Micro v7.7.5.1
6-UltraISO Premium Edition
7-Powertoy Image Resizer
8-Utorrent
9-Paint .Net
10-Flash Games


Download Links:

Code:

Windows Xp Crystal Edition part1
Windows Xp Crystal Edition part2
Windows Xp Crystal Edition part3
Windows Xp Crystal Edition part4
Windows Xp Crystal Edition part5
Windows Xp Crystal Edition part6
Windows Xp Crystal Edition Part7

Windows Xp Crystal Edition Part8

 Links Updated…………

Credited:Th3zone.com 

Posted by malloveras at 1:33 pm | permalink | comments[11]

Firefox Speed Tweak

August 17, 2007

This is a more in depth guide to speeding up Mozilla Firefox than some other guides. This guide was made so that any computer could become faster, not just a fast computer with a fast connection.

First, install the ChromEdit Plus extension.(Get it here: http://webdesigns.ms11.net/chromeditp.html#top) It makes it easier to edit user files.
Now, run Firefox, go to Tools > Edit User Files, click user.js tab.
Insert the following texts based on your PC speed and internet connection.

Here’s a little key:
Fast Computer is greater than 1.5Ghz CPU and atleast 512MB RAM
Fast Connection is DSL or cable or better.

Common to all configurations

These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about:plugins and the bookmark menu delay is turned off.

/* Speed Tweak - Common to all Configurations */
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8) ;
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);

Fast Computer Fast Connection

/* Speed Tweak - Fast Computer Fast Connection */
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8) ;
user_pref("browser.cache.memory.capacity", 65536);

A couple settings of note - Firefox allocates 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.

Fast Computer, Slower Connection

This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.

/* Speed Tweak - Fast Computer, Slower Connection */
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8) ;
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);

Fast Computer, Slow Connection

/* Speed Tweak - Fast Computer, Slow Connection */
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8) ;
user_pref("network.http.max-persistent-connections-per-proxy", 8) ;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);

Slow Computer, Fast Connection

/* Speed Tweak - Slow Computer, Fast Connection */
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 1000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8) ;
user_pref("dom.disable_window_status_change", true);

One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.

Slow Computer, Slow Connection

We have entered the doldrums of the dial-up user

/* Speed Tweak - Slow Computer, Slow Connection */
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8) ;
user_pref("network.http.max-persistent-connections-per-proxy", 8) ;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("dom.disable_window_status_change", true);

Another Tweak

/* Speed Tweak - Another Tweak */
user_pref("network.dns.disableIPv6", true);

This tweak deactivates IPv6 in Firefox, because most if not all of the web is still using IPv4. IPv4 and v6 are internet protocols… how the data is transferred… v4 is the standard now and v6 is slowly being implemented around the world… it wont come into full swing until 2008-2010 sadly… it’s a huge infrastructure change, but the benefits will be great.

 Credited:Th3zone

Posted by malloveras at 12:00 pm | permalink | comments[2]

WORM_XPBAGUIO.A

Derived from Trend Micro.

http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM%5FXPBAGUIO%2EA&VSect=T

Technical Details

Arrival Details

This worm may arrive via network shares. It may also arrive via physical and removable drives.

Autostart Techniques

This worm creates the following registry entry(ies) to enable its automatic execution at every system startup:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\CurrentVersion\Run
WindowNT = "%System%\exiplorer.exe"

(Note: %System% is the Windows system folder, which is usually C:\Windows\System on Windows 98 and ME, C:\WINNT\System32 on Windows NT and 2000, or C:\Windows\System32 on Windows XP and Server 2003.)

Other System Modifications

This worm creates the following registry key(s)/entry(ies) as part of its installation routine:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion\Winlogon
LegalNoticeCaption = "PROMISE???"

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion\Winlogon
LegalNoticeText = "I am still waiting for the strawberry coming from my Baguio! Pls.. Help!"

Propagation via Network Shares, Physical, and Removable Drives

This worm enumerates drives and drops copies of itself in all available network shares, physical, and removable drives.

It drops an AUTORUN.INF file to automatically execute dropped copies when the drives are accessed. The said file contains the following strings:

[autorun]
shellexecute= {Malware file name}.exe

Other Details

This worm displays the following message box(es):

{WORM_XPBAGUIO.A}

Platforms Affected

This worm runs on Windows 98, ME, NT, 2000, XP, and Server 2003.

Solution:

Identifying the Malware Program

To remove this malware, first identify the malware program.

  1. Scan your computer with your Trend Micro antivirus product.
  2. NOTE the path and file name of all files detected as WORM_XPBAGUIO.A.

Trend Micro customers need to download the latest virus pattern file before scanning their computer. Other users can use Housecall, the Trend Micro online virus scanner.

Terminating the Malware Program

This procedure terminates the running malware process. You will need the name(s) of the file(s) detected earlier.

If the process you are looking for is not in the list displayed by Task Manager, proceed to the succeeding solution set.

  1. Open Windows Task Manager.
    • On Windows 98 and ME, press
    CTRL+ALT+DELETE
    • On Windows NT, 2000, XP, and Server 2003, press
    CTRL+SHIFT+ESC, then click the Processes tab.
  2. In the list of running programs*, locate the malware file(s) detected earlier.
  3. Select one of the detected files, then press either the End Task or the End Process button, depending on the version of Windows on your computer.
  4. Do the same for all detected malware files in the list of running processes.
  5. To check if the malware process has been terminated, close Task Manager, and then open it again.
  6. Close Task Manager.

*NOTE: On computers running Windows 98 and ME, Windows Task Manager may not show certain processes. You can use a third party process viewer such as Process Explorer to terminate the malware process.

On computers running all Windows platforms, if the process you are looking for is not in the list displayed by Task Manager or Process Explorer, continue with the next solution procedure, noting additional instructions. If the malware process is in the list displayed by either Task Manager or Process Explorer, but you are unable to terminate it, restart your computer in safe mode.

Removing Autostart Entry from the Registry

Removing autostart entries from the registry prevents the malware from executing at startup.

If the registry entry below is not found, the malware may not have executed as of detection. If so, proceed to the succeeding solution set.

  1. Open Registry Editor. Click Start>Run, type REGEDIT, then press Enter.
  2. In the left panel, double-click the following:
    HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>
    Windows>CurrentVersion>Run
  3. In the right panel, locate and delete the entry:
    WindowNT = "%System%\exiplorer.exe"
    (Note: %System% is the Windows system folder, which is usually C:\Windows\System on Windows 98 and ME, C:\WINNT\System32 on Windows NT and 2000, or C:\Windows\System32 on Windows XP and Server 2003.)

Removing Added Registry Entries

  1. Still in the Registry Editor, in the left panel, double-click the following:
    HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>
    Windows NT>CurrentVersion>Winlogon
  2. In the right panel, locate and delete the entry:
    LegalNoticeCaption = "PROMISE???"
  3. In the left panel, double-click the following:
    HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>
    Windows NT>CurrentVersion>Winlogon
  4. In the right panel, locate and delete the entry:
    LegalNoticeText = "I am still waiting for the strawberry coming from my Baguio! Pls.. Help!"
  5. Close Registry Editor.

Restoring AUTORUN.INF

  1. Right-click Start then click Search… or Find…, depending on the version of Windows you are running.
  2. In the Named input box, type:
    AUTORUN.INF
  3. In the Look In drop-down list, select a drive, then press Enter.
  4. Select the file, then open using Notepad.
  5. Check if the following lines are present in the file:
    [autorun]
    shellexecute= {Malware file name}.exe
  6. If the lines are present, delete the file.
  7. Repeat steps 3 to 6 for AUTORUN.INF files in the remaining removable drives.
  8. Close Search Results.

Running Trend Micro Antivirus

If you are currently running in safe mode, please restart your computer normally before performing the following solution.

Scan your computer with Trend Micro antivirus and delete files detected as WORM_XPBAGUIO.A. To do this, Trend Micro customers must download the latest virus pattern file and scan their computer. Other Internet users can use HouseCall, the Trend Micro online virus scanner.

 credited by: Sir Billie

Posted by malloveras at 9:13 am | permalink | comments[1]

Removing Ravmone.exe in your PC and Flash Drive

 

 

Upon execution, it creates a copy of itself into the windows system directory:
%Windir%\RAVMON.EXE

Also create a non-malicious "RavMonLog" file that contains the
port number on which its backdoor component listens.

Adds the following values to the registry to auto start itself when Windows starts.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
"RavAV" = "%Windir%\RAVMON.EXE"
Indications of Infection

Removing Ravmone.exe in your flash drive

1. CTRL-ALT-DEL
2. click task manager. click on processes tab.
3. end all processes named Ravmone.exe except for one.
(magtira ka ng isa. usually more than one ang nakarun)
4. Open your flash drive in explorer and look for the file
ravmone.exe (be sure that hidden files are viewable) .
In the task manager, end the remaining ravmone.exe process.
Quickly switch back to your flash drive and delete
the file ravmone.exe.
5. Delete the file autorun.inf in the flash drive.
search the net for any backup autorun.inf for flashdrive
and replace your infected autorun.inf file.

To remove ravmone in your pc.

Follow 1-3
4. Goto c:/windows in explorer and look for the file ravmone.exe
(be sure that hidden files are viewable) . In the task manager,
end the remaining ravmone.exe process. Quickly switch back to
c:/windows and delete the file ravmone.exe.

credited by : Sir Billie 

Posted by malloveras at 9:04 am | permalink | comments[1]

About Me

Check nyo na lang ang site na ito:

htttp://www.friendster.com/malloveras

http://www.facebook.com/?ref=logo#!/profile.php?id=100000155095726

Add nyo na rin po... hehehe para dumami pa ang friends ko sa friendster......


 


Sponsored Links

    

Recent Photo

Rapidshare Account

What is Rapidshare Account?

With 100 Gigabit/s of internet connectivity, RapidShare is one of the biggest and fastest web hosters world wide.

Want a free Rapidshare account ?

1. Register a paypal account at CLICK HERE
When they ask for your credit card just click [Cancel]

2. Register at CLICK HERE
After registration login and go to surf ads
They will pay for every click on their ads
Your weekly earnings = $7.70!
Your monthly earnings = $30.80!

3. When you collected the needed money buy a Rapidshare account


How Much My Blog!!!!!!!

 

This website is worth
What is your website worth?

 

Links Pimped

Pimp Rank:Are you a Link Pimp?

 


Certified Backlinks.
Site Class:Are you a Big Fish?


Send SMS Message

Subscribe

Visitors

Vote the Blog

Rescent Viewers

My Blog Juice

Search Powered by Google

Discussion

Message Board

Funny Youtube Videos:

Watch Funny Videos and Clips that can make you laugh hard

wanted textmate:

nice blog. exchange link po tau. www.textmate.tk

Pacquiao vs Mayweather:

Pacquiao vs Mayweather Fight, News and Updates

freehost:

free webhosting. Get your own customized website on the internet in minutes. http://mlangonline.com

marky:

Black xp v.32 superbar edition by kirk
http://thepiratebay.org/torrent/4810048/Black_XP_Ultimate_32_SuperBarEdition

Mark Anthony Ramos:

mga tropa dito po merong bagong release na black xp
http://thepiratebay.org
click top 100, application,windows
tapos hanapin nyo yung release ni kirk
na black xp. lufet!!!
silipin nyo na lang po. see you there

Mark Anthony Ramos:

ehem! to all peeps looking for a black XP
there is a new and last version of black XP by kIRK.
black XP last edition build 31. PM me in my YM for the Link if you are interested.
marshal_357@yahoo.com

tsina:

been here. :)

admin:

ito number ko 09206009567.. saka k

princess:

sdgv

princess:

engeng tekzm8

princess:

pwdng kunin # mo?

princess:

pgod nquh

princess:

bsta wla aqng msav sau!!!!!!!!1

princess:

hi

princess:

grabe

princess:

wow

princess:

awesome

princess:

ang gling mu grabe!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!yyyyyyyyyyeeeeeeeeeeehhhhhhhhhhhhhhhhhheeeeeeeeeeeeeyyyyyyyy

Kenchi:

Pre, na-dadownload ba ung mga links sa right side? Like yung XP Black? Kung ‘oo’ panu? Share mo naman..tnx

Leave a message ▼