PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   New admin panel is here! (http://www.phpdig.net/forum/showthread.php?t=582)

vital 11-07-2004 11:06 AM

Quote:

Originally Posted by manfred
New version is now ready for download at my home page. It was a bit tricky to get it work correctly but should be ok now.

What next - who knows? Ideas?

Manfred, your admin panel is lot more functional then the one supplied with PhpDig. However, it also produces lots of PHP-warnings. They don't affect functionality but can be quite annoying. Just set error_reporting to E_ALL and you'll see what I mean. I hope this will be fixed in the next version. If you wish I can send you modified "warning-free" files.

Quote:

Originally Posted by AllKnightAccess
I get these error messages when trying to acces the "Configuration > Database" page:
Warning: opendir(./backup/): failed to open dir: No such file or directory in /./admin/db_main.php on line 139
Warning: readdir(): supplied argument is not a valid Directory resource in /./admin/db_main.php on line 142
Warning: closedir(): supplied argument is not a valid Directory resource in /./admin/db_main.php on line 158

Just create "/phpdig/admin/backup" directory

Quote:

Originally Posted by funsutton
Cleanup dashes
Fatal error: Call to undefined function: phpdigdeltext() in ...public_html/search/admin/cleanup.php on line 176

Add the following line to "cleanup.php" file (near other includes):
include "$relative_script_path/admin/robot_functions.php";

Topaz 11-16-2004 01:20 PM

Little mistake
 
Hi, just realized that on line 491 and 492 there is a small mistake

Code:

<input type="radio" <?php if(LINK_TARGET=="_top") echo("checked"); ?> name="replace" value="_top" /><?php phpdigPrnMsg('results_new'); ?>
<input type="radio" <?php if(LINK_TARGET=="_blank") echo("checked"); ?> name="replace" value="_blank" /><?php phpdigPrnMsg('results_same'); ?>

it should read

Code:

<input type="radio" <?php if(LINK_TARGET=="_top") echo("checked"); ?> name="replace" value="_top" /><?php phpdigPrnMsg('results_same'); ?>
<input type="radio" <?php if(LINK_TARGET=="_blank") echo("checked"); ?> name="replace" value="_blank" /><?php phpdigPrnMsg('results_new'); ?>

results_same and results_new has been mixed up.

Topaz

manfred 11-24-2004 01:22 PM

All of the above issues should be solved now and some new features added. Figure those out and be happy.

-m-

manfred 12-01-2004 12:32 PM

Previous version (1.8.3c) was full of bugs, please update. New settings added to spider and search parts also.

-m-

vinyl-junkie 12-01-2004 06:12 PM

Where can this be downloaded from? :confused:

xperienss 12-09-2004 12:35 AM

i guess you can get it form http://koti.mbnet.fi/manfred/

@Manfred
is your admin panel working with version 1.8.4 ?
thanx a lot

vinyl-junkie 12-09-2004 03:18 AM

Thanks for the link. I haven't tried your admin panel at all so I don't know if it will work with 1.8.4. Plus, I haven't fully implemented 1.8.4 yet (it's still on my test server). I have a lot of custom changes that I just need to verify work before implementing.

I will download your admin panel and try it on my test server and let you know.

bforsyth 12-12-2004 03:11 AM

I'd be curious to see if anyone has this running on 1.8.5 before I install it (I just upgraded and that was enough anxiety for one night!)

jmitchell 12-19-2004 09:05 PM

and does it work for version 1.8.6?


All times are GMT -8. The time now is 03:09 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.