Ravens PHP Scripts: Forums
 

 

Search found 23 matches
Author Message
 Topic: Coppermine for RN2.50
Enforcer

Replies: 1
Views: 5453

PostForum: Modules   Posted: Fri Apr 06, 2012 8:48 am   Subject: Coppermine for RN2.50
This is ported version 1.3.2 of PC-Nuke to RN2.50
Fixed several issues including Invalid False Admin Cookie on Nuke Sentinel.
Changed sql calls to default nuke handling, replaced several hardcoded l ...
 Topic: Suggestion - some improvements
Enforcer

Replies: 1
Views: 5030

PostForum: v2.4 RN Documentation   Posted: Sat Aug 28, 2010 7:47 am   Subject: Suggestion - some improvements
Is about db.php and mysql.php

on error, db.php will put default error messages, but not in a logic way.
If it can't connect to server, is logic it can't select db and can't check config table.
In ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Thu Nov 02, 2006 6:44 am   Subject: re: FIX - modules accesible by groups points
I was testing in same way as you.
It look like somewhere is a difference in codes we are testing, but can't see where.
Obviously you should use what is working on new version.
Also if you want I ca ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Wed Nov 01, 2006 10:01 pm   Subject: re: FIX - modules accesible by groups points
I have tested in this way:
I replaced is_group($user, $name) with is_group($user, $m_title).
I set my points to a certain level, under minimum allowable points using a query.
UPDATE nuke_users SET ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Wed Nov 01, 2006 9:39 pm   Subject: re: FIX - modules accesible by groups points
Yes, about group points system I'm talking,
Like I said before, unfortuantelly I'm not good at explainig things and my english level don't help me either.
On top of that here is 5AM.
Sorry if I cre ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Wed Nov 01, 2006 9:20 pm   Subject: re: FIX - modules accesible by groups points
Originally was
} elseif($view == 1 OR (is_user($user) OR is_group($user, $name) OR is_admin($admin))) {
And I replaced with
} elseif($view == 1 AND (is_user($user) OR is_group($user, $name) OR is_a ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Wed Nov 01, 2006 8:44 pm   Subject: re: FIX - modules accesible by groups points
I am using this on 2.02.02 exactly as I initially posted and I have no problems at all, I am using groups since then, I have over 800 users and no one complained about groups not working.
In fact gro ...
 Topic: Admin module for activate users
Enforcer

Replies: 5
Views: 8110

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Thu Aug 31, 2006 9:49 am   Subject: re: Admin module for activate users
Updated link for downloads:
http://l2joy.3x.ro/modules.php?name=Downloads&d_op=viewdownload&cid=6

Also some new stuff:
Folding tree menu, new user info block, all designed to work with Ra ...
 Topic: Admin module for activate users
Enforcer

Replies: 5
Views: 8110

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Thu Aug 24, 2006 6:44 pm   Subject: re: Admin module for activate users
I can't, I got this message:
Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the ...
 Topic: Admin module for activate users
Enforcer

Replies: 5
Views: 8110

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Thu Aug 24, 2006 5:49 pm   Subject: Admin module for activate users
Not sure where to post this, admin pls move to appropiate section if not fit here.
Just a smal addon that let admin activate a user if this have problems with his mail.
Should work on any PHP nuke 7 ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Tue Aug 22, 2006 7:38 am   Subject: re: FIX - modules accesible by groups points
NP, if I'll find such issues I'll let you know Smile
As a side note, I started to work on a alternative mail sending using SSL (Gmail for example) for ppl that have mail() function disabled.
This prese ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Tue Aug 22, 2006 7:16 am   Subject: re: FIX - modules accesible by groups points
Just tested, is working also with additional set of parenthesise just fine.
If you agree, I will also make that change to the upcoming 2.10.00 release code.
Of course I agree, that's why I try to f ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Tue Aug 22, 2006 6:58 am   Subject: re: FIX - modules accesible by groups points
I'm very sure.
Maybe my english is not good enough to cleary explain, but I see like this:
is_user($user) OR is_group($user, $name)
acces will be granted no matter if user belong to a group cuz is_ ...
 Topic: FIX - modules accesible by groups points
Enforcer

Replies: 18
Views: 21753

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Tue Aug 22, 2006 6:14 am   Subject: FIX - modules accesible by groups points
I;ve noticed links from modules block can be be accesesd by any registered user even modules are set to a specific group.
(Regardless points of user any module can be accessed).
in file html/module ...
 Topic: Added option to skip activation
Enforcer

Replies: 2
Views: 6642

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sun Aug 20, 2006 7:42 pm   Subject: re: Added option to skip activation
Should be used with $gfx_chk = 3; at least.
And that's why is made as option, not as permanent skip activation mod.
http://l2joy.3x.ro/Files/skipactv.jpg
 Topic: Added option to skip activation
Enforcer

Replies: 2
Views: 6642

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sun Aug 20, 2006 6:16 pm   Subject: Added option to skip activation
As probably know many users preffer to have instant account creation or have problems with sending mail and cannot use activation method.
I made a patch that allow instant acount creation, without se ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sun Aug 20, 2006 10:04 am   Subject: re: Unable to add messages - fix
PHP version is 4.4.0, but I tested on 4.3.10 aswell on 5.1.2 and is working.
I suspect is something related to hoster's settings.
I guess is not a major concern if I let deactivated this portion of ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sun Aug 20, 2006 8:24 am   Subject: re: Unable to add messages - fix
Look up the terms "'ob_gzhandler'" or "gzip" here in the forums. Your issue may be covered.
I did, but can't find solutions for this issue, mostly are about
"output handler ' ob_gzhandler ' cannot ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sat Aug 19, 2006 6:14 pm   Subject: re: Unable to add messages - fix
Wait until you see 2.10.00
Gee, I can't wait Very Happy

I fact I have a couple of questions, and if I already started a thread I'll post them here.
1. where I can post some little addons/mods for modu ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sat Aug 19, 2006 5:59 pm   Subject: re: Unable to add messages - fix
Thank you for your support, I really appreciate.
But I already finished importing/converting, I uploaded my site and now is working like a charm. It was enough to do this only by queries.
I'm not a ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sat Aug 19, 2006 9:33 am   Subject: re: Unable to add messages - fix
Well. I reinstalled again from scratch and this didn't occured again.
It look like everything is OK.
Maybe was a MySql glitch..
Installation is fresh, but I'll port from a PHP nuke 7.9 needed conte ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sat Aug 19, 2006 7:09 am   Subject: re: Unable to add messages - fix
Hmm, then something went wrong, I used installer...and i found those queries..
ALTER TABLE `nuke_blocks` ADD `groups` TEXT NOT NULL AFTER `view`;
ALTER TABLE `nuke_message` ADD `groups` TEXT NOT NUL ...
 Topic: Unable to add messages - fix
Enforcer

Replies: 14
Views: 19443

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Sat Aug 19, 2006 5:52 am   Subject: Unable to add messages - fix
Hi ppl,
I just installed RavenNuke76 v2.02.02 Distro and I noticed I cannot add messages.
After a little look I found why.
table nuke_messages look like this:
DROP TABLE IF EXISTS `nuke_message`; ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©