Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 477 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: RN Subscription Module from Guardian | |
neralex Replies: 22 Views: 11208 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
[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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 18, 19, 20 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours