Welcome, Guest. Please login or register.

Author Topic: Experimental IBrowse proxy for amiga.org  (Read 31774 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #44 from previous page: May 07, 2010, 02:24:47 PM »
Quote from: Cammy;542772
I hope you don't mind me asking, but would it be possible to make the Quick Reply box show up so we don't need to load an extra page to reply? It's not a big deal, but it might help speed things up a little when posting.


Well, I couldn't get the "proper" quick reply function (that uses the text entry box at the bottom of the page) to work, but I have reworked it such that it works as a normal "reply with quote", rather like the old forum.
int p; // A
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #45 on: May 14, 2010, 12:18:17 AM »
After a long time away from this wee project, I finally got around to doing some work on the links section. Not finished, but it is slightly tidier. Not all of the popup menu -> option list type transformations are done yet, nor has the submit page been tested.

However, you can at least browse the links section now without getting this :lol:
int p; // A
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #46 on: May 16, 2010, 03:05:12 PM »
I've finally gotten around to fixing a few issues, particularly several of those stubborn bits of layout that thanks to the lack of inherited CSS properties were showing the wrong colour font (black) when used on a dark background.

The regex involved is a bit lairy and I managed to get a few PCRE errors along the way. They should be stomped now, but if anybody encounters one, please let me know.

I've also added an experimental "small width" mode that tries to reduce the screen width requirements. This is primarily aimed at people using ibrowse/aweb on native modes. This reduces the banner size and rearranges the navigation option lists that the proxy puts in place of some of the original popup navigation menus into a second strip underneath the main navigation (see attached image).

To test this, use the following link
int p; // A
 

Offline Fingers

Re: Experimental IBrowse proxy for amiga.org
« Reply #47 on: May 29, 2010, 11:11:39 AM »
It's working better than ever!

Thanks so much for the hard work you've put into this!!!!

PZ.
 

Offline pVC

Re: Experimental IBrowse proxy for amiga.org
« Reply #48 on: January 12, 2011, 05:37:35 PM »
What's up with proxy? Doesn't seem to work here now:

You don't have permission to access / on this server.

 Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Daily MorphOS user and Amiga active.
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #49 on: January 12, 2011, 05:42:47 PM »
Hi,

Looking into it now.

-edit-

All the files, directories and what not are still there and permissions seem OK. There has been some server maintenance going on with the hosting provider, I wonder if they've messed something up.
« Last Edit: January 12, 2011, 05:49:23 PM by Karlos »
int p; // A
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #50 on: January 12, 2011, 06:32:10 PM »
The proxy is fine, it's amiga.org that's giving the error message.
Code: [Select]
<!-- http://amiga.org/index.php : retrieved in 0.422s -->
<!--
HeadIFrameEliminator:Bytes in: 469, out: 469, took 0.000 s
DegradeXHTMLRewriter:Bytes in: 469, out: 543, took 0.000 s
LinkRewriter:Bytes in: 543, out: 543, took 0.000 s
MainNavigationRewriter:Bytes in: 543, out: 543, took 0.000 s
CommonBlockRewriter:Bytes in: 543, out: 562, took 0.000 s
CSSRewriter:Bytes in: 562, out: 562, took 0.000 s
JavascriptRewriter:Bytes in: 562, out: 562, took 0.000 s
FrontPageModulesRewriter:Bytes in: 562, out: 562, took 0.000 s
 -->
<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;>
<html><head>
<title>403 Forbidden [Old Browser Edition]</title>
</head><body  bgcolor=&quot;#ffffff&quot;>
<h1>Forbidden</h1>
<p>You don't have permission to access /index.php
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache mod_fcgid/2.3.5 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 Server at amiga.org Port 80</address>
</body></html>
 
<!-- http://amiga.org/index.php : processed in 0.001s -->

The comments in that source are generated by the proxy. My guess is that amiga.org no longer likes my webserver reading content *sniff*
« Last Edit: January 12, 2011, 06:34:20 PM by Karlos »
int p; // A
 

Offline pVC

Re: Experimental IBrowse proxy for amiga.org
« Reply #51 on: January 12, 2011, 07:13:46 PM »
Hmh.. and what could be reason for that? I hope it gets solved or my amiga.org usage will drop down significantly :(
Daily MorphOS user and Amiga active.
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #52 on: January 12, 2011, 07:19:16 PM »
Quote from: pVC;606248
Hmh.. and what could be reason for that? I hope it gets solved or my amiga.org usage will drop down significantly :(


At this moment, I don't know. It could be many things.
int p; // A
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #53 on: January 12, 2011, 07:41:38 PM »
When did you first notice a problem?
int p; // A
 

Offline Xanxi

  • Hero Member
  • *****
  • Join Date: Aug 2005
  • Posts: 897
    • Show only replies by Xanxi
Re: Experimental IBrowse proxy for amiga.org
« Reply #54 on: January 12, 2011, 08:24:37 PM »
Quote from: Karlos;606259
When did you first notice a problem?


2 days ago.
10 Classic Amiga Computers so far: I have too many computers!!
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #55 on: January 12, 2011, 08:30:04 PM »
Strange, the proxy logs look more or less normal until today. I'll have to get my pipe and deerstalker and get back to you on that one.
int p; // A
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #56 on: January 12, 2011, 08:37:05 PM »
The issue should now be fixed.

It seems the IP range covering my server was blocked. As the proxy had the blessing of the site owners, I can only assume this was an error and I've added an exception for the specific IP of the server.
int p; // A
 

Offline pVC

Re: Experimental IBrowse proxy for amiga.org
« Reply #57 on: January 12, 2011, 09:09:23 PM »
Yeah, works now, thanks! Issue was at least since yesterday...
Daily MorphOS user and Amiga active.
 

Offline KarlosTopic starter

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Experimental IBrowse proxy for amiga.org
« Reply #58 on: April 10, 2011, 12:59:10 PM »
I was reminded by Cammy's latest entry into the gallery that I'd added a size switcher to the proxy and forgotten to wire it into the user interface.

I've now added that feature along with one that attempts to store your whether or not you are using it and have hidden the disclaimer into a cookie on your local machine.

If you are using amiga.org via the proxy on a smaller screen size, try clicking the "640 wide screen?" link under the menu bar. It rearranges the menus and uses a smaller logo in an effort to improve the experience on older browsers.
int p; // A
 

Offline Cammy

Re: Experimental IBrowse proxy for amiga.org
« Reply #59 on: April 10, 2011, 10:58:11 PM »
Thanks a bunch, Karlos! I have now switched to 640 mode on the A600 and it fits better. Would there be any way you could reduce the size of avatars by 50%? That would really help out too!

I've updated my screenshot to show the new 640 version, as well as plugging Dynamite because I get lonely on there with no one to battle!

A1200 030@28Mhz/2MB+32MB/RTC/KS3.1/IDE-CF+4GB/4-Way Clockport Expander/IndivisionAGA/PCMCIA NIC
A1200 020@14Mhz/2MB+8MB/FPU/RTC/KS3.0/IDE-CF+2GB/S-Video
CD32 020@14Mhz/2MB+8MB/RTC/KS3.1/IDE-CF+4GB
A600 030@30Mhz/2MB+64MB/RTC/IDE-CF+4GB/Subway USB/S-Video/PCMCIA NIC/USB Numeric Keypad+Hub+Mouse+Control Pad
A500 000@7Mhz/512kB+512kB/ROM Switcher/KS3.1+1.3/S-Video

Get AmigaOS