All Country - Version 2.0.2

Um mgliche Fehler auf Ihrer Seite zu vermeiden, machen Sie vor den Editierungen ein Backup der zu bearbeiteten Dateien.

-----------------------------------------------------------------------------------

Lsche folgende templates aus deinem PHPKIT:

Suche im Ordner pkinc/publictpl/

	- member_country_.htm
	- member_country_aut.htm
	- member_country_ch.htm
	- member_country_def.htm
	- member_country_ger.htm
	- member_country_nl.htm
	- member_country_oth.htm


Notwendige Editierungen:
========================

Suche in pkinc/admin/useredit.php

				user_hobby='".$SQL->f($_POST['edit_hobby'])."',

fge direkt DARUNTER das ein:
		// All Country by PimpYourKiT.de
				user_country='".$SQL->f($_POST['edit_country'])."',
		// All Country by PimpYourKiT.de


Suche weiter nach:

	$edit_email=$userinfo['user_email'];


fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
	pkLoadLang('profile');
	pkLoadFunc('user');
	$user_country=pkUserCountryOptionlist($userinfo['user_country']);
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/admin/userslist.php

$member_row = '';

fge direkt DARBER das ein:

// All Country by PimpYourKiT.de
pkLoadFunc('user');
pkLoadLang('profile');
$user_country = pkUserCountryOptionlist('DEF');
	
if(isset($_REQUEST['country']) && addslashes($_REQUEST['country']) != 'DEF') 
	$searchstr=" WHERE u.user_country = '".$SQL->f($_REQUEST['country'])."'";
// All Country by PimpYourKiT.de

Suche weiter nach:

$total_side=sidelinkfull($counter[0],$epp,$entries,"include.php?path=userslist&soption=".pkEntities($_REQUEST['soption'])."&svalue=".pkEntities($_REQUEST['svalue']));

und ERSETZE es mit:

// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!
$ud_country = $_REQUEST['ud_country'] != '' ? '&ud_country='.pkEntities($_REQUEST['ud_country']) : '';
$total_side=sidelinkfull($counter[0],$epp,$entries,"include.php?path=userslist$ud_country&soption=".pkEntities($_REQUEST['soption'])."&svalue=".pkEntities($_REQUEST['svalue']));
// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!

Suche weiter nach:

		u.user_sex,

fge direkt DARUNTER das ein:

		u.user_country,

Suche weiter nach:

	eval("\$member_row.= \"".pkTpl("member_row")."\";");

fge direkt DARBER das ein:

// All Country by PimpYourKiT.de
	$info_country = '';
	if($userinfo['user_country'] != 'DEF' && $userinfo['user_country'] != '')
		{
			$country='<img src="./../images/flag/'.$userinfo['user_country'].'.png" style="width:16px;height:16px;border-style:none;" alt="'.pkGetLang(''.$userinfo['user_country']).'" title="'.pkGetLang(''.$userinfo['user_country']).'" />&nbsp;';
			$info_country = '<div style="float:right;display:inline;">'.$country.'</div>';	
		}
	else
		$info_country = '';
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/admintpl/edituser_full.htm

 <tr>
  <td class="standard" colspan="2">Weitere Angaben</td>
 </tr>

fge direkt DARUNTER das ein:

<!-- All Country by PimpYourKiT.de -->
	<tr>
		<td class="left">Herkunft<br /><span class="small">W&auml;hlen Sie Ihr Herkunftsland aus.</span></td>
		<td class="right">
			<select name="edit_country" size="1" class="w90">
				$user_country
			</select>
		</td>
	</tr>
<!-- All Country by PimpYourKiT.de -->

-----------------------------------------------------------------------------------

Suche in pkinc/admintpl/member.htm

	<table border="0" cellspacing="0" cellpadding="0" width="100%">
		<form method="post" action="include.php?path=userslist">
	 <tr>
	  <td align="right">

fge direkt DARUNTER das ein:

<!-- All Country by PimpYourKiT.de -->
		<select name="country" onchange="this.form.submit()" size="1">
			$user_country
		</select>
<!-- All Country by PimpYourKiT.de -->

-----------------------------------------------------------------------------------

Suche in pkinc/admintpl/member_row.htm

  <td class="$row"><a href="?path=useredit&editid=$userinfo[user_id]">$userinfo[user_nick]</a></td>

und ERSETZE es mit:

<!-- All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!-->
  <td class="$row"><a href="?path=useredit&editid=$userinfo[user_id]">$userinfo[user_nick]</a>&nbsp;$info_country</td>
<!-- All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!-->

-----------------------------------------------------------------------------------

Suche in pkinc/admintpl/site.htm

<link rel="stylesheet" href="$adminsite_css" type="text/css" />

fge direkt DARUNTER das ein:

<!-- All Country by PimpYourKiT.de -->
<link href="/fx/css/country.css" type="text/css" rel="stylesheet" />
<!-- All Country by PimpYourKiT.de -->

-----------------------------------------------------------------------------------

Suche in pkinc/func/user.php:

function pkUserCountryOptionlist($selected='def')
	{
	$countries=array(
		'ger',
		'aut',
		'ch',
		'nl',
		'oth',
		'def'
		);
			
	$optionlist='';
	foreach($countries as $key)
		{
		$optionlist.='<option value="'.$key.'"'.
			($key==$selected ? ' selected="selected"' : '').
			'>'.pkGetLang('origin_'.$key).'</option>';
		}
	
	return $optionlist;	
	}


und ERSETZE es mit:

// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!	
function pkUserCountryOptionlist($selected='DEF',$germany=1,$austria=1,$world=1)
	{
	$countries=array(
		'DEF'
		);
		
	if($germany == 1)
		array_push($countries,'DEU','DB','BW','BY','BL','BB','HB','HH','HE','MV','NS','NW','RP','SR','SC','SA','SH','TH');
	
	if($austria == 1)
		array_push($countries,'AUT','OB','BU','KA','NO','OO','SZ','SM','TI','VB','WI');
	
	if($world == 1)
		array_push($countries,'WL','ABC','AFG','EGY','ALB','DZA','AND','AGO','ATG','GNQ','ARG','ARM','AZE','ETH','AUS','BHS','BHR','BGD','BRB','BEL','BLZ','BEN','BKB','BTN','BOL','BIH','BWA','BRA','BRN','BGR','BFA','BDI','CHL','TWN','CHN','CHK','CMC','COK','CRI','DNK','DMF','DMG','DMA','DOM','DJI','ECU','SLV','CIV','ERI','EST','FJI','FIN','FRA','GAB','GMB','GEO','GHA','GRD','GRC','GTM','GIN','GNB','GUY','HTI','HND','IND','IDN','IRQ','IRN','IRL','ISL','ISR','ITA','JAM','JPN','YEM','JOR','KHM','CMR','CAN','CPV','KAZ','QAT','KEN','KGZ','KIR','COL','COM','COD','COG','PRK','KOR','XXK','HRV','CUB','KWT','LAO','LSO','LVA','LBN','LBR','LBY','LIE','LTU','LUX','MDG','MWI','MYS','MDV','MLI','MLT','MAR','MHL','MRT','MUS','MKD','MEX','FSM','MDA','MCO','MNG','MNE','MOZ','MMR','NAM','NRU','NPL','NZL','NIC','NLD','NER','NGA','NIU','NCY','NOR','OMN','TLS','PAK','PSE','PLW','PAN','PNG','PRY','PER','PHL','POL','PRT','RWA','ROU','RUS','SLB','ZMB','WSM','SMR','STP','SAU','SWE','CHE','SEN','SRB','SYC','SLE','ZWE','SGP','SVK','SVN','SOM','SOL','ESP','LKA','KNA','LCA','VCT','ZAF','SDN','SOS','SSD','SUR','SWZ','SYR','TJK','TZA','THA','TGO','TON','TRN','TTO','TCD','CZE','TUN','TUR','TKM','TUV','UGA','UKR','HUN','URY','UZB','VUT','VAT','VEN','ARE','USA','GBR','VNM','BLR','ESH','CAF','CYP','OTH');
			
	$optionlist='';
	foreach($countries as $key)
		{
		$optionlist.='<option value="'.$key.'"'.
			($key==$selected ? ' selected="selected"' : '').
			'>'.pkGetLang(''.$key).'</option>
			';
		}
	
	return $optionlist;	
	}
// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!

-----------------------------------------------------------------------------------

Suche in pkinc/lang/de/event.php:

'login_error4'=>'Sie haben einen falschen Benutzernamen oder ein falsches Passwort eingegeben!',

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
'eventtitle_profileupdate_usercountry'=>'Herkunft ung&uuml;ltig',
'event_profileupdate_usercountry'=>'Bitte w&auml;hlen Sie Ihre Herkunft aus!',
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/lang/de/profile.php:

'origin_ger'=>'Deutschland',
'origin_aut'=>'&Ouml;sterreich',
'origin_ch'=>'Schweiz',
'origin_nl'=>'Niederlande',
'origin_oth'=>'Anderes',
'origin_def'=>'Keine Angabe',

und ERSETZE es mit:

// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!
''=>'&nbsp;',
'DEF'=>'Keine Angabe',
// Germany
'DEU'=>'Deutschland',
'DB'=>'Deutsche Bundesl&auml;nder',
'BW'=>'Baden-W&uuml;rttemberg',
'BY'=>'Bayern',
'BL'=>'Berlin',
'BB'=>'Brandenburg',
'HB'=>'Bremen',
'HH'=>'Hamburg',
'HE'=>'Hessen',
'MV'=>'Mecklenburg-Vorpommern',
'NS'=>'Niedersachsen',
'NW'=>'Nordrhein-Westfalen',
'RP'=>'Rheinland-Pfalz',
'SR'=>'Saarland',
'SC'=>'Sachsen',
'SA'=>'Sachsen-Anhalt',
'SH'=>'Schleswig-Holstein',
'TH'=>'Th&uuml;ringen',
// Austria
'AUT'=>'&Ouml;sterreich',
'OB'=>'&Ouml;sterreichiche Bundesl&auml;nder',
'BU'=>'Burgenland',
'KA'=>'K&auml;rnten',
'NO'=>'Nieder&ouml;sterreich',
'OO'=>'Ober&ouml;sterreich',
'SZ'=>'Salzburg',
'SM'=>'Steiermark',
'TI'=>'Tirol',
'VB'=>'Vorarlberg',
'WI'=>'Wien',
// Country
'WL'=>'Weitere L&auml;nder',
'ABC'=>'Abchasien',
'AFG'=>'Afghanistan',
'EGY'=>'&Auml;gypten',
'ALB'=>'Albanien',
'DZA'=>'Algerien',
'AND'=>'Andorra',
'AGO'=>'Angola',
'ATG'=>'Antigua Barbuda',
'GNQ'=>'&Auml;quatorialguinea',
'ARG'=>'Argentinien',
'ARM'=>'Armenien',
'AZE'=>'Aserbaidschan',
'ETH'=>'&Auml;thiopien',
'AUS'=>'Australien',
'BHS'=>'Bahamas',
'BHR'=>'Bahrain',
'BGD'=>'Bangladesch',
'BRB'=>'Barbados',
'BEL'=>'Belgien',
'BLZ'=>'Belize',
'BEN'=>'Benin',
'BKB'=>'Bergkarabach',
'BTN'=>'Bhutan',
'BOL'=>'Bolivien',
'BIH'=>'Bosnien Herzegowina',
'BWA'=>'Botswana',
'BRA'=>'Brasilien',
'BRN'=>'Brunei',
'BGR'=>'Bulgarien',
'BFA'=>'Burkina Faso',
'BDI'=>'Burundi',
'CHL'=>'Chile',
'TWN'=>'China (Republik)',
'CHN'=>'China (Volksrepublik)',
'CHK'=>'China (VR Hong Kong)',
'CMC'=>'China (VR Macao)',
'COK'=>'Cookinseln',
'CRI'=>'Costa Rica',
'DNK'=>'D&auml;nemark',
'DMF'=>'D&auml;nemark (F&auml;r&ouml;er)',
'DMG'=>'D&auml;nemark (Gr&ouml;nland)',
'DMA'=>'Dominica',
'DOM'=>'Dominikanische Republik',
'DJI'=>'Dschibuti',
'ECU'=>'Ecuador',
'SLV'=>'El Salvador',
'CIV'=>'Elfenbeink&uuml;ste',
'ERI'=>'Eritrea',
'EST'=>'Estland',
'FJI'=>'Fidschi',
'FIN'=>'Finnland',
'FRA'=>'Frankreich',
'GAB'=>'Gabun',
'GMB'=>'Gambia',
'GEO'=>'Georgien',
'GHA'=>'Ghana',
'GRD'=>'Grenada',
'GRC'=>'Griechenland',
'GTM'=>'Guatemala',
'GIN'=>'Guinea',
'GNB'=>'Guinea-Bissau',
'GUY'=>'Guyana',
'HTI'=>'Haiti',
'HND'=>'Honduras',
'IND'=>'Indien',
'IDN'=>'Indonesien',
'IRQ'=>'Irak',
'IRN'=>'Iran',
'IRL'=>'Irland',
'ISL'=>'Island',
'ISR'=>'Israel',
'ITA'=>'Italien',
'JAM'=>'Jamaika',
'JPN'=>'Japan',
'YEM'=>'Jemen',
'JOR'=>'Jordanien',
'KHM'=>'Kambodscha',
'CMR'=>'Kamerun',
'CAN'=>'Kanada',
'CPV'=>'Kap Verde',
'KAZ'=>'Kasachstan',
'QAT'=>'Katar',
'KEN'=>'Kenia',
'KGZ'=>'Kirgisistan',
'KIR'=>'Kiribati',
'COL'=>'Kolumbien',
'COM'=>'Komoren',
'COD'=>'Kongo (Demokratische Republik)',
'COG'=>'Kongo Republik',
'PRK'=>'Korea (Nord)',
'KOR'=>'Korea (S&uuml;d)',
'XXK'=>'Kosovo',
'HRV'=>'Kroatien',
'CUB'=>'Kuba',
'KWT'=>'Kuwait',
'LAO'=>'Laos',
'LSO'=>'Lesotho',
'LVA'=>'Lettland',
'LBN'=>'Libanon',
'LBR'=>'Liberia',
'LBY'=>'Libyen',
'LIE'=>'Liechtenstein',
'LTU'=>'Litauen',
'LUX'=>'Luxemburg',
'MDG'=>'Madagaskar',
'MWI'=>'Malawi',
'MYS'=>'Malaysia',
'MDV'=>'Malediven',
'MLI'=>'Mali',
'MLT'=>'Malta',
'MAR'=>'Marokko',
'MHL'=>'Marshallinseln',
'MRT'=>'Mauretanien',
'MUS'=>'Mauritius',
'MKD'=>'Mazedonien',
'MEX'=>'Mexiko',
'FSM'=>'Mikronesien',
'MDA'=>'Moldawien',
'MCO'=>'Monaco',
'MNG'=>'Mongolei',
'MNE'=>'Montenegro',
'MOZ'=>'Mosambik',
'MMR'=>'Myanmar',
'NAM'=>'Namibia',
'NRU'=>'Nauru',
'NPL'=>'Nepal',
'NZL'=>'Neuseeland',
'NIC'=>'Nicaragua',
'NLD'=>'Niederlande',
'NER'=>'Niger',
'NGA'=>'Nigeria',
'NIU'=>'Niue',
'NCY'=>'Nordzypern',
'NOR'=>'Norwegen',
'OMN'=>'Oman',
'TLS'=>'Osttimor',
'PAK'=>'Pakistan',
'PSE'=>'Pal&auml;stina',
'PLW'=>'Palau',
'PAN'=>'Panama',
'PNG'=>'Papua-Neuguinea',
'PRY'=>'Paraguay',
'PER'=>'Peru',
'PHL'=>'Philippinen',
'POL'=>'Polen',
'PRT'=>'Portugal',
'RWA'=>'Ruanda',
'ROU'=>'Rum&auml;nien',
'RUS'=>'Russland',
'SLB'=>'Salomonen',
'ZMB'=>'Sambia',
'WSM'=>'Samoa',
'SMR'=>'San Marino',
'STP'=>'S&atilde;o Tom&eacute;',
'SAU'=>'Saudi-Arabien',
'SWE'=>'Schweden',
'CHE'=>'Schweiz',
'SEN'=>'Senegal',
'SRB'=>'Serbien',
'SYC'=>'Seychellen',
'SLE'=>'Sierra Leone',
'ZWE'=>'Simbabwe',
'SGP'=>'Singapur',
'SVK'=>'Slowakei',
'SVN'=>'Slowenien',
'SOM'=>'Somalia',
'SOL'=>'Somaliland',
'ESP'=>'Spanien',
'LKA'=>'Sri Lanka',
'KNA'=>'St. Kitts',
'LCA'=>'St. Lucia',
'VCT'=>'St. Vincent',
'ZAF'=>'S&uuml;dafrika',
'SDN'=>'Sudan',
'SOS'=>'S&uuml;dossetien',
'SSD'=>'S&uuml;dsudan',
'SUR'=>'Suriname',
'SWZ'=>'Swasiland',
'SYR'=>'Syrien',
'TJK'=>'Tadschikistan',
'TZA'=>'Tansania',
'THA'=>'Thailand',
'TGO'=>'Togo',
'TON'=>'Tonga',
'TRN'=>'Transnistrien',
'TTO'=>'Trinidad Tobago',
'TCD'=>'Tschad',
'CZE'=>'Tschechien',
'TUN'=>'Tunesien',
'TUR'=>'T&uuml;rkei',
'TKM'=>'Turkmenistan',
'TUV'=>'Tuvalu',
'UGA'=>'Uganda',
'UKR'=>'Ukraine',
'HUN'=>'Ungarn',
'URY'=>'Uruguay',
'UZB'=>'Usbekistan',
'VUT'=>'Vanuatu',
'VAT'=>'Vatikanstadt',
'VEN'=>'Venezuela',
'ARE'=>'Vereinigte Arabische Emirate',
'USA'=>'USA Vereinigte Staaten',
'GBR'=>'GB Vereinigtes K&ouml;nigreich',
'VNM'=>'Vietnam',
'BLR'=>'Wei&szlig;russland',
'ESH'=>'Westsahara',
'CAF'=>'Zentralafrikanische Republik',
'CYP'=>'Zypern',
'OTH'=>'Anderes',
// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!

-----------------------------------------------------------------------------------

Suche in pkinc/public/forumsearch.php
						$info_sig=pkUserSignature($userinfo['user_sig']);

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
						pkLoadLang('profile');
						$info_country = '';
						if($userinfo['user_country'] != 'DEF' && $userinfo['user_country'] != '')
							{
							$country='<img src="images/flag/'.$userinfo['user_country'].'.png" style="width:16px;height:16px;border-style:none;" alt="'.pkGetLang(''.$userinfo['user_country']).'" title="'.pkGetLang(''.$userinfo['user_country']).'" />&nbsp;';
							$country.=pkGetLang(''.$userinfo['user_country']);
							eval("\$info_country=\"".pkTpl("member_country")."\";");	
							}
						else
							$info_country = '';
// All Country by PimpYourKiT.de

Suche weiter nach:

				unset($avatar_show);

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
				unset($info_country);
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/public/forumsthread.php

			$info_sig=pkUserSignature($userinfo['user_sig']); 

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
			pkLoadLang('profile');
			$info_country = '';
				if($userinfo['user_country'] != 'DEF' && $userinfo['user_country'] != '')
					{
					$country='<img src="images/flag/'.$userinfo['user_country'].'.png" style="width:16px;height:16px;border-style:none;" alt="'.pkGetLang(''.$userinfo['user_country']).'" title="'.pkGetLang(''.$userinfo['user_country']).'" />&nbsp;';
					$country.=pkGetLang(''.$userinfo['user_country']);
					eval("\$info_country=\"".pkTpl("member_country")."\";");	
					}
				else
			$info_country = '';
// All Country by PimpYourKiT.de

Suche weiter nach:

		unset($avatar_show);

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
		unset($info_country);
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/public/userinfo.php:
	
if($userinfo['user_country']!="")
	{
	$info_country=pkGetLang('origin_'.$userinfo['user_country']);
	}

und ERSETZE es mit:

// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!
if($userinfo['user_country'] != 'def' && $userinfo['user_country'] != '')
	{
	$info_country ='<img src="images/flag/'.$userinfo['user_country'].'.png" style="width:16px;height:16px;border-style:none;" alt="'.pkGetLang(''.$userinfo['user_country']).'" title="'.pkGetLang(''.$userinfo['user_country']).'" />&nbsp;';
	$info_country.=pkGetLang(''.$userinfo['user_country']);
	}
// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!

-----------------------------------------------------------------------------------

Suche in pkinc/public/userprofile.php:

				else
					$uderror='nickname_invalid';
				}

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
			if($_POST['ud_country'] == '---' || $_POST['ud_country'] == '' || $_POST['ud_country'] == 'DEF' || $_POST['ud_country'] == 'DB' || $_POST['ud_country'] == 'OB' || $_POST['ud_country'] == 'WL')
				$uderror='usercountry';
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/public/userslist.php:

$order=(isset($_REQUEST['order']) && in_array($_REQUEST['order'],$orderhash)) ? $_REQUEST['order'] : 'up';

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
pkLoadFunc('user');
pkLoadLang('profile');
$user_country = pkUserCountryOptionlist('DEF');
	
if(isset($_REQUEST['ud_country']) && addslashes($_REQUEST['ud_country']) != 'DEF') 
	$searchstr=" AND user_country = '".$SQL->f($_REQUEST['ud_country'])."'";
// All Country by PimpYourKiT.de

Suche weiter nach:

$total_side=sidelinkfull($counter[0], $epp, $entries, "include.php?path=userslist&order=".$order."&usernick=".pkEntities($search)."&letter=".$letter,"small");

und ERSETZE es mit:

// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!
$ud_country = $_REQUEST['ud_country'] != '' ? '&ud_country='.pkEntities($_REQUEST['ud_country']) : '';

$total_side=sidelinkfull($counter[0], $epp, $entries, "?path=userslist$ud_country&order=".$order."&usernick=".pkEntities($search)."&letter=".$letter,"small");
// All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!

Suche weiter nach:

	$counter=$SQL->fetch_array($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_USER." WHERE user_activate='1' ".$searchstr));
	}

und fge direkt DARUNTER:

// All Country by PimpYourKiT.de
else
	$counter=$SQL->fetch_array($SQL->query("SELECT COUNT(*) FROM ".pkSQLTAB_USER." WHERE user_activate='1' ".$searchstr));
// All Country by PimpYourKiT.de

Suche weiter nach:

		eval("\$info_profile= \"".pkTpl("member_showprofil_iconlink")."\";");

fge direkt DARUNTER das ein:

// All Country by PimpYourKiT.de
	$info_country = '';
	if($userinfo['user_country'] != 'DEF' && $userinfo['user_country'] != '')
		{
			$country='<img src="images/flag/'.$userinfo['user_country'].'.png" style="width:16px;height:16px;border-style:none;" alt="'.pkGetLang(''.$userinfo['user_country']).'" title="'.pkGetLang(''.$userinfo['user_country']).'" />&nbsp;';
			$info_country = '<div style="float:right;display:inline;">'.$country.'</div>';	
		}
	else
		$info_country = '';
// All Country by PimpYourKiT.de

-----------------------------------------------------------------------------------

Suche in pkinc/publictpl/member.htm

		<input class="small" type="submit" value="$LANG[bl_go]" />

fge direkt DARUNTER das ein:

<!-- All Country by PimpYourKiT.de -->
		<select name="ud_country" onchange="this.form.submit()" size="1">
			$user_country
		</select>
<!-- All Country by PimpYourKiT.de -->

-----------------------------------------------------------------------------------

suche in pkinc/publictpl/member_row.htm

  <td class="$row">$info_nick</td>

und ERSETZE es mit:

<!-- All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!-->
  <td class="$row">$info_nick &nbsp; $info_country</td>
<!-- All Country by PimpYourKiT.de - Orginalcode wurde ersetzt!-->

-----------------------------------------------------------------------------------

Suche in pkinc/publictpl/forum/search_result_post_row.htm und pkinc/publictpl/forum/showthread_row.htm

	  <td>$avatar_show</td>
	 </tr>

fge direkt DARUNTER:

<!-- All Country by PimpYourKiT.de -->
	 $info_country
<!-- All Country by PimpYourKiT.de -->

-----------------------------------------------------------------------------------

Trage nun im Adminbereich unter Kofiguration => Meta Angaben diese Zeile ein.

<!-- All Country by PimpYourKiT.de -->
<link href="fx/css/country.css" type="text/css" rel="stylesheet" />
<!-- All Country by PimpYourKiT.de -->

-----------------------------------------------------------------------------------

Das wars schon.

Hinweis:
========

Installationsanleitung 

Erweiterungen frs PHPKIT 1.6.6

von PimpYourKiT.de 

Rechtliches:

Das Entfernen, Verndern oder Unkenntlich machen des Copyrights ist untersagt.
Ist das Copyright durch nderungen oder auf Grund uerer Einflsse nicht mehr sichtbar, muss der
Copyright-Vermerk vollstndig und in der ursprnglichen Form, durch den Benutzer wieder hergestellt werden.

nderungen an den Script und Funktionen ist untersagt, es sei den zur Anpassung an das eigene Design,
liegt im Ermessen des Benutzers und Erfolgen auf eigenes Risiko. Diese nderungen berechtigen in keinem Fall zur Entfernung des Copyrights.

Die hier Verffentlichten Dateien unterliegen dem Urheberrecht. Eine Weitergabe oder Vervielfltigung
der Dateien ohne schriftliche Genehmigung durch den Autor ist untersagt. Zuwiderhandlungen knnen sowohl
zivil- als auch strafrechtlich verfolgt werden.

Dieses Modul darf nur auf www.PimpYourKiT.de heruntergeladen werden.

Mit freundlichem Gru

Support-Team von PimpYourKiT.de 

Support auf http://www.PimpYourKiT.de