
Originally Posted by
jpaytoncfd
BTW the new directory needs to be at /public_html/sites/
Can it be done?
I cant really offer anything. I do have a cupon code for hosting24.com. $50 per year unlimited hosting.
I'd apperiate it very much,
~Joe
ok so I think I have the first two parts, making the folder and unpacking the zip file but now I need to add a line to this file:
Code:
<?php
/** ensure this file is being included by a parent file */
defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );
$GLOBALS["users"]=array(
array("admin","f23f4268d1775d129d28f328065aba1c","/home/synthet/public_html","http://localhost",1,"",7,1),
array("bigdaddydiesel","81dc9bdb52d04dc20036dbd8313ed055","/home/synthet/public_html","http://localhost",0,"",3,1),
array("hi","ee11cbb19052e40b07aac0ca060c23ee","/home/synthet/public_html/sites","http://syntheticmotorsports.org/sites/",0,"",3,1),
);
?>
it needs to add:
Code:
array($uname,"ee11cbb19052e40b07aac0ca060c23ee","/home/synthet/public_html/sites". $uname,"http://syntheticmotorsports.org/sites/". $uname,0,"",3,1),
$uname being the username entered on the form. I know how to add it to the file but it has to be added below or above the existing arrays and not the end of the page.
I tried to list the arrays in another file and use and include_once but it wouldent work. it just showed the arrays on the login page and wouldent login
Bookmarks