peeperpimp |
12-27-2007 06:49 PM |
Quote:
Originally Posted by TTiger
(Post 13569657)
my first blog using your package is online:)
bump as promise
http://www.machinegirl.net/
ps: how do i use the 2nd option?? aka : script that will allow for management of multiple WordPress Admin areas
|
just open wpmaster.php fie using any html editor and add more options I wrote a readme1st txt file in the package with simple instructions on doing it..
It reads as follows...
first off, open the file (WPadminmaster.php) using an html editor and locate the options section within the source code
it should look something like this...
<select name="select763" size="1" onchange="goToPage763(this.form.select763)">
<option value="none" selected="selected">
Select Your WP Panel
</option>
<option value="http://www.yourdomain.com/wp-admin">
Your Blog Name Here
</option>
and edit the option value which holds the URL ( http://www.yourdomain.com/wp-admin )
replace yourdomain.com field with your own URL
Next simply replace ( "Your Blog Name Here" ) with the name of your choice
(This is what you will see in the dropdown list)
Save and Upload said file into the root directory of your main WordPress site / blog on your server
and thats it your done.
Note: to manage more than one wordpress admin accounts simply copy / paste / add more option fields
as such...
<option value="http://www.yourdomain.com/wp-admin">
Your Blog Name Here
</option>
<option value="http://www.yourdomain.com/wp-admin">
Your Blog Name Here
</option>
within the editable section of the script / code, Etc.. Etc..
Thanks and Enjoy!
|