Advertisement
Guest User

Untitled

a guest
Sep 8th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?
  2. include_once("security.php");
  3. $bd_host = "localhost";
  4. $bd_user = "имя";
  5. $bd_password = "пароль";
  6. $bd_base = "база";
  7. $url = "домен.ру";
  8. $con = mysql_connect($bd_host, $bd_user, $bd_password); mysql_select_db($bd_base, $con); $mysql_queries++;
  9. mysql_query("set names cp1251");
  10. mysql_query ("set character_set_client=cp1251");
  11. mysql_query ("set character_set_results=cp1251");
  12. mysql_query ("set collation_connection=cp1251_general_ci");
  13. include("profilaction.php");
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement