Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<?php
$host="localhost";
$user="юсер";
$pass="пасс";
$db="именабазатаданни";
$table="phpbb_topics";
$latest="10";
$link=mysql_connect($host, $user, $pass);
$db=mysql_select_db($db);
$query="select * from $table order by topic_time desc limit 0,$latest";
$result=mysql_query($query, $link);
while ($row=mysql_fetch_row($result)) {
echo "<a href='http://път/viewtopic.php?t=$row[0]' target='_blank'>$row[2]</a><br>";
}
?>
<?php
/*** phpBB - Last Topics System ***/
//Author: Vasil Antonov
//Email: vasko_an@abv.bg
//Date: 21.05.2004
//------------------------------
//Edit this parameters:
//MySQL server adress
$host="";
//Username
$user="";
//Password
$pass="";
//Database
$db="";
//Table
$table="phpbb_topics";
//Show last x posts
$laforums="10";
//-------------------------- END
//------------------------------
//Don't edit !
$link=mysql_connect($host, $user, $pass);
$db=mysql_select_db($db);
$query="select * from $table order by topic_time desc limit 0,$laforums";
$result=mysql_query($query, $link);
while ($row=mysql_fetch_row($result)) {
echo "<a href='http://www.domain.com/viewtopic.php?t=$row[0]' target='_blank'>$row[2]</a><br>";
}
//-------------------------- END
?>
<?php
$dbhost="хост";
$urlPath="http://пътдофорума";
$dbuser="юсер";
$dbpass="парола";
$db="базаданни";
$table="phpbb_topics";
$laforums="10";
$connection = mysql_connect("$dbhost", "$dbuser", "$dbpass");
$db=mysql_select_db($db);
$query="select * from $table order by topic_time desc limit 0,$laforums";
$result=mysql_query($query, $connection);
print "<center>Последните 10 теми</center>";
print "<table cellpadding='0' cellSpacing='0' width='350' height='50'>";
while ($row=mysql_fetch_row($result))
{
$Y=$Y+1;
echo "<tr valign='top'><td onmouseover=this.style.backgroundColor='gray' onmouseout=this.style.backgroundColor=''><font color=\"#111111\" size=\"2\">$Y - $asd</font><a href='$urlPath/viewtopic.php?t=$row[0]' target='_blank'>$row[2]</a> <font color=\"#111111\" size=\"2\">  Отговори : <font color=\"blue\" size=\"2\">$row[6]<br>";
Изпревари ме :roll:bafitu каза:на staf :
$table="phpbb_topics,phpbb_categories";
замени с :
$table="phpbb_topics";
после надолу където да дава линк-а махни $row[14]:
и трябва да стане
бърз съм :wink: mute , сега работи ли ?staf каза:Изпревари ме :roll: