| Author |
Message |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Aug 01, 2006 11:29 am |
|
I have run into a problem on my Advanced download block. I am not sure when it started to do this but when you click on the download in the block you get a "can't find this page" error.
Any suggestions would be appreciated:
|
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Aug 01, 2006 1:10 pm |
|
huh...are you using mod rewrite?
anything googletapped?
cause it shows html urls and thats the only thing on your site....  |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Tue Aug 01, 2006 1:53 pm |
|
The one thing I tried to download was fine for me
which gave me access to
|
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Tue Aug 01, 2006 1:56 pm |
|
Ah , yes, sorry I forgot you said 'block'.
I agree with Hitwalker, it seems your dowloads block is 'tapped' in some way but I couldnt find anything else on the site that was. |
|
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Aug 01, 2006 2:21 pm |
|
| hitwalker wrote: | huh...are you using mod rewrite?
anything googletapped?
cause it shows html urls and thats the only thing on your site.... |
Not sure I am using Ravens Nukephp kit and the the Advanced Download block/Mod
Not any mod rewrite or googletapped that I know of |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Aug 01, 2006 2:24 pm |
|
it worked normaly?
I mean before....?
No googletapped code in the block? |
|
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Aug 01, 2006 2:32 pm |
|
As far as I remember it worked fine. A member informed me of the error so I am not sure when it started. I am not sure if there is any googletapped code in the block its the standard Advanced Download block I got from here. |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Aug 01, 2006 2:44 pm |
|
well i think your mistaken cause this could have never worked..
cause it has tapped urls....
sample..
| Code: | | <a title=\"$title2\" href=\"downloadview-details-$row[lid]-$transfertitle.html |
|
|
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Aug 01, 2006 2:53 pm |
|
any way to stop it or correct it? |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Aug 01, 2006 3:02 pm |
|
try this one..
|
Last edited by hitwalker on Tue Aug 01, 2006 4:06 pm; edited 1 time in total |
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Aug 01, 2006 3:15 pm |
|
| hitwalker wrote: | | try this one..
|
You don't have permission to access /tizz.txt on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Aug 01, 2006 4:05 pm |
|
lol...new mexico?
lol....sorry thats banned....
just pm me your email and ill mail it... |
|
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Tue Aug 01, 2006 4:18 pm |
|
|
|
 |
anjay New Member


Joined: Jan 04, 2010 Posts: 1
|
Posted:
Mon Jan 11, 2010 8:18 am |
|
You guys have to edit the PHP block file
here is the solution:
In line 114 Find:
| Code: | | <a title=\"$title2\" href=\"downloadview-details-$row[lid]-$transfertitle.html\ |
change it to this:
| Code: | | <a title=\"$title2\" href=\"modules.php?name=Downloads&op=getit&lid=$row[lid]\ |
Again in line 127 Find:
| Code: | | <a title=\"$title2\" href=\"downloadview-details-$row[lid]-$transfertitle.html\ |
change it to this:
| Code: | | <a title=\"$title2\" href=\"modules.php?name=Downloads&op=getit&lid=$row[lid]\ |
have fun !!!  |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Mon Jan 11, 2010 10:59 am |
|
I think this was resolved about 5 years ago when the thread was started  |
|
|
|
 |
|
|
|
|