Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 3609 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Disable DEBUG MODE Private Message / phpBB2 | |
rovshan Replies: 1 Views: 4076 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
<?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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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. ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 143, 144, 145 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours