JAKuT Posted July 3, 2009 Report Share Posted July 3, 2009 (edited) Vot gribeju izdarit, bez nezinu kaa... Man rada taa tas last topic skripts, kad uzraksta aiziet aiz taa ramisa tekst, bet es gribu ja ir liels teksts tad lai saisinas. radisu ar piemeriem: Tagad rada taa ja ir gars teksts Un uztaisit lai rada, laiku kura pievieno, vai izlabo taja topica kaut ko. Citadi rada visu laiku tikai 02:00 23:40 - LAlalalallalalaaalalallal un aiziet aiz ramisa.. Bet gribu lai ir taa, ja ir teksts lielaks par ramiti tad lai izskatas taa lai neiet ara no ramisa. 23:40 - llalalala... Pats skripts: <?php // Noradi datus $host = "localhost"; // db hosts $dbname = "forum"; // DB $dbuser = "root"; // db useris $dbpass = ""; // db parole ?> <?php $platums = "100"; // platums (px) $forums = "/f/"; // foruma url $limits = "7"; // cik posti uzraadiisies $link = mysql_connect($host, $dbuser, $dbpass) or die("Nesanaaca piekonekteeties: " . mysql_error()); mysql_select_db($dbname) or die("Datubaze neekstiste"); mysql_query("SET NAMES UTF-8"); // NEAIZTIEC $kverisdivi = mysql_query("SELECT posts, last_poster_name, last_poster_id, title, tid, forum_id, last_post FROM ibf_topics ORDER BY last_post DESC LIMIT ".$limits.""); echo "<div>"; while($row = mysql_fetch_array( $kverisdivi )) { $datums = $row['start_date']; $piev_datums = date("H:i",$datums); echo "<p><b>$piev_datums - </b> <a style='text-decoration: none' href=\"$forums/index.php?showtopic=".$row[tid]."&view=getnewpost\" title=\"\">".$row[title]."</a><br></p>"; } echo "</div>"; ?> Edited July 3, 2009 by JAKuT Link to comment Share on other sites More sharing options...
lazda2 Posted July 3, 2009 Report Share Posted July 3, 2009 (edited) Links ~ 140 rindiņa Edited July 3, 2009 by lazda2 Link to comment Share on other sites More sharing options...
JAKuT Posted July 3, 2009 Author Report Share Posted July 3, 2009 Tas skripts neiet, nezinu kapec.. visu izdariju kaa vajadzejabet negaja. varbut kads varetu sito partaisit , palidzet uztaisit :/ Link to comment Share on other sites More sharing options...
lazda2 Posted July 3, 2009 Report Share Posted July 3, 2009 neiet taadēļ, ka ir uzlikt ka no citas db nem datus 94. rindinu paskaties nonem nost to forum. Link to comment Share on other sites More sharing options...
JAKuT Posted July 3, 2009 Author Report Share Posted July 3, 2009 tadu erroru rada... Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\AppServ\www\index.php on line 49 Warning: include(http://localhost/f/latest_posts.php) [function.include]: failed to open stream: no suitable wrapper could be found in C:\AppServ\www\index.php on line 49 Link to comment Share on other sites More sharing options...
JAKuT Posted July 3, 2009 Author Report Share Posted July 3, 2009 ar so erroru, tiku gala... paradijas cits errors, no pasa faila latest_topic.php Link to comment Share on other sites More sharing options...
X ID Posted July 3, 2009 Report Share Posted July 3, 2009 Viss, kas tev bija vajadzīgs, ir substr() funkcija. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now