Save your pbnl site from getting hack easily. Let hacker sweat before hacking you

It's still me the folay66 u knw,everywhere u go.

My greeting to sunnex,analike,mrcash,hack3i,hackboss,coolsix,carthex (Oga mi Emir wey don dey fuckkkkkkkkk up nw) and some others coders in the house.
I hail oo.

Oh,before i forget, my greeting to lordnupeg,thywapmaste and,agbeniga.

Abeg if i no mention ur name,make una no vex. I don 4get b dat.

Back to business, what u need to secure ur site from those small small hackers are in ur rare hands.

Let start from this, som are hack by doze dat didn't even register on their site,it's easy bt i won't say it here cos i have som hacker boss.


To prevent this

just go to /member, /music /vedoe /upload folders, rename everything like eg inside /music, rename ur upload.php to something like idiotlization.html and go to ur /music/index.php ,find where d upload.php is and rename it as well .


Also inside ur /member folders

rename something like upload_photo.php as u did at /music and also searc.php.

With that,u can still have rest of mind.


ANOTHER WAY OF SECURING

if u get trending music ,trending video inside ur index.php,

look for where u hav

PHP Code

<?php 
required
(../init.php)
?>

and change

to requried(../admincp/monit.php)
[/php]
or required(../admincp/init.php)
if u don't want admin to upload


Another way of securing your pbnl site

look for this inside ur func.php

PHP Code

<?php 
function cleanvalues ($string)
{
?>


add dis immediately

PHP Code

<?php 
$string
=strip_tags($string);
?>


and also go to ur

PHP Code

<?php 
function cleanvalues2($filter) {
?>


add this immediately also

PHP Code

<?php 
$string
=strip_tags($string);
?>


if u didn't have

PHP Code

<?php 
function cleanvalues2($filter) {
?>


message me,i will paste it here.


Also go to ur function smiley

add dis to it

PHP Code

<?php 
'meta HTTP-EQUIV'=>"Content Blocked",
'window.location'=>"**",.'
?>

With this above func

no redirection can work on ur site unless it's shell.

Av been keeping it since dis days bt God push me to share it today.


Also take dis topic.php.
It notify u when members create topic,it shout at shoutbox,it block any meta or redirection.

Bt if admin put meta,the topic will be created, it's an advance topic generated by me.

You don't need messaging me self cos am nt ready to reply any message
,here is the func 2


PHP Code

<?php 
function cleanvalues2($filter) {
$string=strip_tags($string);
$filter=str_replace(".js","",$filter);
$filter=str_replace("mysql_query","mysql query",$filter);

$filter=mysql_real_escape_string($filter);
$filter=htmlentities($filter);
$attacks=array("/</","/>/","/<?php/","/\.php/","/\.php3/","/\.php4/","/\.php5/","/\.php6/","/\.js/","/\.html/","/\.htm/","/\.htaccess/","/<javascript>/","/<script>/","/<script language>/","/\.vb/","/\.cgi/","/cgi-bin/","/\.css/","/^/","/&/","/%/");

$filter=preg_replace($attacks,"",$filter);

return 
$filter;
}
?>

many ways of security bt manage dat for nw
Download topic below

Note:- i created this topic at naijahtml,and i didn't edit it b4 pasting it here,that's y u see all doze names wey i dey hail

Comments

Keep up to date with our latest articles and uploads...