Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 379 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: deprecated stristr | |
neralex Replies: 3 Views: 1827 ![]() |
![]() |
Why you are using the sentinel when you are working locally?
FYI, get_env() returns false, when it is empty. In this case there doesn't exists a string. So is the question, why your web-server retu ... |
|
Topic: private function backtrace_log | |
neralex Replies: 5 Views: 5783 ![]() |
![]() |
That is not an error or mistake because on this point the query is executed and if it is failed, then the backlog returns the error-message from this file. Which sql-errors are you getting? Maybe I ca ... | |
Topic: private function backtrace_log | |
neralex Replies: 5 Views: 5783 ![]() |
![]() |
rovshan, nice catch - crazy issue ![]() Let us clarify how the loglevel-options should work: $loglevel - This controls the level of logging to the rnlogs/dblog file. The default setting $logleve ... |
|
Topic: private function backtrace_log | |
rovshan Replies: 5 Views: 5783 ![]() |
![]() |
hi,
My question concern this function in footer.php to show MySql requests concerning downloaded page: if ($loglevel == 3 || $loglevel == 4) { if (is_admin($admin) ... |
|
Topic: Wimpy Media Player html5 | |
hicuxunicorniobestbuildpc Replies: 10 Views: 24507 ![]() |
![]() |
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: Test Notes | |
neralex Replies: 7 Views: 20123 ![]() |
![]() |
Thanks for your report but please note: the old stable build RN25x is getting only fixes, when the functionalty breaks based on newer PHP or MYSQL versions. There is no scheduled plan to fix cosmetics ... | |
Topic: php7 support | |
neralex Replies: 276 Views: 322346 ![]() |
![]() |
Note: I noticed that the mysql-functions are removed in php7 - it's supporting mysqli only. That means the whole INSTALLATION process is broken with this version! I'm working on a package for RavenNuk ... | |
Topic: Add link to menu | |
Doulos Replies: 3 Views: 9172 ![]() |
![]() |
I found a mod for phpbb2 which is supposed to get posts from the last 24 hours, but it returns an empty search everytime. | |
Topic: Emporium Rebirth | |
kenspa Replies: 19 Views: 28581 ![]() |
![]() |
Hi all!!
I've spent a couple of month on adjusting the emporium mod on RN 2.51 all is fine till I discovered an SQL Injection line on the web, the exploit returns admin name and password immedia ... |
|
Topic: nuke quiz v 3.2.0a sql break | |
kenspa Replies: 8 Views: 27286 ![]() |
![]() |
I installed nuke quiz versiĆ³n: 3.2.0a on RN 2.5.1 and it ran perfectly and everything works fine, except for the following piece of code that comes in the index.php to retrieve certain number of play ... | |
Topic: How to replace </ilayer> and </layer> with CSS | |
neralex Replies: 5 Views: 12192 ![]() |
![]() |
Hicux, sometimes i believe really you have lost all your clear moments without a chance to get a hope for better times. Every time you're your solution so near and then you ruin it for yourself again. ... | |
Topic: Converting a html file to a module | |
neralex Replies: 20 Views: 34909 ![]() |
![]() |
You got a lot of help and call me ignorant? Just because i work with a open source cms then i don't must share all my own written codelines in public. If you don't want read so much to understand the ... | |
Topic: Converting a html file to a module | |
neralex Replies: 20 Views: 34909 ![]() |
![]() |
Your endless loop returns ![]() 1. You purchased this player script and then you should have all instructions to install it. If not then please contact the authors where you have it purchased. I don't ... |
|
Topic: Javascript conflict from block-ForumsCollapsing ajaxtabs.php | |
neralex Replies: 4 Views: 7222 ![]() |
![]() |
Every jquery addon works only if the jquery.js was loaded before the addon code is used because the jquery.js is a library. You should make sure that the jquery.js is loaded before the function JSToBo ... | |
Topic: SSL Certificate and RavenNuke ? | |
neralex Replies: 14 Views: 22275 ![]() |
![]() |
but it does not show as a green padlock in the browser but an orange one stating there are resources that are not secure
Thar error returns if you have some external-scripts loaded with the full ur ... |
|
Topic: HTML5 - table attributes | |
neralex Replies: 5 Views: 12703 ![]() |
![]() |
I have switched for while ago my radio page to HTML5. The validator returns all well-known attributes of tables as error with a suggestion to use CSS instead the outdated attributes.
For example so ... |
|
Topic: Center Block Forum Posts | |
dad7732 Replies: 30 Views: 33748 ![]() |
![]() |
Ok, interesting turn of events. Did a complete re-install of RN2.51, saved the user db, forums and postings, etc. Using the Forums Collapsing block at the bottom which works just fine, no problems. Ho ... | |
Topic: Custom Menu Using SpryAssets | |
jlajax Replies: 15 Views: 25995 ![]() |
![]() |
<?php // BEGIN: Added in v2.40.00 - Mantis Issue 0001043 //$index = 0; //if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blo ... |
|
Topic: IPV6 support in Sentinel | |
neralex Replies: 7 Views: 10177 ![]() |
![]() |
My own experience: If you have a client connection based on IPV6 and the server is configured to IPV6, then the server returns everytime the IPV6 format if you set an echo on $_SERVER['REMOTE_ADDR']. | |
Topic: News not being added | |
neralex Replies: 19 Views: 23418 ![]() |
![]() |
RN using mysqli and not more mysql, that is the reason why the mysqli.php returns errors.
http://rnwiki.ravennuke.com/wiki/RavenNuke2:Database_Class Your first error shows you, that you don't ha ... |
|
Topic: array to object | |
Guardian2003 Replies: 2 Views: 4836 ![]() |
![]() |
Good points, thank you.
After reading your reply, I decided to go ahead and write a config Class. I'm still working out the detail to see if there is anything I need to refine but essentially (workin ... |
|
Topic: Need help on error converting Fictioneer module to MySQLI | |
giantmidget Replies: 10 Views: 16717 ![]() |
![]() |
Thank you. That gave me enough guidance to fix 90% of my issues and get the module working.
I have two new issues to address. The first issue is the module is supposed to assign a story numbe ... |
|
Topic: Need help on error converting Fictioneer module to MySQLI | |
giantmidget Replies: 10 Views: 16717 ![]() |
![]() |
PLEASE SEE NEW PROBLEM IN SUBSEQUENT POST
Original problem has been fixed. Now I have a new one EDIT:: Original Problem I am converting my Fictioneer module to work with MySQLI and I am ove ... |
|
Topic: disqus plugin issue | |
neralex Replies: 3 Views: 5374 ![]() |
![]() |
I have a strange cureveball with the disqus plugin inside RN. Because if i'm using this plugin without activated shortlinks, then it creates strange URLs. I have no & in the url for the notifi ... | |
Topic: Error Reporting Issues | |
abutty Replies: 1 Views: 16450 ![]() |
![]() |
Hi all thanks for solving my previous issues,
Now I am confused with the error reporting in the XAMPP. I have tried to use an image slider extension in Joomla. And I got the following errors: ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 14, 15, 16 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours