Ravens PHP Scripts: Forums
 

 

Search found 57 matches
Author Message
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 12678

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 26, 2019 11:24 am   Subject: Rebuilding old website - cannot save Admin settings
I can tinker with the live site - no one is visiting it except me and spam bots.

I can change PHP in CPanel from anything from 5.2 to 7.3 myself. My site will function on 5.2 and 5.3 but nothing h ...
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 12678

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 25, 2019 2:43 pm   Subject: Rebuilding old website - cannot save Admin settings
No, my RNConfig is much simpler and does not define the version. I got 2.51.00 from the nuke_config table entry
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 12678

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 20, 2019 9:21 am   Subject: Rebuilding old website - cannot save Admin settings
What I meant was after changing http_auth in the database table itself to either 0 or 1, I still was not able to save admin settings via the panel after each change.

My rnconfig.php file does not h ...
 Topic: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 12678

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: Rebuilding old website - cannot save Admin settings
giantmidget

Replies: 9
Views: 12678

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 18, 2019 2:54 pm   Subject: Rebuilding old website - cannot save Admin settings
I have been setting up an old site that I had up several years ago. It ran on Ravennuke 2.51 I believe. I have PHP set to 5.2

I have it functioning almost fully but when I go to the Admin section ...
 Topic: Site stopped - can't find modules.php
giantmidget

Replies: 2
Views: 5763

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 24, 2013 7:07 pm   Subject: re: Site stopped - can't find modules.php
No idea what happened. Just started working. Weird.
 Topic: Site stopped - can't find modules.php
giantmidget

Replies: 2
Views: 5763

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 24, 2013 6:45 pm   Subject: Site stopped - can't find modules.php
My site was running fine. Then it stopped. The host had to recompile apache to get php scripts working again.

Mysqli is installed and working. The database connects.

The main site error log is ...
 Topic: Need help on error converting Fictioneer module to MySQLI
giantmidget

Replies: 10
Views: 22417

PostForum: Converting/Creating Modules   Posted: Sun Jun 02, 2013 2:42 pm   Subject: Need help on error converting Fictioneer module to MySQLI
It is functional. I still have to work out those "undefined" errors, but that looks to be fairly straight forward, as detailed above.

It may not be the cleanest code anymore, but maybe I'll get so ...
 Topic: Need help on error converting Fictioneer module to MySQLI
giantmidget

Replies: 10
Views: 22417

PostForum: Converting/Creating Modules   Posted: Sun Jun 02, 2013 1:04 pm   Subject: re: Need help on error converting Fictioneer module to MySQL
Thank you.

I'll work out the smaller error issues.

I managed to fix the major issue of generating the text file name.

I had to change it to this -

mysql_insert_id ()

changed to ...
 Topic: Need help on error converting Fictioneer module to MySQLI
giantmidget

Replies: 10
Views: 22417

PostForum: Converting/Creating Modules   Posted: Sun Jun 02, 2013 11:43 am   Subject: re: Need help on error converting Fictioneer module to MySQL
I am struggling with it, that's for sure.

My skill level precludes writing anything from completely. This website already has 2000+ stories added with multiple chapters.

I will adjust the set ...
 Topic: Need help on error converting Fictioneer module to MySQLI
giantmidget

Replies: 10
Views: 22417

PostForum: Converting/Creating Modules   Posted: Sun Jun 02, 2013 9:00 am   Subject: re: Need help on error converting Fictioneer module to MySQL
Thank you. That gave me enough guidance to fix 90% of my issues and get the module working.

I have two new issues to address.

The first issue is the module is supposed to assign a story numbe ...
 Topic: Need help on error converting Fictioneer module to MySQLI
giantmidget

Replies: 10
Views: 22417

PostForum: Converting/Creating Modules   Posted: Sat Jun 01, 2013 4:28 pm   Subject: Need help on error converting Fictioneer module to MySQLI
PLEASE SEE NEW PROBLEM IN SUBSEQUENT POST



Original problem has been fixed. Now I have a new one
EDIT::
Original Problem
I am converting my Fictioneer module to work with MySQLI and I am ove ...
 Topic: Is the MySQLI extension required?
giantmidget

Replies: 1
Views: 4890

PostForum: RavenNuke(tm) v2.5x   Posted: Mon May 27, 2013 1:35 pm   Subject: Is the MySQLI extension required?
My host currently does not have it enabled.

The server runs PHP 5.3.10 and MySQL 5.1.69

I've been trying to upgrade from 2.10.01 and just not having any luck.
 Topic: Site works but cannot login or register in any way
giantmidget

Replies: 2
Views: 6776

PostForum: RN v2.20.00 - All Issues   Posted: Sun May 12, 2013 5:59 pm   Subject: Site works but cannot login or register in any way
When trying to login, both user and admin, or register a new user, I get the internal server error on a white page. I've search on here and cannot find a solution.

I am running Ravennuke 2.20.01
...
 Topic: Suddenly got - Deprecated: Function ereg_replace() is deprec
giantmidget

Replies: 7
Views: 13501

PostForum: Bug Fixes   Posted: Sun May 09, 2010 6:29 pm   Subject: Suddenly got - Deprecated: Function ereg_replace() is deprec
$display_errors = FALSE; //This should only be used (set to TRUE) when testing locally and not in a production environment

That was my config file, yet it still displayed the errors.
 Topic: Suddenly got - Deprecated: Function ereg_replace() is deprec
giantmidget

Replies: 7
Views: 13501

PostForum: Bug Fixes   Posted: Sat May 08, 2010 8:00 am   Subject: Suddenly got - Deprecated: Function ereg_replace() is deprec
I just updated all files I know generated the error.

This site had some good info I used:
http://devthought.com/tumble/2009/06/fix-ereg-is-deprecated-errors-in-php-53/

I'm sure some one had a r ...
 Topic: Suddenly got - Deprecated: Function ereg_replace() is deprec
giantmidget

Replies: 7
Views: 13501

PostForum: Bug Fixes   Posted: Sat May 08, 2010 6:57 am   Subject: Suddenly got - Deprecated: Function ereg_replace() is deprec
Overnight I log on to my site (running RN 2.20 I think, not sure how to find out) and see this all over various modules:

Deprecated: Function ereg_replace() is deprecated ....

Do I need to chang ...
 Topic: Does this send a test email ?
giantmidget

Replies: 2
Views: 7723

PostForum: NukeSentinel(tm) Country and IP2Country Updates   Posted: Mon Oct 05, 2009 8:11 pm   Subject: re: Does this send a test email ?
Found out why - apparently my re-directs were all deleted somehow when it cleared all blocked IP's. My root directory was exposed for about a day. Nuke is in a subfolder that gets the redirect.
 Topic: Does this send a test email ?
giantmidget

Replies: 2
Views: 7723

PostForum: NukeSentinel(tm) Country and IP2Country Updates   Posted: Mon Oct 05, 2009 3:41 pm   Subject: Does this send a test email ?
I ran the server test, installed this update and deleted. Today in my email that receives forwarded Sentinel messages I received "This is a test message." The only thing that surprised me was that i ...
 Topic: New users with odd joined dates ?
giantmidget

Replies: 2
Views: 8130

PostForum: Security - PHP Nuke   Posted: Sat Jun 07, 2008 10:03 am   Subject: New users with odd joined dates ?
I run Ravennuke. I think 2.10.

Today I had two users appear with odd joined dates, like:

Joined: 1212844540

Both of these users posted porn spam. Neither showed up in the list of being ...
 Topic: Any way to stop "Fake" email "Not Sent"
giantmidget

Replies: 2
Views: 7424

PostForum: Security - Other   Posted: Fri Aug 03, 2007 2:25 pm   Subject: Any way to stop "Fake" email "Not Sent"
My main site catchall email is unusable and quite a pain to try to empty due to returns of emails never sent from my site.

For some reason spammers send out lots of emails using fake emails tied to ...
 Topic: subBlack3dBlue theme
giantmidget

Replies: 23
Views: 43840

PostForum: RN Themes Issues   Posted: Sun Jul 29, 2007 1:04 pm   Subject: subBlack3dBlue theme
See my responses in the IE centering sticky. I fixed SubBlack3d with two simple changes.
 Topic: inappropriate centering in IE, again
giantmidget

Replies: 15
Views: 31374

PostForum: RN Themes Issues   Posted: Sun Jul 29, 2007 12:37 pm   Subject: inappropriate centering in IE, again
Fixed news articles and forum posts in SubBlack3d - they were centering text

In Story_home.html, I had to set this line to left


<!-- CONTENT LINE -->
<tr>
<td class="story_bor ...
 Topic: Safest way to allow another user to ban others ?
giantmidget

Replies: 1
Views: 5484

PostForum: Post Installation Help   Posted: Wed Jan 03, 2007 4:07 pm   Subject: Safest way to allow another user to ban others ?
I use Ravennuke, and I would like to know the safest way I can allow another user the ability to ban another person when its required. Preferably a user ban + IP ban. I really do not want to make an ...
 Topic: About 200 attacks by day, I'm angry
giantmidget

Replies: 45
Views: 65952

PostForum: NukeSentinel(tm) v2.5.x   Posted: Tue Nov 07, 2006 2:57 pm   Subject: About 200 attacks by day, I'm angry
None, only a couple redirects.
 

 Jump to:   

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