Noutati
  Un sondaj facut pe PGLzone.Net arata ca 65% din cei care au votat au adaugat serverul Cs.PGLzone.Net la favorite, 19,5% nu au jucat pe server, 7,9% or sa puna serverul la favorite iar 4,5% inca nu s-au hotarat sa adauge serverul la favorite.
 
Recomandam

Counter-Strike

Despre
Download Cs
Steam
Boti Cs

Jocuri Flash

American Poker
Cs Flash
Prima Pagina arrow Server Cs Steam Win [AmxModX]
Tutorial instalare server Counter-Strike 1.6 Steam Only [AmxModX] - Windows Imprimare E-mail
Instalarea Serverului

1.Creeati un folder "HLDS" in driverul C:
2.Downloadam hldsupdatetool . Deschidem hldsupdatetool.exe si dam click pe Next, apoi pe I Agree si ajungem la destination folder. Aici apasam Browse si selectam drive-ul D, apoi dublu click pe directorul hlds. OK, ne spune ca directorul exista deja, apasam Yes, apoi Next pana la sfarsit.
3.Intram in Start-->Run-->si scriem acolo "cmd" fara ghilimele si apasam OK
Pe urma scriem acolo asa:
 

Citeaza

cd C:HLDS


4.Dupa ce am scris aceasta comanda scriem acolo asa:

Citeaza

hldsupdatetool.exe -command update -game valve -dir .


Acest procces de download este gata cand v-a aparea textul urmator in acel command prompt:

Citeaza

HLDS installation up to date


Dupa acest mesaj scrieti in acel command prompt asa:

Citeaza

hldsupdatetool.exe -command update -game cstrike -dir .


Acest procces de download este gata cand v-a aparea textul urmator in acel command prompt:

Citeaza

HLDS installation up to date


5.Configurare Server
In C:\HLDS\cstrike vom avea un fisier numit server.cfg , il deschidem si stergem TOT de acolo si punem acestea:

Citeaza

hostname "Numele Server-ului"
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 1
mp_buytime 2
mp_consistency 1
mp_c4timer 35
mp_fadetoblack 0
mp_falldamage 0
mp_flashlight 1
mp_forcecamera 3
mp_forcechasecam 2
mp_friendlyfire 0
mp_freezetime 3
mp_fraglimit 0
mp_hostagepenalty 0
mp_limitteams 6
mp_logfile 1
mp_logmessages 1
mp_logdetail 3
mp_maxrounds 0
mp_playerid 0
mp_roundtime 3
mp_startmoney 800
mp_timelimit 35
mp_tkpunish 0
mp_winlimit 0
sv_aim 0
sv_airaccelerate 10
sv_airmove 1
sv_allowdownload 1
sv_clienttrace 1.0
sv_clipmode 0
sv_allowupload 1
sv_cheats 0
sv_gravity 800
sv_lan 0
sv_maxrate 7000
sv_maxspeed 320
sv_maxupdaterate 101
sys_ticrate 10000
decalfrequency 60
pausable 0
log on
decalfrequency 60
edgefriction 2
host_framerate 0
exec listip.cfg
exec banned.cfg
rcon_password parola


In loc de "Numele Server-ului" punem numele serverului tau,ex: "Counter-Strike 1.6 Server" iar in loc de "parola" punem parola de rcon a serverului tau,in rest nu modifca nimic decat daca stii ce inseamna fiecare.

AMXMODX PE WINDOWS
7.INSTALARE AMXMODX AUTOMAT
Downloadam AmxModX 1.8.1 (este un installer automat).Dublu click pe a amxmodx-installer-1.8.1.exe dupa care next -> bifati prima casuta dupa care next -> next -> install -> finish -> next -> bifati prima casuta dupa care next -> bifati select mod directory dupa care next -> la mod directory alegi directorul cstrike (ex: C:\hlds\cstrike) si la custom game addons alegeti counter-strike dupa care dati OK -> finish.
Configurare AmxModX
Mergem in C:\HLDS\cstrike\addons\amxmodx\configs\amxx.cfg si facem urmatoarele setari:

Citeaza

// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod XnVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 40

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 4

// If you set this to 1, you can hide slots on your server
amx_hideslots 1

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 0

// Max size of the stats file
csstats_maxsize 3500

// Duration of HUD-statistics
amx_statsx_duration 12.0


// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0

//If you set this to 0, clients cannot chose their language
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1

// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""


Modificati "amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600" cu "amx_scrollmsg "Welcome to numele_serverului_tau -- This server is using AMX Mod X" 600""
Modificati "amx_imessage "Welcome to %hostname%" "000255100"" cu "amx_imessage "Welcome to numele_serverului_tau" "000255100"
________________________________________________________________________________
____________________________________________________________

INSTALARE AMXMODX MANUAL
Pentru inceput instalam Metamod
Instalare Metamod
1.Mergem in hlds/cstrike/addons/ si creem un folder numit metamod
2.Creem in addons/metamod/ un folder numit dlls
3.Downloadam metamod de aici
4.Punem .dll-ul in addons/metamod/dlls/
5.Intram in hlds/cstrike/ si deschidem liblist.gam si modificam

Citeaza

gamedll "dllsmp.dll"

cu

Citeaza

gamedll "addons\metamod\dlls\metamod.dll"


6.Pentru a activa AmxModX (in caz ca luati numai baseul de la amxx fara metamod) intrati in addons/metamod/ si creeati un fisier numit plugins.ini si in el scrieti asa:

Citeaza

win32 addons\amxmodx\dlls\amxmodx_mm.dll


Instalare AmxModX
1.Downloadam de aici AmxModX Base
2.Downloadam de aici AmxModX Modul Counter-Strike
3.Extragem amandoua arhive in hlds/cstrike/
4.Intram in addons/amxmodx/configs/amxx.cfg si facem urmatoarele setari:

Citeaza

// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod XnVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 40

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 4

// If you set this to 1, you can hide slots on your server
amx_hideslots 1

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 0


// Max size of the stats file
csstats_maxsize 3500


// Duration of HUD-statistics
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0

//If you set this to 0, clients cannot chose their language
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1

// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""


Modificati "amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600" cu "amx_scrollmsg "Welcome to numele_serverului_tau -- This server is using AMX Mod X" 600""
Modificati "amx_imessage "Welcome to %hostname%" "000255100"" cu "amx_imessage "Welcome to numele_serverului_tau" "000255100"

________________________________________________________________________________
____________________________________________________________


AMXMODX PE LINUX
INSTALARE AMXMODX
Pentru inceput instalam Metamod
Instalare Metamod
1.Mergem in hlds/cstrike/addons/ si creem un folder numit metamod
2.Creem in hlds/cstrike/addons/metamod un folder numit dlls
3.Downloadam Metamod
4.Punem .so-ul in hlds/cstrike/addons/metamod/dlls/
5.Intram in hlds/cstrike/ si deschidem liblist.gam si modificam

Citeaza

gamedll_linux "dlls/mp_i386.so"

cu

Citeaza

gamedll_linux "addons/metamod/dlls/metamod_i386.so"


6.Pentru a activa AmxModX (in caz ca luati numai baseul de la amxx fara metamod) intrati in addons/metamod/ si creeati un fisier numit plugins.ini si in el scrieti asa:

Citeaza

linux addons/amxmodx/dlls/amxmodx_mm_i386.so


Instalare AmxModX
1.Downloadam de aici AmxModX Base Linux
2.Downloadam de aici AmxModX Counter-Strike Linux
3.Extragem amandoua arhive in hlds/cstrike/
4.Intram in addons/amxmodx/configs/amxx.cfg si facem urmatoarele setari:

Citeaza

// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod XnVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 40

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
amx_reservation 4

// If you set this to 1, you can hide slots on your server
amx_hideslots 1

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 0


// Max size of the stats file
csstats_maxsize 3500


// Duration of HUD-statistics
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0

//If you set this to 0, clients cannot chose their language
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1

// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
amx_mldebug ""


Modificati "amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600" cu "amx_scrollmsg "Welcome to numele_serverului_tau -- This server is using AMX Mod X" 600""
Modificati "amx_imessage "Welcome to %hostname%" "000255100"" cu "amx_imessage "Welcome to numele_serverului_tau" "000255100"

________________________________________________________________________________
____________________________________________________________

Cum sa adaugam admini
Intrati in C:\HLDS\cstrike\addons\amxmodx\configs\users.ini si scrieti acolo la sfarsit asa:

Citeaza

"nume" "parola" "abcdefghijklmnopqrstu" "a"


pentru admini pe nume
-in loc de "nume" puneti numele care vreti sa aiba adminul
-in loc de parola puneti parola pe care o vrea adminul
-in loc de "abcdefghijklmnopqrstu" puneti accesu care vreti sa-l aiba adminul

Citeaza

"nume" "" "ip" "abcdefghijklmnopqrstu" "de"


pentru admini pe ip
-in loc de "nume" puneti numele care sa-l aiba adminul
-in loc de "ip" puneti ip-ul celuia care doriti sa ii faceti adminul
-in loc de "abcdefghijklmnopqrstu" puneti accesu care vreti sa-l aiba adminul
Accesele sunt urmatoarele:

a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
b - reservation (can join on reserved slots)
c - amx_kick command
d - amx_ban and amx_unban commands
e - amx_slay and amx_slap commands
f - amx_map command
g - amx_cvar command (not all cvars will be available)
h - amx_cfg command
i - amx_chat and other chat commands
j - amx_vote and other vote commands
k - access to sv_password cvar (by amx_cvar command)
l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
m - custom level A (for additional plugins)
n - custom level B
o - custom level C
p - custom level D
q - custom level E
r - custom level F
s - custom level G
t - custom level H
u - menu access
z - user (no admin)

Ce face fiecare setare din amxx.cfg
amx_default_access "z" / ce acces are fiecare user care intra pe server
amx_password_field "_pw" / daca este acolo _pw atunci in consola te vei loga ca admin cu setinfo _pw parola
amx_mode 1 / daca este 1 modul de logare este normal
amx_show_activity 2 / daca ii 2 atunci comenzile adminilor se vor arata cu tot cu nume
amx_freq_imessage 40 / intervalul in care apar mesajele colorate
amx_flood_time 0.75 / daca un player scrie ceva,trebuie sa astepte ca sa mai scrie altceva inca 0.75 sutimi
amx_reservation 4 / cate sloturi rezervate sa aiba serverul
amx_hideslots 1 / daca este setat 1 atunci puteti ascunde sloturile de pe server
amx_time_voice 1 /daca este setat 1 atunci dupa ce dati comenzile /timeleft sau /thetime se va aude si vocea
amx_vote_delay 10 / cate secunde trebuie sa treaca de la un vot dat
amx_vote_time 10 / cat va tine un vot
amx_vote_answers 1 / arata cine si ce voteaza la acel vot
amx_extendmap_max 90 / harta se poate extinde maxim cu 90 minute
amx_extendmap_step 15 / cate minute se va extinde harta la fiecare extindere
csstats_rank 0 / rank-ul sa se salveze pe nume
csstats_maxsize 3500 / maximul de marime a fisierului cu stats-uri (top si rank)
amx_statsx_duration 12.0 / durata statisticilor
amx_statsx_freeze -2.0 / daca are "-" in fata atunci HUD-statusurile se vor termina inainte de durata de freeze time sa se termine
amx_client_languages 1 / jucatorii isi pot alege limba dorita
amx_debug 1 / pluginurile cu debuge se vor pune in plugins.ini
amx_mldebug "" aici puteti pune mai multe limbi disponibile dupa descrierea facuta acolo

Cum sa adaugam pluginuri
1.Luam fisierul .sma si il bagam in addons/amxmodx/scripting/
2.Executam compile.exe
3.Intram in addons/amxmodx/scripting/compiled/ si o sa gasim pluginul .amxx
4.Luam pluginu .amxx si il punem in addons/amxmodx/plugins/
5.Mergem in addons/amxmodx/configs/plugins.ini si scriem la sfarsit asa:

Citeaza

numele_pluginului.amxx


Cum sa activam module
Pai de multe ori am auzit "activeaza modulul engine,sau activeaza modulul fun sau alte module",ca sa activam unele module procedam astfel:
1.Intram in addons/amxmodx/configs/modules.ini
2.Modificam acolo de exemplu pentru a activa modulul engine,inlocuim

Citeaza

;engine

cu

Citeaza

engine


Daca vrem sa activam modulul fakemeta inlocuim:

Citeaza

;fakemeta

cu

Citeaza

fakemeta


Si tot asa.Deci uite ca v-am spus si cum se activeaza modulele
Acum mergem in C:\HLDS\cstrike si deschidem fisierul liblist.gam si modificam :
secure "1"
cu
secure "0"

Mai multe despre AmxModX
1.Ultimate Sounds Advanced
Daca vreti mai multe sunete pe server puteti folosi cu incredere pluginul "Ultimate Sounds Advanced "
Instalare
1.Extrageti arhiva in hldscstrike
2.Intrati in addons/amxmodx/configs/plugins.ini si scrieti la sfarsit asa:

Citeaza

ultimate_sounds_advanced.amxx



2.CS Stats SKK
Daca vreti mai multe mesaje pe server puteti folosi cu incredere pluginul "CS Stats SKK "
Instalare
1.Extrageti arhiva in hldscstrikeaddonsamxmodx
2.Intrati in addons/amxmodx/configs/plugins.ini si inlocuiti urmatoarele:

Citeaza

statscfg.amxx

cu

Citeaza

;statscfg.amxx



Citeaza

statsx.amxx

cu

Citeaza

;statsx.amxx



Citeaza

miscstats.amxx

cu

Citeaza

;miscstats.amxx



3.Pe urma adaugati la sfarsit asa:

Citeaza

statscfg_skk.amxx
miscstats_skk.amxx
statsx_skk.amxx


4.Folositi comanda amx_statscfgmenu pentru a activa/dezactiva ce vreti de acolo.
PS:Daca aveti si pluginul Ultimate Sounds Advanced este bine sa scrieti in consola amx_statscfgmenu si sa dezactivati Killing Streak si Killing Streak Sound

3.Show IP
Pe multe servere ati vazut ca atunci cand se conecteaza cineva pe server scrie acolo in stanga jos: Player (IP) trying to connect . Vreti si voi asa ceva?Atunci folositi cu incredere pluginul "Show IP " (E scoasa comanda amx_ipban)

Instalare
1.Luati fisierul amx_show_ip.sma si bagatil in addons/amxmodx/scripting/
2.Executati compile.exe
3.Intrati si luati amx_show_ip.amxx din addons/amxmodx/scripting/compiled/
4.Bagati amx_show_ip.amxx in addons/amxmodx/plugins/
5.Intrati in addons/amxmodx/configs/plugins.ini si scrieti la sfarsit asa:

Citeaza

amx_show_ip.amxx


4.TopX
De indata ce nu aveti StatsMe puteti folosi pluginul "TopX "
Descriptie
Puteti folosi comanda /topX . x = numarul de la rank EX: /top543 sau /top32654 dar ATENTIE pentru ca topul acesta asa mare sa mearga trebuie sa fi avut atatia oameni pe server . de exemplu daca pe server au intrat sa zicem 200 jucatori . puteti folosi /top200 dar mai mare nu va merge!
Instalare
1.Bagati amxx_topx.sma in addons/amxmodx/scripting/
2.Executati compile.exe
3.Intrati si luati amxx_topx.amxx din addons/amxmodx/scripting/compiled/
4.Luati amxx_topx.amxx si punetil in addons/amxmodx/plugins
5.Intrati in addons/amxmodx/configs/plugins.ini si scrieti la sfarsit asa:

Citeaza

amxx_topx.amxx


Pentru mai multe status-uri puteti da in consola amx_statscfgmenu si activa/dezactiva ceea ce vreti voi.

Daca intampinati probleme va astept cu comentarii.
Trackback(0)
Comentarii (2)add comment

melvin said:

0
saaaa
sa raspunda cnv cat de repede se poate
 
November 11, 2010
Voturi: +0

melvin said:

0
steam
dc nu imi apar servarele la cs??????????>smilies/sad.gif
 
November 11, 2010
Voturi: +0

Scrie comentariu
mai mic | mai mare

busy
 

Cine e online

Avem 33 vizitatori online

Sondaj

Ce mod de CS va place?
 

Autentificare

Utilizator
Parola

Utilizator nou? Creare cont

Cs.PGLzone.Net

Steam

Respawn

GunGame

DeathRun

Zombie

Parteneri

Forum.ZoneK.Ro
Descarca Scripturi Nulled
© 2007-2011 PGLzone.net - Toate drepturile rezervate.