|
Okno w profilu z adresem strony
|
| Bananas |
Dodany dnia 09.01.2008 19:47:44
|

Pocz?tkuj?cy

Postów: 111
Data rejestracji: 15.12.2006 16:45
|
Stworzylem pole Strona w profilu i edycji profilu, ale nie wiem jak zrobi? aby znacznik http:// automatycznie sie sam wsadzal, gdy kto? go nie|napisze, a kiedy napisze ma sie nie dodawa?. Bardzo prosze o odpowiednie poprawienie tego kodu:
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u022']."</b></td>
<td class='tbl'>".($data['user_web'] ? "<a href='http://".$data['user_web']."'>".$data['user_web']."</a>" :
$locale['u048'])."</td>
</tr>
PW od moderatora:
- Zmiana nazwy tematu - bartek124 09.01 - 20:01
Edytowane przez Milka dnia 09.01.2008 22:19:20
|
| |
|
|
| W?cibski Go?? |
Dodany dnia 27.10.2025 21:55:10
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
| IP: localhost |
|
|
| bartek124 |
Dodany dnia 09.01.2008 19:59:50
|

Weteran

Postów: 3264 Pomógł: 236
v7.02.06 Data rejestracji: 26.05.2007 12:25
|
Przecie? tam ju? jest takie pole.
if (!strstr($data['user_web'], "http://")) { $urlprefix = "http://"; } else { $urlprefix = ""; }
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u022']."</b></td>
<td class='tbl'>".($data['user_web'] ? "<a href='"$urlprefix.$data['user_web']."'>".$data['user_web']."</a>";
$locale['u048'])."</td>
</tr>
Nie pomagam na komunikatorach oraz PW!
|
| |
|
|
| Bananas |
Dodany dnia 09.01.2008 20:09:50
|

Pocz?tkuj?cy

Postów: 111
Data rejestracji: 15.12.2006 16:45
|
Ale to jest kod tam do linków pod avatrem a mi chodzi tu jak jest http://www.gtaplu...p?lookup=4 uzytkownik doda? strone z http:// i jest podwojne http://. |
| |
|
|
| bartek124 |
Dodany dnia 09.01.2008 20:17:06
|

Weteran

Postów: 3264 Pomógł: 236
v7.02.06 Data rejestracji: 26.05.2007 12:25
|
Ohoho takich pierdo?ek za przeproszeniem Wam si? zachciewa. Czasami mnie zadziwiacie. Przecie? jest dobrze, ale Wy zawsze kombinujecie, ?eby by?o inaczej. 
Da?em Ci kod wy?ej, zastosuj go.
Nie pomagam na komunikatorach oraz PW!
|
| |
|
|
| Bananas |
Dodany dnia 09.01.2008 20:24:14
|

Pocz?tkuj?cy

Postów: 111
Data rejestracji: 15.12.2006 16:45
|
Wklei?em go i niestety taki b?ad http://www.gtaplu...p?lookup=4 Dlaczego taki jest ? |
| |
|
|
| bartek124 |
Dodany dnia 09.01.2008 20:28:18
|

Weteran

Postów: 3264 Pomógł: 236
v7.02.06 Data rejestracji: 26.05.2007 12:25
|
Daj kod Twojego pliku profile.php , to Ci to "skomponuj?". W sumie to powiniene? wiedzie? co jest przyczyn? b??du, skoro bierzesz si? za prowadzenia stronki . No ale Ci pomog? .
Nie pomagam na komunikatorach oraz PW!
|
| |
|
|
| Bananas |
Dodany dnia 09.01.2008 20:29:57
|

Pocz?tkuj?cy

Postów: 111
Data rejestracji: 15.12.2006 16:45
|
Prosze:
<?php
//OS:mFusionME
//version:4.01.9
//type:CORE
/*---------------------------------------------------+
| PHP-Fusion 6
Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2005 Nick Jones
|
http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions
of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
if
(!isset($group_id)) {
if (!isset($lookup) || !isNum($lookup)) fallback("index.php");
$result = dbquery("SELECT * FROM
".$db_prefix."users WHERE user_id='$lookup'");
if (dbrows($result)) { $data = dbarray($result); } else {
redirect("index.php"); }
opentable($locale['420']);
echo "<table align='center' cellpadding='0' cellspacing='0'
width='510' class='tbl-border'>
<tr>
<td colspan='3'>
<table align='center' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='tbl'><b>".$data['user_name']."</b></td>
<td align='right' class='tbl'></td>
</tr>
</table>
</td>
<tr>
<td align='center' width='200' rowspan='9' class='tbl'>\n";
include_once (INCLUDES."i2m.class.php");
$i2m = new ip2more($data['user_ip'], true);
$user_flag =
strtolower($i2m->country['iso2']);
echo ($data['user_avatar'] ? "<img src='".IMAGES."avatars/".$data['user_avatar']."'
alt='".$locale['u017']."'>" : $locale['u046'])."</td>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u009']."</b></td>
<td class='tbl'><img src='".INCLUDES."flags/m/".$user_flag.".png'
alt='".($data['user_location'] ? $data['user_location'] : $locale['u048'])."' border='0' style='vertical-align:middle'>
".($data['user_location'] ? $data['user_location'] : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u010']."</b></td>
<td class='tbl'>";
if ($data['user_birthdate'] != "0000-00-00")
{
$months = explode("|", $locale['months']);
$user_birthdate = explode("-",
$data['user_birthdate']);
echo $months[number_format($user_birthdate['1'])]."
".number_format($user_birthdate['2'])." ".$user_birthdate['0'];
} else {
echo $locale['u048'];
}
echo "</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u021']."</b></td>
<td class='tbl'>".($data['user_aim'] ? "<img
src='http://status.gadu-gadu.pl/users/status.asp?id=".$data['user_aim']."&styl=1' alt='GG' style='vertical-align:middle;'> <a
href='gg:".$data['user_aim']."'>".$data['user_aim']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u011']."</b></td>
<td class='tbl'>".($data['user_icq'] ? "<img border='0'
src='http://web.icq.com/whitepages/online?icq=".$data['user_icq']."&img=5' alt='ICQ' style='vertical-align:middle;'> <a
target='_blank' href='http://web.icq.com/wwp?Uin=".$data['user_icq']."'>".$data['user_icq']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u005']."</b></td>
<td align='left' class='tbl'>".($data['user_email'] ? "<a
href='mailto://".str_replace("@","@",$data['user_email'])."'>".$data['user_email']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u012']."</b></td>
<td class='tbl'>".($data['user_msn'] ? "<img src='http://status.tlen.pl/?u=".$data['user_msn']."&t=1'
alt='tle'
style='vertical-align:left;'> <a href='tlen://chat|".$data['user_msn']."|/
'>".$data['user_msn']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u023']."</b></td>
<td align='left' class='tbl'>\n";
if (!isset($userdata['user_id']) || $data['user_id'] != $userdata['user_id']) {
echo "<a href='messages.php?msg_send=".$data['user_id']."'
title='".$locale['u060']."'>".$locale['u053']."</a>\n";
}
echo "</td></tr>
if (!strstr($data['user_web'], "http://")) { $urlprefix = "http://"; } else { $urlprefix = ""; }
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u022']."</b></td>
<td class='tbl'>".($data['user_web'] ? "<a href='"$urlprefix.$data['user_web']."'>".$data['user_web']."</a>";
$locale['u048'])."</td>
</tr>
<tr
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u013']."</b></td>
<td class='tbl'>".($data['user_yahoo'] ? "<a href='callto://".$data['user_yahoo']."'>".$data['user_yahoo']."</a>" :
$locale['u048'])."</td>
</tr>
</table>\n";
@includeINFUSIONS.'extended_profile/includes/profile.php';
tablebreak();
echo "<table align='center'
cellpadding='0' cellspacing='0' width='400' class='tbl-border'>
<tr>
<td class='tbl'
colspan='2'><b>".$locale['422']."</b></td>
</tr>
<tr>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u040']."</b></td>
<td class='tbl'>".showdate("longdate",
$data['user_joined'])."</td>
</tr>
<tr>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u044']."</b></td>
<td class='tbl'>".($data['user_lastvisit'] != 0 ?
showdate("longdate", $data['user_lastvisit']) : $locale['u049'])."</td>
</tr>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u042']."</b></td>
<td
class='tbl'>".number_format(dbcount("(comment_id)", "comments", "comment_name='".$data['user_id']."'"))."</td>
</tr>
</tr>
</table>\n";
if ($data['user_groups']) {
tablebreak();
echo "<table align='center'
cellpadding='0' cellspacing='1' width='400' class='tbl-border'>\n";
echo "<tr>\n<td
class='tbl'><b>".$locale['423']."</b></td>\n\n</tr>\n<tr>\n<td class='tbl'>\n";
$user_groups =
(strpos($data['user_groups'], ".") == 0 ? explode(".", substr($data['user_groups'], 1)) : explode(".",
$data['user_groups']));
for ($i = 0;$i < count($user_groups);$i++) {
echo "<a
href='".FUSION_SELF."?group_id=".$user_groups[$i]."'>".getgroupname($user_groups[$i])."</a>";
if ($i !=
(count($user_groups)-1)) { echo ",\n"; } else { echo "\n"; }
}
echo "</td>\n</tr>\n</table>\n";
}
} else {
if (!isNum($group_id)) fallback("index.php");
$result = dbquery("SELECT * FROM ".$db_prefix."user_groups
WHERE group_id='$group_id'");
if (dbrows($result)) {
$data = dbarray($result);
$result =
dbquery("SELECT * FROM ".$db_prefix."users WHERE user_groups REGEXP('^\\\.{$group_id}$|\\\.{$group_id}\\\.|\\\.{$group_id}$')
ORDER BY user_level DESC, user_name");
opentable($locale['410']);
echo "<table align='center'
cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>
<tr>
<td align='center' colspan='2'
class='tbl'><b>".$data['group_name']."</b> (".sprintf((dbrows($result)==1?$locale['411']:$locale['412']),
dbrows($result)).")</td>
</tr>
<tr>
<td class='tbl'><b>".$locale['401']."</b></td>
<td align='center' width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['402']."</b></td>
</tr>\n";
while ($data = dbarray($result)) {
$cell_color = ($i % 2 == 0 ? "tbl" : "tbl"); $i++;
echo "<tr>\n<td class='$cell_color'>\n<a
href='profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a></td>\n";
echo "<td
align='center' width='1%' class='$cell_color' style='white-space:nowrap'>".getuserlevel($data['user_level'])."</td>\n</tr>";
}
echo "</table>\n";
} else {
fallback(BASEDIR."index.php");
}
}
closetable();
require_once "side_right.php";
require_once "footer.php";
?>
Z góry dzieki |
| |
|
|
| bartek124 |
Dodany dnia 09.01.2008 20:35:16
|

Weteran

Postów: 3264 Pomógł: 236
v7.02.06 Data rejestracji: 26.05.2007 12:25
|
<?php
//OS:mFusionME
//version:4.01.9
//type:CORE
/*---------------------------------------------------+
| PHP-Fusion 6
Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2005 Nick Jones
|
http://www.php-fu...
+----------------------------------------------------+
| Released under the terms & conditions
of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
if
(!isset($group_id)) {
if (!isset($lookup) || !isNum($lookup)) fallback("index.php");
$result = dbquery("SELECT * FROM
".$db_prefix."users WHERE user_id='$lookup'");
if (dbrows($result)) { $data = dbarray($result); } else {
redirect("index.php"); }
opentable($locale['420']);
echo "<table align='center' cellpadding='0' cellspacing='0'
width='510' class='tbl-border'>
<tr>
<td colspan='3'>
<table align='center' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='tbl'><b>".$data['user_name']."</b></td>
<td align='right' class='tbl'></td>
</tr>
</table>
</td>
<tr>
<td align='center' width='200' rowspan='9' class='tbl'>\n";
include_once (INCLUDES."i2m.class.php");
$i2m = new ip2more($data['user_ip'], true);
$user_flag =
strtolower($i2m->country['iso2']);
echo ($data['user_avatar'] ? "<img src='".IMAGES."avatars/".$data['user_avatar']."'
alt='".$locale['u017']."'>" : $locale['u046'])."</td>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u009']."</b></td>
<td class='tbl'><img src='".INCLUDES."flags/m/".$user_flag.".png'
alt='".($data['user_location'] ? $data['user_location'] : $locale['u048'])."' border='0' style='vertical-align:middle'>
".($data['user_location'] ? $data['user_location'] : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u010']."</b></td>
<td class='tbl'>";
if ($data['user_birthdate'] != "0000-00-00")
{
$months = explode("|", $locale['months']);
$user_birthdate = explode("-",
$data['user_birthdate']);
echo $months[number_format($user_birthdate['1'])]."
".number_format($user_birthdate['2'])." ".$user_birthdate['0'];
} else {
echo $locale['u048'];
}
echo "</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u021']."</b></td>
<td class='tbl'>".($data['user_aim'] ? "<img
src='http://status.gadu-gadu.pl/users/status.asp?id=".$data['user_aim']."&styl=1' alt='GG' style='vertical-align:middle;'> <a
href='gg:".$data['user_aim']."'>".$data['user_aim']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u011']."</b></td>
<td class='tbl'>".($data['user_icq'] ? "<img border='0'
src='http://web.icq.com/whitepages/online?icq=".$data['user_icq']."&img=5' alt='ICQ' style='vertical-align:middle;'> <a
target='_blank' href='http://web.icq.com/wwp?Uin=".$data['user_icq']."'>".$data['user_icq']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u005']."</b></td>
<td align='left' class='tbl'>".($data['user_email'] ? "<a
href='mailto://".str_replace("@","@",$data['user_email'])."'>".$data['user_email']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u012']."</b></td>
<td class='tbl'>".($data['user_msn'] ? "<img src='http://status.tlen.pl/?u=".$data['user_msn']."&t=1'
alt='tle'
style='vertical-align:left;'> <a href='tlen://chat|".$data['user_msn']."|/
'>".$data['user_msn']."</a>" : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u023']."</b></td>
<td align='left' class='tbl'>\n";
if (!isset($userdata['user_id']) || $data['user_id'] != $userdata['user_id']) {
echo "<a href='messages.php?msg_send=".$data['user_id']."'
title='".$locale['u060']."'>".$locale['u053']."</a>\n";
}
echo "</td></tr>[b]";[/b]
if (!strstr($data['user_web'], "http://")) { $urlprefix = "http://"; } else { $urlprefix = ""; }
[b]echo "[/b]<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u022']."</b></td>
<td class='tbl'>".($data['user_web'] ? "<a href='"$urlprefix.$data['user_web']."'>".$data['user_web']."</a>";
$locale['u048'])."</td>
</tr>
<tr
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u013']."</b></td>
<td class='tbl'>".($data['user_yahoo'] ? "<a href='callto://".$data['user_yahoo']."'>".$data['user_yahoo']."</a>" :
$locale['u048'])."</td>
</tr>
</table>\n";
@includeINFUSIONS.'extended_profile/includes/profile.php';
tablebreak();
echo "<table align='center'
cellpadding='0' cellspacing='0' width='400' class='tbl-border'>
<tr>
<td class='tbl'
colspan='2'><b>".$locale['422']."</b></td>
</tr>
<tr>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u040']."</b></td>
<td class='tbl'>".showdate("longdate",
$data['user_joined'])."</td>
</tr>
<tr>
<td width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['u044']."</b></td>
<td class='tbl'>".($data['user_lastvisit'] != 0 ?
showdate("longdate", $data['user_lastvisit']) : $locale['u049'])."</td>
</tr>
</tr>
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u042']."</b></td>
<td
class='tbl'>".number_format(dbcount("(comment_id)", "comments", "comment_name='".$data['user_id']."'"))."</td>
</tr>
</tr>
</table>\n";
if ($data['user_groups']) {
tablebreak();
echo "<table align='center'
cellpadding='0' cellspacing='1' width='400' class='tbl-border'>\n";
echo "<tr>\n<td
class='tbl'><b>".$locale['423']."</b></td>\n\n</tr>\n<tr>\n<td class='tbl'>\n";
$user_groups =
(strpos($data['user_groups'], ".") == 0 ? explode(".", substr($data['user_groups'], 1)) : explode(".",
$data['user_groups']));
for ($i = 0;$i < count($user_groups);$i++) {
echo "<a
href='".FUSION_SELF."?group_id=".$user_groups[$i]."'>".getgroupname($user_groups[$i])."</a>";
if ($i !=
(count($user_groups)-1)) { echo ",\n"; } else { echo "\n"; }
}
echo "</td>\n</tr>\n</table>\n";
}
} else {
if (!isNum($group_id)) fallback("index.php");
$result = dbquery("SELECT * FROM ".$db_prefix."user_groups
WHERE group_id='$group_id'");
if (dbrows($result)) {
$data = dbarray($result);
$result =
dbquery("SELECT * FROM ".$db_prefix."users WHERE user_groups REGEXP('^\\\.{$group_id}$|\\\.{$group_id}\\\.|\\\.{$group_id}$')
ORDER BY user_level DESC, user_name");
opentable($locale['410']);
echo "<table align='center'
cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>
<tr>
<td align='center' colspan='2'
class='tbl'><b>".$data['group_name']."</b> (".sprintf((dbrows($result)==1?$locale['411']:$locale['412']),
dbrows($result)).")</td>
</tr>
<tr>
<td class='tbl'><b>".$locale['401']."</b></td>
<td align='center' width='1%' class='tbl'
style='white-space:nowrap'><b>".$locale['402']."</b></td>
</tr>\n";
while ($data = dbarray($result)) {
$cell_color = ($i % 2 == 0 ? "tbl" : "tbl"); $i++;
echo "<tr>\n<td class='$cell_color'>\n<a
href='profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a></td>\n";
echo "<td
align='center' width='1%' class='$cell_color' style='white-space:nowrap'>".getuserlevel($data['user_level'])."</td>\n</tr>";
}
echo "</table>\n";
} else {
fallback(BASEDIR."index.php");
}
}
closetable();
require_once "side_right.php";
require_once "footer.php";
?>
Teraz powinno dzia?a?.
problem polega na tym, ?e warunek nie mo?e by? umieszczony w echo "";.
Musisz zako?czy? echo, a po warunku zrobi? nowe echo i jest git. Nie chce mi si? t?umaczy? dok?adniej :p. Pogrubi?em Ci b??dy. porównaj sobie oba kody. Aha nie daje pewno?ci, ?e to dzia?a, poniewa? nie mam mFusion.
Nie pomagam na komunikatorach oraz PW!
|
| |
|
|
| Pieka |
Dodany dnia 09.01.2008 21:11:53
|


Postów: 19887 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Moze autor w koncu nazwie poprawnie, normalnie i zgodnie z trescia ten temat?
Poza tym, wystarczylo wziac pierwszy lepszy plik profile.php i do niego zajrzec:
if ($data['user_web']) {
$urlprefix = !strstr($data['user_web'], "http://") ? "http://" : "";
echo "[<a href='".$urlprefix.$data['user_web']."' title='".$urlprefix.$data['user_web']."' target='_blank'>".$locale['u052']."</a>]\n";
}
Edytowane przez Pieka dnia 09.01.2008 23:23:05
Jestem jaki jestem 
|
| |
|
|
| Bananas |
Dodany dnia 10.01.2008 21:35:53
|

Pocz?tkuj?cy

Postów: 111
Data rejestracji: 15.12.2006 16:45
|
To powy?ej to jest chyba kod na przycisk pod avatrem. A mi chodzi aby obok pola strona wyswietlal si? adres jej. Automatycznie po klikni?ciu na niego, ?eby przesz?o na strone.
Niestety adres strony podanej w profilu sie nie chce wyswietalc http://www.gtaplu...p?lookup=4 ?a tylo te [] Co jest nie tak w tym kodzie:
<tr>
<td width='1%' class='tbl' style='white-space:nowrap'><b>".$locale['u022']."</b></td>
<td align='center' class='tbl'>\n";
if ($data['user_web']) {
$urlprefix = !strstr($data['user_web'], "http://") ? "http://" : "";
echo "[<a href='".$urlprefix.$data['user_web']."' title='".$urlprefix.$data['user_web']."'
target='_blank'>".$locale['u052']."</a>]\n";
}
echo "</td>
|
| |
|
|
| Pieka |
Dodany dnia 10.01.2008 21:55:32
|


Postów: 19887 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Zupelnie niechcacy zapomniales poinformowc nas, ze masz mFusion? Fajnie.
Prosze, poprawny kod:
if ($data['user_web']) {
$urlprefix = !strstr($data['user_web'], "http://") ? "http://" : "";
echo "[<a href='".$urlprefix.$data['user_web']."' title='".$urlprefix.$data['user_web']."' target='_blank'>".$urlprefix.$data['user_web']."</a>]\n";
}
Edytowane przez Pieka dnia 10.01.2008 22:16:58
Jestem jaki jestem 
|
| |
|
|
| Bananas |
Dodany dnia 10.01.2008 22:16:59
|

Pocz?tkuj?cy

Postów: 111
Data rejestracji: 15.12.2006 16:45
|
?eby nie tworzy? nowego tematu. Czy gdy zmienie na php-fusion czy skóra z mojej strony bedzie dzialac ? |
| |
|