[Extra Security]How to change Admin CP directory[MyBB forum]

Well this is a must-do for all the MyBB forum owners in order to protect their Forums being hacked. I had many forums, which were recently hacked due to less security. Changing the Admin CP directory gives you extra security. This is because if someone hacks your Administrator password, then they will need your admin CP directory link to login. And if they dont know the Admin CP directory link, then they wont be able to harm your forum. Ok so lets get started with the tutorial.

Let's say you wanted to change it from /admin/ to /iamsecured/


Open:

inc/config.php

Find:


Code:
$config[admin_dir] = admin;

You then need to simply change 'admin' to what you want:

Code:
$config[admin_dir] = iamsecured;

Finally, go to your Cpanel and rename /admin/ to /iamsecured/

The above step is
very important, you must remember to change the directory name!

You should now remove the admin control panel links from the whole forum to prevent anyone from finding the new link. To do this:


Go
to your Cpanel again.

Open

inc/config.php

Find:


Code:
$config['hide_admin_links'] = 0;

And change it to:

Code:
$config['hide_admin_links'] = 1;

Now you are secure enough. Leave a feedback if it helped you.

Exclusive Premium Accounts and Cookies Collection [23rd September]

========================
2x Filesonic Premium Accounts
========================


user: axedorjan@gmail.com
pass: inf202

user : jt_7639
pass : alexis

Cookies:

vl565nkm08escgrhn7l7chfkb7
hi23qfnida22f66tddpk898mu4
r4bf06nvd1qlarhs395npuu670

=========================
1x Megashare Premium Account
=========================


USER:lavhack@gmail.com
PASS:4d2a2262950a3

========================
2x Wupload Premium Accounts
========================


user : tsbsus9988@o2.pl
pass : AIhuyYSAB788

user : VolumeTRABLE
pass : AIhuyYSAB788

Cookie:

i3tqkbksd1lvia8si3fkoml777

=======================
Megaupload Premium Cookie
=======================


2YE5PDNNXTNUVNJUGSJDMKGA-XI2IJNC

=====================
Unibytes Premium Account
=====================


User:rogerdavidnick@yahoo.com
Pass:592387

Removing a Keylogger or RAT[Remote Administrator Tool] from your PC

For doing this you need to start up system configuration, so start by clicking on 'start' then 'run' and type in 'msconfig.exe'. If you are using Windows 7, then you can go to system configuration by clicking on 'start' and then typing in 'msconfig.exe' in the search box. When you are on the System configuration, you will see a tab named 'Startup'. 
Click on that and you will see something like this.



Well for me, i dont have any rats or keyloggers on my computer at this moment. So i am unable to show you'll the exact example.

 So if any of you'll think that you are infected by a RAT or KEYLOGGER, then you will have to look under the MANUFACTURER tab and the STARTUP ITEM tab in the system configuration. 

If the name of the item in the STARTUP ITEM tab seems suspicious to you, then check whether it manufacturer is unknown or not. If it is unknown, then it has the chances of being a RAT or KEYLOGGER. So click on it and then disable it.

This is basically the general guide to removing RATS or KEYLOGGERS from your computer. 

Stay tuned for more tutorials.

How to remove autorun.inf virus from drives using notepad

Most of the people have autorun issues with their flash/hard drives.It is because of the modification of the autorun.inf file in the root directory which is in most cases hidden and cant be seen. So you just have to create a bat file with the following syntax as mentioned below.

Copy and paste this into Notepad and save it as antivirus.bat or whatever.bat (any name u like)

Code:

 

tskill ctfmon

attrib -s -h -r c:\autorun.inf

attrib -s -h -r D:\autorun.inf
attrib -s -h -r E:\autorun.inf
attrib -s -h -r F:\autorun.inf
attrib -s -h -r G:\autorun.inf
attrib -s -h -r H:\autorun.inf
attrib -s -h -r I:\autorun.inf
attrib -s -h -r J:\autorun.inf

del c:\autorun.inf

del d:\autorun.inf
del e:\autorun.inf
del f:\autorun.inf
del g:\autorun.inf
del h:\autorun.inf
del I:\autorun.inf
del J:\autorun.inf

attrib -s -h -r c:\Recycled\ctfmon.exe

attrib -s -h -r D:\Recycled\ctfmon.exe
attrib -s -h -r E:\Recycled\ctfmon.exe
attrib -s -h -r F:\Recycled\ctfmon.exe
attrib -s -h -r G:\Recycled\ctfmon.exe
attrib -s -h -r H:\Recycled\ctfmon.exe
attrib -s -h -r I:\Recycled\ctfmon.exe
attrib -s -h -r J:\Recycled\ctfmon.exe

del c:\Recycled\ctfmon.exe

del D:\Recycled\ctfmon.exe
del E:\Recycled\ctfmon.exe
del F:\Recycled\ctfmon.exe
del G:\Recycled\ctfmon.exe
del H:\Recycled\ctfmon.exe
del I:\Recycled\ctfmon.exe
del J:\Recycled\ctfmon.exe

attrib -s -h -r "C:\Documents and Settings\Administrator\Start Menu\Programs\Startup\ctfmon.exe"

del "C:\Documents and Settings\Administrator\Start Menu\Programs\Startup\ctfmon.exe"

tskill explorer

explorer
pause

Now paste that file in any of your desired corrupted directory and it will fix your issue.

 
Stay tuned for more tutorials