Ravens PHP Scripts: Forums
 

 

Search found 3187 matches
Author Message
 Topic: Long time, Is this project still alive ?
thebishop

Replies: 2
Views: 2894

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Tue Mar 15, 2022 8:27 pm   Subject: Long time, Is this project still alive ?
I'm sure that almost no one remembers me, but I found my old login info, and thought I would stop in.
So is the RN project still alive, or has Raven moved onto something else?
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 8328

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 12, 2021 7:09 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I backed it up everything today this is what I got.

D:\Recovered\www.bestbuildpc.org\admin\modules\nukesentinel\ABAuthScan.php (1 hit)
Line 54: $result = $db->sql_query& ...
 Topic: All index.php files hacked..
neralex

Replies: 18
Views: 28122

PostForum: Security - PHP Nuke   Posted: Mon Jun 28, 2021 11:17 am   Subject: All index.php files hacked..
sundern, maleware could it be because normally all files in the web-directory should have CHMOD 644 - typically for all index.php files. Only files and/or folders which needs write-acccess should have ...
 Topic: Spam filter blocking registration
jackalopehunter

Replies: 1
Views: 1977

PostForum: Installation Help   Posted: Thu Dec 31, 2020 10:35 pm   Subject: Spam filter blocking registration
I have a fresh install of RavenNuke and for some reason members can not register on the site.

They are getting this error
"ERROR: Your registration has been blocked by our spam filter. If yo ...
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 5575

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 19, 2019 12:29 pm   Subject: Rebuilding old website - cannot save Admin settings
I had already updated the paths to the 3 access files to the three in the nuke folder. All are CH_Mod 666

I cannot change admin setting with http_auth set to either 0 or 1 both give a 403 error f ...
 Topic: Some more bug fixes
Nuke8

Replies: 14
Views: 17950

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 17, 2018 1:09 am   Subject: Re: Some more bug fixes
each typo-correction
I think it's a question of paying attention to detail. If an administrator doesn't think about using a spell checker before submitting an important text, I guess doesn't care abo ...
 Topic: RavenNuke 3
ralphort

Replies: 167
Views: 300968

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sun Nov 05, 2017 10:25 am   Subject: Re: RavenNuke 3
neralex- We could go round-and-round about this and we both would think we are right and nothing and no one could make us change our mind. The fact is that when raven got sick members dropped out of ...
 Topic: RavenNuke 3
papamike

Replies: 167
Views: 300968

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sat Nov 04, 2017 5:02 pm   Subject: Re: RavenNuke 3
neralex- We could go round-and-round about this and we both would think we are right and nothing and no one could make us change our mind. The fact is that when raven got sick members dropped out of ...
 Topic: Best way to keep form data from posting if duplicate field
Doulos

Replies: 1
Views: 5446

PostForum: General/Other Stuff   Posted: Sun Oct 01, 2017 3:46 pm   Subject: Best way to keep form data from posting if duplicate field
I have a form from which the data is posted to a db table but it is allowing duplicate forms to be posted from the same user.


I have tried ON DUPLICATE KEY UPDATE forumname = VALUES(forumname)&q ...
 Topic: Sad
Doulos

Replies: 6
Views: 21367

PostForum: Other - Discussion   Posted: Sun Jun 04, 2017 9:41 am   Subject: Re: Sad
True, but ... anything programing beyond basic HTML is like magic to me. Surely not even most of the 23000+ members of the RN community are programmers.

I did not mean sad, as in "shameful&qu ...
 Topic: Show groups on user's info page - or somewhere else?
neralex

Replies: 9
Views: 13201

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 23, 2017 4:28 pm   Subject: Show groups on user's info page - or somewhere else?
Quick and dirty without styles and without translation but I guess you are able to add it. Very Happy
Please test it with a new group and some users because maybe it needs more tweaks, filterings etc.

...
 Topic: Show groups on user's info page - or somewhere else?
kguske

Replies: 9
Views: 13201

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 23, 2017 2:03 pm   Subject: Show groups on user's info page - or somewhere else?
The user can see his group membership on the Your_Account page, so it shouldn't be hard to make that visible to admins in the user administration function.
 Topic: Show groups on user's info page - or somewhere else?
Doulos

Replies: 9
Views: 13201

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 23, 2017 10:57 am   Subject: Re: Show groups on user's info page - or somewhere else?
OK, thanks. That is what I have been doing. I just wanted to not have to find the user name in the list of group members. I found a phpbb3 hack that is supposed to do what I want but I haven't trie ...
 Topic: Show groups on user's info page - or somewhere else?
kguske

Replies: 9
Views: 13201

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 23, 2017 6:58 am   Subject: Show groups on user's info page - or somewhere else?
Doulos, adding a group memberships to the user profile sounds like a good idea for an enhancement, at least for admins.

The Groups, View Users page (/admin.php?op=NSNGroupsUsersView) shows all memb ...
 Topic: Show groups on user's info page - or somewhere else?
Doulos

Replies: 9
Views: 13201

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Apr 22, 2017 12:05 pm   Subject: Show groups on user's info page - or somewhere else?
Is there an easy way to see what groups a user is in? I am interested in finding a solution to looking through each groups members to find out if an admin has already added them to the group.
 Topic: How to insert username into a form.
neralex

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Sun Apr 16, 2017 3:10 pm   Subject: How to insert username into a form.
Ok...NULL is important, so change it back.
Open phpmyadmin, click on your RN database and then paste this in the 'SQL' tab:

ALTER TABLE `members`
ADD PRIMARY KEY (`id`);

Press OK an ...
 Topic: How to insert username into a form.
Doulos

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Sun Apr 16, 2017 2:51 pm   Subject: Re: How to insert username into a form.
April 16, 2017, 3:47 pm File: /home/doulos/public_html/ravennuke/db/mysqli.php - Line: 201
Code: 1048 - Message: Column 'id' cannot be null
SQL was: INSERT INTO `members` VALUES (NULL, 'testing', '' ...
 Topic: How to insert username into a form.
Doulos

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Sun Apr 16, 2017 10:27 am   Subject: Re: How to insert username into a form.
Hmm, I have tried it again and got "Failed" and there is no data in the database - not even from your attempt. I normally use Firefox, but when I tried it with IE I did get "Thank You&q ...
 Topic: How to insert username into a form.
neralex

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Sat Apr 15, 2017 3:26 am   Subject: How to insert username into a form.
Oops. Embarassed

It seems I missed some db-fields in the function form_sent(). I made the changes in my post above.

http://www.ravenphpscripts.com/ftopicp-165673.html#165673

I optimized a bit ...
 Topic: How to insert username into a form.
Doulos

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Fri Apr 14, 2017 7:17 pm   Subject: Re: How to insert username into a form.
You mentioned you didn't know my table structure so I thought I'd post it.

--
-- Table structure for table `members`
--

CREATE TABLE IF NOT EXISTS `members` (
`id` int(3) NOT NULL AUTO_INCR ...
 Topic: How to insert username into a form.
Doulos

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Thu Apr 13, 2017 4:07 pm   Subject: How to insert username into a form.
1. If the db-table 'members' is not allready inside your RN database then move it into it. So you doesn't need a useless 2nd db-connection.
Never thought of that.

3. Create inside the new created ...
 Topic: How to insert username into a form.
neralex

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Thu Apr 13, 2017 3:50 pm   Subject: How to insert username into a form.
1. If the db-table 'members' is not allready inside your RN database then move it into it. So you doesn't need a useless 2nd db-connection.

2. Create a new folder inside the modules-folder and call ...
 Topic: How to insert username into a form.
Doulos

Replies: 17
Views: 21842

PostForum: General/Other Stuff   Posted: Thu Apr 13, 2017 1:33 pm   Subject: How to insert username into a form.
Hello, I am trying to pull the username and insert it automatically into a form inside a module. None of the solutions I have found are working. I was hoping that someone here can suggest something ...
 Topic: RavenNuke 3
neralex

Replies: 167
Views: 300968

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Wed Apr 05, 2017 2:26 pm   Subject: RavenNuke 3
KennyW, I can understand you. I'm waiting since a year for detailed responses and the only two guys who are giving a response is guardian and kguske. As kguske has pointed, without a response of the k ...
 Topic: RavenNuke 3
KennyW

Replies: 167
Views: 300968

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Wed Apr 05, 2017 10:19 am   Subject: RavenNuke 3
Thanks, neralex. Sounds good. I'll follow up offline with additional details as soon as possible.

KennyW, the "team" consists of volunteers, including 2 key team member who have been un ...
 

 Jump to:   

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