Jump to content

Kindly dont spoil my site but try to find flaws and report to me


om

Recommended Posts

  • Replies 260
  • Created
  • Last Reply

Top Posters In This Topic

OM i cleaned up your function there was a few syntax errors and obvious misunderstanding on how to apply a few PHP functions properly. please use this do not change it back.

 

-much appreciated.

 

 

 <?php
$sp_dbcn = new sp_dbcon();
    $link = $sp_dbcn->sp_getConc();
    /* check connection */
    if(!($link)) {
       echo "Failed to connect to the server\n";
       // ... log the error properly
   } else {
  // Reverse magic_quotes_gpc/magic_quotes_sybase effects on those vars if ON.
       if(get_magic_quotes_gpc()) {$item=stripslashes($item);
       }
       //escaping MYSQL/MYSQLI Injection
$item=mysqli_real_escape_string($link,$item)
//Escaping Cross Site Scripting(XSS)
$item=strip_tags(trim($item));
//Escaping Cross Site Scripting(XSS)
$item=htmlspecialchars($item,ENT_QUOTES);

   /* determine our thread id */
$thread_id = mysqli_thread_id($link);
/* Kill connection */
mysqli_kill($link, $thread_id);
/* close connection  $_SESSION[cnt_con]++;*/
mysqli_close($link); 
?>

Link to comment
Share on other sites

<html>
<head>
<title> YOUR TITLE HERE! </title>
<style type="text/css">


#header {
  background: #0f0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
}
#leftcol {
  background: #f00;
  position: absolute;
top: 100px;
  left: 0px;
  width: 150px;
  height: 500px;
}
#content {
  background: #fff;
  position: absolute;
  top: 100px;
left: 150px;
  width: 700px;
  height: 500px;
}
#footer {
  background: #0f0;
  position: absolute;
  top: 500px;
  left: 0px;
  width: 800px;
  height: 100px;
}

</style>









</head>
<body> 
<div id="header"><h1>HEADER GOES HERE</H1></div>
<div id="leftcol">
<ul>
<li>LINK 1</li>
<li>LINK 2</li>
<li>LINK 3</li>
<li>LINK 4</li>
<li>LINK 5</li>
</ul>
</div>
<div id="content">
content goes here
</div>
<div id="footer">
footer goes here
</div>
</body>
</html>

 

This might not be proper html, but I'm quiet sure its an upgrade to what you have.

Link to comment
Share on other sites

also, why do you love <marquee> so much? It's highly unprofessional, and rarely can it be used in a professional manner.

 

Because,  it diverts your attention to aparticular thing and the only dynamic thing to a novice of html, quick short code.

 

And not a non lazy person will ignore it, once he used it, for that session.

Link to comment
Share on other sites

<html>
<head>
<title> YOUR TITLE HERE! </title>
<style type="text/css">


#header {
  background: #0f0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
}
#leftcol {
  background: #f00;
  position: absolute;
top: 100px;
  left: 0px;
  width: 150px;
  height: 500px;
}
#content {
  background: #fff;
  position: absolute;
  top: 100px;
left: 150px;
  width: 700px;
  height: 500px;
}
#footer {
  background: #0f0;
  position: absolute;
  top: 500px;
  left: 0px;
  width: 800px;
  height: 100px;
}

</style>









</head>
<body> 
<div id="header"><h1>HEADER GOES HERE</H1></div>
<div id="leftcol">
<ul>
<li>LINK 1</li>
<li>LINK 2</li>
<li>LINK 3</li>
<li>LINK 4</li>
<li>LINK 5</li>
</ul>
</div>
<div id="content">
content goes here
</div>
<div id="footer">
footer goes here
</div>
</body>
</html>

 

This might not be proper html, but I'm quiet sure its an upgrade to what you have.

 

Thank you very much, God Bless You[GBUGBUGBUGBUGBU]. :-* :-* :-* :-* :-* :-*

 

 

 

Link to comment
Share on other sites

lol a mod should sticky this topic, its the funniest thing ive ever seen on here lol.

 

Well happy to make you "lots of luck" or "lots of love""Laughing out loud""Lots of Laughs"

Link to comment
Share on other sites

OM have you used my function i cleaned up for you?

 

Thanks first i have to test on my local host.

I can only implement it if you, kindly provide me the screen shots here, or on

www.blogspot.com

 

* Do learn about SQL injection

 

PLEASE SEND ME / POST HERE THE SCREEN SHOTS OF SQL INJECTION USING FIREFOX [hack bar] OF MY SITE  SO THAT I CAN DO IT MY SELF.

 

THAT would be of GREAT help.

 

Can YOU please>>>>please>>>> ::) ::)::):-* :-* :-* :-* :-* :-* :-*

 

 

by the way visit saveap.blogspot.com

Link to comment
Share on other sites

OM have you used my function i cleaned up for you?

 

NOT YET

 

NOW A REAL CHALLENGE FOR YOU,

 

MY Earlier clean is still operational, there is a table named t2 in my database

 

try to alter it either through sql injection / some other means, so that i can believe that my cleanDlr_clean based on your clean is vulnerable to sql injection.

 

and thank you very much for your interest and all time AND PRAY TO GOD BLESS YOU.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.