Ravens PHP Scripts: Forums
 

 

Search found 477 matches
Author Message
 Topic: RN Subscription Module from Guardian
neralex

Replies: 22
Views: 11208

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 01, 2020 1:47 pm   Subject: RN Subscription Module from Guardian
Nope! I mean this...

Notice: Use of undefined constant RNA_A_MOD_SUBSCRIPTION_PERIOD - assumed 'RNA_A_MOD_SUBSCRIPTION_PERIOD'
Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11208

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 30, 2020 5:18 pm   Subject: RN Subscription Module from Guardian
Do you mean this

function show_error($errmsg){
echo '<div class="error"><strong>' . RNS_A_GEN_ERRORE . ':</strong> - <span class="title" ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11208

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:59 pm   Subject: RN Subscription Module from Guardian
Now when I add a subscription I get a bunch of errors

Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed 'RNS_A_GEN_ERRORE' in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/R ...
 Topic: Error from preg_match help
neralex

Replies: 5
Views: 5149

PostForum: General/Other Stuff   Posted: Thu Nov 26, 2020 3:00 pm   Subject: Error from preg_match help
There are some other ways to prevent running a file directy.

Block-files in RN:

if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die&# ...
 Topic: Donations module update problems
Doulos

Replies: 10
Views: 13077

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 08, 2019 7:05 pm   Subject: Donations module update problems
After using google to try updating the module for php7 the module and block are showing fine without errors- except IPN isn't working. I have run into a snag with the following error and code. Hopin ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 332890

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Mar 22, 2018 7:28 am   Subject: Re: php7 support
Neralex, where is the bbcode.php. I can not find it. Now I discovered my wimpy player is not working. The flash is not showing the music list. This module I won't remove it. I guess I will keep php 5. ...
 Topic: Add link to menu
Doulos

Replies: 3
Views: 9263

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 03, 2017 2:50 pm   Subject: Add link to menu
Sometimes I log into the website and see that I have a PM so I read it and exit out forgetting that I have not looked at the forums yet. I have searched these forums but can't seem to find anything a ...
 Topic: How to insert username into a form.
neralex

Replies: 17
Views: 23957

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: New install - Errors during setup.php
hicuxunicorniobestbuildpc

Replies: 7
Views: 12121

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 03, 2016 4:56 am   Subject: Re: New install - Errors during setup.php
Log in to your account using FTP.

Use a text editor to add the following line to the .htaccess file. Replace Region/Zone with your own time zone:

php_value date.timezone 'Region/Zone'

Sav ...
 Topic: Facebook connect for Ravennuke?
rovshan

Replies: 16
Views: 33293

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Fri Nov 20, 2015 9:45 am   Subject: Re: Facebook connect for Ravennuke?
[url=http://hybridauth.sourceforge.net]http://hybridauth.sourceforge.net

I think hybridauth best solution to integrate in RN.
Here is I did something but did not finish yet, if someone intereste ...
 Topic: nukeSPAM: Bug while passing errormsg
draxx

Replies: 8
Views: 15187

PostForum: Modules   Posted: Wed Jul 08, 2015 11:25 am   Subject: nukeSPAM: Bug while passing errormsg
I've applied all the fixes listed here but _EVERYONE_ still gets blocked.


http://www.fspamlist.com/xml.php?key=XXXXXX&spammer=t-d%40xentrex.com,24.166.68.133,jackson4
DEBUG: <?xml versio ...
 Topic: title filtering
neralex

Replies: 4
Views: 10086

PostForum: nukeSEO   Posted: Fri Mar 06, 2015 3:13 am   Subject: title filtering
misterstereus, in this function does not exitst the variable $title and it wouldn't help to add this line. I would get only some of your loved php errors. If this variable would exist then it would re ...
 Topic: Honeypot V2.1 AntiBot Module
hicuxunicorniobestbuildpc

Replies: 80
Views: 226572

PostForum: Security - PHP Nuke   Posted: Mon May 12, 2014 5:44 am   Subject: Re: Nuke Honeypot
I tested again on my site and it is working properly as it should be.

I changed a line to follow the standard single quotes.

modules/HoneyPot/includes/ya_new_user.php

echo "<script ty ...
 Topic: Date Timezone, etc. problem
neralex

Replies: 7
Views: 12277

PostForum: RN v2.20.00 - All Issues   Posted: Mon Dec 30, 2013 3:19 pm   Subject: Date Timezone, etc. problem
open your mainfile.php and search:

if (stristr(htmlentities($_SERVER['PHP_SELF']), 'mainfile.php')) {
header('Location: index.php');
exit& ...
 Topic: Blocks by Module 2013 - need help :)
hicuxunicorniobestbuildpc

Replies: 64
Views: 62352

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 28, 2013 7:36 pm   Subject: re: Blocks by Module 2013 - need help :)
draxx, I think u did the right thing and we should do the same instead of waisting time in unecessary discussions. I am gonna update the addon as well.


This is the part which was missing some var ...
 Topic: Blocks by Module 2013 - need help :)
draxx

Replies: 64
Views: 62352

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 28, 2013 6:21 pm   Subject: Blocks by Module 2013 - need help :)
I have fixed Narelex's file myself by comparing the difference between misterstereus two versions and identifying the changes.

It only needed changed 2 lines of code with 1 variable. It now wor ...
 Topic: Today's posts link
wHiTeHaT

Replies: 5
Views: 12724

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 21, 2013 4:37 pm   Subject: Re: Today's posts link
How would I add a today's posts link to the forums? Sometimes people exit out of the browser after looking at one new post by mistake and then have to look through all the forums to see which ones ha ...
 Topic: Today's posts link
Doulos

Replies: 5
Views: 12724

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 21, 2013 3:26 pm   Subject: Today's posts link
How would I add a today's posts link to the forums? Sometimes people exit out of the browser after looking at one new post by mistake and then have to look through all the forums to see which ones ha ...
 Topic: php count multi-dimensional array based on 2nd level value
spasticdonkey

Replies: 7
Views: 13107

PostForum: PHP   Posted: Sat Aug 10, 2013 4:24 am   Subject: php count multi-dimensional array based on 2nd level value
Thanks for the input Montego and good idea. At this point I'm just iterating the entire array and skipping the values that are not of a certain type.

foreach ($myarray as $myname => $details) { ...
 Topic: Multiheadlines 2.1
hicuxunicorniobestbuildpc

Replies: 46
Views: 33073

PostForum: For Hire   Posted: Thu Jul 11, 2013 7:40 am   Subject: Multiheadlines 2.1
I updated right now with a couple of changes.

This is what I did in footer.php

if (realpath(__FILE__) == realpath($_SERVER['SCRIPT_FILENAME'])) {
header ...
 Topic: Weblinks
neralex

Replies: 6
Views: 7759

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 01, 2013 8:11 am   Subject: Weblinks
Ok after some checks with the original module i can say that is not bug. Its all fine but you can missunderstand the settings of the variable $allowlinksmodify. It seems its from a early time of phpnu ...
 Topic: Honeypot V2.1 AntiBot Module
hicuxunicorniobestbuildpc

Replies: 80
Views: 226572

PostForum: Security - PHP Nuke   Posted: Wed Apr 03, 2013 2:33 am   Subject: Honeypot V2.1 AntiBot Module
First thing you always want to do is make backups of all files before editing, I will not be responsible for inability to follow instructions and mess up your site.

Read all the instructions BE ...
 Topic: VIGLINK
semperaye

Replies: 6
Views: 8163

PostForum: Post Installation Help   Posted: Mon Jan 21, 2013 4:37 pm   Subject: Re: re: VIGLINK
I would paste the contents inside the script tag into a new javascript file, name and upload to
includes/jquery/viglink.js

then create a head-viglink.php file and upload to includes/addons/
<? ...
 Topic: VIGLINK
spasticdonkey

Replies: 6
Views: 8163

PostForum: Post Installation Help   Posted: Mon Jan 21, 2013 2:09 pm   Subject: re: VIGLINK
I would paste the contents inside the script tag into a new javascript file, name and upload to
includes/jquery/viglink.js

then create a head-viglink.php file and upload to includes/addons/
<? ...
 Topic: SOLVED: Delete forum posting (display bug)
neralex

Replies: 15
Views: 12158

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jan 19, 2013 7:27 am   Subject: SOLVED: Delete forum posting (display bug)
I have found the same issue in the Private Messages module, when i'm trying to delete all messages.

open modules/Private_Messages/index.php:

search:

if ( !$confirm ) {
$s_hid ...
 

 Jump to:   

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