Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 29715 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: php8: support discontinued | |
| testy1 Replies: 28 Views: 46917 |
|
| Got the basics working at https://github.com/baxr6/RavenNuke
Still alot of each() to replace Currently working with php8.4 but fixing errors as i try each mod ... |
|
| Topic: Could Be The New Ravennuke | |
| testy1 Replies: 0 Views: 5192 |
|
| Hi All,
Long time no talk after 10 years (10 years plus |
|
| Topic: Anyone have a Download? | |
| corpse Replies: 6 Views: 15190 |
|
| Very useful info!
Could text removal be accidental / due to humans not paying attention, in addition to bots? I wonder if the low blockage from DBs is related to a) when that check occurs in H ... |
|
| Topic: PHP 8.4.1 | |
| corpse Replies: 14 Views: 24651 |
|
|
Nuke Evo Xtreme has that functionality in it for a long time now. I brought this up many years ago that it would be a good thing to be on Raven, but it was met with hate/dislike, as they said, &qu ... |
|
| Topic: Anyone have a Download? | |
| corpse Replies: 6 Views: 15190 |
|
| I'd figure I would ask here, but I am wondering if anyone has a Download for this NukeSentinel anywhere. I am just trying to get a list of all file locations and all files added. | |
| Topic: PHP 8.4.1 | |
| mapache40 Replies: 14 Views: 24651 |
|
| misterstereus, [i]
Hello, if you want, I could help by adapting the CMS with Bootstrap, Datatables, adding alternatives like CKEditor and make it possible to manage Slide, Logo, Fonts, Themes with ... |
|
| Topic: PHP 8.4.1 | |
| mapache40 Replies: 14 Views: 24651 |
|
| misterstereus, [i]
Hola, si deseas podria ayudar adaptando el CMS con Bootstrap, Datatables, adicionar alternativas como CKEditor y hacer que se puedan administrar Slide, Logotipo, Fuentes, Temas ... |
|
| Topic: RNuke Sentinel. 2.52.00 | |
| bugsTHoR Replies: 2 Views: 15739 |
|
| Hi all long time since here, reinstalling this for Xamp.
Came across this problem on the check server enviroment. (cant add a picture) anyways i get error with GD graphics support Unavailable ... |
|
| Topic: Block by Nukespam filter | |
| hicuxunicorniobestbuildpc Replies: 5 Views: 13518 |
|
| Results: ERROR: Your registration has been blocked by our spam filter. If you feel this is incorrect, please contact the site administrator for resolution
Hello guys! Does anyone has this error. ... |
|
| Topic: Getting kicked out | |
| southern Replies: 18 Views: 31586 |
|
| I uploaded files and checked the admin log in page. I'm getting the error
Parse error: syntax error, unexpected '?' in /home/xxxxxxx/public_html/mainfile.php on line 881 I uploaded a backup main ... |
|
| Topic: Getting kicked out | |
| southern Replies: 18 Views: 31586 |
|
| As I mentioned before, one of your blocker-settings is blocking 'Permanent'. Find it, disable it and test it step by step. This is the only way you will have.
please note: RN2.51 ist completely out ... |
|
| Topic: Getting kicked out | |
| southern Replies: 18 Views: 31586 |
|
| hey southern, you get blocked by NukeSentinel? If yes, then disable NukeSentinel in the database. Use the '_nsnst_config' db-table and set the db-field 'disable_switch' to the value '1'. Then you shou ... | |
| Topic: Getting kicked out | |
| neralex Replies: 18 Views: 31586 |
|
| hey southern, you get blocked by NukeSentinel? If yes, then disable NukeSentinel in the database. Use the '_nsnst_config' db-table and set the db-field 'disable_switch' to the value '1'. Then you shou ... | |
| Topic: Getting kicked out | |
| southern Replies: 18 Views: 31586 |
|
| My webhost recently moved sites to new servers. Well and good. Except now I can't log into my admin CP. Actually I can log in but I'm not recognized as the God admin. The GFX Check loads or seems to ... | |
| Topic: Undefined array key "admin" in nukesentinel.php | |
| hicuxunicorniobestbuildpc Replies: 5 Views: 12582 |
|
| Ok, try to make a new post and write on the subjet this
Warning: Undefined array key "admin" in /includes/nukesentinel.php on U willl get an error. |
|
| Topic: Trying to access array offset on value of type null in | |
| neralex Replies: 9 Views: 259138 |
|
| When the array $row2 isn't exist, then the variable $optionCount has no value - just empty. I guess here it would be better to have "0" in this case.
I would do it in this way for example ... |
|
| Topic: Deprecated: The each() function is deprecated | |
| neralex Replies: 4 Views: 17450 |
|
| Good catch, there are more codelines like this in different modules that cause the same message. The variable $AllowableHTML is a multidimensional array that we have to loop through several times.
... |
|
| Topic: Trying to access array offset on value of type null in | |
| corpse Replies: 9 Views: 259138 |
|
| Thanks corpse! Just added the fix to the repo. https://github.com/ravennuke-dev/RavenNuke/commit/2f8ae9058290f9419c91b97da448cd46d2dce45d
I wouldn't recommend it to disable the error-reporting on a ... |
|
| Topic: Trying to access array offset on value of type null in | |
| corpse Replies: 9 Views: 259138 |
|
| Thanks a lot. The errors is not coming back anymore. I wonder why u didn't get it on localhost running php 7.4.
n/p, glad it helped. You may have error reporting turned off on your localhost ... |
|
| Topic: Trying to access array offset on value of type null in | |
| hicuxunicorniobestbuildpc Replies: 9 Views: 259138 |
|
| Thanks a lot. The errors is not coming back anymore. I wonder why u didn't get it on localhost running php 7.4. | |
| Topic: Trying to access array offset on value of type null in | |
| corpse Replies: 9 Views: 259138 |
|
| That error is saying that null is being given with for the variable $uinfo, which must mean the function getusrinfo() is returning a null value instead of an array.
This may not be right, but, my g ... |
|
| Topic: Trying to access array offset on value of type null in | |
| hicuxunicorniobestbuildpc Replies: 9 Views: 259138 |
|
| Hello, running php 7.4 I got these errrors from file mainfileend.php
Notice: Trying to access array offset on value of type null in /www.bestbuildpc.org/modules/Your_Account/includes/mainfileend. ... |
|
| Topic: php8: support discontinued | |
| theghost Replies: 28 Views: 46917 |
|
| I tried to send you a private message neralex but there was a database error.
Shoot me an e-mail so we can get in touch over the phone. ernest.buffington@gmail.com |
|
| Topic: php8: support discontinued | |
| theghost Replies: 28 Views: 46917 |
|
| theghost, yeah sounds good for me. So let's do it on your recommended way.
Roger that I will get started right away. I just have to move a website for a friend and then I will get started. Looki ... |
|
| Topic: php8: support discontinued | |
| theghost Replies: 28 Views: 46917 |
|
| Hey theghost, nice to read this. I merged your thread with this one.
Are you familiar with GIT an github? I made a copy of the branch "develop" on my github-repo. The branch is called ... |
|
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 1187, 1188, 1189 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
