Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > The Lounge

 
 
Thread Tools Display Modes

 
Post iownjoo
Reply
Posted 2003-02-24, 09:26 PM
Anyone know why it is down or is it just me ?
Old
Profile PM WWW Search
badboy is neither ape nor machine; has so far settled for the in-betweenbadboy is neither ape nor machine; has so far settled for the in-between
 
 
badboy
 



 
Reply
Posted 2003-02-25, 03:01 PM in reply to badboy's post "iownjoo"
Minor host probs I guess.

"When the people find that they can vote themselves money, that will herald the end of the republic."- Benjamin Franklin
Old
Profile PM WWW Search
Adrenachrome enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzAdrenachrome enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Adrenachrome
 



 
Reply
Posted 2003-02-26, 02:12 PM in reply to badboy's post "iownjoo"
http://www.picturehost.co.uk/upload/
That is what i use. They dont clean there sever often, so your images stay up for a good while.
Just Give me a blank Document in Winsyntax and tell me what you want
Old
Profile PM WWW Search
¤X¤ is neither ape nor machine; has so far settled for the in-between¤X¤ is neither ape nor machine; has so far settled for the in-between
 
 
¤X¤
 



 
Reply
Posted 2003-02-26, 03:36 PM in reply to badboy's post "iownjoo"
Down.
Old
Profile PM WWW Search
tacoX is neither ape nor machine; has so far settled for the in-betweentacoX is neither ape nor machine; has so far settled for the in-between
 
 
tacoX
 



 
Reply
Posted 2003-02-26, 03:42 PM in reply to badboy's post "iownjoo"
john's mother just died and apparently john just disappeared
Old
Profile PM WWW Search
Randuin is neither ape nor machine; has so far settled for the in-between
 
 
Randuin
 



 
Reply
Posted 2003-02-26, 03:48 PM in reply to badboy's post "iownjoo"
Is that why my sig is gone??
Old
Profile PM WWW Search
Doofus_AW enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzDoofus_AW enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Doofus_AW
 



 
Reply
Posted 2003-02-26, 03:52 PM in reply to badboy's post "iownjoo"
yup if it was hosted at iownjoo
Old
Profile PM WWW Search
Randuin is neither ape nor machine; has so far settled for the in-between
 
 
Randuin
 



 
Reply
Posted 2003-02-26, 06:16 PM in reply to badboy's post "iownjoo"
Randuin this is your website ...


<?
//////////////////////////// COPYRIGHT NOTICE //////////////////////////////
// Program Name : PhotoPost PHP PRO //
// Program Version : 3.21 //
// Contributing Developer: Michael Pierce //
// Supplied By : Goshik [WTN] //
// Nullified By : CyKuH [WTN] //
// This script is part of PhotoPost PHP, a software application by //
// All Enthusiast, Inc. Use of any kind of part or all of this //
// script or modification of this script requires a license from All //
// Enthusiast, Inc. Use or modification of this script without a license //
// constitutes Software Piracy and will result in legal action from All //
// //
// PhotoPost Copyright 2002, All Enthusiast, Inc. //
// Copyright WTN Team`2003 //
////////////////////////////////////////////////////////////////////////////

require "pp-inc.php";
require "languages/$pplang/index.php";
require "login-inc.php";

if ( file_exists("install.php") || file_exists("{$Globals['maindir']}/install.php") ) {
diewell( "For security reasons, please remove the install.php from the PhotoPost directory before proceeding." );
exit;
}

authenticate();

if ( isset($Globals['ppboards']) && $adminedit != 1 ) {
if ( $Globals['ppboards'] == "closed" ) {
print $Globals['pp_lang']['board_closed'];
exit;
}
}

topmenu();

if ( isset($cat) ) {
if ( $userid > 0 ) {
list($sec,$min,$hour,$mday,$mon,$year,$wday,$yday, $isdst) = localtime();
$mon = $mon + 1;
$lasttimeon = mktime($hour,$min,$sec,$mon,$mday,$year);

$laston = "REPLACE INTO laston VALUES($cat,$userid,$lasttimeon)";
$resultb = ppmysql_query($laston, $link);
}

childsub($cat);
$childnav = "<font face=\"{$Globals['mainfonts']}\" size=\"{$Globals['catfontsize']}\"><a href=\"{$Globals['maindir']}/index.php\">{$Globals['pp_lang']['home']}</a> $childnav</font>";
$searchcat = $cat;
}
else {
if ( $username != "" && $username != "Unregistered" ) $childnav = "{$Globals['pp_lang']['welcomeuser']} $username!";
else $childnav = "{$Globals['pp_lang']['welcome']} {$Globals['galleryname']}!";
$searchcat = 998;
}

if ( !empty($cat) ) {
$query = "SELECT id,catname FROM categories WHERE id='$cat'";
$ctitleq = ppmysql_query($query, $link);
if ( $ctitleq ) {
list( $catid, $cattitle ) = mysql_fetch_row($ctitleq);
ppmysql_free_result( $ctitleq );
$tablehead = "$cattitle";
}
else
$tablehead = "";
}
else {
$tablehead = $Globals['pp_lang']['tablehead'];
}

printheader( $thecat, $tablehead );

$output = "<br /><table cellpadding=\"10\" cellspacing=\"0\" border=\"0\" width=\"{$Globals['tablewidth']}\" align=\"center\"><tr>
<td valign=\"middle\" width=\"50%\">$menu2</td><td width=\"50%\" align=\"right\" valign=\"middle\">$menu&nbsp;</td></tr></table>";

if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
display_gallery("latest");
$output .= "<br />";
}

$output .= "<form method=\"get\" action=\"{$Globals['maindir']}/showgallery.php\">
<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"
bgcolor=\"{$Globals['bordercolor']}\" width=\"{$Globals['tablewidth']}\" align=\"center\"><tr><td><table cellpadding=\"4\"
cellspacing=\"1\" border=\"0\" width=\"100%\"><tr align=\"center\"><td colspan=\"5\" align=\"left\"
bgcolor=\"{$Globals['headcolor']}\">
<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
<tr><td>
<font size=\"{$Globals['fontmedium']}\" color=\"{$Globals['headfontcolor']}\" face=\"{$Globals['mainfonts']}\">&nbsp;$childnav</font>
</td><td align=\"right\">
<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr>
<td align=\"right\"><!-- CyKuH [WTN] -->
<input type=\"hidden\" name=\"cat\" value=\"$searchcat\" />
<input type=\"hidden\" name=\"thumb\" value=\"1\" />
<input type=\"text\" name=\"si\" style=\"font-size: 8pt;\" size=\"15\" value=\"\" />
<input type=\"submit\" value=\"Search\" style=\"font-size: 9pt;\" />
</td></tr><tr><td colspan=\"6\" align=\"right\">
<font color=\"{$Globals['headfontcolor']}\" size=\"{$Globals['fontsmall']}\" face=\"{$Globals['mainfonts']}\">{$Globals['pp_lang']['recent']}
<a href=\"{$Globals['maindir']}/showgallery.php?cat=997&amp;thumb=1\">{$Globals['pp_lang']['lastday']}</a>
&nbsp;<a href=\"{$Globals['maindir']}/showgallery.php?cat=996&amp;thumb=1\">{$Globals['pp_lang']['last7']}</a>
&nbsp;<a href=\"{$Globals['maindir']}/showgallery.php?cat=995&amp;thumb=1\">{$Globals['pp_lang']['last14']}</a>
&nbsp;<a href=\"{$Globals['maindir']}/showgallery.php?cat=998&amp;thumb=1\">{$Globals['pp_lang']['allimages']}</a>
</font></td></tr>
</table>

</td></tr></table></td></tr>
<tr align=\"center\">
<td align=\"left\" bgcolor=\"{$Globals['headcolor']}\"><font face=\"{$Globals['headfont']}\" color=\"{$Globals['headfontcolor']}\" size=\"{$Globals['fontsmall']}\"><b>{$Globals['pp_lang']['category']}</b></font></td>
<td align=\"center\" bgcolor=\"{$Globals['headcolor']}\"><font face=\"{$Globals['headfont']}\" color=\"{$Globals['headfontcolor']}\" size=\"{$Globals['fontsmall']}\"><b>{$Globals['pp_lang']['photos']}</b></font></td>";

if ( $Globals['allowpost'] == "yes" ) {
$output .= "<td align=\"center\" bgcolor=\"{$Globals['headcolor']}\"><font face=\"{$Globals['headfont']}\" color=\"{$Globals['headfontcolor']}\" size=\"{$Globals['fontsmall']}\"><b>{$Globals['pp_lang']['comments']}</b></font></td>
<td align=\"center\" bgcolor=\"{$Globals['headcolor']}\"><font face=\"{$Globals['headfont']}\" color=\"{$Globals['headfontcolor']}\" size=\"{$Globals['fontsmall']}\"><b>{$Globals['pp_lang']['lastcomment']}</b></font></td>";
}

$output .= "<!--REPLACEME-->
<td align=\"center\" bgcolor=\"{$Globals['headcolor']}\"><font face=\"{$Globals['headfont']}\" color=\"{$Globals['headfontcolor']}\" size=\"{$Globals['fontsmall']}\"><b>{$Globals['pp_lang']['lastphoto']}</b></font></td>
</tr>";

$count = 0; $catdepth = 0;
$catrows = ""; $cptotal = 0; $posttotal = 0; $totalviews = 0; $diskspace = 0;

if ( !(isset($cat)) ) {
catrow(0);
}
else {
catrow($cat);
}

$output .= $catrows;

$usertotal = get_totalusers();

$query = "SELECT SUM(views), SUM(filesize) AS fsize FROM photos";
$totalv = ppmysql_query($query,$link);
list( $totalviews, $diskuse ) = mysql_fetch_row($totalv);
ppmysql_free_result($totalv);

$totalviews = number_format( $totalviews );
$totalphotos = number_format( $totalphotos );
$usertotal = number_format( $usertotal );
$posttotal = number_format( $posttotal );

$diskspace = $diskuse/1048576;
$diskspace = number_format( $diskspace, 1 );
$diskspace = "$diskspace MB";

// Lets get the Top 5 Posters
$query = "SELECT user,userid,COUNT(*) AS pcount FROM photos GROUP BY user ORDER BY pcount DESC";
$queryz = ppmysql_query($query,$link);
$rowcnt = mysql_num_rows($queryz);
$numfound = 0;

while ( list($theuser, $theuserid, $uphotos) = mysql_fetch_row($queryz)) {
$numfound++;
$topposters[$numfound] = $theuser;
$topid[$numfound] = $theuserid;
$topposts[$numfound] = $uphotos;
if ( $numfound == 5 ) break;
}

$toplist = "<br />{$Globals['pp_lang']['toposter']}";
for ( $x=1; $x < ($numfound+1); $x++ ) {
$toplist .= "&nbsp;&nbsp;&nbsp;<a href=\"{$Globals['maindir']}/showgallery.php?cat=500&amp;ppuser=$topid[$x]&amp;thumb=1\">$topposters[$x] <font size=\"{$Globals['fontsmall']}\">($topposts[$x])</font></a>";
}

if ($Globals['stats'] == "yes") {
if ( !isset($cat) ) {
$output .= "<tr><td colspan=\"5\" bgcolor=\"{$Globals['maincolor']}\" align=\"center\"><font color=\"{$Globals['maintext']}\" size=\"{$Globals['fontmedium']}\"
face=\"{$Globals['mainfonts']}\">$usertotal {$Globals['pp_lang']['regusers']} $totalphotos ";

if ( $Globals['allowpost'] == "yes" ) {
$output .= "{$Globals['pp_lang']['posted']} $posttotal {$Globals['pp_lang']['posts']}";
}
else {
$output .= "{$Globals['pp_lang']['postednoc']}";
}

$output .= "<br />
$totalviews {$Globals['pp_lang']['views']} $diskspace {$Globals['pp_lang']['diskspace']}$toplist</font></td></tr>";
}
}

$output .= "</table></td></tr></table></form>";

if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "yes") {
$output .= "<br />";
display_gallery("latest");
}
if ( $Globals['dispopular'] == "yes" ) {
$output .= "<br />";
display_gallery("most_views");
}
if ( $Globals['disrandom'] == "yes" ) {
$output .= "<br />";
display_gallery("random");
}

print "$output<br />{$Globals['cright']}<br />";
printfooter();

?>
Old
Profile PM WWW Search
badboy is neither ape nor machine; has so far settled for the in-betweenbadboy is neither ape nor machine; has so far settled for the in-between
 
 
badboy
 



 
Reply
Posted 2003-02-26, 07:21 PM in reply to badboy's post "iownjoo"
Okay, any reason why youp posted that? You cant do much with it without

PHP Code:
require "pp-inc.php";
require 
"languages/$pplang/index.php";
require 
"login-inc.php"
These reguired files.
Just Give me a blank Document in Winsyntax and tell me what you want
Old
Profile PM WWW Search
¤X¤ is neither ape nor machine; has so far settled for the in-between¤X¤ is neither ape nor machine; has so far settled for the in-between
 
 
¤X¤
 



 
Reply
Posted 2003-02-26, 11:04 PM in reply to badboy's post "iownjoo"
okay i haven't set up the PHP integration... i just reformatted
Old
Profile PM WWW Search
Randuin is neither ape nor machine; has so far settled for the in-between
 
 
Randuin
 



 
Reply
Posted 2003-03-05, 11:24 AM in reply to badboy's post "iownjoo"
Down I guess.
-----------------------------------------------------------------------
Come on over to my house and we'll work on our math skills!! We'll add the bed, subtract the clothes, divide the legs, & multiply!!
-----------------------------------------------------------------------
To see my art go to http://vivalaraza2k3.deviantart.com
Old
Profile PM WWW Search
Satoshi is neither ape nor machine; has so far settled for the in-betweenSatoshi is neither ape nor machine; has so far settled for the in-between
 
 
Satoshi
 



 
Reply
Posted 2003-03-05, 11:43 AM in reply to badboy's post "iownjoo"
Its up again!
Old
Profile PM WWW Search
Jamesadin is neither ape nor machine; has so far settled for the in-betweenJamesadin is neither ape nor machine; has so far settled for the in-between
 
 
Jamesadin
 



 
Reply
Posted 2003-03-08, 01:54 PM in reply to badboy's post "iownjoo"
you can use www.thenemesis.net for image hosting aswell.
Old
Profile PM WWW Search
Gsus is neither ape nor machine; has so far settled for the in-betweenGsus is neither ape nor machine; has so far settled for the in-between
 
 
Gsus
 



 
Reply
Posted 2003-03-08, 02:53 PM in reply to badboy's post "iownjoo"
It was down again this morning, but its back up now I think.
-----------------------------------------------------------------------
Come on over to my house and we'll work on our math skills!! We'll add the bed, subtract the clothes, divide the legs, & multiply!!
-----------------------------------------------------------------------
To see my art go to http://vivalaraza2k3.deviantart.com
Old
Profile PM WWW Search
Satoshi is neither ape nor machine; has so far settled for the in-betweenSatoshi is neither ape nor machine; has so far settled for the in-between
 
 
Satoshi
 



 
Reply
Posted 2003-03-13, 02:40 PM in reply to badboy's post "iownjoo"
ITS UP ITS DOWN ITS UP AGAIN!
anyway ya might want to pm penguin about this im gonna talk to him also about it
Old
Profile PM WWW Search
pr0xy is neither ape nor machine; has so far settled for the in-betweenpr0xy is neither ape nor machine; has so far settled for the in-between
 
 
pr0xy
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum 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
Forum Jump


All times are GMT -6. The time now is 03:28 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.