Minggu, 30 November 2008

Viral Link = Link Farm ?

Viral Link = mata rantai karena virus, duh ada-ada saja ya ide bagus dari sohib blogger ini dalam tips untuk menaikkan traffic-nya. Ini pas saya baca di blogger sohib-sohib yang sudah berkompetisi dibidang tersebut yang mengacu pada viral-linking. Saya sih belum berani coba karena mengacu pada artikel saya tentang Link Farm, salah satu kutipan tentang Link-Farm sendiri dimana "Dengan indikasi link farm, pihak search engine / mesin pencari seperti Google dll akan dengan mudah menutup akses (banned) hasil pencariannya ke situs link farm tersebut”. Ini mengingat link farm sangat mudah untuk disalahgunakan sebagai upaya mendongkrak ranking suatu situs/blog secara brutal". Saya mohon maap sudah mengomentari tentang ide ini dan tidak bermaksud menggurui atau apa, ya mungkin ini cuman sebagai referensi buat saya pribadi yg mungkin belum berani bertaruh untuk di Banned Mbah-nya dan hilang dalam peredaran dalam sekejap HeHeHe. Jika memang sudah ciamik, gak salah juga saya akan mencobanya, cuman kawatir aja sama Mbah Buyut Google tentang Viral-Link ini. Mohon-maap juga buat sohib blogger yang sudah tagged dan belum dipasang. Semoga dengan tricks tersebut sangat bermanfaat dan justru tidak merugikan kita. Ditunggu perkembangan dalam sesi selanjutnya.........

Kurang lebih perintah kode-nya seperti ini :


{Start Copy Here}


Rules :
1. Copy paste from {Start Copy Here} to {End Copy Here}
2. Please link back to the person who tagged you and PASS this tag to many of your friends
3. If you have more than one blog, please post this to all of your blogs, the more the merrier.
4. The use of NO FOLLOW on links is not allowed, Let's all be fair!
5. Remember to come back here at JENNY TALKS (pls don't change this link) and leave the exact post url so I can add you to the master list to help increase our rankings and improve our Technorati Authority.
6. Spread the virus.. oooopps I mean the VIRAL LINKING and happy blogging!

BLOGGERS :
1. http://YourBlogsHere.com etc...

{END Copy Here}

Manual Registry Repair For Windows XP

To use the Regedits : Save the REG file on your hard drive. Double click it and answer yes to the import prompt. REG files can be viewed in Notepad by right-clicking on the file and selecting Edit.


To use the files VBS : Download. Vbs file and save it to your hard drive (you may want to do right click and use Save Target As). Double click the vbs file. You will be prompted when the script is done.


NOTE : If your anti-virus software that warns of a "malicious" script, this is normal if you have "security scripting" or similar enabled technology. These scripts are not malicious, but it does make changes to the system registry.

Disable or Enable Registry Editing Tools .reg


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"**.del.DisableRegistryTools"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"**del.DisableRegistryTools"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000


Enable or Disable Screen Saver ( Save As To .vbs )

Dim WSHShell, RegKey, ScreenSaver, Result
Set WSHShell = CreateObject("WScript.Shell")
RegKey = "HKCU\Control Panel\Desktop\"
ScreenSaver = WSHShell ( Save As To .reg )Read (regkey & "ScreenSaveActive")
If ScreenSaver = 1 Then 'Screen Saver is Enabled
Result = MsgBox("Your screen saver is currently active." & _
vbNewLine & "Would you like to disable it?", 36)
If Result = 6 Then 'clicked yes
WSHShell ( Save As To .reg )Write regkey & "ScreenSaveActive", 0
End If
Else 'Screen Saver is Disabled
Result = MsgBox("Your screen saver is currently disabled." & _
vbNewLine & "Would you like to enable it?", 36)
If Result = 6 Then 'clicked yes
WSHShell ( Save As To .reg )Write regkey & "ScreenSaveActive", 1
End If
End If


Enable_DragDrop ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_EnableDragDrop"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoChangeStartMenu"=dword:00000000


Enable_Installer ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
"{098f2470-bae0-11cd-b579-08002b30bfeb}"


Enable_Fix-exe-XP ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"

[HKEY_CLASSES_ROOT\exefile\shell]

[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shell\runas]

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shellex]

[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]
@="{09A63660-16F9-11d0-B1DF-004F56001CA7}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"


Enable_Flash_IE ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus\1]
@="131473"


Enable_Folder and Icon Refresh ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
"UpdateMode"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000000


Enable_FolderOptions ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:0000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:0000000


Enable_Right_Click ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoViewContextMenu"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoViewContextMenu"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000


Enable_Menu+Winlogin ( Save As To .inf )

[Version]
Signature="$Chicago$"
Provider=Vaksincom

[DefaultInstall]
AddReg=UnhookRegKey
DelReg=del

[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, "Explorer.exe"
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Userinit,0, "C:\WINDOWS\system32\userinit.exe"
HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"

[del]
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableTaskMgr
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoFind
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoRun
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableCMD
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoFolderOptions
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoClose
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoDesktop
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoDrives
HKCU, Software\Microsoft\Windows\ShellNoRoam\MUICache,C:\WINDOWS\system32\winlogin.exe
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run
HKCU, Software\Microsoft\Windows\CurrentVersion\RunServices
HKCU, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKCU, Software\Microsoft\Windows\CurrentVersion\RunOnce, services
HKCU, Software\Microsoft\Windows\CurrentVersion\RunServices, services
HKCU, Software\Microsoft\Windows\CurrentVersion\RunServicesOnce, services
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run, services
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFind
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoClose
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDesktop
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDrives
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoRun
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, NoDiskCpl
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp, Disabled
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion,Winlogon
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer,ShowSuperHidden
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\run
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer,NoFind
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer,NoRun
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System,DisableRegistryTools
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System,DisableTaskMgr
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce, services
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx, services
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices, services
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce, services
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run, services
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion, winlogon
HKU, S-1-5-21-1177238915-412668190-839522115-1003\Software\Microsoft\Windows\CurrentVersion\RunServices,services
HKU, S-1-5-21-1177238915-412668190-839522115-1003\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce,services
HKU, S-1-5-21-1177238915-412668190-839522115-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache,C:\WINDOWS\system32\winlogin.exe
HKU, .DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run
HKU, .DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools


Enable_MenuSearch ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoShellSearchButton"=dword:00000000


Enable_MyComputer ( Save As To .vbs )

Message = "To work correctly, the script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"
X = MsgBox(Message, vbYesNo, "Notice")
If X = 6 Then
On Error Resume Next
Dim WSHShell, n, MyBox, p, t, errnum, vers
Dim itemtype
Dim enab, disab, jobfunc
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum\{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
itemtype = "REG_DWORD"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "The My Computer icon is now "
t = "Confirmation"
Err.Clear
n = WSHShell ( Save As To .reg )Read (p)
errnum = Err.Number
if errnum <> 0 then
WSHShell ( Save As To .reg )Write p, 0, itemtype
End If
If n = 0 Then
n = 1
WSHShell ( Save As To .reg )Write p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell ( Save As To .reg )Write p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR, 4096, t)
End If
Set WshShell = Nothing
On Error GoTo 0
For Each Process in GetObject("winmgmts:"). _
ExecQuery ("select * from Win32_Process where name='explorer.exe'")
Process.terminate(0)
Next
MsgBox "Finished." & vbcr & vbcr , 4096, "Done"
Else
MsgBox "No changes were made to your system." & vbcr & vbcr, 4096, "User Cancelled"
End If


Enable_SaveMode ( Save As To .inf )

[Version]
Signature="$Chicago$"
Provider=Vaksincom

[DefaultInstall]
AddReg=UnhookRegKey
DelReg=del

[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, "Explorer.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\vgasave.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\vga.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\tdtcp.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\tdpipe.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\sr.sys,,,FSFilter System Recovery
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\sermouse.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpwd.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpdd.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpcdd.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\dmiot.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\dmboot.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\vgasave.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\vga.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\sr.sys,,,FSFilter System Recovery
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\sermouse.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmload.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmio.sys,,,Driver
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmboot.sys,,,Driver


Enable_Scroll_Program ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"Start_ScrollPrograms"=dword:00000001
"StartMenuScrollPrograms"="NO"


Enable_Search ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFind"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFind"=dword:00000000


Enable_StartMenu ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
"NoChangeStartMenu"=dword:00000000
"NoStartMenuSubFolders"=dword:00000000
"NoStartMenuMFUprogramsList"=dword:00000000
"NoStartMenuMorePrograms"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_EnableDragDrop"=dword:00000001


Enable_TaskMgr-1 ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000


Enable_TaskMgr-2 ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
"DisableTaskMgr"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000000


Enable_USB_PortFix ( Save As To .reg )

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Type"=dword:00000001
"Start"=dword:00000003
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
52,00,49,00,56,00,45,00,52,00,53,00,5c,00,55,00,53,00,42,00,53,00,54,00,4f,\
00,52,00,2e,00,53,00,59,00,53,00,00,00
"DisplayName"="USB Mass Storage Driver"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Enum]
"0"="USB\\Vid_116f&Pid_0005\\20031015193616796"
"Count"=dword:00000001
"NextInstance"=dword:00000001


Enable+Disable Show Hidden Files-Folders ( Save As To .vbs )

Message = "To work correctly, the script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"
X = MsgBox(Message, vbYesNo, "Notice")
If X = 6 Then
On Error Resume Next
On Error Resume Next
Dim WSHShell, n, p, itemtype, MyBox
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
itemtype = "REG_DWORD"
n = WSHShell ( Save As To .reg )Read (p)
errnum = Err.Number
if errnum <> 1 then
WSHShell ( Save As To .reg )Write p, 2, itemtype
End If
If n = 2 Then
WshShell ( Save As To .reg )Write p, 1, itemtype
MyBox = MsgBox("Show Hidden Files and Folders are now ENABLED", 64, "Hidden Files and Folders")
End If
If n = 1 Then
WshShell ( Save As To .reg )write p, 2, itemtype
MyBox = MsgBox("Show Hidden Files and Folders are now DISABLED", 64, "Hidden Files and Folders")
End If
Set WshShell = Nothing
On Error GoTo 0
For Each Process in GetObject("winmgmts:"). _
ExecQuery ("select * from Win32_Process where name='explorer.exe'")
Process.terminate(0)
Next
MsgBox "Finished." & vbcr & vbcr , 4096, "Done"
Else
MsgBox "No changes were made to your system." & vbcr & vbcr, 4096, "User Cancelled"
End If


Enable+Disable_WellcomeScreen ( Save As To .vbs )

Dim WSHShell, n, MyBox, p, p1, t, cn, Caption, itemtype, errnum
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\Administrator"
itemtype = "REG_DWORD"
t= "Choose Accordingly"
On Error Resume Next
n = ws ( Save As To .reg )Read(p)
errnum = Err.Number
If errnum <> 0 then
n = 0
End If
Caption = "1 = Show Administrator on Destop, 0 = Don't Show Administrator on Desktop"
On Error Goto 0
cn = InputBox(Caption, t, n)
If cn <> "" Then
WSHShell ( Save As To .reg )Write p, cn, itemtype
End If
If cn <>"" Then
MyBox = MsgBox("You must Log Off/Log On for the changes to take effect.", vbOKOnly,"Done")
End If
VisitKelly's Korner
Sub VisitKelly's Korner
If MsgBox("This script came from the Tweaks Section of Kelly's Korner" & vbCRLF & vbCRLF & "Would you like to visit Kelly's Web Site now?", vbQuestion + vbYesNo + vbDefaultButton, "Visit Kelly's Korner") =6 Then
wshshell.Run "http://www.kellys-korner-xp.com/xp_tweaks.htm"
End If
End Sub

Rabu, 26 November 2008

Easy To Remove Virus From PC

Identify the name of the virus. I usually use systeminternals the manager know the name of the virus. if they can not even access the software then tell me what the virus is doing with your PC then i will help you determine your name. Killing the running process of the virus on your PC ... For example, if the virus is running under iph.exe process then kill the task. Remove the virus back up your hard drive to WipEout potential future threats. Redesign of the previous damage done by the virus as mission-manager with disabilities, autoruns virus, and so on.
First open the notebook, then type the following, as I have done everything possible to kill the virus process running in the background.


@ECHO OFF
TASKKILL /F /IM "RUNDLL32.EXE"
TASKKILL /F /IM "DRWTSN32.EXE"
TASKKILL /F /IM "RAVMON.EXE"
TASKKILL /F /IM "NEW FOLDER.EXE"
TASKKILL /F /IM "NEWFOLDER.EXE"
TASKKILL /F /IM "WINFILE.EXE"
TASKKILL /F /IM "SCVSHOSTS.EXE"
TASKKILL /F /IM "SCVVHSOT.EXE"
TASKKILL /F /IM "SSCVIHOST.EXE"
TASKKILL /F /IM "SVCHSOT.EXE"
TASKKILL /F /IM "SCVHOSTS.EXE"
TASKKILL /F /IM "SXS.EXE"
TASKKILL /F /IM "BLASTCLNNN.EXE"
TASKKILL /F /IM "SCCVIHOST.EXE"
TASKKILL /F /IM "FUN.EXE"
TASKKILL /F /IM "RMHOST.EXE"
TASKKILL /F /IM WSCRIPT.EXE
TASKKILL /F /IM IMAPD.EXE
TASKKILL /F /IM DXDLG.EXE


Remove possible virus backups from the hard disk. Here is the piece of code that I used.

DEL "%WINDIR%\RAVMON.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\NEW FOLDER.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\NEWFOLDER.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\WINFILE.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SCVSHOSTS.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SCVVHSOT.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SSCVIHOST.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SSCVIHOST.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SCVHOSTS.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SVCHSOT.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SXS.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\RUN.WSH" /F /Q /S /A H R S A
DEL "%WINDIR%\KERNEL32.SYS" /F /Q /S /A H R S A
DEL "%WINDIR%\XMSS.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\BLASTCLNNN.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SCCVIHOST.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\KINZA.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\FUN.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\ISETUP.VBS" /F /Q /S /A H R S A
DEL "%WINDIR%\RMHOST.EXE" /F /Q /S /A H R S A
DEL "%WINDIR%\SYS.VBS" /F /Q /S /A H R S A
DEL "%WINDIR%\BOOT.VBS" /F /Q /S /A H R S A
DEL "%WINDIR%\SOVITTAMRAKAR.EXE" /F /Q /S /A H R S A


Now we're going to repair the row that the virus had damaged.

reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /f /d "%windir%\system32\userinit.exe",
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /f /d "explorer.exe"
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t Reg_Binary /v NoDriveAutoRun /f /d ffffff03
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t Reg_dword /v NoDriveTypeAutoRun /f /d 36
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t Reg_dword /v NoFolderOptions /f /d 0
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /v DisbleRegistryTools /f /d 0
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /v DisableTaskMgr /f /d 0

Remove Antivirus 2009

Antivirus 2009 is a new rogue anti-spyware program. It is also a clone of Antivirus 2008 - also a rogue, and that one of the clones produced more than any other recently. The list of these clones is long: System Antivirus 2008 Antivirus end of 2008, Vista Antivirus 2008, XP Antivirus 2008 etc. Like any of his predecessors, Trojans Antivirus2009 uses, such as Zlob or Vundo, to the spread. These Trojans lurking in the porn / warez sites disguised as video codecs and, upon entering the system, flooding the user with pop-ups and false notification system, presumably to inform him of an infection. While the system at hand can be infected, Antivirus 2009 to inform the user of this regardless of whether it is true or not. The point of this disinformation is to convince the user who is infected and therefore need an antispyware program to dispose of the threat. The user can click on one of the pop-ups or notifications, all of which assert that it will lead to a legitimate security tool, but try to buy him Antivirus2009 the "authorized version" instead. Antivirus2009 can redirect browser to anti-prima-scan.com, webscannertools.com, googlescanners-360.com, livesecurityinfo.com, antivirusonlivescan.com, bestantivirusscan.com, anti-best.com, internetquarantinesite.com, and premiumlivescan.com secureclick1.com Web sites that sell malware. Some of these website are not only fraudulent, but are also malicious. are able to install new malware. Antivirus 2009 is a scam and should be treated as such: Do not download or buy and block Web sites is through your HOSTS file. Download Remove For Antivirus 2009 or here.



Kill processes :

av2009.exe
av2009[1].exe
AV2009Install.exe
Antivirus2009.exe


Delete registry values:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ CurrentVersion\Run\15358943642955870504508370025739
HKEY_LOCAL_MACHINE\SOFTWARE\Antivirus
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\”Antivirus” = “%ProgramFiles%\Antivirus 2009\Antvrs.exe”
HKEY_CURRENT_USER\Software\Antivirus


Delete files :

av2009.exe
av2009install.exe
av2009install_0011.exe
av2009[1].exe
Antivirus2009.exe
ieupdates.exe
scui.cpl
%program_files%\\antivirus
2009\\av2009.exe
%startmenu%\\antivirus
2009\\antivirus
2009.lnk
%startmenu%\\antivirus
2009\\uninstall
antivirus
2009.lnk
winsrc.dll
%desktopdirectory%\\antivirus
2009.lnk
winsrc.dll
ieupdates.exe
av2009install_0011.exe
av2009install.exe
%program_files%\\antivirus
2009\\av2009.exe

Senin, 24 November 2008

Free Google Monitor for Blogger

Free Monitor for Google is free web promotion software designed for search engine specialists and webmasters. With it, you can find the position of your site in Google Top for popular keywords and get more traffic to Google. Google Monitor will query Google and show the position of your site by your target keywords and also how well your competitors are doing. Keeps statistics on several URLs and several lists of keywords. You can add notes. Google is the most popular search engine. Monitor Google with our free software. Google Monitor is easy-to-use software. Please follow the steps below in order to quickly check your rankings :


1. Click the "Add URL" button.
2. Type the URL of your site. Hint : you may omit http:// part of the URL. Click "OK".
3. Click the "Keywords" button.
4. Enter all keywords you are interested in one by one. Click "OK".
5. Click the "Search" button and wait until the process is over.

That's it! Now you can see the position of your site on Google for different keywords on the left side of the window and you can see all their competitors by the keyword selected on the right side of the window.
Note: by default, Free Monitor for Google controls only the first 10 results. If you need more, please, open the Preferences window and increasing that value.



Info
Current version : 2.4 Feb 27, 2008
Operating system : Windows 98/2000/XP/Vista
Size : 1.45 Mb
Download Now

Increasing The Speed of The Hard Disk

To speed up the hard disk speed we need to set up a special buffer in computer memory to enable it to better address interruptions from the disc. This tip is only recommended if you have 256 MB of RAM or higher.


Follow this steps :
1. Run SYSEDIT.EXE from the Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file till you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type Irq14=4096

Note: This line IS CASE SENSITIVE. Click on the File menu, then choose Save. Close SYSEDIT and reboot your computer. Done. Speed improvement will be noticed after the computer reboots.

Tips Convert To Basic and Dynamic Disks on Microsoft Windows XP

Windows XP Professional supports two types of disk storage : basic and Dynamic. Basic disk storage uses partition-oriented disks. A base disk contains basic volumes (primary partitions, extended partitions, and logical drives). Dynamic disk storage uses volume-oriented disks, and includes features that basic disks do not, such as the ability to create volumes that span multiple disks (and spanned volumes).

General Notes
Before you change a basic disk to a dynamic disk, keep in mind these points :

Must be at least 1 megabyte (MB. of free space on any master Boot Record (MBR. disk that you want to convert. This space is automatically reserved when the partition or volume is created in Microsoft Windows 2000 or Windows XP Professional. However, it may not will be available on partitions or volumes that are created in other operating systems. When converting to a dynamic disk, the existing partitions or logical units in the basic disk become simple volumes in the dynamic disk.

After converting to a dynamic disk, the dynamic volumes can not be changed back to partitions. First, you must delete all dynamic volumes on the disk and then convert the dynamic disk back to a basic disk. If you want to keep your data, you must first make a backup copy or move data another volume.

After converting to a dynamic disk, local access to the dynamic disk is limited to Windows XP Professional and Windows 2000.

If your disk contains multiple installations of Windows XP Professional or Windows 2000, not to convert a dynamic disk. The conversion operation removes the entries for the partition of all the partitions the disc with the exception of the system and boot volumes for the current operating system.

Dynamic disks are not supported on portable computers or Microsoft Windows XP Home Edition.

Before you change a dynamic disk back to a basic disk, note that all existing volumes must be deleted from the disk before you can convert return to a basic disk. If you want to keep your data, back up the data, or move your data to another volume.

How to Convert a Basic Disk to a Dynamic Disk

To convert a basic disk to a dynamic disk:


1. Log on as Administrator or as a member of the Administrators group.
2. Click Start, and then click Control Panel.
3. Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management.
4. In the left pane, click Disk Management.
5. In the lower-right pane, right-click the basic disk that you want to convert, and then click Convert to Dynamic Disk.

NOTE : You must right-click the gray area that contains the disk title on the left side of the Details pane. For example, right-click Disk 0.

6. Select the check box that is next to the disk that you want to convert (if it is not already selected., and then clickOK.
7. Click Details if you want to view the list of volumes in the disk.

Cool Click Convert.

8. Click Yes when you are prompted to convert, and then click OK.

How to Convert a Dynamic Disk to a Basic Disk

To change a dynamic disk back to a basic disk:

1. Back up all the data on all the volumes on the disk you want to convert to a basic disk.
2. Log on as Administrator or as a member of the Administrators group.
3. Click Start, and then click Control Panel.
4. Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management.
5. In the left pane, click Disk Management.
6. Right-click a volume on the dynamic disk that you want to change to a basic disk, and then click Delete Volume.
7. Click Yes when you are prompted to delete the volume.

Cool Repeat steps 4 and 5 for each volume on the dynamic disk.

8. After you have deleted all the volumes on the dynamic disk, right-click the dynamic disk that you want to change to a basic disk, and then click Convert to Basic Disk.

NOTE:You must right-click the gray area that contains the disk title on the left side of the Details pane. For example, right-click Disk 1

Minggu, 23 November 2008

Check With iWEBTOOL







Google PageRank Prediction
Enter your domain name below:











PageRank Checker
Enter your domain name below:











Multi-Rank Checker
Enter your domain name below:












Backlink Checker
Enter your domain name below:











Rank Checker
Enter your domain name below:











Link Popularity
Enter your domain name below:






PageRank Button
Copy Paste For Blogger


<a href="http://www.iwebtool.com/webmasters/pagerank_button/"
target="_blank"><img alt="PageRank Button" src="http://www.iwebtool.com/images/pagerank_numimage.png" border="0"></a>

Kamis, 20 November 2008

Website Speed Test Tool

How capacities of rest a server website and speed of your website Herewith we can management and control our site. So that can avoid problems concerning capacities and speed which have and will be used.























Website Speed Test : Enter each address on a new line (Maximum 10)




(eg. dhuwuh.blogspot.com)









Google Crome Browser

Keunggulan Chrome adalah Manajemen Memory Chrome nya memiliki manajemen memory yang jauh lebih baik dan stabil dari pada browser lain. Setiap satu tab yang dibuka pada chrome sebenarnya adalah satu aplikasi chrome itu sendiri tidak seperti browser lain yang menganggap bahwa semua tab yang dibuka pada satu aplikasi browser adalah satu aplikasi. Manfaat manajemen memory itu sendiri bagi yang rutin browsing menggunakan browser lain, mungkin anda pernah mengalami Crashed ketika membuka banyak tab pada browser tersebut. Ini dikarenakan semua tab berbagi alokasi memory yang sama, sehingga apabila ada salah satu tab yang crash, maka semua tab juga akan ikut ter imbas pula. Hal seperti itu tidak akan terjadi pada Google Chrome. Spesifikasi Komputer harus kompatibel For Windows Vista/XP SP2. Bisa diunduh langsung disini.

Rabu, 19 November 2008

Tips Membuat Related Post Artikel Blogger

Wis-wis sekarang mau nyoba pasang Related Post ahh.. Fungsinya yaitu menampilkan semua Artikel berdasar Label/Katagori yang telah kita golongkan pada tempatnya masing-masing. Pasti bingung deh sing baca penjelasanku, aku aja juga bingung menjelaskannya kok HaHaHa. Contohnya seperti dibawah posting ini itupun klo belum saya hapus, bocorannya sih lumayan buat blogger kita agak berat dikit loading, HeHeHe.




Langsung langkahnya sbb :
1. Login blogger
2. Layout + Edit HTML + backup dahulu + Expand Widget Templates
3. Download file RelatedPost.txt ini
4. Cari kode --> <data:post.body/>, kemudian copy paste isi RelatedPost.txt dibawahnya :

<p><data:post.body/></p>
<b:if cond='data:blog.pageType == "item"'>
<div class='similiar'>
.
.
.
.
</b:if>



4. Save Template

PR Awards

Mumpung ada sedikit waktu luang demi menyisipkan coretan-coretan PR Award dari Sobat-sobat Blogger tercinta nih. Semoga dengan adanya hubungan kerja sama seperti ini, kita dapat mempererat tali silahturahmi antar sesama blogger indonesia tercinta. Aku sangat berterima kasih sekali atas kehormatan sobat semuanya yang telah men-saudarakan Wong Elek Suroboyo ini menjadi salah satu keluarga anda HeHeHe. Hanya ALLAH yang bisa membalas amal kebaikan kita semua, Amien. Wokeh lah, ini dikutip dari artikel terdahulu tentang Menjalin Persahabatan dengan Award ( Update ).

PR Award 1 :


Nah akhirnya dapet kerjaan extra nih dari om bloggeraddicter nih setelah habis lebaran blog ini langsung dapet PR-3, ya dengan sangat ekstra aku harus membongkar my top secret HeHeHe. Ya ada suka dan duka dari award yang diberikan si-om nih, abis gimana first love ntuh yg pertama kali aku kasih ama mantan bone pink panda HueHueHue... dan gak jodoh pula masih terpajang di kamar si-dia Hik. Oke deh sekarang mau ga mau harus buka-bukaan neh, dari mana dulu yaaaa.....


Gambare Wong Paling Elek sedunia

1. Identitas saya :

Nama : Setiawan
Alamat : Seputaran Wonokromo - Surabaya - Indonesia
No. Telp : Wah ntar dulu ya... takut banyak fans gelap HiHiHi
Tempat Lahir : Surabaya so pastinya ( Bonek )
Umur : RHS dulu (takut dikiri udah tua ntar..HeHeHe)
Tinggi : 170 cm (pendek tapi..rasanya bung...XiXiXi)
Berat : 65 Kg
Kulit : Kata temen-tem sih Item manizz kaya kereta api.. HeHeHe...
Rambut : Posisi sekarang sih lg pengen plontos.
Warga Negara : Indonesia
Domisili : Indonesia
Sekolah : STIKOM Surabaya - S1/Teknik Komputer, Mau menyelesaikan S-2/Elektro dan Rencana S-3
Pekerjaan : PNS ( Bidang PU - Konstruksi )

2. Nyontoh si-om aja deh HeHeHe. Sebenarnya blog ini yang versi kedua, gara-gara yang pertama kena kartu merah ama om google karena suatu sebab, ya jadi-nya males ngembangin dan timbul ide ini.

3. Hobi :
- Pecinta Alam ( HIMAPASTI, Tim SAR JATIM), Pendakian
- Otomotif
- Traveling
- Software dan Hardware
- Baca buku tentang gaib
- Musik Pop-Dangdut-Keroncong-Campursari-Rock, dll.
- Meditasi
- Kesehatan ( terapi akupunturis & refleksi )
- Untuk Blogging sih baru-baru aja kenal 2008.

4. Tujuan nge-blog sih cuman pengen berbagi / share unek2 dan ide aja + ads. google ( ya mungkin disini juga ada rejeki dari ALLAH SWT Amien ). Yang lebih utama sih mencari persahabatan, persaudaraan dan sapa tahu ada yang nyantol HeHeHeHeHe.

5. Mungkin ada yang mau kenal ama aku boleh silahkan yang berdomisili di surabaya, bisa kontak aja via email-ku, ntar aku ajak jalan-jalan traktir maem dll deh HeHeHe. Sementara gitu dulu deh, bingung mau nulis apa lagi, abis bukan penyair sih XiXiXi.....
Untuk yang akan mendapatkan award dari aku meskipun ndak berkenan di hati mohon diterina dengan ikhlas dan lapangan hati ya dan yang belum dapet mohon ditunggu dan sabar ya, pasti akan dapet deh.... ( Tunggu UPDATE terbaru penerima awards-nya ). Tak lupa aku ucapkan terimakasih banyak pada sohib-sohib yang telah mendukung keberadaan blog ini.



PR Award 2 :

Mengerjakan PR tentang bahasa inglid dari om Harry Ciamis, ternyata wacananya asik juga klo gak salah tentang sesuatu arti kandungan nama kita, yen gak salah HeHeHe. Dan berikut ini PR dari kota ciamis.

You are truly an original person. You have amazing ideas, and the power to carry them out.
Success comes rather easily for you... especially in business and academia.
Some people find you to be selfish and a bit overbearing. You're a strong person.
You are friendly, charming, and warm. You get along with almost everyone.
You work hard not to rock the boat. Your easy going attitude brings people together.
At times, you can be a little flaky and irresponsible. But for the important things, you pull it together.
You are confident, self assured, and capable. You are not easily intimidated.
You master any and all skills easily. You don't have to work hard for what you want.
You make your life out to be exactly how you want it. And you'll knock down anyone who gets in your way!
You are usually the best at everything ... you strive for perfection.
You are confident, authoritative, and aggressive.
You have the classic “Type A” personality.
You are very charming... dangerously so. You have the potential to break a lot of hearts.
You know how what you want, how to get it, and that you will get it.
You have the power to rule the world. Let's hope you're a benevolent dictator!
You are very intuitive and wise. You understand the world better than most people.
You also have a very active imagination. You often get carried away with your thoughts.
You are prone to a little paranoia and jealousy. You sometimes go overboard in interpreting signals.
You are wild, crazy, and a huge rebel. You're always up to something.
You have a ton of energy, and most people can't handle you. You're very intense.
You definitely are a handful, and you're likely to get in trouble. But your kind of trouble is a lot of fun.
You are a free spirit, and you resent anyone who tries to fence you in.
You are unpredictable, adventurous, and always a little surprising.
You may miss out by not settling down, but you're too busy having fun to care.
You are well rounded, with a complete perspective on life.
You are solid and dependable. You are loyal, and people can count on you.
At times, you can be a bit too serious. You tend to put too much pressure on yourself.


PR Award 3 :

Saya terima Tag Persahabatan dari Tante Lyla untuk mempererat tali silahturahmi.. Hik..Hik..Hik.. sampai mau nangis, habisnya pas ngetik PR ini disebelah lagi mengubas bawang bombay HeHeHe.


1. Menjalin Persahabatan dengan Award ( Update )
2. Anugerah Terindah dari Para Sahabat

Anugerah Terindah dari Para Sahabat


Just Share Tips and Tricks
" Best Award Arek Suroboyo Buat Sohib-sohib Tercinta "


Suatu kehormatan bagi saya, bagi sobat-sobat yang telah sudi mampir di blogger ini, saya persilahkan mengambil Tag Award "Best Award Arek Suroboyo" diatas, dengan maksud dan tujuan untuk memperpanjang tali Silahturahmi.






Award 1 : dari Om Bloggeraddicter

Just Tips and Tricks
Award 2 : dari Om Harry Ciamis







Award 3 : dari Tante Lyla



1. Menjalin Persahabatan dengan Award
2. PR Awards

Selasa, 18 November 2008

Tip Mengganti Standar Cursor Menjadi Cursor Animasi Pada Blogger

Melengkapi lagi nih tentang cara mengganti icon cursor standar diganti dengan cursor-animasi/cursor bergerak seperti pada desktop komputer, tapi yang ini diaplikasikan pada blogger. Animasi cursor dapat diperoleh gratis contohnya di free cursor animated.

Langkahnya :
1. Login Blogger
2. Layout + Edit HTML
3. Kemudian cari --> body {
4. Lalu taruh kode berikut :

body {
background: $bgColor;
margin: 0px;
padding: 0px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: $textColor;
font-size/* */:/**/small;
font-size: /**/small;

cursor: url("http://Alamat kursor animasi anda");
}

5. Untuk alterntif ke-2, pastekan kode ini dibawahnya kode --> <body>

<body style='CURSOR: url("http://Alamat kursor animasi anda")'>

6. Save template

Sabtu, 15 November 2008

Tips Membuat Blog Reaction Disetiap Posting Artikel Blogger

Sekarang cara menempatkan atau membuat Blog Reaction Technorati bisa ditempatkan dibawah disetiap Posting Artikel. Disini kita dapat kodenya pada Web-Technorati, akan tetapi ada perubahan sedikit pada scriptnya dan blog reactions tersebut akan saya tempatkan tepat disamping Posted by dan sebenarnya bisa ditempatkan dimana saja asal tujuan utama adalah dilingkupnya suatu artikel kita.

Tips Membuat Blog Reaction Disetiap Posting Artikel Blogger


Caranya :
1. Login blogger
2. Layout + Edit HTML + centang Expand Widget
3. Cari kode ini --> <p><data:post.body/>
4. Setelah ketemu, turun kebawah sedikit sampai ketemu kode sbb :

<p class='post-footer-line post-footer-line-1'>
<span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> <data:post.author/>
</b:if>
</span>


5. Setelah ketemu lalu sisipkan kode diantara :

<p class='post-footer-line post-footer-line-1'>
<span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> <data:post.author/>

<script src='http://embed.technorati.com/linkcount' type='text/javascript'/>
<a expr:href='&quot;http://technorati.com/search/&quot; + data:post.url'
rel='linkcount'>View blog reactions</a>

</b:if>
</span>


6. Save Template + Selamat mencoba

Tips Membuat Page Menu Widget Navigasi Pada Blogger

Membuat Page Menu Widget Navigasi yaitu suatu arahan/penunjuk halaman selanjutnya/sebelumnya yang biasanya terletak dibawah posting artikel blogger. Sehingga kita dan pengunjung yang malas membuka atau meng-klik arahan katogori/label dapat secara langsung menunjuk Navigasi halaman tertentu yang diinginkan secara cepat. Ini aku dapet dari http://rias-techno-wizard.blogspot.com dimana dalam penerapannya hanya copy-paste kode tersebut kedalam HTML/Java Script dan saya edit sedikit. Tanpa panjang lebar bagi yang belum tahu dan terserah mau dimodifikasi model apa HeHeHe... Untuk contohnya bisa anda lihat dibawah posting artikel saya, tapi disini saya hanya menampilkan judulnya saja tanpa ada isinya dan jika diklik maka isinya akan keluar.



1. Login Blogger
2. Layout + Page Elements + Add HTML/Java Script
3. Copy paste kode dibawah ini


<style>
.showpageArea {padding: 0 2px;margin-top:10px;margin-bottom:10px;
}
.showpageArea a {border: 1px solid #505050;
color: #000000;font-weight:normal;
padding: 3px 6px !important;
padding: 1px 4px ;margin:0px 4px;
text-decoration: none;
}
.showpageArea a:hover {
font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}
.showpageNum a {border: 1px solid #505050;
color: #000000;font-weight:normal;
padding: 3px 6px !important;
padding: 1px 4px ;margin:0px 4px;
text-decoration: none;
}
.showpageNum a:hover {
font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}
.showpagePoint {font-size:11px;
padding: 2px 4px 2px 4px;
margin: 2px;
font-weight: bold;
border: 1px solid #333;
color: #fff;
background-color: #000000;
}
.showpage a:hover {font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}
.showpageNum a:link, .showpage a:link {
font-size:11px;
padding: 2px 4px 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;}
.showpageNum a:hover {font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}
</style>
<script type="text/javascript">
function showpageCount(json) {
var thisUrl = location.href;
var htmlMap = new Array();
var isFirstPage =
thisUrl.substring(thisUrl.length-14,thisUrl.length)==".blogspot.com/";
var isLablePage = thisUrl.indexOf("/search/label/")!=-1;
var isPage = thisUrl.indexOf("/search?updated")!=-1;
var thisLable = isLablePage ?
thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length) : "";
thisLable = thisLable.indexOf("?")!=-1 ?
thisLable.substr(0,thisLable.indexOf("?")) : thisLable;
var thisNum = 1;
var postNum=1;
var itemCount = 0;
var fFlag = 0;
var eFlag = 0;
var html= '';
var upPageHtml ='';
var downPageHtml ='';
var pageCount=5;
var displayPageNum=3;
var firstPageWord = 'First';
var endPageWord = 'Last';
var upPageWord ='Previous';
var downPageWord ='Next';
var labelHtml = '<span class="showpageNum"><a
href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';
for(var i=0, post; post = json.feed.entry[i]; i++) {
var timestamp = post.published.$t.substr(0,10);
var title = post.title.$t;
if(isLablePage){
if(title!=''){
if(post.category){
for(var c=0, post_category; post_category = post.category[c]; c++) {
if(encodeURIComponent(post_category.term)==thisLable){
if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){
if(thisUrl.indexOf(timestamp)!=-1 ){
thisNum = postNum;
}
postNum++;
htmlMap[htmlMap.length] =
'/search/label/'+thisLable+'?updated-max='+timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount;
}
}
}
}//end if(post.category){
itemCount++;
}
}else{
if(title!=''){
if(itemCount==0 || (itemCount % pageCount ==(pageCount-1))){
if(thisUrl.indexOf(timestamp)!=-1 ){
thisNum = postNum;
}
if(title!='') postNum++;
htmlMap[htmlMap.length] =
'/search?updated-max='+timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount;
}
}
itemCount++;
}
}
for(var p =0;p< htmlMap.length;p++){
if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){
if(fFlag ==0 && p == thisNum-2){
if(thisNum==2){
if(isLablePage){
upPageHtml = labelHtml + upPageWord +'</a></span>';
}else{
upPageHtml = '<span class="showpage"><a href="/">'+ upPageWord +'</a></span>';
}
}else{
upPageHtml = '<span class="showpage"><a href="'+htmlMap[p]+'">'+ upPageWord
+'</a></span>';
}
fFlag++;
}
if(p==(thisNum-1)){
html += '&nbsp;<span class="showpagePoint"><u>'+thisNum+'</u></span>';
}else{
if(p==0){
if(isLablePage){
html = labelHtml+'1</a></span>';
}else{
html += '<span class="showpageNum"><a href="/">1</a></span>';
}
}else{
html += '<span class="showpageNum"><a href="'+htmlMap[p]+'">'+ (p+1) +'
</a></span>';
}
}
if(eFlag ==0 && p == thisNum){
downPageHtml = '<span class="showpage"> <a href="'+htmlMap[p]+'">'+ downPageWord
+'</a></span>';
eFlag++;
}
}//end if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){
}//end for(var p =0;p< htmlMap.length;p++){
if(thisNum>1){
if(!isLablePage){
html = '<span class="showpage"><a href="/">'+ firstPageWord +'
</a></span>'+upPageHtml+' '+html +' ';
}else{
html = ''+labelHtml + firstPageWord +' </a></span>'+upPageHtml+' '+html +' ';
}
}
html = '<div class="showpageArea"><span style="font-size:11px;padding: 2px 4px
2px 4px;margin: 2px 2px 2px 2px;color: #000000;border: 1px solid #333;
background-color: #FFFFFF;" class="showpage">Page '+thisNum+' of
'+(postNum-1)+': </span>'+html;
if(thisNum<(postNum-1)){
html += downPageHtml;
html += '<span class="showpage"><a href="'+htmlMap[htmlMap.length-1]+'">
'+endPageWord+'</a></span>';
}
if(postNum==1) postNum++;
html += '</div>';
if(isPage || isFirstPage || isLablePage){
var pageArea = document.getElementsByName("pageArea");
var blogPager = document.getElementById("blog-pager");
if(postNum <= 2){
html ='';
}
for(var p =0;p< pageArea.length;p++){
pageArea[p].innerHTML = html;
}
if(pageArea&&pageArea.length>0){
html ='';
}
if(blogPager){
blogPager.innerHTML = html;
}
}
}
</script>


<script
src="/feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999"
type="text/javascript"></script>
<div
style="text-align:right;font-size:10px;color:000000;margin-top:15px;display:none;">
<a href="http://dhuwuh.blogspot.com/">Grab this Widget</a></div>


4. Tempatkan widget tepat dibawah Posting
5. Sava & Lihat hasilnya

Kamis, 13 November 2008

Tips Menterjemahkan Blogger Dengan Google Site Translate

Nah sekarang pengen nampilkan blogger kita dalam translate multi language / terjemahan multi bahasa. Jadinya blog kita bisa diterjemahkan kedalam bahasa yang diinginkan oleh pengunjung lain yang beda bahasa. Disini tidak jauh-jauh saya menggunakan fasilitas mbah google yang fasilitas ini dapat dinikmati dan diundah di google translate yang mana setingan default-nya dapat kita sesuaikan dengan keinginan kita. Copy paste kode dibawah kedalam Layout + Page Elements + HTML/Java Scripts.

<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h=60&title=&border=&output=js"></script>






Tips Membuat Menu Horizontal dan Navigasi Bar Pada Header

Membuat simple menu navigasi pada header, dimana menu ini sebagai penunjuk seperti catagori dan sebagainya disamping itu untuk lebih memudahkan pengunjung mengetahui letak serta artikel yang diinginkan. Biasalah creasi blogwalking dengan sedikit modifi HeHeHe.
Wis langsung aja seperti biasanya.

Langkahnya : ( sorii gak sempat ngasih contoh gambar )
1. Login blog
2. Layuot + Edit HTML + centang Expand Widget Templates
3. Cari kode --> /* header dan tambahkan kode dibawah ini :


Untuk simple navigation bar / text link


a. Cari dan tambahkan kode berikut :

/* Header */
#newnavbar ul li{
font-size:100%;
list-style-type: none;
display:inline;
padding:0px;
margin:10px;
border:0px solid;
}


b. Kemudian kode :

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='
3'
showaddelement='
yes'>

c. sava template
d. Buka Page Elements + Add a Page Element + add HTML/JavaScript, tambahkan kode dibawah :

<div id='newnavbar'>
<ul>
<li><a href="Alamat Keterangan1">Keterangan1</a></li>
<li><a href="Alamat Keterangan2">Keterangan2</a></li>
<li><a href="Alamat Keterangan3">Keterangan3</a></li>
<li><a href="Alamat Keterangan4">Keterangan4</a></li>
<li><a href="Alamat Keterangan5">Keterangan5</a></li></ul></div>


Text Link dengan Hover Effect

a. Tambahkan kode dibawah :

/* Header */
#newnavbar ul li{
font-size:100%;
list-style-type: none;
display:inline;
padding:0px;
margin:10px;
border:0px solid;
}
#newnavbar li a{
color:#dfffed;
}
#newnavbar li a:visited {
color: #57E964;
}
#newnavbar li a:hover {
color: #F88017;
background: #ffff66;

}


Langkah (b), (c), (d) sama seperti diatas


Image navigation bar / image link

a. Cari dan tambahkan kode berikut :

/* Header */
#newnavbar ul li{
list-style-type: none;
display:inline;
padding:30px;
border:0px solid;
}


b. sava template
c. Buka Page Elements + Add a Page Element + add HTML/JavaScript, tambahkan kode dibawah :

<div id='newnavbar'>
<ul>
<li><a href="Alamat Keterangan1"><img
src="Alamat Image1"></a></li>
<li><a href="Alamat Keterangan1"><img
src="Alamat Image2"></a></li>
<li><a href="Alamat Keterangan1"><img
src="Alamat Image3"></a></li>
<li><a href="Alamat Keterangan1"><img
src="Alamat Image4"></a></li>
<li><a href="Alamat Keterangan1"><img
src="Alamat Image5"></a></li></ul></div>


Image navigation bar dengan hover effect / image link dengan efek hover

a. Cari dan tambahkan kode berikut :

/* Header */
#newnavbar ul li{
list-style-type: none;
display:inline;
margin:0px;
padding:30px;
border:0px solid;
}
#newnavbar li a img{
height:30px;
width:30px;
}
#newnavbar li a:hover img{
height:40px;
width:40px;
background: #
FF0000;
}
#newnavbar li a:visited img{
height:40px;
width:40px;
background: #
00FF00;
}


b. sava template
c. Buka Page Elements + Add a Page Element + add HTML/JavaScript, tambahkan kode dibawah :

<div id='newnavbar'>
<ul>
<li><a href="Alamat Keterangan1"><img
src="Alamat Image1"></a></li>
<li><a href="Alamat Keterangan2"><img
src="Alamat Image2"></a></li>
<li><a href="Alamat Keterangan3"><img
src="Alamat Image3"></a></li>
<li><a href="Alamat Keterangan4"><img
src="Alamat Image4"></a></li>
<li><a href="Alamat Keterangan5"><img
src="Alamat Image5"></a></li></ul></div>

Rabu, 12 November 2008

Hentikan dan Tanggulangi Pelecehan Terhadap Negara Kesatuan Republik Indonesia ( NKRI )

Sangat disesalkan sekali bangsa indonesia ini, sudah banyak pelecehan-pelecehan terhadap aparatur negara. Sampai-sampai Presiden Republik Indonesia Susilo Bambang Yudhoyono ( SBY ) dalam pidato kenegaraan mengenai Pengumuman Susunan Kabinet Indonesia Bersatu diplesetkan dan dilecehkan oleh oknum-oknum yang tidak bertanggungjawab, saya dapat informasi dari Polres Ponorogo yang mungkin pertama kali munculnya video ini beredar. Kebetulan juga saya menumukan pada blogger sobat-sobat (dan maap belum bisa disebutkan) cuman sobat yang bersangkutan bisa ikut meng-kapanya-kan gerakan Anti Pelecehan NKRI. Terus seharusnya apa kemauan kita sebenarnya dalam mewujudkan pembangunan NKRI ini? Dan upaya apa yang harus kita lakukan sebagai para Blogger NKRI Mania dalam menanggulangi hal semacam ini? Makanya bangsa kita selalu dilecehkan oleh bangsa lain sangatlah membuat miris dan marah. Lawong awal mulanya dari oknum bangsa sendiri yang melecehkan bangsanya kenapa tidak negara lain juga melecehkan Republik Indonesia ini. Contoh beberapa yang dapat saya ambil hikmahnya. Saya sangat mendukung gerakan dari saudari ANNA http://tipsku-tipsmu.blogspot.com/2008/11/tolong-hentikan-mereka.html beserta pengulasan cara menghentikannya.




Pelecehan Pidato Presiden RI Susilo Bambang Yudhoyono





Slogan "http://www.dontvisitindon2008.blogspot.com/" yang memicu amarah rakyat indonesia

Selasa, 11 November 2008

Tips Membuat Menu Alert Blogger

Untuk sesi ini aku akan menambahkan cara membuat menu alert/peringatan/sambutan kepada pengunjung, dimana pengunjung akan disajikan sambutan seperti selamat datang ataupun pertanyaan-pertanyaan biar ada variasi di blogger kita. Memang tips basi tapi gak masalah, hanya mau ngelengkapi aja deh. Fungsinya sebagai pemanis aja deh. HeHeHe

Langkahnya :
1. Login blog
2. Layuot + Page Elements + Add a Page Element + HTML/JavaScript
3. Kemudian copy paste salah satu dari 3 kode berikut :



<script type="text/javascript">
alert('
Selamat Datang!')
</script>
<noscript>
Enable javascript in your browser to view an important message</noscript>




<script type="text/javascript">
confirm('
Situs ini sangat bermanfaat bagi anda, apakah anad ingin melanjutkan?');
if (confirm('
Situs ini sangat bermanfaat bagi anda, apakah anad ingin melanjutkan?')) {
window.location = "
http://dhuwuh.blogspot.com/";
}
else {
window.location = "
http://www.google.com/";
}
</script>





<script type="text/javascript">
var yourName = prompt("
Apa yang bisa saya bantu?", "Reader");
</script>


4. Save

Tips Simple Membuat Menu Search Engine

Pelengkap aja deh bagi yang belum-belum tahu aja loh, ini hanya mengetengahkan tentang menu search engine dimana menu untuk mencari sesuatu yang dibutuhkan pada suatu blogger, bisa blog bersangkutan atau web lainnya tinggal pengaplikasian suatu blogs akan diarahkan kemana. Caranya simpel cuman copy-paste dan akan ditempatkan dibagian mana. Tidak panjang lebar simak berikut ini.

Langkahnya :

1. Login blog
2. Layuot + Page Elements + Add a Page Element + HTML/JavaScript
3. Kemudian copy paste kode berikut :

Tanpa image button

Contoh 1 Search Engine





<p align="left">
<form id="searchthis" action="
alamat blog anda/blog lain"
style="display:inline;" method="get">
<strong>
Keterangan menu<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>
</form></p>


Dengan image button

Contoh 2 Search Engine




<p align="left">
<form id="searchthis" action="
alamat blog anda/blog lain"
style="display:inline;" method="get">
<strong>
Keterangan menu<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" type="image" src="
alamat image button" align="top"/>
</form></p>


4. Save

Senin, 10 November 2008

Tips Membuat Warna Background Transparant Pada Sidebar

Membuat warna transparant cukup mudah, hanya menambahkan opasity dengan pengaturan prosentase transparan-nya. Disini aku hanya ingin mentransparant sidebarnya aja dan untuk yang lainnya terserah modifikasi blogger mania wae HiHiHi. Fungsinya sih biar background utama tetap tampak pada sidebar ataupun posting dsb. Contohnya sidebar saya disebelah kanan posting artikel ini jika masih ada sebelum saya ganti loh, biar gak bosen... HeHeHe

Langkahnya sederhana :

1. Login blogger
2. Layout + Edit HTML + Backup dulu + centang Expand Widget Templates
3. Kemudian cari kode --> #sidebar-wrapper {

#sidebar-wrapper {
border: 1px solid $SBbdColor;
background-color: $SBbgColor;
margin-right:10px;
position: absolute;
right:10px;
top:93px;
width:315px;
background-repeat: repeat-x;
background-position: center top;
}


4. Kemudian sisipi kode seperti dibawah ini :
#sidebar-wrapper {
border: 1px solid $SBbdColor;
background-color: $SBbgColor;
opacity: 0.9;
filter: alpha(opacity: 90);

margin-right:10px;
position: absolute;
right:10px;
top:93px;
width:315px;
background-repeat: repeat-x;
background-position: center top;
}


Intinya disini : Hanya menambahkan kode warna biru diatas saja.

5. Save template ( selesai deh )

Minggu, 09 November 2008

Tips Soasisasi Blogger Untuk Meningkatkan Traffic Dengan Submit RSS Feeds

Dalam artikel ini saya dapet pas blogwalking, dimana kita mendaftar akan semua kesemua Direktori Feed yang mana kita dapat mempublikasikan blogger kita untuk secara gratis. Kita juga harus registrasi untuk Jasa layanan ping  tsb yang kamu dapat menggunakan ke jasa ping tersebut kapan saja untuk update/membaharui Blog mu. Ini perlu untuk membantu peningkatan dari artikel baru-mu dan menarik lebih pembaca ke Blog mu. Seperti daftar sedang ever-growing, kamu mungkin ingin pertimbangkan petunjuk halaman-halaman ini sebagai kita akan membaharui daftar kapan saja. Tujuan-nya sih untuk mensosialisasikan blogger dan meningkatkan traffic lebih cepat.

Indeks dari Pos artikel kita, yang manapun secara ringkas membentuk atau penuh, tergantung pada Pengaturan-kita. Ini adalah Alamat Blog Feed. Kita dapat meng-add yang manapun ke Direktori-Feed yang kita daftarkan di bawah ini. Jika kita mempunyai syndicated Feeds kepada lain jasa seperti Feedburner, maka dapat menyampaikan bahwa dengan Feed URL juga. Untuk mengkonfirmasikan apakah URL mu benar, dapet dilihat pada RSS Feed Validator.

Submit Blog Feed kita kedalam Feed Directories (maap tanpa link, takut link farm HeHeHe)


1. General

2RSS - http://www.2rss.com/index.php
4Guys from Rolla - For resource RSS feeds - http://4guysfromrolla.aspin.com/func/addres/rss?cob=4guysfromrolla.
ASP Index - For resource RSS feeds - http://www.aspin.com/func/addres/rss-support
Blo.gs - http://blo.gs/ping.php
BlogDigger - http://www.blogdigger.com/add.jsp
Bloglines - http://www.bloglines.com/
Blogz - http://www.sarthak.net/blogz/add.php
Bloogz - http://www.bloogz.com/
Chordata - Register to submit RSS feed in relevant category - http://chordata.info/suggest.php.
Daypop - For news sites : http://www.daypop.com/info/submit.htm.
DayTimeNews - http://www.daytimenews.com/submit-rss-feed.aspx
DevASP - http://www.devasp.com/search/AddRSS.asp
Feed24 - http://www.feed24.com/?c=add
FeedAge - Register to submit RSS feed - http://www.feedage.com/myfeedage/login.php
FeedBase - http://www.feedbase.net/Add.php
FeedBomb - Select a category to submit RSS feed - http://www.feedbomb.com/
FeedBlitz - Register to submit RSS feed - http://www.feedblitz.com/
FeedBurner - Register to submit RSS feed - http://www.feedburner.com/fb/a/home
FeedCat - Register to submit feed in relevant category - http://www.feedcat.net/login/
Feed-Directory - http://www.feed-directory.com/addfeed
FeedDirectory - http://www.feeddirectory.us/directory/submitrss.php
FeedFury - http://feedfury.com/submit
Feedmap - http://www.feedmap.net/BlogMap/submit.aspx
Feedooyoo - Submit RSS feeds and keywords - http://www.feedooyoo.com/ref.htm
FeedPlex - http://www.feedplex.com/add-url.php?email=
Feeds2Read - http://feeds2read.net/Suggest-A-Feed
Feeds4All - http://www.feeds4all.com/NewFeed.aspx
FeedFarm – For news related RSS feeds - http://www.feedsfarm.com/a.html
Findory - http://www.findory.com/submit-blog
FreeRSS - http://free-rss.page2go2.com/rss-add.html
FreshPodcasts - For podcasts - http://www.freshpodcasts.com/xmlrpc/client.php
GeneCast - Register to submit your news feeds - http://www.genecast.com/news/create.jsp
GoldenFeed [Update: error message when adding feed] - http://www.goldenfeed.com/AddFeed.aspx
IceRocket - http://www.icerocket.com/c?p=addblog
JordoMedia - http://www.jordomedia.com/RSS/l_op=Addrss.html
MoreOver - http://w.moreover.com/
NewzAlert.com - Register to submit RSS feed - http://www.newzalert.com/AuthorCenter/
nFeeds - http://www.nfeeds.com/submit.php
Octora - http://www.octora.com/add_rss.php
Odeo - Register to submit RSS feed - http://odeo.com/
Plazoo - http://www.plazoo.com/en/addrss.asp
Postami - http://www.postami.com/rss.finder/submit_feed.php
ReadABlog [Update: error message when adding feed] - http://www.readablog.com/AddFeed.aspx
RedTram - http://www.redtram.com/pages/addsource/
RocketInfo - http://reader.rocketinfo.com/desktop/AddRSSFeed.jsp
Rojo - Register to submit RSS feed - http://www.rojo.com/
RSSFeed - Register to submit RSS feed - http://www.rss-feed.org/
RSSFeeds - http://www.rssfeeds.com/suggest_wizzard.php
RSSKnip - Add RSS feed at the bottom. [Update: not accepting new feeds] - http://www.rss-clipping.com/
RSSMad - RSS feed submission at bottom right - http://www.rssmad.com/
RSSMicro - http://www.rssmicro.com/?m=fs
RSSMotron - http://www.rssmotron.com/feed_submission.php
RSSNetwork [Update: error message when adding feed] - http://www.rss-network.com/submitrss.php
Search4RSS - http://www.search4rss.com/?add=default
Sourceforge - For news feeds - http://ngoid.sourceforge.net/sub_rss.php
Syndic8 - http://www.syndic8.com/suggest_start.php
Technorati - http://www.technorati.com/ping
TheFeedDirectory [Update: unable to add feed] - http://www.thefeeddirectory.com/p/Add-A-Feed___255.html
Videocast - For videocast or vodcast - http://www.videocasting-station.com/submitrss.php
WeBlogALot - http://www.weblogalot.com/Ping/

2. Specific
Auto Feeds - For automotive feeds only - http://automotive-links.mustangv8.com/RSS-directory/RSS/l_op=Addrss.html
Nooked - For corporate feeds only - http://dir.nooked.com/submit.dir?action=Start
Educational Feeds - For educational podcasts and RSS feeds - http://www.educational-feeds.com/submitrss.php
Finance Investing Feeds - For finance or investment related RSS feeds - http://www.finance-investing.com/submitrss.php
Government Feeds - Only for feeds from local and federal government agencies - http://www.government-central.com/submitrss.php
Medical Feeds - For medical care or health related RSS feeds - http://www.medical-feeds.com/submitrss.php
National Lib for Health - For medical and health RSS feeds - http://www.library.nhs.uk/rss/Directory/submitFeed.aspx
Political Feeds - For political podcasts and RSS feeds - http://www.political-humor.net/submitrss.php
Realty Feeds - For home related RSS feeds in the appropriate category - http://www.realty-feeds.net/submitrss.php
Religious Podcasts - For podcasts relating to religion, sermon or spiritual beliefs - http://www.religious-podcasts.net/submitrss.php
Science Port - For scientific news feeds - http://scienceport.org/index.php?show=add&PID=
Security Protection Feeds - For security or protection related RSS feeds - http://www.security-protection.net/submitrss.php
Sports Feeds - For sports related podcasts and RSS feeds - http://www.sports-feeds.com/submitrss.php

3. Regional
1470 - Japanese RSS feeds - http://1470.net/
31engine - Japanese RSS feeds - http://31engine.com/
Bakeinu - Japanese RSS feeds - http://bakeinu.jp/
Bitacoras - Spanish blogs - http://bitacoras.com/
Bitacoles - Spanish RSS feeds - http://www.bitacoles.net/ferping.htm
Blogblogs - Brazilian blogs - http://blogblogs.com.br/
Blogbot - Danish RSS feeds - http://blogbot.dk/
Blogg - German RSS feeds - http://www.blogg.de/
BlogPeople - Japanese RSS feeds - http://www.blogpeople.net/
Blog-search - Japanese blogs - http://blog-search.net/
Blogstyle - Japanese RSS feeds - http://www.blogstyle.jp/
Feeds.com.br - Portuguese RSS feeds - http://www.feeds.com.br/index.php?ax=add
RSS Israel - Israeli RSS feeds - http://www.rssfeeds.co.il/addfeed.php
RSS Nachrichten - German RSS feeds - http://rss-eintragen.rss-nachrichten.de/
RSS Verzeichnis - German RSS feeds - http://www.rss-verzeichnis.de/anmelden.php
Technorati.jp - Japanese version of Technorati - http://technorati.jp/
Veneblogs - Venezuela blogs - http://veneblogs.com/
Weblogues - French RSS feeds - http://www.weblogues.com/