-
how can I make it write a unencrypted password in the table, I have two diffrent scripts that use the same table and the passwords arent compatable with each other.
2009-10-11 02:27:56 UTC by cosmoshell
-
Hi,
There are many ways one could achieve it, but all require programming knowledge.
You can create one user, and remove the registration page and links. That is the simplest I can suggest.
Make sure also you disable the Anti-Spam feature as it won't be needed.
One side-effect I foresee is if a user logs in 3 times with wrong password the account will be disabled temporarily. Might need to...
2009-09-10 07:52:36 UTC by darthomir
-
Hi Dan,
Good you like the tool.
Simply disable the Anti Spam config and the bookmarks will show up right away in the front page.
Maxime.
2009-09-10 07:47:18 UTC by darthomir
-
Hello,
i want to test GetBoo in our company-intranet. Because of that we plan to provide GetBoo as a service for all employees. So i want to disable the user-registration because GetBoo is only available for the employeers.
So would it be possible that everybody can add/edit/delete bookmarks like a WIKI ?
Thank you for your help and comliments at the product !
2009-08-05 08:29:24 UTC by uhwahl
-
this function is located in includes/configuration.php.
2009-08-03 19:25:50 UTC by slavec
-
I fixed this problem by adding
$dblink->query("SET NAMES utf8");
after
public static function LoadConfig($strConfig = "all", $path = "", $dblink = null)
{
if($dblink == null) {
if(!empty($path))
include($path . "conn.php");
else
include(ABSPATH . "conn.php");
}
*All your old records should be...
2009-08-03 19:19:02 UTC by slavec
-
Hello,
At first glance I suspect you are missing one of the database drivers required.
We support MySQL (and mysqli driver), Postgress and SQLite.
What database are you planning to install GetBoo on?
A more explicit message should be given when no drivers are found.
2009-07-14 05:22:39 UTC by darthomir
-
When freshly installing, I cannot select the database in the form (there is no content to select in the dropdown menu), thus getboo denies installation.
This bug is reproducible.
Server:
lighttpd/1.4.19
PHP Version 5.2.6-1.
2009-06-16 08:37:00 UTC by nobody
-
Me too!!!
I installed Getboo as well and every language works instead of german. When I choose german the language remains in english!
Any idea why?
Thanks in advance
Ivo.
2009-06-14 13:07:51 UTC by ist1969
-
Hi there,
I installed getboo to my server as described.
Unfortunatelly I am not able to use German translation.
The get text option of my server is enabled.
The installation of my website and of getboo is in a
subdirectory of my webspace.
May be it must installed to the root of the webspace?
Many thanks in advance.
Greets
Mike.
2009-05-28 07:04:48 UTC by plumeau60