Ravens PHP Scripts: Forums
 

 

Search found 2132 matches
Author Message
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 4
Views: 9157

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 12, 2023 2:39 am   Subject: Deprecated: The each() function is deprecated
Yes I got the same output. I guess u go in the right way. to do it.

I found out arround line 785 There is another line it could cause the same issue

echo '</p><p><span class=&qu ...
 Topic: Radio Block
hicuxunicorniobestbuildpc

Replies: 3
Views: 3060

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: Paypal issue
hicuxunicorniobestbuildpc

Replies: 23
Views: 13126

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 27, 2021 4:09 pm   Subject: Paypal issue
echo '<div style="width:100%;">'.$DON_TEXT.'
<div style="width:50%; float:left;">
<form action="https://www.paypal.com/cgi-bin ...
 Topic: Upgrade Path 2.51.00 before 2.52.00?
neralex

Replies: 5
Views: 2988

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Sep 29, 2021 4:59 am   Subject: Upgrade Path 2.51.00 before 2.52.00?
Hey TAd,

sorry for the delayed answer. To solve the issue with the missing db-fields 'ad_width' and 'ad_height' you can try to add it manually with phpMyAdmin. Open the database, go to the 'nuke_b ...
 Topic: Paypal issue
neralex

Replies: 23
Views: 13126

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 06, 2021 12:45 pm   Subject: Paypal issue
This is an BAD INPUT error of Paypal. I made some minor changes in the index.php of your module. Yo will find the whole package in a separate PM. Make sure that your paypal-business email-adress is st ...
 Topic: Paypal issue
hicuxunicorniobestbuildpc

Replies: 23
Views: 13126

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 05, 2021 4:34 pm   Subject: Paypal issue
When I try to make a donation paypal is showing this error.

https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=cf1d2ee5be47e&code=BAD_INPUT_ERROR&mfid=1614983157086_cf1d2ee5be ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 8957

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
hicuxunicorniobestbuildpc

Replies: 22
Views: 8957

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
neralex

Replies: 22
Views: 8957

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 26, 2020 1:14 am   Subject: RN Subscription Module from Guardian
Note: There is an typo in the function strip_tags() but this function is not a solid approach to filter the database-input. So try this please.

Find:

$uname = striptags($_POST['uname' ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 8957

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: paypal issue
hicuxunicorniobestbuildpc

Replies: 3
Views: 3359

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 21, 2020 6:21 pm   Subject: paypal issue
Thanks but it is not working yours.

I've got this error.

BAD_INPUT_ERROR&mfid=1606004450734_646a36020d6e2

I am running php 7.1.11

I can not find the problem. If anyone knows let me kn ...
 Topic: Theme Previews
hicuxunicorniobestbuildpc

Replies: 17
Views: 12663

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: RN 2.52. New user Registration error
Asger

Replies: 17
Views: 8466

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 03, 2020 1:23 pm   Subject: RN 2.52. New user Registration error
Hi Neralex

I have had no new user registrations since last post Sad But i did try a test user that was not working before and now i get "caught by spamfilter" or so. You changes works some ...
 Topic: php7 support
neralex

Replies: 276
Views: 296616

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Feb 09, 2020 9:04 am   Subject: php7 support
Doulos,

1. NukeSentinel IP tracking: This is a bad/incorrect input and cannot be filtered correctly without getting warnings like this.

2. Forum search: This known issue you pointed some moons ...
 Topic: php7 support
neralex

Replies: 276
Views: 296616

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jan 08, 2020 6:33 am   Subject: php7 support
I re-checked the functions and...

//$perpage = $ab_config['track_perpage'];
if($perpage == 0) { $perpage = 25; }
The first line is commented out but this line is declari ...
 Topic: php7 support
neralex

Replies: 276
Views: 296616

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jan 07, 2020 1:31 pm   Subject: php7 support
I finally was able to track the following Warning:
[30-Dec-2019 14:10:11 America/Chicago] PHP Warning: preg_match(): Unknown modifier 't' in /home/clanfga/public_html ...
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 14491

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: php7 support
Doulos

Replies: 276
Views: 296616

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: 2.02.02
Misha

Replies: 2
Views: 4584

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Feb 24, 2019 12:44 pm   Subject: Re: 2.02.02
Thanks for your input Neralex. I'll keep thinking...
 Topic: 2.02.02
Misha

Replies: 2
Views: 4584

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Feb 23, 2019 3:46 am   Subject: 2.02.02
Hi guys, I skimmed through the forums and looks like things changed a lot since my last visit here. I certainly remember way more active times. Shocked

Have a question to those who are still around. I ...
 Topic: Edit Albums
kenspa

Replies: 7
Views: 11144

PostForum: Gallery/Gallery2   Posted: Mon Jun 18, 2018 2:26 pm   Subject: Re: Edit Albums
Hi Neralex and thank you so much for your reply. Yes, we had a talk about this long ago, and I reverted all the changes to the original in the package as you indicated. I wasn't able to deal with this ...
 Topic: Edit Albums
kenspa

Replies: 7
Views: 11144

PostForum: Gallery/Gallery2   Posted: Mon Jun 18, 2018 7:13 am   Subject: Edit Albums
Hi all,
Not sure whether this forum refers to RN Gallery or not, but the case is I've spent quite a long time trying to make the album edit in RN Gallery to work with no luck.
in album.php, there a ...
 Topic: Undefined offset with Sommaire
neralex

Replies: 6
Views: 11968

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Apr 04, 2018 10:25 pm   Subject: Undefined offset with Sommaire
I don't have the time to fix an file with 1800 lines. You know, I'm doing my exam. I can not go deeper into this code. There is no reason why have to really use it.

if (is_array($moduleinth ...
 Topic: Undefined offset with Sommaire
hicuxunicorniobestbuildpc

Replies: 6
Views: 11968

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Apr 04, 2018 2:39 pm   Subject: Re: Undefined offset with Sommaire
Ya, but not all the lines are the same. Did u check the file how old and messy is? Shocked

This line is giving me undefined offset as well.

$nbmodules = $nombremodules = count($moduleinthisgroup ...
 Topic: Undefined offset with Sommaire
hicuxunicorniobestbuildpc

Replies: 6
Views: 11968

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Apr 03, 2018 6:38 pm   Subject: Undefined offset with Sommaire
Notice: Undefined offset: 2 in /admin/modules/sommaire.php on line 980

Lots of error with sommaire.php

www.bestbuildpc.org/bugfiles/sommaire.txt


This file is a mess. It needs really ...
 

 Jump to:   

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