Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 3187 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Long time, Is this project still alive ? | |
thebishop Replies: 2 Views: 4062 ![]() |
![]() |
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: 19294 ![]() |
![]() |
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: 30777 ![]() |
![]() |
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: 2482 ![]() |
![]() |
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: 7255 ![]() |
![]() |
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: 21440 ![]() |
![]() |
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: 335052 ![]() |
![]() |
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: 335052 ![]() |
![]() |
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: 5950 ![]() |
![]() |
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: 22946 ![]() |
![]() |
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: 14447 ![]() |
![]() |
Quick and dirty without styles and without translation but I guess you are able to add it. ![]() 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: 14447 ![]() |
![]() |
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: 14447 ![]() |
![]() |
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: 14447 ![]() |
![]() |
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: 14447 ![]() |
![]() |
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: 24257 ![]() |
![]() |
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: 24257 ![]() |
![]() |
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: 24257 ![]() |
![]() |
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: 24257 ![]() |
![]() |
Oops. ![]() 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: 24257 ![]() |
![]() |
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: 24257 ![]() |
![]() |
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: 24257 ![]() |
![]() |
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: 24257 ![]() |
![]() |
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: 335052 ![]() |
![]() |
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: 335052 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 126, 127, 128 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours