Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
proc
/
self
/
root
/
var
/
www
/
ridazz
/
includes
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//proc/self/root/var/www/ridazz/includes/footer.php
<br> <br> <br> </td><td class="borderLines"><img height="1" width="1" src="images/spacer.gif" border="0"></td> <td valign="top" class="rightColumn" width="120"> <div style="padding:0px;" class="rightColumn"> <div style="padding:0px;" class="rightColumn" align="left"> <div style="padding:2px;" class="leftColumn">Upcoming Ridezz...<br> <br> <? //events $today = date('Y-m-d'); $sql="SELECT story_id, story_title, story_body, u.user_id, s.entry_time, username FROM 50mm_stories s LEFT JOIN 50mm_users u ON s.user_id = u.user_id WHERE s.story_type = 'EVENT' AND approved = 1 AND s.entry_time >= DATE_FORMAT(DATE_SUB(NOW(), INTERVAL 3 HOUR), '%Y-%m-%d') ORDER BY s.entry_time ASC LIMIT ".EVENT_NUM_RIDEZZ; if( !($story_result = $db->sql_query($sql)) ){ $sql_error = $db->sql_error(); die($sql_error['message']); } $html = ""; while($row = $db->sql_fetchrow($story_result)){ $story_id = $row['story_id']; $unix = get_unix_time($row['entry_time']); $date = date("m.j.y",$unix); $html.='<table cellpadding="2" cellspacing="0" border="0">'."\n"; $html.='<tr>'."\n"; $html.='<td valign="top">'."\n"; $html.='<div class="title"><a href="viewStory.php?storyId='.$row['story_id'].'"><img src="images/bicon.gif" border=0></a></td><td><a href="viewStory.php?storyId='.$row['story_id'].'">'.strip_tags($row['story_title']).'<BR>'.$date.'</div><br></a><br>'."\n"; //$unix = get_unix_time($row['entry_time']); //$date = date("m.j.y",$unix); //$html.='Posted '.$date.' by '.'<a href="viewProfile.php?userId='.$row['user_id'].'">'.$row['username'].'</a><br><br>'."\n"; //$html.= get_html_text(get_trim_string($row['story_body'],250))."\n"; //$html.= '<br><a href="viewStory.php?storyId='.$row['story_id'].'"><br>[ Read More... ]</a><br><br>'."\n"; $html.='</td>'."\n"; $html.='</tr>'."\n"; $html.='</table>'."\n"; //$html.='<br><br>'."\n"; } echo $html; ?><center><a href="http://midnightridazz.com/events.php">[ View all Rides ]</center></a> <br><br> </td> <td class="borderLines" width="1"><img height="1" width="1" src="images/spacer.gif" border="0"></td> </tr></table><table border="0" cellpadding="0" cellspacing="0" width="979"> <tr height="1"> <td class="borderLines" height="1"><img height="1" width="1" src="images/spacer.gif" border="0"></td> <td align="center" valign="top" class="borderLines" height="1"><img height="1" width="1" src="images/spacer.gif" border="0"></td> <td class="borderLines" width="1" height="1"><img height="1" width="1" src="images/spacer.gif" border="0"></td> </tr> <tr height="121"> <td class="borderLines" height="121"><img height="1" width="1" src="images/spacer.gif" border="0"></td> <td align="center" valign="top" class="footer" height="121"><br> <br> <?php $fnav_arr = Array(); //$fnav_arr["Advertise"]="advertise"; $fnav_arr["Rulezz of the Ride"]="policies.php"; $fnav_arr["Add a Ride / Event"]="submitEvent.php"; $fnav_arr["Add Photos"]="submitFlick.php"; $fnav_arr["Contact Midnight Ridazz"]="contact.php"; $fnav = ""; while (list($txt, $fnav_url) = each($fnav_arr)) { if($pg_name == $fnav_url){ $fnav.= '<a class="footerNavOn" href="'.$fnav_url.'">'.$txt.'</a> '; }else{ $fnav.= '<a class="footerNav" href="'.$fnav_url.'">'.$txt.'</a> '; } } ?><?echo $fnav?><br> <div class="comments"> All content © 2004-2008 Midnight Ridazz. Burn Hollywood burn.<br> Midnight Ridazz(tm), Ridazz(tm) and Skull(tm) Reproduction without written permission prohibited.</div> </td> <td class="borderLines" width="1" height="121"><img height="1" width="1" src="images/spacer.gif" border="0"></td> </tr> <tr> <td class="borderLines" colspan="3" height="1"><img height="1" width="1" src="images/spacer.gif" border="0"></td> </tr> </table> </body> </html>