![]() |
>> Yeah, database driven system would be nice but then I have to rewrite all PhpDig files...
Hi manfred, maybe I'll try to see if I can get the config databased in the next release. :D |
Can/shall I do something to help you? Are you planning to include better admin panel with this new release? Can you use mine mod as a starting point?
BTW Include a automatic checking/update feature - I have a script for that already?! |
Error
When I log into the admin page I get:
Warning: Cannot modify header information - headers already sent by (output started at /home/ckovac/public_html/phpdig/includes/connect.php:37) in /home/ckovac/public_html/phpdig/libs/auth.php on line 134 |
Forget that one.. found some spaces after a ?> that was causing it..
But now I have a problem when I submit anything from the new admin screen I get an error about not being able to find the file "config_set.php" |
To use it add these lines to your template?
To use it add these lines to your template:
<style type="text/css"> a { text-decoration: none; } .phpdigHighlight { color: <phpdig:highlight/>; background-color: <phpdig:background/>; font-weight: bold; } </style> I was unsure what file to add it to so I left that part out of the new admin panel install. Works fine still as far as I can tell However I would like to know what file to add this style to so I can have (the full package) Oh and thank you all developers/moders/everyone involved phpdig gets a major :dance: from me. Hula |
This rocks
|
1 Attachment(s)
I have almost finished next version of this mod. New feature will be database related. You can backup, optimize and restore the hole PhpDig database by single click or just some tables.
Here is a picture of the GUI. |
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. Zlib support is needed for backup because compression must be used to reduce file size.
It would be nice to know about performance issues when altering big databases. What next - who knows? Ideas? manfred |
Manfred,
your admin panel rocks. I really like it alot. I am however getting one error message when I am cleaning dashes: Cleanup dashes Fatal error: Call to undefined function: phpdigdeltext() in ...public_html/search/admin/cleanup.php on line 176 I added the ... in the place of the actual directory structure. Thanks, Brian Sutton http://www.piedmontswingdance.org/search |
Errors
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 |
Quote:
Quote:
Quote:
include "$relative_script_path/admin/robot_functions.php"; |
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'); ?> Code:
<input type="radio" <?php if(LINK_TARGET=="_top") echo("checked"); ?> name="replace" value="_top" /><?php phpdigPrnMsg('results_same'); ?> Topaz |
All of the above issues should be solved now and some new features added. Figure those out and be happy.
-m- |
Previous version (1.8.3c) was full of bugs, please update. New settings added to spider and search parts also.
-m- |
Where can this be downloaded from? :confused:
|
All times are GMT -8. The time now is 08:29 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.