vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Ultimos mensajes del foro

This is a discussion on Ultimos mensajes del foro within the Español forums, part of the General Discussion category; Hoal tengo un script que me indica los ultimos post del foro, en general o bien puedo personalizar la categoria. ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion > Español

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-13-2006, 03:22 PM
Junior Member
 
Real Name: Joel
Join Date: Jul 2006
Posts: 8
Talking Ultimos mensajes del foro

Hoal tengo un script que me indica los ultimos post del foro, en general o bien puedo personalizar la categoria.
el tema es que me lo pone con el link original de vbulletin, si bien lleva bien a la url final me gustaria que en realidad el link fuera el del vbseo asi ayuda a la indexacion.

el script es el siguiente

a ver si me dan una mano de como lo debo modificar

<?php

#########################
## LAST X POSTS v3.1 ##
## PHASE(1) MEDIA ##
## PHASE(1) MEDIA, LLC. | Creativity + Innovation = Endless Possibilities ##
## TRE@PHASE1MEDIA.COM ##
#########################

/* This script shows the last X numbers of posts (titles) posted last on a non-VB page.
You may customize it in any way you wish. If you have any problems with it, you can
post them at vB.org or send me an email to tre@phase1media.com.

Enjoy!
*/

## CUSTOMIZE SETTINGS FOR YOUR SITE ##
$db_host = "localhost"; // Change this if your MySQL database host is different.
$db_name = "vbulletin"; // Change this to the name of your database.
$db_user = "user"; // Change this to your database username.
$db_pw = "password"; // Change this to your database password.

$forum_url = "http://www.yourdomain.com/forum"; // Change this to reflect to your forum's URL.
$forum_id = ""; // If you wish to display the posts from a specific forum, enter the forum id here. Otherwise, leave it blank.
$limit = "10"; // Number of posts displayed.
$titlecolor = "#0000FF"; // This is the color of the title.
$postedcolor = "#404040"; // This is the color of the bottom text.
$txtlimit = "100"; // This is the character limit.
#######################################

// Connecting to your database
mysql_connect($db_host, $db_user, $db_pw)
OR die ("Cannot connect to your database");
mysql_select_db($db_name) OR die("Cannot connect to your database");

// Below is the beginning of a table. If you feel you don't need it, you may remove it.
echo "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";

if ($forum_id) {
$forumid = "AND forumid=$forum_id";
}

if ($limit) {
$limited = "LIMIT $limit";
}
$thread_sql = mysql_query("SELECT threadid,title,lastpost,lastposter FROM thread WHERE visible=1 AND open=1 $forumid ORDER BY lastpost DESC $limited");

while($thread_get=mysql_fetch_array($thread_sql))
{
$lastpost = $thread_get['lastpost'];
$poster = $thread_get['lastposter'];
$tid = $thread_get['threadid'];
$psql = mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid DESC");
$getp=mysql_fetch_array($psql);
$pid = $getp['postid'];
$date2 = date ("m/d/y h:i A" ,$lastpost);
$title = $thread_get['title'];
$title = substr($title,0,$txtlimit);
echo "<tr><td><font size=\"2\" face=\"arial,verdana,geneva\"><a href=\"$forum_url/showthread.php?p=$pid#post$pid\"><FONT SIZE=\"2\" COLOR=\"$titlecolor\" face=\"arial,verdana,geneva\">$title</FONT></a></font><br /><font color=\"$postedcolor\" face=\"arial,verdana,geneva\" size='1'>posted by $poster <i>$date2</i></FONT></td></tr>";
}
echo "</table>";

?>


gracias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 11-02-2006, 05:58 PM
Junior Member
 
Real Name: Fabro
Join Date: Nov 2006
Posts: 5
no sé si te servirá de mucha ayuda... por lo poko ke sé, puedo brindarte un poko de ayuda.

Quote:
echo "<tr><td><font size=\"2\" face=\"arial,verdana,geneva\"><a href=\"$forum_url/showthread.php?p=$pid#post$pid\"><FONT SIZE=\"2\" COLOR=\"$titlecolor\"
lo markado en rojo, es el vínkulo al ke lleva donde hacés clic. todavía no konozko los kódigos del vbseo ya ke todavía no lo tengo, pero kambiando eso al formato ke utiliza, podés acceder sin problemas mediante las URLs ke hayas konfigurado.

kuando tenga el vbseo, y vea los kódigos, te voy a poder ayudar más fácil. por ahora, es toda la ayuda ke te puedo brindar.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 11-04-2006, 10:39 AM
neo neo is offline
Member
Big Board Administrator
 
Real Name: Diego
Join Date: Jul 2006
Posts: 32
A mi también me interesa saber como poner los últimos posts con las URLs del vBSEO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 11-05-2006, 01:44 PM
Junior Member
 
Real Name: Fabro
Join Date: Nov 2006
Posts: 5
por lo ke estuve observando en algunos foros donde está el VBSEO instalado (ejemplo: RaGEZONE - MMORPG development forums - Powered by vBulletin ) se pueden hacer directamente las redirecciones de URL... o sea... no hace falta hacer clic para ke el VBSEO kumpla su funcion... asi ke dependiendo de la konfiguracion ke kada uno le haya dado al VBSEO se pueden konfigurar los demas lugares... kien kiera ke lo ayude, ke me mande un PM ya ke la explikacion va a variar segun komo lo tengan konfigurado el VBSEO.

Saludos!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 11-15-2006, 11:39 AM
Junior Member
 
Real Name: Joel
Join Date: Jul 2006
Posts: 8
Talking

Fabro por davor si puedes me explicas pero aqui en publico para que todos puedan aprender con el ejemplo que expuse yo?
gracias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 11-16-2006, 03:10 PM
Junior Member
 
Real Name: Fabro
Join Date: Nov 2006
Posts: 5
no hay problema, pero necesito saber ABSOLUTAMENTE como está configurado tu vBSEO
mandame en un privado la lista de tus configuraciones (no quiero hacer esa informacion publica) y yo publico acá como tendrías que hacer para que ande con las URL's del mismo

saludos
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:28 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.