Ravens PHP Scripts: Forums
 

 

Search found 529 matches
Author Message
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10228

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Dec 03, 2020 4:14 pm   Subject: RN Subscription Module from Guardian
I found it.

Search for

define('RNS_A_GEN_ERROR','There are some errors that need fixing');

Replace with

define('RNS_A_GEN_ERRORE','There are some errors that need fixing'); ...
 Topic: RN Subscription Module from Guardian
neralex

Replies: 22
Views: 10228

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
neralex

Replies: 22
Views: 10228

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Nov 29, 2020 2:46 am   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: 10228

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Nov 29, 2020 2:43 am   Subject: RN Subscription Module from Guardian
Yes this one is there.

define('RNS_A_MOD_SUBSCRIPTION_PERIOD','Modify Subscription period');
Nope, please open your eyes and re-check the error message. There is an typo... Wink

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

Replies: 22
Views: 10228

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: 10228

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:50 pm   Subject: RN Subscription Module from Guardian
Yes this one is there.

define('RNS_A_MOD_SUBSCRIPTION_PERIOD','Modify Subscription period');

but I am still getting this error

Notice: Use of undefined constant RNA_A_MOD_SUBSCRIP ...
 Topic: RN Subscription Module from Guardian
neralex

Replies: 22
Views: 10228

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: 10228

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: 10228

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: 10228

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 27, 2020 6:14 am   Subject: RN Subscription Module from Guardian
That helped a lot but new one came out.

Undefined variable: errmsg in /www.bestbuildpc.org/home/modules/RN_Subscription/admin/private/RNS_Edit_Sub.php on line 57

Notice: Use of undefine ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 10228

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

Replies: 22
Views: 10228

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: 10228

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: table compair tables missing
lzservers

Replies: 15
Views: 28095

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jun 24, 2016 11:15 pm   Subject: table compair tables missing
I did a table compair and file compair on a older SQL and looks like i need to add some tables Im a newbie to adding tables so I can use help. Im sure its the new MYSQL 5.6 update what the best and ea ...
 Topic: Forum Problem please help
kguske

Replies: 12
Views: 36867

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 9:57 pm   Subject: Forum Problem please help
Please put stuff like this in a code tag (as I've now modified the post), and please leave all the hundreds of deny from statements which are unnecessary for evaluation purposes.

Now, where did you ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 36867

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 8:16 pm   Subject: Forum Problem please help
i have a major problem with the forum. i keep getting a 500 internal server error on one computer and on my main computer i get a 404 error. i have gone over google and here on ravennuke and on phpnuk ...
 Topic: payment or subscription module
pureliving

Replies: 4
Views: 9670

PostForum: Seeking applications ...   Posted: Tue Mar 18, 2014 5:30 am   Subject: Re: payment or subscription module
I'm not familiar with php tbh, so i'd have to pass, as i'm only good at doing things i can follow instructions for, unless your module is at the stage of being usable now with little instructions.

...
 Topic: payment or subscription module
pureliving

Replies: 4
Views: 9670

PostForum: Seeking applications ...   Posted: Mon Mar 17, 2014 3:01 pm   Subject: payment or subscription module
Hi,

A few years ago i bought a copy of WS Subscriptions from western studio, for a website i built some years ago.
I gave up the website which i installed it into, and no longer have the computer ...
 Topic: Need help with what to look for in modifying a theme.
neralex

Replies: 15
Views: 61691

PostForum: Converting/Creating Themes   Posted: Sat Mar 01, 2014 5:48 am   Subject: Need help with what to look for in modifying a theme.
Try this one: https://gist.github.com/neralex/993981cb3976cffb724c

I have modified your theme.php, as foreseen in RN. I don't know for what do you need the variable $tableStatus but i have leave in ...
 Topic: stockfoto explenation
wHiTeHaT

Replies: 4
Views: 8018

PostForum: Other - Discussion   Posted: Tue Oct 29, 2013 10:27 am   Subject: re: stockfoto explenation
Thanks guardian , but.... you wrong.
I thought... why not contact them.



Hi,

Thanks for your question and interest in Fotolia.

Yes, you are correct. With a subscription of 25 downloads a ...
 Topic: stockfoto explenation
wHiTeHaT

Replies: 4
Views: 8018

PostForum: Other - Discussion   Posted: Mon Oct 28, 2013 2:53 pm   Subject: stockfoto explenation
Can someone explain to me the following scenario:


Somehow i not understand how the crediting system works when have a subscription plan.

For example this image:
http://us.fotolia.com/id/5206 ...
 Topic: Blocks by Module 2013 - need help :)
neralex

Replies: 64
Views: 61381

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Oct 27, 2013 2:08 pm   Subject: Re: Blocks by Module 2013 - need help :)
A single page like .... example:

I have a module that is about fishing. I also have 3 blocks about fishing and 1 of them is a center block. I only want the center block about fishing to appear on ...
 Topic: Blocks by Module 2013 - need help :)
neralex

Replies: 64
Views: 61381

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Oct 27, 2013 1:38 pm   Subject: Blocks by Module 2013 - need help :)
neralex, all my blocks got the same name from the module I selected. Is that normal? How can I edit that?
Its a issue in the mainfile function blocks($side) - replace the function with this one:

f ...
 Topic: Blocks by Module 2013 - need help :)
neralex

Replies: 64
Views: 61381

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Oct 27, 2013 9:53 am   Subject: Blocks by Module 2013 - need help :)
I have a little bit played with the script and have found besides some typos also some security-issues. The queries were not enough coverage - variables were passed unaudited and are not escaped. Also ...
 Topic: Blocks by Module 2013 - need help :)
misterstereus

Replies: 64
Views: 61381

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Oct 26, 2013 12:14 am   Subject: re: Blocks by Module 2013 - need help :)
Hello test this if work

<?php
define ( "_BLOCKS_MANAGER", "Manager Blocchi" );
define ( "_BLOCKMGR", "Decidi Posizione Blocchi per Modulo" & ...
 

 Jump to:   

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