can retrieve information to remove capta login v 1.60 script
many thank's
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
<?php
echo "<!DOCTYPE html>\n<html>\n<head>\n<title>";
echo Library::$settings["server_name"];
echo "</title>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"./templates/css/login.css\" />\n</head>\n\n<body>\n\n\n<div class=\"pen-title\">\n <center><img src=\"";
echo Library::$settings["logo_url"];
echo "\" /></center>\n</div>\n<!-- Form Module-->\n<div class=\"module form-module\">\n \n <div class=\"form\">\n <h2>";
echo $translation["login"];
echo "</h2>\n\t\t";
if( empty($Fce20624c9b6567a7a8c441a4651444d) )
{
}
else
{
echo b4837145A77339A6438170Ed539323e2("error", $Fce20624c9b6567a7a8c441a4651444d);
}
if( empty($Ccc01a49a480ad4b98dc48415a5e29fa) )
{
}
else
{
echo B4837145A77339a6438170eD539323E2("warning", $Ccc01a49a480ad4b98dc48415a5e29fa);
}
if( empty($B55f78703213d1595283266f835ca867) )
{
}
else
{
echo b4837145A77339A6438170ed539323e2("ok", $B55f78703213d1595283266f835ca867);
}
echo " <form id=\"login\" method=\"post\" action=\"index.php?action=login\"> \n <input type=\"text\" placeholder=\"";
echo $translation["username"];
echo "\" name=\"login\" autofocus required> \n <input type=\"password\" name=\"pass\" placeholder=\"";
echo $translation["password"];
echo "\" required>\n \n <center><img src=\"includes/captcha.php\" /></center>\n <input name=\"captcha\" type=\"text\">\n <button>";
echo $translation["login"];
echo "</button>\n </form>\n </div>\n <div class=\"cta\"><a href=\"index.php?action=register\">";
echo $translation["register"];
echo "</a></div>\n <div class=\"cta\"><a href=\"index.php?action=forgot\">";
echo $translation["forgot"];
echo "</a></div>\n \n</div>\n<div class=\"pen-title\">\n ";
if( Library::$settings["copyrights_removed"] == 0 )
{
echo "<span>" . COPYRIGHT . "</span>";
}
else
{
echo "<span>" . Library::$settings["copyrights_text"] . "</span>";
}
echo "</div> \n </body>\n</html>\n";
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
You are absolutely correct. Don't be foolish by disabling CAPTCHA until you address all the other security issues you may have.Dont remove captcha, not secure
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
Not workingtemplates/login.php
edit your self
Code:<?php echo "<!DOCTYPE html>\n<html>\n<head>\n<title>"; echo Library::$settings["server_name"]; echo "</title>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"./templates/css/login.css\" />\n</head>\n\n<body>\n\n\n<div class=\"pen-title\">\n <center><img src=\""; echo Library::$settings["logo_url"]; echo "\" /></center>\n</div>\n<!-- Form Module-->\n<div class=\"module form-module\">\n \n <div class=\"form\">\n <h2>"; echo $translation["login"]; echo "</h2>\n\t\t"; if( empty($Fce20624c9b6567a7a8c441a4651444d) ) { } else { echo b4837145A77339A6438170Ed539323e2("error", $Fce20624c9b6567a7a8c441a4651444d); } if( empty($Ccc01a49a480ad4b98dc48415a5e29fa) ) { } else { echo B4837145A77339a6438170eD539323E2("warning", $Ccc01a49a480ad4b98dc48415a5e29fa); } if( empty($B55f78703213d1595283266f835ca867) ) { } else { echo b4837145A77339A6438170ed539323e2("ok", $B55f78703213d1595283266f835ca867); } echo " <form id=\"login\" method=\"post\" action=\"index.php?action=login\"> \n <input type=\"text\" placeholder=\""; echo $translation["username"]; echo "\" name=\"login\" autofocus required> \n <input type=\"password\" name=\"pass\" placeholder=\""; echo $translation["password"]; echo "\" required>\n \n <center><img src=\"includes/captcha.php\" /></center>\n <input name=\"captcha\" type=\"text\">\n <button>"; echo $translation["login"]; echo "</button>\n </form>\n </div>\n <div class=\"cta\"><a href=\"index.php?action=register\">"; echo $translation["register"]; echo "</a></div>\n <div class=\"cta\"><a href=\"index.php?action=forgot\">"; echo $translation["forgot"]; echo "</a></div>\n \n</div>\n<div class=\"pen-title\">\n "; if( Library::$settings["copyrights_removed"] == 0 ) { echo "<span>" . COPYRIGHT . "</span>"; } else { echo "<span>" . Library::$settings["copyrights_text"] . "</span>"; } echo "</div> \n </body>\n</html>\n";
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |
use my codeTrue, isn't work
That's what I used however after that I had to do a reinstall of XT 1.0.60use my code
| Channels | MatchTime Unblock CDN | Offshore Server | Contact |
| 100 cnx / 90€ | 5Gbps / 180€ | 48CPU-256GRAM 10Gbps 569€ | Skype live:giefsl |
| 500 cnx / 350€ | 10Gbps / 350€ | 48CPU-128GRAM 5Gbps / 349€ | TG @changcdn |
| 1000 cnx / 500€ | 20Gbps / 700€ | 40CPU-128GRAM 20Gbps / €980 | http://coronaserver.com |





