private messages

Posted by: The111

private messages - 03/03/2005 17:45

Apparently I have a private message, but when I go to my messaging center, and click on private messages (it says "1 received") there is nothing there, just an empty table. What's up?
Posted by: tfabris

Re: private messages - 03/03/2005 17:49

Maybe the person didn't type a subject line, and there's no title to click on.

Hit "view source" and see if there's an empty link you can snarf the URL from.
Posted by: The111

Re: private messages - 03/03/2005 19:20

Here is the source for my "received PM's" page.

I am not too familiar with this forum so wouldn't have even suspected I had a PM but there was a giant flashing envelope next to my login, so I went to the messaging center, and it even now still says "1 received message" (although the flashing enevelope is gone), but the inbox still seems empty, and my amateur examination of the code didn't reveal anything...

Quote:
<!-- START OF header.tmpl TEMPLATE -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr">
<head>
<meta name="robots" content="index, follow" />

<META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<META HTTP-EQUIV="Expires" CONTENT="-1" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="http://empegbbs.com/ubbthreads/stylesheets/empeg.css" type="text/css" />
<link rel="shortcut icon" href="/ubbthreads/images/favicon.ico" />
<link href="http://empegbbs.com/ubbthreads/ContentIslands/3_rss20.rss" rel="alternate" type="application/rss+xml" title="Empeg BBS Announcement Posts" />
<link href="http://empegbbs.com/ubbthreads/ContentIslands/4_rss20.rss" rel="alternate" type="application/rss+xml" title="Empeg BBS Off Topic Posts" />
<link href="http://empegbbs.com/ubbthreads/ContentIslands/5_rss20.rss" rel="alternate" type="application/rss+xml" title="Empeg BBS Off Topic Threads" />

<title>unofficial empeg BBS: Viewing your received messages</title>
</head>
<body>
<!-- END OF header.tmpl TEMPLATE --><center>
<img src="/logo.gif" alt="Unoffical empeg BBS" border=0><p>


Quick Links:
<A HREF="http://www.riocar.org/modules.php?op=modload&name=FAQ&file=index" target=_blank>Empeg FAQ</a>
|
<A HREF="http://www.empeg.com/cgi-bin/display.cgi?section=downloads&id=99" target=_blank>Latest Software</a>
|
<A HREF="http://www.riocar.org" target=_blank>RioCar.Org</a>
|
<A HREF="http://empeg-hijack.sourceforge.net/" target=_blank>Hijack</a>
|
<A HREF="http://www.jempeg.org/" target=_blank>jEmplode</a>
|
<A HREF="http://empeg.tonyc.org/emphatic/" target=_blank>emphatic</a>
<br>

Repairs: <a href="http://www.riocar.org/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=2&categories=Basic+questions+about+the+car+player+and+the+company&faqent=3#3">Repairs</a>
|
Addons:
<A HREF="http://rtr.ca/docks" target=_blank>Home Docks</a>
|
<A HREF="http://www.spmicro.com/store" target=_blank>Sleds</a>
|
<A HREF="http://www.filener.com/empeg/" target=_blank>Lenses</a>
|
<A HREF="http://www.hulktronics.com/buttons/" target=_blank>Buttons</a>
|
<A HREF="http://www.eutronix.com/" target=_blank>Eutronix</a>
|
<A HREF="http://www.pcats.co.uk/" target=_blank>Tuners</a>
<BR>
</center>
<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">

<tr>
<td align="left" valign="bottom" width="30%" class="menubar">
Welcome The111.
[<a href = "http://empegbbs.com/ubbthreads/logout.php?Cat=0">Logout</a>]

</td>
<td align="center" class="menubar" width="70%">

<a href = "http://empegbbs.com/ubbthreads/ubbthreads.php/Cat/0">Main Index</a>
&middot;
<a href= "http://empegbbs.com/ubbthreads/login.php?Cat=0&amp;myhome=1">My Home</a>
&middot;
<a href = "http://empegbbs.com/ubbthreads/search.php?Cat=0">Search</a>
&middot;
<a href="http://empegbbs.com/ubbthreads/dosearch.php?Cat=0&amp;Forum=All_Forums&amp;Words=&amp;daterange=1&amp;newertype=d&amp;newerval=1&amp;Limit=25&amp;topic=1&amp;fromsearch=1">
Active Topics
</a>
<br />
<a href = "http://empegbbs.com/ubbthreads/online.php?Cat=0">Who's Online</a>
&middot;
<a href = "http://empegbbs.com/ubbthreads/faq.php?Cat=0">FAQ</a>
&middot; <a href="http://empegbbs.com/ubbthreads/showmembers.php?Cat=0&amp;page=1">User List</a>
&middot;
<a href = "http://empegbbs.com/ubbthreads/calendar.php?Cat=0">Calendar</a>
</td>
</tr>

</table>
</td>
</tr>
</table>

<br />

<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">

<tr>
<td class="tdheader">
Viewing your received messages
</td>
</tr>

</table>
</td>
</tr>
</table>


<script language="Javascript" type="text/javascript">
<!-- Begin
function checkAll(field) {
for (var j = 0; j <= 0; j++) {
box = eval(field + j);
if (box) {
if (box.checked == false) box.checked = true;
}
}
}

function uncheckAll(field) {
for (var j = 0; j <= 0; j++) {
box = eval(field + j);
if (box) {
if (box.checked == true) box.checked = false;
}
}
}
// End -->
</script>

<form name="checkboxform1" method="post" action="http://empegbbs.com/ubbthreads/delete.php">
<input type="hidden" name="Cat" value="0" />
<input type="hidden" name="box" value="received" />
<input type="hidden" name="page" value="" />

<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">

<tr>
<td class="tdheader" width="5%">
&nbsp;
</td>
<td class="tdheader" width="45%">
Subject
</td>
<td class="tdheader" width="20%">
From
</td>
<td class="tdheader" width="25%">
Received
</td>
<td class="tdheader" width="5%">
Delete
</td>
</tr>

<!-- BEGIN CODE LOOP _ DO NOT ALTER COMMENTS --><!-- END CODE LOOP -->

<tr>
<td colspan="5" align="right" class="darktable">
<input type="hidden" name="total" value="0" />
<input type="submit" name="deletecheck" value="Delete checked" class="buttons" />
<input type="button" name="uncheckall" value="Uncheck all" onclick="uncheckAll('document.checkboxform1.box')" class="buttons" />
<input type="button" name="checkall" value="Check all" onclick="checkAll('document.checkboxform1.box')" class="buttons" />

</td>
</tr>

</table>
</td>
</tr>
</table>


</form><br />

<table width="95%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">

<tr>
<td class="darktable">
<table border="0" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td align="left">
<a href="mailto:[email protected]">Contact Admin</a>
| <a href="http://empegbbs.com/ubbthreads/viewprivacy.php">Privacy statement</a>
</td>
<td align="right">
<a href="http://riocar.org">Riocar.org</a>
</td>
</tr>
</table>
</td>
</tr>

</table>
</td>
</tr>
</table>


<p align ="center" style="font-size: 9px;"><a href="http://www.infopop.com/landing/goto.php?a=ubb.threads"><img src="/ubbthreads/images/powered_by2.gif" border="0" alt="*" /></a><br />
UBB.threads&trade; 6.5
</p>
</body>
</html>

Posted by: wfaulk

Re: private messages - 03/03/2005 19:51

There's nothing there. Looks like a BBS bug of some nature.