Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 23 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Coppermine for RN2.50 | |
| Enforcer Replies: 1 Views: 5453 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| NP, if I'll find such issues I'll let you know 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| Wait until you see 2.10.00
Gee, I can't wait 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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`; ... |
|
| Ravens PHP Scripts And Web Hosting Forum Index |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
