#v2: Web Admin List without SQL Base (Counter-Strike 1.6 no SQL)

Anunturi legate de vanzari/cumparari.
*Nu suntem responsabili de tranzactiile efectuate intre membri. Utilizatorii sunt sfatuiti sa-si ia maximul de precautii inainte de finalizarea unei tranzactii pentru a preveni posibilitatea unei inselaciuni.

Moderators: Moderatori ajutatori, Moderatori

User avatar
Xeno985
Membru, skill +1
Membru, skill +1
Posts: 206
Joined: 05 Jul 2017, 22:07
Detinator Steam: Da
CS Status: Disponibil, doar cand sunt acasa.
Detinator server CS: Nu
SteamID: 512916512916
Reputatie: Membru Club eXtreamCS (28 Jan - 28 Feb)
Fond eXtream: 0
Location: 127.0.0.1
Discord: nvF4B8A
Has thanked: 12 times
Been thanked: 4 times
Contact:

09 Aug 2019, 01:42

Salut, acum cateva zile am terminat noul Web Admin List la care am adaugat 2 pagini (admins si Bans). Fata de cele precedente, acesta nu necesita o baza de date SQL pentru preluarea adminelor. Baza acestui panel consta in 2 pluginuri (admin.amxx si advanced_bans.amxx, adica users.ini si advanced_bans.txt).

v2 updates | Afiseaza codul
-shop admin (poti cumpara admin din web, acesta fiind adaugat automat)
-remove admin (poti sterge un admin din web)

Imagini cu acesta:


Este simplu, usor de instalat si destul de avantajos (mai ales pentru banuri).

Pretul acestuia este de 5 euro (25 lei) + ajutor de instalare daca este nevoie.

Date contact:
-Email: [email protected]
-Steam: http://steamcommunity.com/id/512916512916/
Last edited by Xeno985 on 19 Aug 2019, 11:53, edited 3 times in total.
👉 Panel Counter-Strike: Click. 👈
👉💎 Shop: Click. 💎👈
👉💻 Filme: Click. 💻👈
👉📧 Contact: Steam 📧👈
User avatar
UnHibrid
Membru, skill +1
Membru, skill +1
Posts: 164
Joined: 20 Apr 2015, 19:26
Detinator Steam: Da
CS Status: ''Onlain''
Detinator server CS: Furien.B-Zone.Ro
SteamID: senzorgaming
Fond eXtream: 0
Location: Agent Vanzari la Digi (RDS-RCS)
Has thanked: 12 times
Been thanked: 2 times
Contact:

09 Aug 2019, 02:10

Up la bajatu ! Le are, super smecher panel-ul pentru astia care n-au treaba cu SQL
Image
User avatar
-coLd-
Membru, skill +2
Membru, skill +2
Posts: 584
Joined: 06 Feb 2018, 22:45
Detinator Steam: Da
CS Status: Loading . . .
SteamID: KaNNabySu
Reputatie: Fost Membru Club eXtreamCS (o luna)
Fond eXtream: 0
Location: C:/
Has thanked: 17 times
Been thanked: 17 times

09 Aug 2019, 13:14

#uppp
User avatar
j a h k 0-
Membru, skill +4
Membru, skill +4
Posts: 1536
Joined: 26 Jan 2016, 10:24
Detinator Steam: Da
CS Status: segmentation fault
SteamID: /ID/jkhalibu
Reputatie: Utilizator neserios
Restrictie moderator [permanent]
Membru Club eXtreamCS (3 luni)
Nume anterior: Jah#
Fond eXtream: 0
Location: Chişinău, Republic Of Moldova
Has thanked: 69 times
Been thanked: 13 times
Contact:

10 Aug 2019, 01:24

Up recomand.
Tranzactii efectuate cu succes.
| Afiseaza codul
anunturi/vand-cont-rockstar-gta-15euro- ... 49363.html
anunturi/vand-cont-rockstar-gta-euro-paypal-t349373.html
anunturi/cumpar-tema-ipb-t349335.html
anunturi/recomandare-utilizatori-pentru-tranzactii-t323814-60.html
anunturi/recomandare-utilizatori-pentru-tranzactii-t323814-72.html
post2692853.html#p2692853
anunturi/addons-furien-classic-cyby-t348802.html
Image
| Afiseaza codul
Image
Image
User avatar
levin
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 3844
Joined: 24 Aug 2011, 12:24
Detinator Steam: Da
CS Status:
Detinator server CS: ☯∴
SteamID: riseofevo
Reputatie: Scripter eXtreamCS
Nume anterior: Adryyy
Location: ҳ̸Ҳ̸ҳ
Discord: devilclass
Has thanked: 36 times
Been thanked: 594 times
Contact:

10 Aug 2019, 15:08

ai făcut pe baza citirii prin ftp get, ceea ce e pe net pentru genuri de adv bans
dar dacă eu am admin pe ip/steamid ?

ex de citire listă banări prin adv ban(se poate modifica pentru orice sistem)

Code: Select all

<?php
//EASY FOR UB/ADV BANS
?>

<html>
<head>
<title>WEB Ban List</title>

<style type="text/css">
body {
    background-color: #e1e1e1;
    width:90%;
    margin:0px auto;
}
</style><!-- your html stuff -->
<meta charset="UTF-8">
</head>

<body>
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);

//START VARS
$ftp_ip = "89.40.105.195";
$ftp_user = "[email protected]";
$ftp_pass = "123dgame123";
$ftp_log_path = "/89.40.105.195-27015/cstrike/addons/amxmodx/data/UB_Banlist.txt"; // calea directă către .txt-ul cu banările din FTP
$temporary_file = "bans.tmp";//dacă nu mai merge conectarea..să citească ce a stocat aici??
//END VARS


$conn_id = ftp_connect($ftp_ip) or die ("cannot connect to server");
$login_result = ftp_login($conn_id, $ftp_user, $ftp_pass);// or die("login to ftp server failed");

/*if ((!$conn_id)) {
echo "<font color=\"#FF0000\">IP FTP INVALID</font>";
//ftp_exit($conn_id);
exit;
}*/



//ftp_pasv($conn_id, true);

// get the file
if($login_result)
{
	$result = ftp_fget($conn_id, $local, $ftp_log_path, FTP_BINARY);//$local=$temprary_file
	$local = fopen($temporary_file, "w");//sus??

	//if(!$result))	echo "Problem with get file text";
}
else
{
echo "<font color=\"#FF0000\">LOGIN FTP INVALID</font>";
//exit;
}

// close the FTP stream
ftp_close($conn_id);


$myFile = $temporary_file;
$theData = '';
if(filesize($myFile) > 0)//da..
{
	$fh = fopen($myFile, 'r');
	$theData = fread($fh, filesize($myFile));
	fclose($fh);
}
/*else
{
	echo "probleme??";
	exit;
}*/


echo '<h1 style="color:#000;margin:0px;padding:0px;font-size:50px;"><center>Ban list</center></h1>';
echo "<table border=\"0\" cellpadding=\"2\" style=\"width: 100%;\">\n";

echo "<tr>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Player name:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Player SteamID/IP:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Reason for ban:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Ban duration:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Time of Unban:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Admin name:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Ban-Type:</td>\n";
echo "</tr>\n";

function steam2friend($steam_id){
    $steam_id=strtolower($steam_id);
    if (substr($steam_id,0,7)=='steam_0') {
        $tmp=explode(':',$steam_id);
        if ((count($tmp)==3) && is_numeric($tmp[1]) && is_numeric($tmp[2])){
            return bcadd((($tmp[2]*2)+$tmp[1]),'76561197960265728');
        }else return false;
    }
	else	return false;
}

$file1 = $temporary_file;
$lines = file($file1);
$line_num = -1;
foreach($lines as $linenum => $line){
 $line_num++;
}

while($line_num > -1){
	$line = $lines[$line_num];

	if(strlen($line) == 1){
		$line_num--;
		continue;
	}

	$lista = explode('" "', $line);

	echo "<tr>\n";
 
	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	echo str_replace("\"", "",$lista[3]);
/*
$nik = strpbrk($lista[0], ' ');
$tip = substr($lista[0],0,strrpos($lista[0],'+'));
*/
	echo "</td>\n";
 
	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[1] == "<null>"||$lista[2]=="") {
		echo "EROARE";
	}
	else {
		echo $lista[1];
	}
	if($lista[2] == "<null>"||$lista[2]=="") {
		echo "EROARE";
	}
	else {
		echo "/".$lista[2];
	}
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[9] == "") {
        echo "No reason specified.";
	}
	else {
        echo str_replace("\"", "",$lista[9]);
	}
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[4] == "0") {
        echo "Permanent";
	}
	else {
		echo $lista[4];
	}
	/*elseif($lista[4] == "1") {
        echo $lista[4];
        echo " minute";
	}
	else {
        echo $lista[4];
        echo " minutes";
	}*/
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[5]==0)
	{
		echo "Nu este prezentat";
	}
	else
	{
	if($lista[5] == "Permanent Ban") {
        echo "Never";
	}
	else {
        echo $lista[5];
	}
	}
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	echo $lista[8];
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	echo str_replace("\"", "",$lista[0]);
	echo "</td>\n";


	echo "</tr>\n";
	$line_num--;
}
	echo "</table>\n";
?>
</body>
</html>
Pentru ajutor, faceți cerere bine detaliată, completând și respectând modelul corespunzător.
Nu-mi mai dați cereri doar pentru a mă avea în lista de prieteni.
Dacă te ajut, și mă ignori/etc > te adaug în „foe”.
Aveți grijă la cei ce încearcă să mă copieze sau să dea drept mine..Puteți lua legătura cu mine prin STEAM dacă aveți o problemă/nelămurire în acest caz! Cont de forum am doar aici.
În cazul în care utilizați ceva din ce am postat(ex: aici), e bine să fiți la curent cu modificările aduse și de aici, iar dacă sunt ceva probleme nu ezitați să luați legătura cu mine. Actualizarea unor coduri nu se vor afișa public, doar dacă se găsește ceva critic/urgent de remediat, unele fiind coduri vechi iar unele refăcute chiar recent dar private.
* Nume pe cs1.6: eVoLuTiOn \ Nume vechi: eVo
* Atelierul meu - post2819572.html#p2819572 (închis, click link ca să vedeți de ce)
Justdapz
Membru, skill +1
Membru, skill +1
Posts: 331
Joined: 12 Jun 2015, 18:53
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Detinator server CS: csgo.devilcs.ro
SteamID: erk12231998
Fond eXtream: 0
Has thanked: 2 times
Been thanked: 1 time
Contact:

10 Aug 2019, 21:57

o simpla afisare a unor txt. Dacă tot vrei sa faci ceva. fa si edit /update / delete a unui admin de pe web direct in fisier
User avatar
-coLd-
Membru, skill +2
Membru, skill +2
Posts: 584
Joined: 06 Feb 2018, 22:45
Detinator Steam: Da
CS Status: Loading . . .
SteamID: KaNNabySu
Reputatie: Fost Membru Club eXtreamCS (o luna)
Fond eXtream: 0
Location: C:/
Has thanked: 17 times
Been thanked: 17 times

10 Aug 2019, 21:58

Justdapz wrote:
10 Aug 2019, 21:57
o simpla afisare a unor txt. Dacă tot vrei sa faci ceva. fa si edit /update / delete a unui admin de pe web direct in fisier
Daca vrei asa ceva , poti cumpara panelul .
User avatar
Xeno985
Membru, skill +1
Membru, skill +1
Posts: 206
Joined: 05 Jul 2017, 22:07
Detinator Steam: Da
CS Status: Disponibil, doar cand sunt acasa.
Detinator server CS: Nu
SteamID: 512916512916
Reputatie: Membru Club eXtreamCS (28 Jan - 28 Feb)
Fond eXtream: 0
Location: 127.0.0.1
Discord: nvF4B8A
Has thanked: 12 times
Been thanked: 4 times
Contact:

11 Aug 2019, 07:48

Justdapz wrote:
10 Aug 2019, 21:57
o simpla afisare a unor txt. Dacă tot vrei sa faci ceva. fa si edit /update / delete a unui admin de pe web direct in fisier
"o simpla afisare a unor txt." o simpla afisare si a bazei de date se poate numi acest lucru, crearea unui website nu consta doar in afisare si gata, trebuiesc filtrate datele, trebuie comparatii etc. adica eu nu pot afisa orice...
Cat despre update-uri, asteapta vin si ele in viitor, deocamdata inca lucrez la el si ii fac imbunatatiri sa il transform din web admin list in panel.
L E V I N wrote:
10 Aug 2019, 15:08
ai făcut pe baza citirii prin ftp get, ceea ce e pe net pentru genuri de adv bans
dar dacă eu am admin pe ip/steamid ?

ex de citire listă banări prin adv ban(se poate modifica pentru orice sistem)

Code: Select all

<?php
//EASY FOR UB/ADV BANS
?>

<html>
<head>
<title>WEB Ban List</title>

<style type="text/css">
body {
    background-color: #e1e1e1;
    width:90%;
    margin:0px auto;
}
</style><!-- your html stuff -->
<meta charset="UTF-8">
</head>

<body>
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);

//START VARS
$ftp_ip = "89.40.105.195";
$ftp_user = "[email protected]";
$ftp_pass = "123dgame123";
$ftp_log_path = "/89.40.105.195-27015/cstrike/addons/amxmodx/data/UB_Banlist.txt"; // calea directă către .txt-ul cu banările din FTP
$temporary_file = "bans.tmp";//dacă nu mai merge conectarea..să citească ce a stocat aici??
//END VARS


$conn_id = ftp_connect($ftp_ip) or die ("cannot connect to server");
$login_result = ftp_login($conn_id, $ftp_user, $ftp_pass);// or die("login to ftp server failed");

/*if ((!$conn_id)) {
echo "<font color=\"#FF0000\">IP FTP INVALID</font>";
//ftp_exit($conn_id);
exit;
}*/



//ftp_pasv($conn_id, true);

// get the file
if($login_result)
{
	$result = ftp_fget($conn_id, $local, $ftp_log_path, FTP_BINARY);//$local=$temprary_file
	$local = fopen($temporary_file, "w");//sus??

	//if(!$result))	echo "Problem with get file text";
}
else
{
echo "<font color=\"#FF0000\">LOGIN FTP INVALID</font>";
//exit;
}

// close the FTP stream
ftp_close($conn_id);


$myFile = $temporary_file;
$theData = '';
if(filesize($myFile) > 0)//da..
{
	$fh = fopen($myFile, 'r');
	$theData = fread($fh, filesize($myFile));
	fclose($fh);
}
/*else
{
	echo "probleme??";
	exit;
}*/


echo '<h1 style="color:#000;margin:0px;padding:0px;font-size:50px;"><center>Ban list</center></h1>';
echo "<table border=\"0\" cellpadding=\"2\" style=\"width: 100%;\">\n";

echo "<tr>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Player name:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Player SteamID/IP:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Reason for ban:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Ban duration:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Time of Unban:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Admin name:</td>\n";
echo "<td style=\"background-color: #333333; color: #FFFFFF; font-size: small;\">Ban-Type:</td>\n";
echo "</tr>\n";

function steam2friend($steam_id){
    $steam_id=strtolower($steam_id);
    if (substr($steam_id,0,7)=='steam_0') {
        $tmp=explode(':',$steam_id);
        if ((count($tmp)==3) && is_numeric($tmp[1]) && is_numeric($tmp[2])){
            return bcadd((($tmp[2]*2)+$tmp[1]),'76561197960265728');
        }else return false;
    }
	else	return false;
}

$file1 = $temporary_file;
$lines = file($file1);
$line_num = -1;
foreach($lines as $linenum => $line){
 $line_num++;
}

while($line_num > -1){
	$line = $lines[$line_num];

	if(strlen($line) == 1){
		$line_num--;
		continue;
	}

	$lista = explode('" "', $line);

	echo "<tr>\n";
 
	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	echo str_replace("\"", "",$lista[3]);
/*
$nik = strpbrk($lista[0], ' ');
$tip = substr($lista[0],0,strrpos($lista[0],'+'));
*/
	echo "</td>\n";
 
	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[1] == "<null>"||$lista[2]=="") {
		echo "EROARE";
	}
	else {
		echo $lista[1];
	}
	if($lista[2] == "<null>"||$lista[2]=="") {
		echo "EROARE";
	}
	else {
		echo "/".$lista[2];
	}
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[9] == "") {
        echo "No reason specified.";
	}
	else {
        echo str_replace("\"", "",$lista[9]);
	}
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[4] == "0") {
        echo "Permanent";
	}
	else {
		echo $lista[4];
	}
	/*elseif($lista[4] == "1") {
        echo $lista[4];
        echo " minute";
	}
	else {
        echo $lista[4];
        echo " minutes";
	}*/
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	if($lista[5]==0)
	{
		echo "Nu este prezentat";
	}
	else
	{
	if($lista[5] == "Permanent Ban") {
        echo "Never";
	}
	else {
        echo $lista[5];
	}
	}
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	echo $lista[8];
	echo "</td>\n";


	echo "<td style=\"background-color: #eee; color: #000000; font-size: small;\">";
	echo str_replace("\"", "",$lista[0]);
	echo "</td>\n";


	echo "</tr>\n";
	$line_num--;
}
	echo "</table>\n";
?>
</body>
</html>
Da, a fost facut prin FTP get, ceea ce vazsem intr-un post de al tau si mi-a trecut prin cap sa incerc si eu ceva.
Atata timp cat eu offer suport-ul, pot modifica dupa cum doresti, adica nu l-am pus free incat sa poata fi modificat dupa cum doreste cel ce il descarca.
👉 Panel Counter-Strike: Click. 👈
👉💎 Shop: Click. 💎👈
👉💻 Filme: Click. 💻👈
👉📧 Contact: Steam 📧👈
User avatar
LondoN eXtream
Membru eXtream
Membru eXtream
Posts: 2755
Joined: 10 Oct 2014, 06:21
Detinator Steam: Da
SteamID: /id/london_extreamcs
Reputatie: Fost scripter eXtreamCS
Fost moderator ajutator
Membru Club eXtreamCS (6 luni)
Fond eXtream: 0
Location: Roman, Neamț
Has thanked: 3 times
Been thanked: 12 times

11 Aug 2019, 11:43

Este foarte frumoasa ideea, si merita dezvoltata.
UP!
User avatar
Xeno985
Membru, skill +1
Membru, skill +1
Posts: 206
Joined: 05 Jul 2017, 22:07
Detinator Steam: Da
CS Status: Disponibil, doar cand sunt acasa.
Detinator server CS: Nu
SteamID: 512916512916
Reputatie: Membru Club eXtreamCS (28 Jan - 28 Feb)
Fond eXtream: 0
Location: 127.0.0.1
Discord: nvF4B8A
Has thanked: 12 times
Been thanked: 4 times
Contact:

11 Aug 2019, 11:53

LondoN eXtream wrote:
11 Aug 2019, 11:43
Este foarte frumoasa ideea, si merita dezvoltata.
UP!
Fi sigur ca o voi dezvolta :boundlessly_laughing:
Abia am inceput sa lucrez mai serios la el. :closed_lips:
👉 Panel Counter-Strike: Click. 👈
👉💎 Shop: Click. 💎👈
👉💻 Filme: Click. 💻👈
👉📧 Contact: Steam 📧👈
User avatar
Xeno985
Membru, skill +1
Membru, skill +1
Posts: 206
Joined: 05 Jul 2017, 22:07
Detinator Steam: Da
CS Status: Disponibil, doar cand sunt acasa.
Detinator server CS: Nu
SteamID: 512916512916
Reputatie: Membru Club eXtreamCS (28 Jan - 28 Feb)
Fond eXtream: 0
Location: 127.0.0.1
Discord: nvF4B8A
Has thanked: 12 times
Been thanked: 4 times
Contact:

11 Aug 2019, 14:24

Justdapz wrote:
10 Aug 2019, 21:57
o simpla afisare a unor txt. Dacă tot vrei sa faci ceva. fa si edit /update / delete a unui admin de pe web direct in fisier
Pentru tine, update-uri, sunt facute recent, si intra in v2 (actualizarea de acum in colo):
| Afiseaza codul
Image
Image
👉 Panel Counter-Strike: Click. 👈
👉💎 Shop: Click. 💎👈
👉💻 Filme: Click. 💻👈
👉📧 Contact: Steam 📧👈
User avatar
levin
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 3844
Joined: 24 Aug 2011, 12:24
Detinator Steam: Da
CS Status:
Detinator server CS: ☯∴
SteamID: riseofevo
Reputatie: Scripter eXtreamCS
Nume anterior: Adryyy
Location: ҳ̸Ҳ̸ҳ
Discord: devilclass
Has thanked: 36 times
Been thanked: 594 times
Contact:

11 Aug 2019, 17:31

tot nu înțeleg de ce pui doar pe nickname
faza cu shop e aiurea pentru că trebuie acreditată metoda de plată(paypal,paysafe,idk), așa să cumperi pe credite,ammo,și alte d-astea se poate face bypass prin script, nu știu cum ai făcut, să fie direct adăugat accesul odată cumpărat sau să fie doar pe plată
Pentru ajutor, faceți cerere bine detaliată, completând și respectând modelul corespunzător.
Nu-mi mai dați cereri doar pentru a mă avea în lista de prieteni.
Dacă te ajut, și mă ignori/etc > te adaug în „foe”.
Aveți grijă la cei ce încearcă să mă copieze sau să dea drept mine..Puteți lua legătura cu mine prin STEAM dacă aveți o problemă/nelămurire în acest caz! Cont de forum am doar aici.
În cazul în care utilizați ceva din ce am postat(ex: aici), e bine să fiți la curent cu modificările aduse și de aici, iar dacă sunt ceva probleme nu ezitați să luați legătura cu mine. Actualizarea unor coduri nu se vor afișa public, doar dacă se găsește ceva critic/urgent de remediat, unele fiind coduri vechi iar unele refăcute chiar recent dar private.
* Nume pe cs1.6: eVoLuTiOn \ Nume vechi: eVo
* Atelierul meu - post2819572.html#p2819572 (închis, click link ca să vedeți de ce)
Post Reply

Return to “Anunturi”

  • Information