Jump to content
php.lv forumi

IPB lietotaj scripts!


suport

Recommended Posts

  • Replies 53
  • Created
  • Last Reply

Top Posters In This Topic

<?php
if (!defined('WWW')) { header('Location: http://'.$_SERVER['HTTP_HOST'].''); die(); }

$link = mysql_connect($INFO['sql_host'],$INFO['sql_user'],$INFO['sql_pass']);
mysql_query('use '.$INFO['sql_database'].';');

$page = '<div id="userlist">';
$result = mysql_query('select t1.id,t1.members_display_name,t2.avatar_location from '.$INFO['sql_tbl_prefix'].'members t1 join '.$INFO['sql_tbl_prefix'].'member_extra t2 on (t1.id = t2.id) limit 10;');
if (!empty($result)) {
	while ($r = mysql_fetch_array($result)) {
		 $page .='<p>
				<a href="'.WWW.'forum/index.php?showuser='.$r[0].'">
				<img class="avatar" src="'.WWW.'forum/uploads/'.$r[2].'" alt="'.$r[1].'" />
				'.$r[1].'</a>
			</p>';
	}
}
$page .='</div>';
mysql_close($link);
?>

 

Re ko es vakar sev uzrakstiju pārkodē pēc savas patikas :)

Link to comment
Share on other sites

pirms tas rindas uzraksti

 

define('WWW','www');

 

tad, stradas.

 

pamacies php vairak.

Link to comment
Share on other sites

iesledz kludu izvadi un peti, gan jau koda ir kada kluda, tapec jau ir balta lapa, savadak butu redirekts.

Edited by cucumber
Link to comment
Share on other sites

esi ko dzirdejis par error_reporting f-ju.

 

ps. bee viens un tas pats

Link to comment
Share on other sites

ja jau tur ir Kļūda tad kā es varu vinju izvadīt ja es pat nezinu kur vinja ir

izvadiju un neko neparadij lietoju error_reporting(E_ALL);

Edited by GeRik
Link to comment
Share on other sites

lol

 

uzraksti stapr shitam rindam tadu

$page .='</div>';

mysql_close($link);

bus

$page .='</div>';

echo $page;

mysql_close($link);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...