View Full Version : AdminCP PhotoPost Administration
SCRIPT3R
11-02-2006, 10:00 PM
PhotoPost Administration from within your vB AdminCP...
Installation:
download cpnav_photopost.xml
edit <link>http://yourdomain.com/forums/photopost/adm-index.php</link> accordingly
upload the cpnav_photopost.xml to your forum's includes/xml directory
Support/Updates:
Please click Mark as Installed for support and so that you will be notified instantly upon any major updates.
SCRIPT3R
11-03-2006, 02:20 AM
reserved...
rascal
11-04-2006, 12:29 AM
Great addition! Tks!
angkor408
11-04-2006, 12:51 AM
Hi this my code adm-index.php. where can I edit this link at
edit <link>http://yourdomain.com/forums/photopost/adm-index.php</link> accordingly ?
<?php
//////////////////////////// COPYRIGHT NOTICE //////////////////////////////
// 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 //
// Enthusiast, Inc. All rights reserved. //
// http://www.photopost.com legal@photopost.com //
// Contributing Developer: Michael Pierce //
// //
// PhotoPost Copyright 2006, All Enthusiast, Inc. //
////////////////////////////////////////////////////////////////////////////
require "adm-inc.php";
if ( $User['adminedit'] == 0 && $User['moderator'] == 0 )
{
diewell( "You are not a valid administrator or moderator!" );
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>PhotoPost Administration Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset border="0" cols="195,*" frameborder="no" framespacing="0">
<frame name="leftFrame" src="adm-misc.php?admact=sidemenu" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
<frame name="mainFrame" src="adm-misc.php?admact=mainmenu" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
</frameset>
<noframes>
<body>
<br />To use the Adminstration menu you need to have FRAMES support.
</body>
</noframes>
</html>
SCRIPT3R
11-04-2006, 12:54 AM
Hi this my code adm-index.php. where can I edit this link at
edit <link>http://yourdomain.com/forums/photopost/adm-index.php</link> accordingly ?
you edit that line is the cpnav_photopost.xml download file to reflect your actual domain directory tree.
angkor408
11-04-2006, 12:59 AM
Ok got it to work now. Great hack :)
SCRIPT3R
11-04-2006, 01:02 AM
thnx, glad you enjoy.
htscpl
11-04-2006, 09:37 AM
Great! This will save me a lot of time, Thanks *** installs **
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.