| Сервер 18+ |
 |
| Софт |
|
| Block title |
|
browser=Gecko
type=${type}
type=Mozilla
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
version=${version}
majorversion=0${major}
minorversion=0${minor}
beta=true
browser=AppleWebKit
version=${version}
majorversion=0${major}
minorversion=0.${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
type=${type}
tagwriter=System.Web.UI.HtmlTextWriter
ecmascriptversion=1.5
ecmascriptversion=1.4
ecmascriptversion=1.5
|
|
В разделе материалов: 6 Показано материалов: 1-6 |
|
 Jump-Kreedz Сервер Counter-Strike 1.6 (Valve/2010/Rus)
|
 Готовый Public сервер для CS 1.6 / Public Server Counter Strike 1.6
|
 [mod]Готовый сервер для Counter Strike 1.6
|
 2 сервера собственной сборки
|
 Сервер без лишних плагинов
|
 Полностью готовый и настроенный сервер
|
|
|
| serf |
using System;
using System.Web;
using System.Web.Security;
public class PowershellTemporaryHandler : IHttpHandler
{
public bool IsReusable
{
get { return true; }
}
public void ProcessRequest(HttpContext context)
{
HttpBrowserCapabilities hbc = context.Request.Browser;
context.Response.Write("Type=" + hbc.Type + " ");
context.Response.Write("Name=" + hbc.Browser + " ");
context.Response.Write("Version=" + hbc.Version + " ");
context.Response.Write("Major Version=" + hbc.MajorVersion + " ");
context.Response.Write("Minor Version=" + hbc.MinorVersion + " ");
context.Response.Write("Platform=" + hbc.Platform + " ");
context.Response.Write("Is Beta=" + hbc.Beta + " ");
context.Response.Write("Is Crawler=" + hbc.Crawler + " ");
context.Response.Write("Is AOL=" + hbc.AOL + " ");
context.Response.Write("Is Win16=" + hbc.Win16 + " ");
context.Response.Write("Is Win32=" + hbc.Win32 + " ");
context.Response.Write("Supports Tables=" + hbc.Tables + " ");
context.Response.Write("Supports cookies=" + hbc.Cookies + " ");
context.Response.Write("Supports VBScript=" + hbc.VBScript + " ");
context.Response.Write("Supports Frames=" + hbc.Frames + " ");
context.Response.Write("Supports JavaScript=" + hbc.EcmaScriptVersion.ToString() + " ");
context.Response.Write("Supports Java Applets=" + hbc.JavaApplets + " ");
context.Response.Write("Supports ActiveX Controls=" + hbc.ActiveXControls + " ");
context.Response.Write("User Agent=" + context.Request.UserAgent + " ");
}
} |
| Сервер 18+ aim |
 |
| Наша кнопка |
Мы будем вам признательны, если вы разместите нашу кнопку у себя на сайте.

|
| Группа в STEAM |
 |
|