Status
Not open for further replies.

starchrist

Member
11
2011
8
0
Hello everybody there... Weirdly enough i tried to connect to WJ from France and seems like it's impossible to reach it since 3 days. Does anyone faces the same issue? Others country too?

I used a proxy to login.


Cheers !
 
3 comments
Hello Capone thank you for replying me. Yes it is still happens. I change my DNS settings to google ones and even use my ISP DNS. Nothing change. I don't know what to do it only happens with Wjunction very weirdly lol. Hopefully i'm still part of the community so don't know where it could came from.

Also to mention i use mac (don't blame me pls lol).

Thank you !
 
Using mac isn't a problem because I am using a mac as well, not having a single issue.

Have you tried another browser? Also why not add the IP to your host file and then flush your dns

Open terminal:
Accessing the host file
Code:
sudo nano /etc/hosts
Scroll all the way down after the last line and paste this
Code:
108.61.8.195 wjunction.com
108.61.8.195 www.wjunction.com
And then
Code:
press ctrl+o [enter] and then ctrl+x

After that you need to flush DNS
If you are using an osx that is older than lion
Code:
dscachutil -flushcache
For lion and mountain lion
Code:
sudo killall -HUP mDNSResponder

Then restart your browser and try, hope it works then (:
 
Status
Not open for further replies.
Back
Top