![]() |
New admin panel is here!
Hi
Here is new panel with new functionalities. Maybe you find it useful also. Please send a note if it does not work - only tested with WinXP and Apache. Installation: - unzip to your PhpDig folder - change config.php as follows (replace in language " with ') PHP Code:
Have fun! -m- EDIT: Attachment removed. See below for newer attachment - version 0.9b dated 29/02/04. |
|
>> What do you think of this?
Hi. Haven't had a chance to view the code, but the screenshot looks very user friendly. :) |
EDIT: Attachment removed. See below for newer attachment - version 1.0 dated 09/03/04.
|
EDIT: Attachment removed. See below for newer attachment - version 1.1 dated 16/03/04.
|
Little bug in new admin panel
Hi over there!
Little bug in admin panel, doesn't work changing language, cause in config.php used double quotes, but trying to change with single. change in config.php: PHP Code:
PHP Code:
Another one, if server configured to add slashes, changing won't work. To make it work, needs to change file config_set.php: PHP Code:
Now it works (for me :) ) |
Windows-1251 and language change
Won't work corrent untill you make changes in libs/htmlmetas.php, line 5:
PHP Code:
Have a nice day :) |
showing correct default number of index depth
in index.php:
code: PHP Code:
PHP Code:
|
Hi
Thanks for pointing these out. You are the first one who has responded in any way! New version 1.1 is now available from my web page with corrections. And there is some new features added also. Keep posting any odds you can find :D -m- P.S. Charter can you update that attachment - again?! |
1 Attachment(s)
FYI: Previous admin panel attachments removed - version 1.1 dated 16/03/04 attached below.
|
Really cool!
None of the "Clean..." buttons or the "Statistics" buttons work for me on Firefox. I love the idea of confirmation though. It would be nice to include delete confirmation when deleting a site from the list of sites. There could even be a check box setting next to the "Delete site" button and you could use JS to use confirmation on deletes based on the value of the check box. That way, users can quickly change the setting based upon what they are doing. I can see where a ton of other configuration settings could be added as well. Personally, I'd like to see a separate page from the index page for setting configuration settings. Changing settings and managing indexing seem like two different tasks to me. With the addition of even more configuration settings, the index would start to become more complicated. |
I'm using the first version. Can you please tell me what has changed in version 1.1?
|
Hi
Thanks for using my mod. Please see previous posts where is link to my web pages - there is always latest info. Manfred |
I just configured it, and I like the changes to the admin site. I will definitely keep it, thanks for sharing it.
|
Updated version available from here.
This has now new login/logoff system integrated + some other enhancements and options. Any comments or requests? - manfred - |
Looks nice. You mention this feature: "Allow to dig different sites inside domain" Does that mean it will add 2 sites, e.g. "http://www.site.com/folder" and "http://www.site.com/folder2" instead of truncating the subdirectory?
And a request: a method of spidering faster by running multiple spiders (without conflicts) from the admin panel, maybe using the exec() command. :) |
|
Hi. Looks cool.
Is there a german version available? I can translate to german. I use 1.2. and submit next week. search_function.php in admin_panel_1-2.zip shows phpdig Version 1.6.x? Is it admin_panel_1-2 for 1.6.x, 1.8.0 or 1.8.1? -roland- |
My german knowledge is limited to Rammstein and Nina Hagen - not enough in this case?!
This admin mod is only for version 1.8.0 and those files are directly taken from version 1.8.0 zip. You can see a version mismatch also in PhpDig html documentation which is for 1.6.2. M |
What does "Allow sites inside domain" mean?
|
It means that spider can jump between different sites if it remains under same domain e.g. www.domain.com and intra.domain.com can be spidered but no www.domain.org.
Never needed this one (it is basic phpdig feature and also mentioned in documentation) so I hope it works. M |
Updated version available for download in my web page.
- Supports now PhpDig 1.8.1. - Documentation added - New parameters added - plus more... Please inform if it does not work correctly?! M |
Wow, great! Oh no... PhpDig version 1.8.2 is coming out soon...
|
Some updates made to support 1.8.2 (still same 1.3 version though).
Changes: - Now you can adjust spidering speed in four steps: 0, 1, 3 or 5 second delay between page requests! I think this is a cool feature? But remember that you will exhaust external URL bandwidth easily with delay value 0 - it is for local use only. M |
1 Attachment(s)
Making a totally rewritten version of this mod. Is there any special requests at this point - those might be added?
Here is a picture of it. |
Wow, personally I like this better! Couple suggestions...
CREATE TABLE prefix_config ( c_key VARCHAR(255) NOT NULL, c_val VARCHAR(255) NOT NULL, c_type VARCHAR(255) NOT NULL, KEY c_key (c_key) ) TYPE=MyISAM; |
1 Attachment(s)
Yeah, database driven system would be nice but then I have to rewrite all PhpDig files :( Or how it is possible to redefine all variables which are in config file? Storing and changing those at database is not a problem.
Here is a sneak peek version for you forum members before I post it in the web page. Is this menu system better than the earlier? |
Quote:
I found a strange thing: once I put 'Delay between page requests' at zero, I can't get it to another value anymore. Has this line: PHP Code:
|
1 Attachment(s)
It is a bug in admin.php. Here is corrected version, just overwrite the old one.
Glad you like it. Does it work now as supposed? M |
It works! Thank you.
|
>> 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 |
All times are GMT -8. The time now is 04:34 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.