Ravens PHP Scripts: Forums
 

 

Search found 654 matches
Author Message
 Topic: MySQL Error on new install
djmaze

Replies: 6
Views: 6436

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jul 08, 2019 4:30 am   Subject: MySQL Error on new install
I created a new database with utf8_general_ci and everything installed without any errors
utf8 creates new issues as it doesn't support 4 byte UTF-8 (that's why mysql/mariadb has utf8mb4).
So things ...
 Topic: Wimpy Media Player html5
djmaze

Replies: 10
Views: 25485

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 12, 2018 2:58 am   Subject: Re: Wimpy Media Player html5
This music is not for sale. It is mine!
It's not yours. The artist has granted you to listen to his music by paying for it.
If it was your music, then you made it yourself with: instruments, microph ...
 Topic: Wimpy Media Player html5
djmaze

Replies: 10
Views: 25485

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 08, 2018 9:19 am   Subject: Wimpy Media Player html5
Better remove that music due to copyright infringement or pay the correct organisation in your country.
 Topic: Tabs versus Spaces
djmaze

Replies: 2
Views: 6237

PostForum: PHP   Posted: Thu Feb 15, 2018 6:05 pm   Subject: Tabs versus Spaces
There are many code guidelines, and now there's yet another named..... PSR
And guess what.....
https://www.php-fig.org/psr/psr-2/#1-overview
Code MUST use 4 spaces for indenting, not tabs.

So no ...
 Topic: RavenNuke 3
djmaze

Replies: 167
Views: 350716

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sat Jan 13, 2018 11:43 am   Subject: RavenNuke 3
I dislike bootstrap and that has many reasons.
Many developers/webdesigners should be shot by using bootstrap, they are incapable CSS webdesigners.

Especially the ones who write embed widgets with ...
 Topic: RavenNuke 3
djmaze

Replies: 167
Views: 350716

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Tue Jan 09, 2018 5:36 pm   Subject: RavenNuke 3
I do have significant Nuke template mod experience and have my own varied opinions about the pros and cons of the aforementioned CSS rewrite solutions mainly surrounding my historical bitch about ensu ...
 Topic: RavenNuke 3
djmaze

Replies: 167
Views: 350716

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Tue Jan 02, 2018 6:13 am   Subject: RavenNuke 3
RavenCMS is a complete new approach with the using of modern web-techniques and it was clear since the start of the development years ago. And yes you are right, that will leave defo old ways. If you ...
 Topic: Dragonfly CMS v10 the PHP-Nuke of 2018
djmaze

Replies: 1
Views: 17618

PostForum: Other - Discussion   Posted: Mon Jan 01, 2018 9:55 pm   Subject: Dragonfly CMS v10 the PHP-Nuke of 2018
Hi all,

we've finally made big changes from phpnuke to cpgnuke to Dragonfly CMS and now v10

The code base has changed a lot since php-nuke in 2004 and all is up and ready for the new era.
So wh ...
 Topic: Edit My Version of nuke to run on php 5.4
djmaze

Replies: 13
Views: 21132

PostForum: RWH General   Posted: Sat Mar 12, 2016 5:42 pm   Subject: Edit My Version of nuke to run on php 5.4
im willing to pay for this phpnuke change if anyones interested making some money lets talk its do-able
I cost €35 per hour and estimates how long it takes are: Lies, d*** lies and estimates
http ...
 Topic: Download link request
djmaze

Replies: 2
Views: 7519

PostForum: Other - Discussion   Posted: Sat Mar 12, 2016 5:31 pm   Subject: Re: Download link request
I would like to install Raven Nuke CMS on my Linux server (Linux Shell ONLY)

Since you have a shell, just upload it using SFTP
 Topic: Fading out a whole page with CSS
djmaze

Replies: 4
Views: 9842

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 24, 2014 11:05 am   Subject: Fading out a whole page with CSS
You know what the following means?
a{....}
 Topic: What do you think about sweetcaptcha
djmaze

Replies: 3
Views: 6878

PostForum: General/Other Stuff   Posted: Tue Nov 18, 2014 8:45 am   Subject: What do you think about sweetcaptcha
I don't use captcha, i check for HTTP/1.0
If it is, i disable all cookies.
 Topic: How to replace </ilayer> and </layer> with CSS
djmaze

Replies: 5
Views: 12577

PostForum: Converting/Creating Other   Posted: Tue Nov 04, 2014 8:08 am   Subject: How to replace </ilayer> and </layer> with CSS
<div id="worldclockns2" style="height:35px; font:bold 12px Arial">
 Topic: Deprecated preg_replace() in RavenNuke 2.51 php 5.6
djmaze

Replies: 9
Views: 15067

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 20, 2014 5:17 am   Subject: Deprecated preg_replace() in RavenNuke 2.51 php 5.6
You use preg_replace() while it should be preg_replace_callback()
 Topic: Deprecated preg_replace() in RavenNuke 2.51 php 5.6
djmaze

Replies: 9
Views: 15067

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Oct 17, 2014 6:43 am   Subject: Re: Deprecated preg_replace() in RavenNuke 2.51 php 5.6
Thanks for your help djmaze but I did something like this with no luck

Ehmmm did you try?
function kses_split($string, $allowed_html, $allowed_protocols) {
return preg_replace_ca ...
 Topic: Deprecated preg_replace() in RavenNuke 2.51 php 5.6
djmaze

Replies: 9
Views: 15067

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 13, 2014 4:43 am   Subject: Re: Deprecated preg_replace() in RavenNuke 2.51 php 5.6
Why is this hard?
$data = preg_replace_callback('#([a-z]+)#', function($matches){
return str_rot13($matches[1]);
}, $data);
 Topic: Converting double quotes to singles quotes[SOLVED]
djmaze

Replies: 3
Views: 7620

PostForum: PHP   Posted: Sun Oct 05, 2014 7:03 am   Subject: Converting double quotes to singles quotes[SOLVED]
Why convert it anyway?
 Topic: I have php Nuke 8.3.2 I need a gallery module
djmaze

Replies: 3
Views: 16082

PostForum: Gallery/Gallery2   Posted: Wed Jun 25, 2014 4:09 am   Subject: I have php Nuke 8.3.2 I need a gallery module
http://www.nukedgallery.net/ ?
 Topic: Did raven upgrade his PC?
djmaze

Replies: 3
Views: 7129

PostForum: Other - Chit Chat   Posted: Wed Jun 04, 2014 7:16 am   Subject: Re: Did raven upgrade his PC?
Thanks spasticdonkey, yes it can fly Smile
 Topic: Did raven upgrade his PC?
djmaze

Replies: 3
Views: 7129

PostForum: Other - Chit Chat   Posted: Tue Jun 03, 2014 6:41 am   Subject: Did raven upgrade his PC?
In 2007 Raven replaced his machine http://www.ravenphpscripts.com/ftopict-14559.html
At the same time i did: http://dragonflycms.org/?name=coppermine&file=thumbnails&album=12353
After 6 year ...
 Topic: How to salt passwords?
djmaze

Replies: 52
Views: 87281

PostForum: Security Issues   Posted: Mon Mar 31, 2014 3:07 am   Subject: How to salt passwords?
I tested it myself and there was 1 bug.
Login failed as the \Poodle\Password::verify() was missing in modules/Your_Account/index.php.

Repackaged the changes
http://mhxsolutions.nl/media/archives/ ...
 Topic: How to salt passwords?
djmaze

Replies: 52
Views: 87281

PostForum: Security Issues   Posted: Thu Mar 27, 2014 10:51 am   Subject: How to salt passwords?
Sorry no, because you should write a clear documentation.
1. Download the above mentioned zip
2. Either:
a. use password-patch patch file and upload /html/includes/
b. upload contents of /html
3. ...
 Topic: How to salt passwords?
djmaze

Replies: 52
Views: 87281

PostForum: Security Issues   Posted: Thu Mar 06, 2014 5:42 am   Subject: How to salt passwords?
Anyone tried this mod with success?
 Topic: URL Rewrites Partially Working (DragonflyCMS)
djmaze

Replies: 11
Views: 24494

PostForum: General/Other Stuff   Posted: Thu Jan 16, 2014 9:58 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
djmaze, a big problem with your script:

Does it bother anyone that their theme can be ripped / templates viewed very easily?

Example...
http://dragonflycms.org/themes/dragonfly/template/forums/ ...
 Topic: URL Rewrites Partially Working (DragonflyCMS)
djmaze

Replies: 11
Views: 24494

PostForum: General/Other Stuff   Posted: Tue Jan 14, 2014 5:01 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
http://dragonflycms.org/Forums/viewtopic/t=25238.html

You didn't bump your question, so it probably slipped attention
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©