Log in

View Full Version : what is this page in vbulletin system ..?


mostafa10601
02-20-2009, 02:23 AM
hi everybody...

what is this page in vbulletin system ?

http://www.yoursite.com/forum/profile.php?do=dst

for example:

https://vborg.vbsupport.ru/profile.php?do=dst

in first vbulletin system request login detail ... but before inputing login information this page can not be show......!!!!!!!!:eek:

plz help me ... tnx :)

Lynne
02-20-2009, 02:45 AM
It has to do with autodetecting Daylight Savings Time. It isn't a page you actually access. You can read the code in profile.php around line 184.

mostafa10601
02-20-2009, 03:21 AM
tnx...
some member auto see this page and dont enter the site .!

what were doing this problem ?

plz help me to solve this problem.

tnx again.

Dismounted
02-20-2009, 03:41 AM
So they log in and see that page?

mostafa10601
02-20-2009, 03:45 AM
So they log in and see that page?

yes ...!
they log in and see the page " can not access the site ..!"

Dismounted
02-20-2009, 04:50 AM
Please post your footer template.

mostafa10601
02-20-2009, 08:15 AM
<br />
<div align="center">
<div class="smallfont" align="center">

تمامی حقوق سایت علمی نخبگان جوان محفوظ است و استفاده از مطالب تنها با ذکر منابع آزاد است
</div>

<tr>
$vbphrase[powered_by_vbulletin]

<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>
</div>
<br>

$spacer_close
<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td class="tfoot">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]" width="100%">
<div class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>

<br />



</form>

<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>

--------------- Added 1235124963 at [TIME]1235124963 ---------------

this is my footer template ..!

tnx for helping...

Lynne
02-20-2009, 02:38 PM
Are they getting the problem because they are going to
http://www.yoursite.com/index.php

instead of
http://www.yoursite.com/forum/index.php

?

mostafa10601
02-20-2009, 06:12 PM
what ?
my public_html page is full , the site main page in the www.yoursite.com/index.php. ..!

Lynne
02-20-2009, 07:46 PM
What I'm saying is if you are using that footer on your http://www.yoursite.com/index.php page, then your path to profile.php is wrong and perhaps that is causing the problem you are seeing (even though I still don't understand what is going on).

mostafa10601
02-21-2009, 02:53 AM
no ... tnx.
my forum page is http://www.yoursite.com/forum/index.php.

but my problem isn't solve ..!

help me , plz.

Dismounted
02-21-2009, 03:40 AM
Add this to the top of your headinclude template:
<base href="http://www.yoursite.com/" />

mostafa10601
02-24-2009, 09:24 AM
my problem ... didnot solve ..!

some user after login geting to this link ..!

http://www.yoursite.com/forum/profile.php?do=dst

tnx for helping. ..

Dismounted
02-25-2009, 08:05 AM
Try disabling your modifications by adding this to the end of your config.php:
define('DISABLE_HOOKS', true);

mostafa10601
02-26-2009, 01:39 PM
where is the config.php file ?

please tell me folder name ..!

tnx.

Lynne
02-26-2009, 02:30 PM
It is in /includes.

mostafa10601
02-26-2009, 05:52 PM
no .!
my problem isn't solve and many hack & plugin is disable .!

--------------- Added 1235681235 at 1235681235 ---------------

i find the problem .!

this hack have any error ..!

Ban Thread User

tnx

mostafa10601
03-04-2009, 01:08 PM
this problem changed ..!

this problem for any user solved but for any user not solve yet .!

when i input this address http://www.yoursite.com/forum/profile.php?do=dst in other site for Vbulletin system , site system say:


You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
You are not logged in. Fill in the form at the bottom of this page and try again.
You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation

but this link in my site only say:

p>You have been banned for the following reason:<br />
{1}</p>

<p>Date the ban will be lifted: {2}</p>

please help ...!

tnx.

mostafa10601
03-05-2009, 11:57 PM
i am waiting for my answer ..!

plz help ...

Lynne
03-06-2009, 12:52 AM
Can you post a link to your site and a test account login so we can check this out ourselves.

mostafa10601
03-06-2009, 09:59 AM
ok.
this is my site..!

http://www.njavan.ir/forum

tnx...

chek this error !

and this link
http://www.njavan.ir/forum/profile.php?do=dst

Lynne
03-06-2009, 01:56 PM
I can see the error when clicking on the second link. A non-logged in user should just get a screen to login.

Did you ever try disabling your plugins to see if the error goes away? Or try using a default style to see if you still get the error?

Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style :
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.

mostafa10601
03-08-2009, 02:05 AM
Did you ever try disabling your plugins to see if the error goes away?

yes ... i disable all plugins but i see this error yet .!

Or try using a default style to see if you still get the error?

yes ....


Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style :
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

i test it ... and tell u again.

tnx

Lynne
03-08-2009, 03:49 AM
I suggest you put in a support ticket then. They will want you to still have your default style available and your modifications off.