boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

b2wap.php hack
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    boardom Forum Index -> Hacks
View previous topic :: View next topic  
Author Message
GamerZ



Joined: 15 May 2002
Posts: 537
Location: Singapore

PostPosted: Tue Oct 08, 2002 3:24 pm    Post subject: Reply with quote

plazz2000 wrote:
Another simple fix:

in b2wap_content.php you have
Quote:
<< GamerZ Blogs


The > and < signs are one of the weird characters I talked about, replace them with > and < respectively.

So you should use :
Quote:
< < GamerZ Blogs
Hehe thanks do you know where to find all these special characters to repalce with?
_________________

++ GamerZ.Per.Sg - Complex Simplicity
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
plazz2000



Joined: 01 Apr 2002
Posts: 40
Location: Cork, Ireland

PostPosted: Tue Oct 08, 2002 5:12 pm    Post subject: Reply with quote

Code:

"
"

&
&

<
<

>
>

©
©

®
®

´
´

«
«

»
»

¡
¡

¿
¿

À
À

à
à

Á
Á

á
á

Â
Â

â
â

Ã
Ã

ã
ã

Ä
Ä

ä
ä

Å
Å

å
å

Æ
Æ

æ
æ

Ç
Ç

ç
ç

Ð
Ð

ð
ð

È
È

è
è

É
É

é
é

Ê
Ê

ê
ê

Ë
Ë

ë
ë

Ì
Ì

ì
ì

Í
Í

í
í

Î
Î

î
î

Ï
Ï

ï
ï

Ñ
Ñ

ñ
ñ

Ò
Ò

ò
ò

Ó
Ó

ó
ó

Ô
Ô

ô
ô

Õ
Õ

õ
õ

Ö
Ö

ö
ö

Ø
Ø

ø
ø

Ù
Ù

ù
ù

Ú
Ú

ú
ú

Û
Û

û
û

Ü
Ü

ü
ü

Ý
Ý

ý
ý

ÿ
ÿ

Þ
Þ

þ
þ

ß
ß

§
§




µ
µ

¦
¦

±
±

·
·

¨
¨

¸
¸

ª
ª

º
º

¬
¬

­
­

¯
¯

°
°

¹
¹

²
²

³
³

¼
¼

½
½

¾
¾

×
×

÷
÷

¢
¢

£
£

¤
¤

¥
¥
Back to top
View user's profile Send private message
yuchy



Joined: 22 Jun 2003
Posts: 28

PostPosted: Sun Jun 22, 2003 6:02 am    Post subject: Reply with quote

i was reading up on the blogger API interface....apparently there's no provision to edit/view comments. is there a way to get by this by creating a b2comments WAP page or something like that?

i.e. is there a way to see the comments on your post with b2wap?

i am tearing my hair out trying to find a way. would adding comments in the rss feed help?
Back to top
View user's profile Send private message
sayiklamalar



Joined: 23 Apr 2003
Posts: 5
Location: Turkey

PostPosted: Sat Jul 17, 2004 12:40 am    Post subject: help help! author name before title Reply with quote

i want to show author name in first page before title. but i couldn't.


"b2posts" table has only post_author and user_nickname colomn is in "b2users" table. i try to write a code like this
Quote:




<?

$result = mysql_query("SELECT ID, DATE_FORMAT(post_date, '%d.%m.%y'), post_author, post_title FROM b2posts ORDER BY post_date DESC LIMIT 5");
while(list($ID, $date, $author, $title) = mysql_fetch_row($result)) {
echo "<a href=\"b2wap_content.php?p=$ID&more=1\">$date - $title - $author</a><br />\n";
$user_id=$author;
}

$sonuc = mysql_query("SELECT user_nickname FROM b2users where ID=$user_id");
while(list($user) = mysql_fetch_row($sonuc)) {
echo "<a href=\"b2wap_content.php?p=$ID&more=1\">$user</a><br />\n";
}


echo "</p>\n";
?>



but it didn't work. cause
Quote:
$author_id=$author;
is not in the while loop. so one $user result appears in.


can anyone help me?
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Hacks All times are GMT + 1 Hour
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group