OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: clicking link in categories box login box appears
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > General Support
fxtrader777
Hi all

recently I modified some files on ftp, but then returned to default, I am sure all is default as it was 2 days ago.

But something happened to categories box, when I click some specific link the result is: Login.php

please suggest what to check, where may problem be, in which file

thank
chipshot
why don't you put up a link so someone could look at it?
fxtrader777
QUOTE (chipshot @ Jan 9 2008, 04:18 PM) *
why don't you put up a link so someone could look at it?



www.gbn.ge

the site is under construction and in strange language

the script is modified in application_top.php (many thanks to babygurgles) but it affects only newsdesk and not categories box (to ensure that it only affects newsdesk I restore default of application_top.php but categories box did not return to default)

please suggest what to do
chipshot
well one problem you have is the loginbox appears 15 times?
fxtrader777
QUOTE (chipshot @ Jan 9 2008, 04:40 PM) *
well one problem you have is the loginbox appears 15 times?


what you mean?
chipshot
What do I mean? I see 15 login boxes on the link you sent

look at your code you have this 15x:

CODE
->
<!-- loginbox //-->


<tr>

<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
<td width="100%" height="14" class="infoBoxHeading">ავტორიზაცია</td>
<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
<tr>
<td align="center" class="boxText">
<form name="login" method="post" action="http://gbn.ge/login.php?action=process&osCsid=d1a5abf23b2e101eca033170cac52dff"><input type="hidden" name="osCsid" value="d1a5abf23b2e101eca033170cac52dff" />
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>

<td align="center" class="infoBoxContents">
გამარჯობა <span class="greetUser">სტუმარო!</span><br><br>
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
ელ–ფოსტა:
</td>

</tr>
<tr>
<td align="center" class="infoBoxContents">
<input type="text" name="email_address" maxlength="96" size="20" value="">
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
პაროლი: <A HREF="http://gbn.ge/password_forgotten.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><a href="password_forgotten.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><i>(დაგავიწყდა?)</i></a></A>

</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<input type="password" name="password" maxlength="40" size="20" value="">
</td>
</tr>
<tr>
<td class="infoBoxContents" align="center">

<input type="image" src="includes/languages/georgian/images/buttons/button_login.gif?osCsid=d1a5abf23b2e101eca033170cac52dff" border="0" alt="შესვლა" title=" შესვლა ">

</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<a href="create_account.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><span class="smallText">გაიარეთ რეგისტრაცია</span></a>
</td>
</tr>

</table>
</form>
</td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
</table>
</td>
</tr>

</table>
</td>
</tr>
<!-- loginbox_eof //-->
fxtrader777
QUOTE (chipshot @ Jan 10 2008, 12:31 PM) *
What do I mean? I see 15 login boxes on the link you sent

look at your code you have this 15x:

CODE
->
<!-- loginbox //-->
<tr>

<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
<td width="100%" height="14" class="infoBoxHeading">ავტორიზაცია</td>
<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
<tr>
<td align="center" class="boxText">
<form name="login" method="post" action="http://gbn.ge/login.php?action=process&osCsid=d1a5abf23b2e101eca033170cac52dff"><input type="hidden" name="osCsid" value="d1a5abf23b2e101eca033170cac52dff" />
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>

<td align="center" class="infoBoxContents">
გამარჯობა <span class="greetUser">სტუმარო!</span><br><br>
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
ელ–ფოსტა:
</td>

</tr>
<tr>
<td align="center" class="infoBoxContents">
<input type="text" name="email_address" maxlength="96" size="20" value="">
</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
პაროლი: <A HREF="http://gbn.ge/password_forgotten.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><a href="password_forgotten.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><i>(დაგავიწყდა?)</i></a></A>

</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<input type="password" name="password" maxlength="40" size="20" value="">
</td>
</tr>
<tr>
<td class="infoBoxContents" align="center">

<input type="image" src="includes/languages/georgian/images/buttons/button_login.gif?osCsid=d1a5abf23b2e101eca033170cac52dff" border="0" alt="შესვლა" title=" შესვლა ">

</td>
</tr>
<tr>
<td align="center" class="infoBoxContents">
<a href="create_account.php?osCsid=d1a5abf23b2e101eca033170cac52dff"><span class="smallText">გაიარეთ რეგისტრაცია</span></a>
</td>
</tr>

</table>
</form>
</td>
</tr>
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
</table>
</td>
</tr>

</table>
</td>
</tr>
<!-- loginbox_eof //-->



ah, no

I pasted it as sample (just studying modifying of columns)

this is not a problem, problem is when you will click any link in categories box (try one) the result is login.php, no matter you are registered or not, one forum member helped me to paste script in application_top.php which works for newsdesk, if user is not registered he/she cannot see newsdesk items,

the strange thing is that I restored dafault of index.php and application_top.php but the problem did not solve.

So I have not idea what I should do,
fxtrader777
up
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.