Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 178 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Deprecated: The each() function is deprecated | |
| neralex Replies: 1 Views: 5157 |
|
| Yes, right. Thanks. https://github.com/neralex/RavenNuke/commit/1f8073012c36bb838dda2e92d3dccce6ef459483 | |
| Topic: All index.php files hacked.. | |
| neralex Replies: 18 Views: 36378 |
|
| sundern, maleware could it be because normally all files in the web-directory should have CHMOD 644 - typically for all index.php files. Only files and/or folders which needs write-acccess should have ... | |
| Topic: error warning | |
| neralex Replies: 4 Views: 5792 |
|
| Ok, this website is running also with the latest php 7.3 build, my dev-environment with the latest php 7.4 build and I can't reproduce it. It seems Gzip and Zlib are running both on your webserver but ... | |
| Topic: Raven Is Back At Least For A While! | |
| Raven Replies: 32 Views: 70620 |
|
| I hope your fine now.
And yes i would like to contribute to the development. Still hanging around with osCommerce, i have managed to know it inside-out, even the never released versions. I'm now 10 ... |
|
| Topic: RNYA and nukeSPAM enhancements | |
| papamike Replies: 17 Views: 49872 |
|
| Note to Kguske ... remove any/all of my code if it's posted in the wrong forum.
The increasing number of new registrations from temporary email accounts and free email accounts caused me to delete ... |
|
| Topic: Crome does not recognize rn251 tags | |
| neralex Replies: 13 Views: 24124 |
|
| ...works!
http://abload.de/thumb/cccl5uxt.png http://www.ravenphpscripts.com/ftopict-21351-Warning.html |
|
| Topic: Crome does not recognize rn251 tags | |
| neralex Replies: 13 Views: 24124 |
|
| Maybe it's a simple theme based issue but in my themes it works fine in chrome. Which theme you are using?
http://abload.de/thumb/cccocsqd.png |
|
| Topic: Honeypot V2.1 AntiBot Module | |
| corpse Replies: 80 Views: 246215 |
|
| okay, can you create a phpinfo file and check to see if you have "allow_url_fopen" enabled and also check to see if you have cURL support enabled. If you don't have either one of those turne ... | |
| Topic: Honeypot V2.1 AntiBot Module | |
| Eduardo Replies: 80 Views: 246215 |
|
| neralex,
I'm sorry, the bug exists. Make the following configuration and go to register. http://www.guitaronlineit.altervista.org/imgforum/bug.png |
|
| Topic: Need help with what to look for in modifying a theme. | |
| neralex Replies: 15 Views: 68581 |
|
| I have re-modified the theme.php and updated my gist on github.
Download the changed gist, unpack the tar.gz archive and you will find the theme.php in a unpacked folder. download: https://gist. ... |
|
| Topic: Date Timezone, etc. problem | |
| Guardian2003 Replies: 7 Views: 13870 |
|
| This is one those that came in due to changes in the PHP build itself. Unfortunately it is going to affect a ton of files - every file that uses date() or manipulates dates.
Maybe use a bigger hamer ... |
|
| Topic: Honeypot V2.1 AntiBot Module | |
| corpse Replies: 80 Views: 246215 |
|
| Agreed. I'm not sure any one solution can stop 100% of malicious bots / spammers. nukeSPAM is pretty effective at stopping spammer registration, but it's easy enough to spoof IP addresses and create ... | |
| Topic: Honeypot V2.1 AntiBot Module | |
| corpse Replies: 80 Views: 246215 |
|
| http://www.headshotdomain.net/images/honeypot/nukehoneypot.jpg
This release is the latest release of the Nuke HoneyPot for both RavenNuke and Nuke Evolution. There are a total of 8 checks this syst ... |
|
| Topic: How to Edit/Change Colors in RN themes | |
| semperaye Replies: 13 Views: 13496 |
|
| // END: Added in v2.40.00 - Mantis Issue 0001043
$bgcolor1 = '#4B288E'; $bgcolor2 = '#4B288E'; $bgcolor3 = '#4B288E'; $bgcolor4 = '#4B288E'; $textcolor1 = '#CCCCCC'; $textcolor2 = '#CCCCCC'; ... |
|
| Topic: check_html save no style width | |
| fkelly Replies: 28 Views: 41059 |
|
| I can't address all the issues here but I know that as part of check_html the kses program encodes html entities. I think the term it uses is "normalizes" which has always been ambiguous and misleadi ... | |
| Topic: Can't register here using Firefox | |
| jdvanpelt Replies: 19 Views: 19496 |
|
| If it was something to do with this site, wouldn't you think it odd that it didn't occur when you used a different browser? More likely it is something do do with your machine, but as I always say "wh ... | |
| Topic: two iframes in one block. | |
| nuken Replies: 5 Views: 13837 |
|
| If you want a center block with them side by side. here is the code:
<?php if ( !defined('BLOCK_FILE') ) { Header('Location: ../index.php'); die( ... |
|
| Topic: two iframes in one block. | |
| montego Replies: 5 Views: 13837 |
|
| You removed a bunch of ".=" and made them just "=". Try this:
<?php if (eregi("block-Block_Creator.php",$PHP_SELF)) { Header("Location: i ... |
|
| Topic: two iframes in one block. | |
| rjms Replies: 5 Views: 13837 |
|
| Hello, I am trying to add two iframes in a single block, I am using nuke 8.x
I am stuck with the following code: <?php if (eregi("block-Block_Creator.php",$PHP_SELF)& ... |
|
| Topic: Need help in adding two logo.gif files in header | |
| nuken Replies: 12 Views: 21543 |
|
| Look in the themes/Blue_Blog/styles folder and you will find 3 css files. The background color is #cc9 and #cccc99. You can do a search of the css files and replace that with the color you want it to ... | |
| Topic: Need help in adding two logo.gif files in header | |
| ajrock Replies: 12 Views: 21543 |
|
| Wanted to see if you could assist me in changing the color in the Blue_Blog theme. It doesn't seem to work normally. Here is the code for the colors.
$bgcolor1 = "#cccc99"; $bgcolor2 = ... |
|
| Topic: Need help in adding two logo.gif files in header | |
| ajrock Replies: 12 Views: 21543 |
|
| I would like to ask one more question if I could. You helped tremendously. I would like to ask about changing the color in the BlueBlog theme. I have tried to change the colors in the theme.php for ... | |
| Topic: Need help in adding two logo.gif files in header | |
| ajrock Replies: 12 Views: 21543 |
|
| Here is the information that you requested. Again, I appreciate any time that you spend on it.
Image 1 -logo.gif 150 x 150 Image 2 - coollogo_com-91899139.gif 837 x 112 <?php /** ... |
|
| Topic: Blocked IP's Coming In By The Hundreds | |
| dad7732 Replies: 6 Views: 14720 |
|
| Between 7 and 8 am CDT this morning, I'm getting literally hundreds of "Blocked" access attempts, such as:
Created By: NukeSentinel(tm) 2.6.03 Date & Time: 2011-09-27 07:18:54 CDT GMT -050 ... |
|
| Topic: Issue with border on IE .gif file on website. | |
| thumpn8974 Replies: 6 Views: 10358 |
|
| Could someone take a look at my index.html page and tell me why I am getting a square border around my text. I downloaded a flaming text logo from a site, and it works fine in Firefox (because it is a ... | |
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6, 7, 8 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
