Jump to content
GIGN Forum

Linc

Mirstīgais
  • Posts

    45
  • Joined

  • Last visited

Posts posted by Linc

  1. ... PC stav talu prom, un to wadu ar webminu....

    Lietoju apachi kas ir atrodama webminaa....

    Viss itka iet, bet tagad, kad velos uzmest Vhostu... nekas nesanak....

    Ieksh httpd.conf faila apaksha itka ieraxtu

    <VirtualHost *>

    DocumentRoot "var/www/localhost/htdocs/"

    ServerName adrese.lv

    ServerAlias adrese.lv

    </VirtualHost>

    un

    <VirtualHost *>

    DocumentRoot "var/www/localhost/htdocs/pro"

    ServerName pro.adrese.lv

    ServerAlias pro.adrese.lv

    </VirtualHost>

    Kad eju pro.adrese.lv maini aizmet uz to /pro mapi, bet kad eju vnk adrese.lv mani ari aizmet uz /pro mapi kaut ari Document Roota esmu ieraxtijis TIKAI /htdocs/

    KA LAI TO LABO??

    parej uz lighttpd

    un bus viss atrisinats un mazak resursus ediis

    emerge lighttpd

  2. atkarīgs kāda video karte. :)

    serverim nav vajadizgs akst

    tam cik tev FPS nav saistība ar to cik precīzi lidos lodes... es varu notēmēt galvā ar AWP nekustīgam mērķim un viņu iznest galvā gan ar 20fps gan ar 500 fps atšķirība nekāda.... tikai lagi... Tātad ko mēs varam secināt

    Linc+domu izteikšana=pilnīg inteliģences trūkuma pierādijums pierādijums

    netelo nu te viszinu

    droshi tu temetu 3 minutes

    ar fakezoom tu apdirstos GL

    ar tadu akstu nav jegas te runaat

  3. ieks amxx.cfg

    amx_task 24:00 "mapcyclefile mapcycle1.txt" t
    amx_task 24:01 "amx_csay green Nakts Kartes ieladētas" t
    amx_task 12:00 "mapcyclefile mapcycle1.txt" t
    amx_task 12:01 "amx_csay green Dienas Kartes ieladētas" t

    ps

    tev laikam tikai liela mute tad arii palidzi ja jau tik elementari nevis jeli dirs

  4. Savadak pie 20/20 noslodzes fps leka 90-100 un ka es zinu nava diezko liels, no ka paradas maza raustisanas reizi minute.

    kadam os

    nekadus boosterus nevajaga tas ir mulkibas

    bez boostera var dabut labaku rezultatu

    linux
    
    09:15:00 CPU   In    Out   Uptime  Users   FPS    Players
             10.00 90.05 141.49     134    89  333.11      22
    09:15:03 CPU   In    Out   Uptime  Users   FPS    Players
             11.00 89.98 139.92     134    89  333.67      22
    --------------------------------------------------
    09:45:19 CPU   In    Out   Uptime  Users   FPS    Players
             20.00 161.87 265.71     164   158  333.44      29
    09:45:20 CPU   In    Out   Uptime  Users   FPS    Players
             20.00 157.27 259.01     164   158  333.44      29
    09:45:22 CPU   In    Out   Uptime  Users   FPS    Players
             21.50 168.21 283.89     164   158  333.44      29

    windows
    
    09:15:51 CPU   In    Out   Uptime  Users   FPS    Players
              12.00 94.05 146.49     866  1396  511.08       20
    09:15:52 CPU   In    Out   Uptime  Users   FPS    Players
              14.00 86.98 135.92     866  1396  512.37      20

    bez boosteriem

  5. sac ar pluginiem :) kas bano 4itu messages

    new cheater_banned = 0
    
    // Cheat Messages
    stock const CheatReports[][] = {
    
    "FIGHTER FX - FIGHTER FX - FIGHTER FX - FIGHTER FX - FIGHTER FX - FIGHTER FX - FIGHTER FX - FIGHTER FX",
    "Fighter FX 7.0 code by zh4r0naX and made in Spain!!!",
    "My Cheater????? your is n00b!",
    "hahahahaha pwNed!!! HeadShod???? yeahHh",
    "Download Fighter FX 7.0 | The Best Cheat | www.darkcheats.org",
    "www.DarkCheats.org | THE BEST CHEATER COMMUNITY | Visit Now!!!",
    "zh4r0naX is the king coder! download cheats in www.darkcheats.org",
    "Found Admin? hahahahahaha my cheater and use Fighter FX 7.0 by zh4r0naX!!!",
    "[ BaDBoY ][ v.5 ] [ By: www.united-cheaters.de.gg ]",
    "[BaDBoY v.4.2] [get on www.united-cheaters.net]",
    ".:[Emo Tear]:.",
    "Hacks!->www.csbound.com",
    "[Emo Tear] [Kills:",
    "Get more at http://sammyzworld.net/vedran/Unholy.zip"
    
    }
    
    public plugin_init()
    {
      register_plugin("Cheat Messages Ban")
    
      register_clcmd("say", "CheckCheatReport")
      register_clcmd("say_team", "CheckCheatReport")
    
      register_cvar("anti_say_bantime", "7200") //  BAN Time(7200 minutes)
      register_cvar("anti_say_bantype", "2") // 2 - AMXBANS, 1 - IP
    
    }
    
    public Ban(id)
    {
        new cheatername[32]
        get_user_name(id, cheatername, 32)    
        
        client_print(0, print_chat, "[ANTICHEAT] - Player '%s' - Cheat 'MultiHack' - Banning...", cheatername, get_cvar_num("anti_say_bantime"))
        switch(get_cvar_num("anti_say_bantype"))
        {
            case 0:
            server_cmd("amx_ban #%d %d Multihack", get_user_userid(id), get_cvar_num("anti_say_bantime"))        
            case 1:
            server_cmd("amx_banip %d #%d Multihack", get_cvar_num("anti_say_bantime"), get_user_userid(id))        
            default:
            server_cmd("amx_ban %d #%d Multihack", get_cvar_num("anti_say_bantime"), get_user_userid(id))        
        }
        cheater_banned = 1
    }
    
    public CheckCheatReport(id)
    {
        new said[192]
        cheater_banned = 0
        new i, j
        new cheatername[32]
        get_user_name(id, cheatername, 32)
        read_args(said, 192)
        
        for(i = 0; i < sizeof (CheatReports); i++)
        {
            if(containi(said, CheatReports[i][j]) != -1)
                if(cheater_banned == 0)
                Ban(id)                        
        }        
    
    }

×
×
  • Create New...