Bug Does not load Admin CP

Status
Not open for further replies.
Make sure any renamed admincp and modcp directories has also been renamed in the .htaccess file.
 
Nirjonadda
2012-02-17-16-31-21-788975.png
kak-ochistit-kesh-firefox
 
This appears to be a bug with your torrents mod hijacking the page request. You may wish to disable it and disable any .htaccess edits it instructed you to apply.
 
In both cases, the request is being hijacked by the torrent script. If it does not use any htaccess edits, then the issue may be in a custom rewrite rule or other .htaccess entry that is intercepting the request.
 
No, torrent script does not use any htaccess edits, Also I am not using any custom rewrite rule, This both issue happened recently.

My .htaccess entry:

Code:
<IfModule mod_rewrite.c>
  RewriteEngine on
  # Set to vbulletin directory
  RewriteBase /

  # Retrieve gamedata requests and send to new dbtech locations
  RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]

  # Retrieve crossdomain requests and send to new dbtech location
  RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]
   
  # Send hardcoded legacy scores to arcade instead
  RewriteCond %{REQUEST_URI} newscore\.php [OR]
  RewriteCond %{REQUEST_URI} viewgame\.php
  RewriteRule .* arcade.php?sendscore=legacy [L,QSA]

  # Send hardcoded legacy scores to arcade instead
  RewriteCond %{QUERY_STRING} func=storeScore [OR]
  RewriteCond %{QUERY_STRING} autocom=arcade [OR]
  RewriteCond %{QUERY_STRING} act=arcadelib [OR]
  RewriteCond %{QUERY_STRING} act=Arcade
  RewriteRule .* arcade.php [L,QSA]

  # Reroute v3arcade liveinstaller
  RewriteCond %{QUERY_STRING} do=liveinstall
  RewriteCond %{REQUEST_URI} v3arcade_admin\.php

  # If you renamed your admincp directory, change it here
  RewriteRule .* %{DOCUMENT_ROOT}/admincpforum/arcade_admin.php?%{QUERY_STRING}&do=review&import=browse&system=v3a [L,R=301]
</IfModule>

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<IfModule mod_headers.c>
    <FilesMatch "\.(bmp|css|flv|gif|ico|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
        Header set Last-Modified "Mon, 15 Feb 2013 00:00:00 GMT"
    </FilesMatch>
</IfModule>

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName nirmoladda.com

RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincpforum/|dbseocp/|modcpforum/|cron|mobiquo|forumrunner|api\.php|cometchat/|extensions/mobileapp/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincpforum|dbseocp|modcpforum|clientscript|cpstyles|images|cometchat|extensions|mobileapp)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
Can you bump my Fillip H. user up to admin and PM me with an FTP account so I can look into this further?
 
After some testing I have confirmed that this is not a problem with DBSEO. The redirect to the home page happens BEFORE DBSEO loads, meaning DBSEO cannot possibly be the cause of this problem. There is another script on your server somewhere that I cannot see, something that loads before the .htaccess file, that's causing this issue.

Unfortunately I cannot assist any further, I recommend you contact your server administrator or your host to try to figure out why this is happening.
 
OK, I will go to ask my server Host but at the moment how to Disable Redirecting External URLs?

EX:

Code:
www.nirmoladda.com/redirect-to/?redirect=http://filesflash.net/rx1zo3t8

TO

Code:
http://filesflash.net/rx1zo3t8
 
If this was a problem with DBSEO, would it not be widely reported at this point? :)

The problem, as I explained previously, is that before DBSEO runs any code at all, the redirect happens. That means that if you were to remove DBSEO's .htaccess entries and disable DBSEO from your control panel, visiting domain.com/redirect-to/?redirect=test.com would STILL redirect to the home page.

That is what I found during my testing. I don't know what could be causing this, but it is NOT DBSEO.
 
As this ticket has not received any further replies, I'll close it.

If you have any other issues or questions, please feel free to start a new support ticket. Thanks!
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,194
Customer rating
5.00 star(s) 1 ratings
Back
Top