NetBuilders

You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.




Reply Top Paying Affiliate Network!
Old 28 January, 2010, 18:23 PM   #1 (permalink)
Senior Net Builder
 
5starpix's Avatar
 
Location: Montreal, Quebec
iTrader: (23)
Blog Entries: 8
Thanked 195 Times in 138 Posts
Posts: 1,474
$NetBucks: 662
Join Date: Dec 2008
Last Online: Yesterday 15:20 PM
Send a message via AIM to 5starpix Send a message via MSN to 5starpix Send a message via Yahoo to 5starpix Send a message via Skype™ to 5starpix
Smile @Proxy Script Issue

I have installed the @proxy script on my site. When I access the site, I get a pop-up that says this;

You have chosen to open

which is a: application/x-httpd-php5
from: http://mywebsite.com

What should Firefox do with this file?
  • Open with ...
  • DownThemAll!
  • Save File
Does anyone know what is wrong? Why is it telling me download a file?

Thanks
  Reply With Quote
Old 28 January, 2010, 19:26 PM   #2 (permalink)
Work!
 
Nathan's Avatar
 
Location: New Zealand
iTrader: (9)
Blog Entries: 1
Thanked 79 Times in 48 Posts
Posts: 353
Recent Blog: Proxy Leech
$NetBucks: 221
Join Date: Dec 2008
Last Online: Today 09:40 AM
Send a message via AIM to Nathan Send a message via MSN to Nathan Send a message via Skype™ to Nathan
Default

Can you copy and paste what you have in your .htaccess file? It is to do with the line that makes .js work with PHP.
__________________
Programmer, web developer and entrepreneur.
  Reply With Quote
Old 29 January, 2010, 01:41 AM   #3 (permalink)
Senior Net Builder
 
5starpix's Avatar
 
Location: Montreal, Quebec
iTrader: (23)
Blog Entries: 8
Thanked 195 Times in 138 Posts
Posts: 1,474
$NetBucks: 662
Join Date: Dec 2008
Last Online: Yesterday 15:20 PM
Send a message via AIM to 5starpix Send a message via MSN to 5starpix Send a message via Yahoo to 5starpix Send a message via Skype™ to 5starpix
Default

This is what I have in my .htaccess file

PHP Code:
AddHandler application/x-httpd-php .php .js
ErrorDocument 404 
/

# Fix USG hell
RewriteBase /
RewriteRule (.*)&usg=(.*)$ $[R=301
  Reply With Quote
Old 29 January, 2010, 01:54 AM   #4 (permalink)
Work!
 
Nathan's Avatar
 
Location: New Zealand
iTrader: (9)
Blog Entries: 1
Thanked 79 Times in 48 Posts
Posts: 353
Recent Blog: Proxy Leech
$NetBucks: 221
Join Date: Dec 2008
Last Online: Today 09:40 AM
Send a message via AIM to Nathan Send a message via MSN to Nathan Send a message via Skype™ to Nathan
Default

Try this:
Code:
RemoveHandler .js
AddType application/x-httpd-php .php .js
Instead of

Code:
AddHandler application/x-httpd-php .php .js
__________________
Programmer, web developer and entrepreneur.
  Reply With Quote
Old 29 January, 2010, 10:20 AM   #5 (permalink)
Master Net Builder
 
Aquarezz's Avatar
 
Location: Belgium
iTrader: (36)
Blog Entries: 4
Thanked 477 Times in 376 Posts
Posts: 3,287
$NetBucks: 3,347
Join Date: Dec 2008
Last Online: Today 08:47 AM
Send a message via MSN to Aquarezz Send a message via Yahoo to Aquarezz
Default

If that fix helps, than it's fine. I guess I did this last time when I installed the script:
Code:
AddHandler application/x-httpd-php5 .php .js
ErrorDocument 404 /
But if it works like Nathan says, don't even read my post
  Reply With Quote
Thanked by:
5starpix (29 January, 2010)
Old 29 January, 2010, 11:02 AM   #6 (permalink)
Newbie Net Builder
 
iTrader: (0)
Blog Entries: 1
Thanked 27 Times in 26 Posts
Posts: 275
$NetBucks: 534
Join Date: Mar 2009
Last Online: Today 16:27 PM
Default

Even i had the same issue .. it was resolved by changing permission to 664
  Reply With Quote
Old 29 January, 2010, 14:38 PM   #7 (permalink)
Senior Net Builder
 
5starpix's Avatar
 
Location: Montreal, Quebec
iTrader: (23)
Blog Entries: 8
Thanked 195 Times in 138 Posts
Posts: 1,474
$NetBucks: 662
Join Date: Dec 2008
Last Online: Yesterday 15:20 PM
Send a message via AIM to 5starpix Send a message via MSN to 5starpix Send a message via Yahoo to 5starpix Send a message via Skype™ to 5starpix
Default

Quote:
Originally Posted by Aquarezz View Post
If that fix helps, than it's fine. I guess I did this last time when I installed the script:
Code:
AddHandler application/x-httpd-php5 .php .js
ErrorDocument 404 /
But if it works like Nathan says, don't even read my post
That sort of fixed it. I still get the error when I go to my site with www.mydomain.com. However, if I go to my site with mydomain.com, it works fine.

Thanks

Users currently have to register to add proxies. How can I disable it?
  Reply With Quote
Old 30 January, 2010, 01:11 AM   #8 (permalink)
Newbie Net Builder
 
iTrader: (0)
Blog Entries: 1
Thanked 27 Times in 26 Posts
Posts: 275
$NetBucks: 534
Join Date: Mar 2009
Last Online: Today 16:27 PM
Default

You can disable it from admin.php
  Reply With Quote
Old 30 January, 2010, 01:15 AM   #9 (permalink)
Senior Net Builder
 
5starpix's Avatar
 
Location: Montreal, Quebec
iTrader: (23)
Blog Entries: 8
Thanked 195 Times in 138 Posts
Posts: 1,474
$NetBucks: 662
Join Date: Dec 2008
Last Online: Yesterday 15:20 PM
Send a message via AIM to 5starpix Send a message via MSN to 5starpix Send a message via Yahoo to 5starpix Send a message via Skype™ to 5starpix
Default

Quote:
Originally Posted by weirdnessme View Post
You can disable it from admin.php
I could not find an option for that. Where exactly is it?
  Reply With Quote
Old 31 January, 2010, 07:05 AM   #10 (permalink)
Still Learnin'
 
dtkguy's Avatar
 
iTrader: (2)
Thanked 136 Times in 89 Posts
Posts: 345
$NetBucks: 280
Join Date: Dec 2008
Last Online: Today 11:50 AM
Default

Quote:
Originally Posted by 5starpix View Post
I could not find an option for that. Where exactly is it?
I don't think there is an option for that, if there is I certainly couldn't find it and I wasted my time rewriting the submit proxy page for my @proxy based site.
  Reply With Quote
Reply

Bookmarks

Tags
@proxy, issue, proxy, script


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 16:51 PM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1
vBAdvertise v1.0.0 Copyright ©2009, PixelFX Studios
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios