RMN V2

Posts

WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
What does the error say?
Well...I tried editing my cookies in some kind of manner but nothing would work. Still can not get myself to add new games, screenshots or blog enteries =\
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Okay guys. Please try it out again. Thanks for the info.
Seems to be working for me now. I had been having issues attempting to submit a game before. Uploading screenshots is a little hit and miss, sometimes they upload quickly, sometimes it takes a long time and ends up timing out. I don't think it's my internet, cause everything else seems to be working.

(I'm using the latest version of Firefox btw)

Also, I don't know if this is known or not, but attempting to add a download link results in an Internal Server Error.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Thanks. I'll look into it.
I seem to be able to edit my profile now. Maybe it was just my computer having one of it's wakky spaz attacks. ;D
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
No it was a code issue. Completely my fault.
Hm, hm....well, I keep on getting the same error each time I try and do something. Care to see?



And that is basically what happens each time I try and add a blog, screenshot, etc. Is there something I have to edit/fix?
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
You must have a proxy server setup or something. I'll try and get a fix in tonight. Sorry about the problems, Ephiam!
I remember mine being nothing like that. In my opera browser it would go to a blank screen and stay that way. In Firefox it would come up with just a normal "error" message but nothing like ephiam's.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
What do you mean a normal "error" message? What did it look like?
A proxy server, eh... o.O What's that? =X

Lol.
author=Ephiam link=topic=419.msg9002#msg9002 date=1202928453
A proxy server, eh... o.O What's that? =X

Lol.

In computer networks, a proxy server is a server (a computer system or an application program) which services the requests of its clients by forwarding requests to other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource, available from a different server. The proxy server provides the resource by connecting to the specified server and requesting the service on behalf of the client. A proxy server may optionally alter the client's request or the server's response, and sometimes it may serve the request without contacting the specified server. In this case, it would 'cache' the first request to the remote server, so it could save the information for later, and make everything as fast as possible.

A proxy server that passes all requests and replies unmodified is usually called a gateway or sometimes tunneling proxy.

A proxy server can be placed in the user's local computer or at specific key points between the user and the destination servers or the Internet.

Types and functions
Proxy servers implement one or more of the following functions:


Caching proxy server
A proxy server can service requests without contacting the specified server, by retrieving content saved from a previous request, made by the same client or even other clients. This is called caching. Caching proxies keep local copies of frequently requested resources, allowing large organizations and Internet Service Providers to significantly reduce their upstream bandwidth usage and cost, while significantly increasing performance. There are well-defined rules for caching. Some poorly-implemented caching proxies have had downsides (e.g., an inability to use user authentication). Some problems are described in RFC 3143 (Known HTTP Proxy/Caching Problems)


Web proxy
A proxy that focuses on WWW traffic is called a "web proxy". The most common use of a web proxy is to serve as a web cache. Most proxy programs (e.g. Squid, NetCache) provide a means to deny access to certain URLs in a blacklist, thus providing content filtering. This is usually used in a corporate environment, though with the increasing use of Linux in small businesses and homes, this function is no longer confined to large corporations. Some web proxies reformat web pages for a specific purpose or audience (e.g., cell phones and PDAs).

Access control: Some proxy servers implement a logon requirement. In large organizations, authorized users must log on to gain access to the web. The organization can thereby track usage to individuals.


Anonymizing proxy server
An anonymous proxy server (sometimes called a web proxy) generally attempts to anonymize web surfing. There are different varieties of anonymizers.


Hostile proxy
Proxies can also be installed by online criminals, in order to eavesdrop upon the dataflow between the client machine and the web. All accessed pages, as well as all forms submitted, can be captured and analyzed by the proxy operator. For this reason, passwords to online services (such as webmail and banking) should be changed if an unauthorized proxy is detected.


Intercepting proxy server
An intercepting proxy (also known as a "transparent proxy") combines a proxy server with a Gateway. Connections made by client browsers through the gateway are redirected through the proxy without client-side configuration (or often knowledge).

Intercepting proxies are commonly used in businesses to prevent avoidance of acceptable use policy, and to ease administrative burden, since no client browser configuration is required.

It is often possible to detect the use of an intercepting proxy server by comparing the external IP address to the address seen by an external web server, or by examining the HTTP headers on the server side.


Transparent and non-transparent proxy server
The term "transparent proxy" is most often used incorrectly to mean "intercepting proxy" (because the client does not need to configure a proxy and cannot directly detect that its requests are being proxied).

However, RFC 2616 (Hypertext Transfer Protocol -- HTTP/1.1) offers different definitions:

"A 'transparent proxy' is a proxy that does not modify the request or response beyond what is required for proxy authentication and identification".
"A 'non-transparent proxy' is a proxy that modifies the request or response in order to provide some added service to the user agent, such as group annotation services, media type transformation, protocol reduction, or anonymity filtering".

Forced proxy
The term "forced proxy" is ambiguous. It means both "intercepting proxy" (because it filters all traffic on the only available gateway to the Internet) and its exact opposite, "non-intercepting proxy" (because the user is forced to configure a proxy in order to access the Internet).

Forced proxy operation is sometimes necessary due to issues with the interception of TCP connections and HTTP. For instance interception of HTTP requests can affect the usability of a proxy cache, and can greatly affect certain authentication mechanisms. This is primarily because the client thinks it is talking to a server, and so request headers required by a proxy are unable to be distinguished from headers that may be required by an upstream server (esp authorization headers). Also the HTTP specification prohibits caching of responses where the request contained an authorization header.


Open proxy server
Main article: open proxy
Because proxies might be used for abuse, system administrators have developed a number of ways to refuse service to open proxies. IRC networks such as the Blitzed network automatically test client systems for known types of open proxy. Likewise, an email server may be configured to automatically test e-mail senders for open proxies, using software such as Michael Tokarev's proxycheck.

Groups of IRC and electronic mail operators run DNSBLs publishing lists of the IP addresses of known open proxies, such as AHBL, CBL, NJABL, and SORBS.

The ethics of automatically testing clients for open proxies are controversial. Some experts, such as Vernon Schryver, consider such testing to be equivalent to an attacker portscanning the client host. Others consider the client to have solicited the scan by connecting to a server whose terms of service include testing.


Split proxy server
A split proxy is a proxy implemented as two programs installed on two different computers. Since they are effectively two parts of the same program, they can communicate with each other in a more efficient way than they can communicate with a more standard resource or tool such as a website or browser. This is ideal for compressing data over a slow link, such as a wireless or mobile data service, as well as for reducing the issues regarding high latency links (such as satellite internet) where establishing a TCP connection is time consuming.

Taking the example of web browsing, the user's browser is pointed to a local proxy which then communicates with its other half at some remote location. This remote server fetches the requisite data, repackages it, and sends it back to the user's local proxy, which then unpacks the data and presents it to the browser in the standard fashion.

Some Web accelerators are proxy servers. Some reduce the quality of JPEG images to speed transmission. Some use a split proxy with special protocols and local and remote caching. (See Google Web Accelerator.)


Reverse proxy server
Main article: reverse proxy
A reverse proxy is a proxy server that is installed in the neighborhood of one or more web servers. All traffic coming from the Internet and with a destination of one of the web servers goes through the proxy server. There are several reasons for installing reverse proxy servers:

Security: the proxy server is an additional layer of defense and therefore protects the web servers further up the chain.
Encryption / SSL acceleration: when secure web sites are created, the SSL encryption is often not done by the web server itself, but by a reverse proxy that is equipped with SSL acceleration hardware. See Secure Sockets Layer.
Load balancing: the reverse proxy can distribute the load to several web servers, each web server serving its own application area. In such a case, the reverse proxy may need to rewrite the URLs in each web page (translation from externally known URLs to the internal locations).
Serve/cache static content: A reverse proxy can offload the web servers by caching static content like pictures and other static graphical content.
Compression: the proxy server can optimize and compress the content to speed up the load time.
Spoon feeding: reduces resource usage caused by slow clients on the web servers by caching the content the web server sent and slowly "spoon feeds" it to the client. This especially benefits dynamically generated pages.
Extranet Publishing: a reverse proxy server facing the Internet can be used to communicate to a firewalled server internal to an organisation, providing extranet access to some functions while keeping the servers behind the firewalls.

Circumventor
A circumventor is a method of defeating blocking policies implemented using proxy servers. Ironically, most circumventors are also proxy servers, of varying degrees of sophistication, which effectively implement "bypass policies".

A circumventor is a web-based page that takes a site that is blocked and "circumvents" it through to an unblocked web site, allowing the user to view blocked pages. A famous example is 'elgooG', which allowed users in China to use Google after it had been blocked there. elgooG differs from most circumventors in that it circumvents only one block.

Students are able to access blocked sites (games, chatrooms, messenger, offensive material, internet pornography, etc.) through a circumventor. As fast as the filtering software blocks circumventors, others spring up. It should be noted, however, that in some cases the filter may still intercept traffic to the circumventor, thus the person who manages the filter can still see the sites that are being visited.

Circumventors are also used by people who have been blocked from a web site.

Another use of a circumventor is to allow access to country-specific services, so that Internet users from other countries may also make use of them. An example is country-restricted reproduction of media and webcasting.

The use of circumventors is usually safe with the exception that circumventor sites run by an untrusted third party can be run with hidden intentions, such as collecting personal information, and as a result users are typically advised against running personal data such as credit card numbers or passwords through a circumventor.


At schools and offices
Many work places and schools are cracking down on the web sites and online services that are made available in their buildings. Since circumventors are used to bypass censors in computers, web sites like MySpace, Bebo, Xanga, Silkroad Online, YouTube, Miniclip, Facebook, and other non-work or school related social web sites have become targets of mass banning.

Proxy Web server creators have become more clever allowing users to encrypt links, and any data going to and from other web servers. This allows users to access websites that would otherwise have been blocked.

A special case of web proxies are "CGI proxies". These are web sites that allow a user to access a site through them. They generally use PHP or CGI to implement the proxying functionality. CGI proxies are frequently used to gain access to web sites blocked by corporate or school proxies. Since they also hide the user's own IP address from the web sites they access through the proxy, they are sometimes also used to gain a degree of anonymity, called "Proxy Avoidance".


Managed 'clean-pipe' proxy servers
Used in an increasing number of work-places, especially those with multiple Internet breakout points. Currently an emerging technology to rival in-house, hardware solutions. Many consider this a branch of Software as a Service or Security as a Service. Providers include AT&T and ScanSafe.


Risks of using anonymous proxy servers
In using a proxy server (for example, anonymizing HTTP proxy), all data sent to the service being used (for example, HTTP server in a website) must pass through the proxy server before being sent to the service, mostly in unencrypted form. It is therefore possible, and has been demonstrated, for a malicious proxy server to record everything sent to the proxy: including unencrypted logins and passwords.

By chaining proxies which do not reveal data about the original requester, it is possible to obfuscate activities from the eyes of the user's destination. However, more traces will be left on the intermediate hops, which could be used or offered up to trace the user's activities. If the policies and administrators of these other proxies are unknown, the user may fall victim to a false sense of security just because those details are out of sight and mind.

The bottom line of this is to be wary when using proxy servers, and only use proxy servers of known integrity (e.g., the owner is known and trusted, has a clear privacy policy, etc.), and never use proxy servers of unknown integrity. If there is no choice but to use unknown proxy servers, do not pass any private information (unless it is properly encrypted) through the proxy.

In what is more of an inconvenience than a risk, proxy users may find themselves being blocked from certain Web sites, as numerous forums and Web sites block IP addresses from proxies known to have spammed or trolled the site.


Proxy software:

AlchemyPoint is a user-programmable mashup proxy server that can be used to re-write web pages, emails, instant messenger messages, and other network transmissions on the fly.
The Apache HTTP Server can be configured to act as a proxy server.
Blue Coat's (formerly Cacheflow's) purpose-built SGOS proxies 15 protocols including HTTPS/SSL, has an extensive policy engine and runs on a range of appliances from branch-office to enterprise.
JAP - A local proxy, web anonymizer software connecting to proxy server chains of different organisations
Microsoft Internet Security and Acceleration Server is a product that runs on Windows 2000/2003 servers and combines the functions of both a proxy server and a firewall.
Nginx Web and Reverse proxy server, that can act as POP3 proxy server.
Privoxy is a free, open source web proxy with privacy and ad-blocking features.
Proxomitron - User-configurable web proxy used to re-write web pages on the fly. Most noted for blocking ads, but has many other useful features.
SafeSquid Linux based, complete content filtering HTTP1.1 proxy, allows distribution of 'profiled' internet access.
SSH Secure Shell can be configured to proxify a connection, by setting up a SOCKS proxy on the client, and tunneling the traffic through the SSH connection.
Sun Java System Web Proxy Server is a caching proxy server running on Solaris, Linux and Windows servers that supports HTTP/S, NSAPI I/O filters, dynamic reconfiguration, SOCKSv5 and reverse proxy.
Squid cache is a popular HTTP proxy server in the UNIX/Linux world.
Tor - A proxy-based anonymizing Internet communication system.
Varnish is designed to be a high-performance caching reverse proxy.
WinGate is a multi-protocol proxy server and NAT solution that can be used to redirect any kind of traffic on a Microsoft Windows host. It also provides firewall, VPN and mail server functionality. Its WWW proxy supports integrated windows authentication, intercepting proxy, and multi-host reverse-proxying.
WWWOFFLE has been around since the mid-1990s, and was developed for storing online data for offline use.
yProxy is a NNTP proxy server that converts yEnc encoded message attachments to UUEncoding, complete with SSL client support.
Ziproxy is a non-caching proxy for acceleration purposes. It recompresses pictures and optimizes html code, among other features.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
I'm pretty sure that post was completely unnecessary, Him.
Yeaahhh... o.o

Ha ha. Anyway...nothing else works. I managed to submit a game with IE...but now I can't upload any downloads or screenshots for it -.- Uaaahhhhh...!

Mines still all screwy =\ Can't do anything with IE or Firefox T_T
I'm wondering when you'll bring back the: sort by name, genre, rating etc. Perhaps even a search engine?
Ha ha! Excellent. Now I can finally use everything again =P I updated my IE to Ver.7 and now everything is fine =) (I use Firefox normally)

However...I still get some kind of error when I try to upload a game. Just white screen saying some kind of error occured and to contact administrator. That kind of stuff...

Nothing like that ever happened to me. A lot of the time the page just wouldn't load for me.
I have a little question about the Misaos awards section.

I know it's the english making contest but is RM Network the "official" website for this event ? There is this website too : http://www.queenscourt.org/misao/ < perhaps it's this one that is the "official" ? (it seams not having been updated for a long time).

Thanks for enlightening me. ^^

---------------
My guess would be that the misaos were once held at that site but now RMN has taken over the job.