-
You're right. It was fixed while i was writing this bug report.
Thanks for your help.
2007-04-21 07:00:57 UTC in Python Wikipedia Robot Framework
-
Hi,
im using the most recent version from cvs of pywikipediabot and ubuntu edgy.
Follow error message appears if I try to use category.py:
andi@andi-laptop:~/pywikipedia$ python category.py add
Checked for running processes. 1 processes currently running, including the current process.
Reading dump from category.dump.bz2
This bot has two modes: you can add a category link to all
pages...
2007-04-13 23:37:52 UTC in Python Wikipedia Robot Framework
-
hi
run the queries manually e.g. with phpMyAdmin
ALTER TABLE phpbb_ranks ADD rank_group MEDIUMINT(8) NOT NULL;
ALTER TABLE phpbb_groups ADD group_order MEDIUMINT(8) default '0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('group_rank_hack_version', '1.0.0');
After that use the "resync" link on group order page in admin panel.
regards
ah.
2004-12-30 13:42:06 UTC in Saerdnaer's phpBB Hacks/Mods
-
please post the url to your board.
2004-02-29 09:32:34 UTC in Saerdnaer's phpBB Hacks/Mods
-
do you have ready question in the db?.
2004-02-17 13:33:36 UTC in Saerdnaer's phpBB Hacks/Mods
-
the linked topic hasn't to do anything with my group rank hack...
ah.
2004-02-17 13:32:09 UTC in Saerdnaer's phpBB Hacks/Mods
-
the line which causes this error is this one:
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
replace it with
if ( !empty($GLOBALS['cm_posting']) )
{
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type...
2004-01-19 16:17:44 UTC in Saerdnaer's phpBB Hacks/Mods
-
you can replace the code with
$points = $this->config['quiz_points_disable'] ? 1 : $this->quiz_data['quiz_points'];
$points2 = $points * 3;
$sql = "UPDATE " . USERS_TABLE . "
SET quiz_points = quiz_points + $points, user_points = user_points + $points2
WHERE user_id = $user_id";
so you get 3 normal points for every quiz point.
ah.
2003-12-28 10:50:00 UTC in Saerdnaer's phpBB Hacks/Mods
-
as i know it should also work with phpbb 2.0.6 ...
ah.
2003-12-26 13:30:22 UTC in Saerdnaer's phpBB Hacks/Mods
-
in the includes/quiz.php you posted aren't the changes done how i wrote in this post:
https://sourceforge.net/forum/message.php?msg_id=2348396
ah.
2003-12-26 13:24:23 UTC in Saerdnaer's phpBB Hacks/Mods