Ravens PHP Scripts: Forums
 

 

Search found 226 matches
Author Message
 Topic: phpNuke and .htaccess
neralex

Replies: 8
Views: 8027

PostForum: Installation Help   Posted: Fri Apr 26, 2019 10:37 am   Subject: phpNuke and .htaccess
1. Set back your nukeurl to:

UPDATE nuke_config SET nukeurl = 'http://www.blabla.com'

2. Delete the file: modules.php_ in your root-folder!

3. Add this to the .htaccess-file in your root- ...
 Topic: phpNuke and .htaccess
MrHandsome

Replies: 8
Views: 8027

PostForum: Installation Help   Posted: Mon Mar 25, 2019 8:47 am   Subject: phpNuke and .htaccess
Hey.

How that I go to address here http://www.blabla.com/phpNuke_old/modules.php?name=Forums
to there http://www.blabla.com/modules.php?name=Forums
?

I am trying to make http://www.blabla.com ...
 Topic: How to force domain.tld to www.domain.tld
Raven

Replies: 10
Views: 19496

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sun Apr 20, 2014 10:52 am   Subject: Re: Have a problem please help
If you're hosting on a UNIX server.... I use .htaccess to force www.

# force www

RewriteEngine On
RewriteCond %{HTTP_HOST} ^somedomain.com/$
RewriteRule ^(.*)$ http://www ...
 Topic: How to force domain.tld to www.domain.tld
jlajax

Replies: 10
Views: 19496

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Thu Apr 17, 2014 10:30 am   Subject: Re: Have a problem please help
If you're hosting on a UNIX server.... I use .htaccess to force www.

# force www

RewriteEngine On
RewriteCond %{HTTP_HOST} ^somedomain.com/$
RewriteRule ^(.*)$ http://www ...
 Topic: Forum Problem please help
spasticdonkey

Replies: 12
Views: 36620

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 23, 2014 2:49 pm   Subject: Forum Problem please help
You should not put any code below
# Start of NukeSentinel(tm) DENY FROM area

which I believe you originally had some code there including RewriteEngine on

try placing it right after
<IfMod ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 36620

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 23, 2014 12:58 am   Subject: Re: Forum Problem please help
RewriteEngine on thats the piece of the code in my .htaccess that wouldn't let me access the forum is there anyway i can fix this so it will work properly?
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 36620

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 8:22 pm   Subject: Re: Forum Problem please help
RewriteEngine on

SetEnvIfNoCase User-Agent ^$ bad_bot #this is for blank user-agents
SetEnvIfNoCase User-Agent "^Jakarta" bad_bot
SetEnvIfNoCase User-Agent "^User-Agent" bad_b ...
 Topic: URL Rewrites Partially Working (DragonflyCMS)
ricktido

Replies: 11
Views: 22326

PostForum: General/Other Stuff   Posted: Mon Jan 13, 2014 9:19 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
So, I contacted my web host, they provided no answer. Same at the DragonflyCMS website. So, I thought I'd ask here, maybe someone can help me. My rewrites do not work. Only some of the URLs work. Othe ...
 Topic: Warning Google
Guardian2003

Replies: 26
Views: 43077

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Oct 24, 2013 6:21 pm   Subject: Warning Google
You might also want to add something like this in your htaccess file to try and stop the javascript from the infected site firing

RewriteEngine on
RewriteCond %{HTTP_REFERER} stepping-st ...
 Topic: How do I create SEO friendly URLS for Content and News
jane65

Replies: 17
Views: 15819

PostForum: nukeSEO   Posted: Mon Sep 23, 2013 6:40 pm   Subject: How do I create SEO friendly URLS for Content and News
Hi, the error message has gone since I decided to add
RewriteEngine on
RewriteRule ^index.html index.php
RewriteRule ^index.htm index.php
and the Content plus module rules only. Before I just co ...
 Topic: How do I create SEO friendly URLS for Content and News
nuken

Replies: 17
Views: 15819

PostForum: nukeSEO   Posted: Mon Sep 23, 2013 6:26 pm   Subject: How do I create SEO friendly URLS for Content and News
You should copy the ShortLinks.htaccess content from RewriteEngine on down

and paste it directly after

<IfModule mod_rewrite.c>
# TegoNuke(tm) ShortLinks - ShortLinks.htaccess f ...
 Topic: ShortLinks Not Working
ricktido

Replies: 25
Views: 153667

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 19, 2013 2:48 pm   Subject: Re: ShortLinks Not Working
Its only needed to put the code from the shortlinks.htaccess inside your .htaccess file. In the .htaccess file you can find some comments to activate it.

# If you use TegoNuke(tm) ShortLink ...
 Topic: specialchars in usernames
montego

Replies: 8
Views: 6540

PostForum: ShortLinks/TegoNuke   Posted: Tue Mar 05, 2013 8:29 pm   Subject: specialchars in usernames
Looks like the up-front configuration of mod rewrite in .htaccess may need to look something like this:


AddDefaultCharset UTF-8

RewriteEngine on

RewriteBase /


You don't have to have th ...
 Topic: Minor Vulnerability
derek765

Replies: 16
Views: 93142

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Dec 19, 2012 6:40 pm   Subject: re: Minor Vulnerability
Well, I like how the ErrorDocs is handled with a module in RavenNuke, and would like to keep it that way.

Allows users to see the error problem and still see site features.
I tried moving the Erro ...
 Topic: Missing Shoft Links
derek765

Replies: 2
Views: 58884

PostForum: ShortLinks/TegoNuke   Posted: Fri Dec 07, 2012 12:28 am   Subject: Missing Shoft Links
My Short Links in my .htaccess
Does anyone happen to have the rewriterule for nukeNAV and Resend_Email module?

<IfModule mod_rewrite.c>
# TegoNuke(tm) ShortLinks - ShortLinks.htacc ...
 Topic: Question about this htaccess file with Raven Nuke
derek765

Replies: 5
Views: 21812

PostForum: Security Issues   Posted: Sat Nov 24, 2012 12:51 pm   Subject: Question about this htaccess file with Raven Nuke
This is a htaccess file which I have gathered from Joomla and am wondering If replacing my current htaccess file with this one will not mess anything up with me running Raven Nuke and Nuke Sent. with ...
 Topic: Rewrite rule for Shortlinks back to phpBB
wHiTeHaT

Replies: 3
Views: 6087

PostForum: ShortLinks/TegoNuke   Posted: Thu Oct 04, 2012 3:47 pm   Subject: Rewrite rule for Shortlinks back to phpBB
I'm not sure if this works:

RewriteEngine On
RewriteRule ^ftopicp-([^/]*)\.html$ /phpBB3/viewtopic.php?p=$1 [L]


What it does is...
The original URL:
http://www.your ...
 Topic: Signature issue
Anders

Replies: 33
Views: 31637

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 08, 2012 12:46 pm   Subject: Signature issue
And it did not work even just blank on my profile


RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L]
 Topic: Signature issue
eldorado

Replies: 33
Views: 31637

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 08, 2012 12:27 pm   Subject: re: Signature issue
sorry , i wrote this too quickly in htaccess

RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L] ...
 Topic: Signature issue
eldorado

Replies: 33
Views: 31637

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 08, 2012 12:10 pm   Subject: re: Signature issue
try this in .htaccess


RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L]

and afterward
...
 Topic: Signature issue
eldorado

Replies: 33
Views: 31637

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 08, 2012 11:58 am   Subject: re: Signature issue
Ok ,
To people wondering how to generate .png on the fly and make it work on forums (without url injection though i wonder)
There is a sample code with 2 identifiers to generate a .png

<?php ...
 Topic: ErrorDocument
Guardian2003

Replies: 9
Views: 8236

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 16, 2012 12:31 am   Subject: ErrorDocument
Not sure why you need to explicitly add the RewriteEngine On since it should already be on if using the default htaccess file
Are you actually using RN version 2.3 ??

Sorry I cannot help you more ...
 Topic: ErrorDocument
n3pla

Replies: 9
Views: 8236

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Mar 15, 2012 6:45 pm   Subject: re: ErrorDocument
Here is what I was able to determine so far...

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) modules.php?name=ErrorDocuments ...
 Topic: TegoNuke Mailer Config
Doulos

Replies: 11
Views: 12643

PostForum: v2.4 RN Issues   Posted: Fri Nov 25, 2011 12:29 pm   Subject: re: TegoNuke Mailer Config
Here are all the other HTTP_REFERER entries:
#Block referers based on KEYWORDS anywhere in their URL.
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)? ...
 Topic: Firefox 3.6 caching fix
hicuxunicorniobestbuildpc

Replies: 22
Views: 82676

PostForum: Other - Discussion   Posted: Sat Jan 08, 2011 1:42 pm   Subject: re: Firefox 3.6 caching fix
This is my .htaccess

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
# THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES
#
# The l ...
 

 Jump to:   

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