Ravens PHP Scripts: Forums
 

 

Search found 3609 matches
Author Message
 Topic: Disable DEBUG MODE Private Message / phpBB2
rovshan

Replies: 1
Views: 4076

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Apr 24, 2024 4:07 am   Subject: Disable DEBUG MODE Private Message / phpBB2
Hello,
How to disable DEBUG MODE in Private Message / phpBB2 modules?

In Private_Message/index.php
message_die(GENERAL_ERROR, "Could not obtain post and post text", "", __LIN ...
 Topic: Radio Block
hicuxunicorniobestbuildpc

Replies: 3
Views: 3650

PostForum: Converting/Creating Blocks   Posted: Wed Feb 09, 2022 3:25 pm   Subject: Radio Block
Guys! I am trying to make a radio shout block and it is working but when I click it goes to play in another page. Is that normal? Let me know if u see any mistake or validation.

<?php

if ( ...
 Topic: Installation error typo in Ravennuke 2.5
hicuxunicorniobestbuildpc

Replies: 5
Views: 2568

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 05, 2021 4:44 pm   Subject: Installation error typo in Ravennuke 2.5
Have you tried to remove the unexpected '&' and tested whether it then works?

I removed that typo and I got this

Fatal error: Uncaught Error: Call to undefined function mysql_connect ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 01, 2020 4:21 pm   Subject: RN Subscription Module from Guardian
No No

I did this

f (!defined('RNS_ADMIN')) die();
if(!isset($errmsg)) $errmsg = '';

but the error is showing again.
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

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: RN Subscription Module from Guardian
neralex

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 8:21 am   Subject: RN Subscription Module from Guardian
Find:

f (!defined('RNS_ADMIN')) die();

Add after:

if(!isset($errmsg)) $errmsg = '';


Open the admin language-*.php files of this module and try to ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:23 am   Subject: RN Subscription Module from Guardian
<?php

if (!defined('RNS_ADMIN')) die();

global $admin, $bgcolor2, $prefix, $db, $module_name;
// check for incoming userid
if (isset($uid)) {
...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 27, 2020 9:09 pm   Subject: RN Subscription Module from Guardian
Notice: Undefined variable: errmsg in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/RNS_Edit_Sub.php on line 57

line 57
if ($errmsg) {

// DISPLAY the FORM

OpenTable ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 26, 2020 5:02 pm   Subject: RN Subscription Module from Guardian
Dank u

Now I get this error.

Notice: Undefined variable: stop in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/RNS_Add_Sub.php on line 47

// make sure we are not in an error stat ...
 Topic: Error from preg_match help
neralex

Replies: 5
Views: 4974

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: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 25, 2020 5:29 pm   Subject: RN Subscription Module from Guardian
hmmm now I see this became old so this is a fix but when I want to add a subscriber it is giving me a white page. NO ERROR but I have everything ON to show errors

admin.php?op=admin_rn_sub_add_sub ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10513

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 23, 2020 4:41 pm   Subject: RN Subscription Module from Guardian
I am getting some errors now from this RN Module made it from Guardian


Notice: Undefined offset: 1 in /www.bestbuildpc.org/modules/RN_Subscription/index.php on line 37

$username = $cookie[ ...
 Topic: Theme Previews
hicuxunicorniobestbuildpc

Replies: 17
Views: 13350

PostForum: Themes   Posted: Wed Oct 07, 2020 4:08 pm   Subject: Theme Previews
I got this one as well.

<?php
if ( !defined('BLOCK_FILE') ) {Header('Location: ../index.php'); die();}
if (!defined('PHP_EOL')) de ...
 Topic: Theme Previews
neralex

Replies: 17
Views: 13350

PostForum: Themes   Posted: Tue Oct 06, 2020 1:01 pm   Subject: Theme Previews
EmeraldDragon, I used the Theme-Preview function in the admin-section of RN25x to build a simple block-file with the same functionality, which is using the uploaded themes from the themes-folder of yo ...
 Topic: Make block for slide
waleeid

Replies: 3
Views: 2727

PostForum: Converting/Creating Blocks   Posted: Sun May 31, 2020 10:05 am   Subject: Make block for slide
hi all

i work on slide block to get news from database for phpnuke.

website
http://waleedpro.c1.biz

you can see first block center
One box list become two they do not communicate with each ...
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 16337

PostForum: Other - Discussion   Posted: Mon Oct 21, 2019 8:37 pm   Subject: CSS: Limit image-width in Forum-posts
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ...
 Topic: nerelax Thanks friend
nextgen

Replies: 1
Views: 6320

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 24, 2019 10:28 am   Subject: nerelax Thanks friend
I was stunned and happy to see RN has been updated. nerelax, you are a relentless soldier friend and i thank you for your efforts.
 Topic: Donations module update problems
Doulos

Replies: 10
Views: 12796

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
Doulos

Replies: 276
Views: 324225

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2019 4:50 am   Subject: php7 support
I have been slowly working my way through my custom modules and updating them for PHP7, but I am stuck with this one. I thought I had this module working fine in php5.4, but I just checked my PHP5.4 ...
 Topic: Some more bug fixes
Nuke8

Replies: 14
Views: 20596

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 05, 2018 11:37 pm   Subject: Re: Some more bug fixes
Maybe the following modifications aren't obligatory, but anyway, I report them. In the modules/News/article.php file,

- line 65:

Header('Location: index.php');

After this line I a ...
 Topic: Some bug fixes
Nuke8

Replies: 3
Views: 8332

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Oct 28, 2018 6:55 am   Subject: Some bug fixes
I found some bugs - the older versions may contain these, too -, so I'd like to share them with my fixes.

1. When submitting news in the admin page, date given in the "Notes" section isn' ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 324225

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 05, 2018 6:47 pm   Subject: Re: php7 support
I can not access to forum. I get this error

message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?

Anybody knows what co ...
 Topic: Wimpy Media Player html5
hicuxunicorniobestbuildpc

Replies: 10
Views: 24561

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Apr 02, 2018 6:14 am   Subject: Re: Wimpy Media Player html5
Def that was missing. I got it now but can u explain to me if it is necessary to call

index.php

<?php

if (!defined('MODULE_FILE')) die('You can\'t access this file dir ...
 Topic: Wimpy Media Player html5
hicuxunicorniobestbuildpc

Replies: 10
Views: 24561

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 01, 2018 8:12 pm   Subject: Wimpy Media Player html5
I tried to search for a good html5 media player but unfortunately I couldn't find anything better than Wimpy Player html5 which I noticed it doesn't need flash at all. I tried to make a module but I a ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 324225

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. ...
 

 Jump to:   

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