Pages: 1 [2]   Go Down
  Print  
Author Topic: Fix for Aurora: Bot detector fix !  (Read 1892 times)
cARRIE
Administrator
Hero Member
*****
Offline Offline

Posts: 1458



View Profile WWW
« Reply #15 on: May 25, 2011, 07:56:10 AM »

Quote
I have done that now. and replacsed http://www.yoursite.com/ to mine

There are two places where you must change the url.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]


If you did everything right, then maybe mod_rewrite module is not enabled.
Logged

Upgrade to an SDR 3
tenderclicks
Guest
« Reply #16 on: May 25, 2011, 09:32:21 AM »

Quote
I have done that now. and replacsed http://www.yoursite.com/ to mine

There are two places where you must change the url.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]


I can not aross the site after add you code
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tenderclicks.info [NC]
RewriteRule ^(.*)$ http://tenderclicks.info/$1 [L,R=301]


Get this error
Error 310 (net:: ERR_TOO_MANY_REDIRECTS): There were too many redirects.

and a erro 404  Not found!???

Bot Detector workied fine before i upgrade  how to fix?
When how you code i cant  across my site.

What i do wroung ?
« Last Edit: May 25, 2011, 09:49:09 AM by tenderclicks » Logged
cARRIE
Administrator
Hero Member
*****
Offline Offline

Posts: 1458



View Profile WWW
« Reply #17 on: May 25, 2011, 09:47:23 AM »

The correct code is (you forgot to add www)
Quote
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tenderclicks.info [NC]
RewriteRule ^(.*)$ http://www.tenderclicks.info/$1 [L,R=301]

Logged

tenderclicks
Guest
« Reply #18 on: May 25, 2011, 10:02:20 AM »

The correct code is (you forgot to add www)
Quote
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tenderclicks.info [NC]
RewriteRule ^(.*)$ http://www.tenderclicks.info/$1 [L,R=301]


I see missed that.
Thanks wery mach for you help seams work better now dont say Session was lost when click it anymore Smiley
Logged
cARRIE
Administrator
Hero Member
*****
Offline Offline

Posts: 1458



View Profile WWW
« Reply #19 on: May 25, 2011, 10:07:48 AM »

Great, i'm glad i was able to help.
Logged

adzonia
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #20 on: May 26, 2011, 06:21:12 PM »

Didn't work at my site, adzonia.biz
I logged in at http://adzonia.biz and if i open my website from www.adzonia.biz i must login again.
Can you help me?
If you did everything right, then maybe mod_rewrite module is not enabled.

What is the meaning or mod_rewrite and how to make it enable?

Thank you,
Best Regards,

adzonia
Logged
bprasetio
Global Moderator
Hero Member
*****
Offline Offline

Posts: 834


View Profile
« Reply #21 on: May 26, 2011, 08:13:21 PM »

Quote from: adzonia
What is the meaning or mod_rewrite and how to make it enable?
in a simple word:
mod_rewrite is used for rewriting a URL at the server level, giving the user output for that final page.

So, for example, a user requested page http://www.asite.com/pages/5/, but will really be given http://www.asite.com/index.php?page=5 by server.

installing and enabling mod_rewrite is server admin responsibility. If you hosted your site in shared hosting, you can not do it. But usually, the hosting already enable it.

To test the mod_rewrite is already installed or no, the easiest way is look at the phpinfo() result.
make a file whatever the name, for example ainfo.php, the content is like this:
Quote
<?php
phpinfo();
?>
load that page in your browser, in that case, www.asite.com/ainfo.php

search for text mod_rewrite, usually it located within Apache Handler->Loaded Module Box. Its easier to have Find feature from your browser.

if the mode_rewrite exists, this feature is enabled. if it doesnt, you should contact your hosting provider to ask about it.


Logged

Presenting MyGPT Group:

[WTS] Task Summary Addon
adzonia
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #22 on: September 03, 2011, 09:53:34 PM »

Hello,
I have problem with my forum after I change my .htaccess.
I and all members cannot login, and you'll see this notification "You need to fill in a username.".

Someone can you help me?
Thank you.

*NB: I think I cannot login at my forum with "www", have solutions?
Logged
csocsoka
Newbie
*
Offline Offline

Posts: 31


View Profile
« Reply #23 on: December 03, 2011, 02:30:18 PM »

hy after i changed the .htaccess file i get the following error "Database error: Invalid SQL: INSERT INTO logs SET username='', log='BOT Clicked cheat link', dsub='1322939872 WHERE username='admin'
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'admin'' at line 1)
Session halted." What can i do? thank'in advance.
Logged
bprasetio
Global Moderator
Hero Member
*****
Offline Offline

Posts: 834


View Profile
« Reply #24 on: December 03, 2011, 05:17:37 PM »

you clicked the bot detector link which I think in your script it has bug, try to click other ptc ads (not the bot detector)..

Logged

Presenting MyGPT Group:

[WTS] Task Summary Addon
Get a SDR 3 NOW at http://ptcfactory.info

The best and most up to date Aurora script in the market!!
Pages: 1 [2]   Go Up
  Print  
 
Jump to: