Primehalo Trash Bin

Support for the phpBB3 SEO mods released in the phpBB3 SEO Toolikt forum.

Moderator: Moderators

Re: Primehalo Trash Bin

Postby Asira » Thu Sep 17, 2009 8:24 pm

Omg if i add

SecFilterEngine Off
SecFilterScanPOST Off

to my htaccess it solves the problem :D would this be a bad thing to do? I read it in the topic you gave me. Thank you so much i was really going nuts on this even if it's just a small problem. Can't thank you enough man :wink:
User avatar
Asira
 
Posts: 39
Joined: Sat Aug 15, 2009 2:04 pm

Advertisement

Re: Primehalo Trash Bin

Postby iwanttobelieve » Fri Sep 18, 2009 1:23 am

NP!

However, the best thing to do is to contact your host and tell them to disable the filter "posting.php [http]" for your website. This way you don't have to turn off anything. Host might not accept it though, so good luck!
iwanttobelieve
PR1
PR1
 
Posts: 123
Joined: Sun Jun 14, 2009 5:37 am
Location: Somewhere I don't belong lol

Re: Primehalo Trash Bin

Postby Asira » Sun Sep 20, 2009 11:41 am

I still have a problem :oops:

On 1 site i have apache server... inserted the lines like said before in htaccess and it works.

But on another site i have apache2 and i can't insert these lines because it will give an error and site will be unreachable. My host won't turn off mod_rewrite. Is there any other solution for this?

I also get these errors for different forums and subforums:

Code: Select all
[Sun Sep 20 00:44:45 2009] [error] [client 85.148.12.48] File does not exist: /home/yekcan/domains/yekcan.com/public_html/duyurular, referer: http://www.yekcan.com/duyurular/ramazan-bayrami-t275.html#p1136


Am i in trouble? Some users seem to also get this error:
Code: Select all
Your browser sent a request that this server could not understand.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


:( What should i do? Can anyone explain if the FILE DOES NOT EXIST error is seo related and if there are fixes for this?
User avatar
Asira
 
Posts: 39
Joined: Sat Aug 15, 2009 2:04 pm

Re: Primehalo Trash Bin

Postby iwanttobelieve » Sun Sep 20, 2009 1:09 pm

Code: Select all
[Sun Sep 20 00:44:45 2009] [error] [client 85.148.12.48] File does not exist: /home/yekcan/domains/yekcan.com/public_html/duyurular, referer: http://www.yekcan.com/duyurular/ramazan-bayrami-t275.html#p1136


This error is mostly caused by bot/script etc. you should not worry about it unless someone is trying to find vulnerabilities in your site, or in this case phpbb forum.

The fact that putting the two lines "Filter off" to your .htaccess causes error means you can not interfere with that option. Btw it's mod_security not mod_rewrite. So, remove them.

Code: Select all
Your browser sent a request that this server could not understand.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


This, u need a specific URL so we might have some idea.

Ideally, the only way I can think of is to ask your host to remove the filter "posting.php [http]" for your forum...
iwanttobelieve
PR1
PR1
 
Posts: 123
Joined: Sun Jun 14, 2009 5:37 am
Location: Somewhere I don't belong lol

Re: Primehalo Trash Bin

Postby Asira » Sun Sep 20, 2009 10:18 pm

My host says they won't remove mod_security and also won't remove the filter :( they say it's a security standard they have and they can't take risks or something.

So.. no solution i guess.
User avatar
Asira
 
Posts: 39
Joined: Sat Aug 15, 2009 2:04 pm

Re: Primehalo Trash Bin

Postby iwanttobelieve » Mon Sep 21, 2009 2:21 am

Actually, there are solutions for you. I can think of one, that is removing the "http" part of the &redirect=. Although this might cause unexpected behaviours and uncaught exceptions I do not know but it will work.

I will look further into the mod and see if I can help. Don't you worry =P
iwanttobelieve
PR1
PR1
 
Posts: 123
Joined: Sun Jun 14, 2009 5:37 am
Location: Somewhere I don't belong lol

Re: Primehalo Trash Bin

Postby Asira » Mon Sep 21, 2009 6:56 pm

I hope so :oops: i really really appreciate your help. Thank you very much.
User avatar
Asira
 
Posts: 39
Joined: Sat Aug 15, 2009 2:04 pm

Re: Primehalo Trash Bin

Postby iwanttobelieve » Thu Sep 24, 2009 7:39 am

Well, this method might not be good, but it works, 100%.

Open root/includes/prime_trash_bin.php

Search for:

Code: Select all
$redirect = request_var('redirect', build_url(array('_f_', 'action', 'quickmod')));
$redirect = '&redirect=' . urlencode(str_replace('&', '&', $redirect));


Replace with:
Code: Select all
/*$redirect = request_var('redirect', build_url(array('_f_', 'action', 'quickmod')));
$redirect = '&redirect=' . urlencode(str_replace('&', '&', $redirect));*/
$redirect = '';


There :)
iwanttobelieve
PR1
PR1
 
Posts: 123
Joined: Sun Jun 14, 2009 5:37 am
Location: Somewhere I don't belong lol

Re: Primehalo Trash Bin

Postby Asira » Sat Sep 26, 2009 11:07 am

Man don't scare me :D what do you mean by "Might not be good"?
User avatar
Asira
 
Posts: 39
Joined: Sat Aug 15, 2009 2:04 pm

Re: Primehalo Trash Bin

Postby iwanttobelieve » Sat Sep 26, 2009 12:33 pm

It means It is not the best solution =P. Well, use it if you trust me =))
iwanttobelieve
PR1
PR1
 
Posts: 123
Joined: Sun Jun 14, 2009 5:37 am
Location: Somewhere I don't belong lol

Previous

Return to phpBB SEO MODS

Who is online

Users browsing this forum: Google [Bot] and 5 guests