Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo site seems down #375

Open
KristobalJunta opened this issue Jul 2, 2018 · 3 comments
Open

Demo site seems down #375

KristobalJunta opened this issue Jul 2, 2018 · 3 comments

Comments

@KristobalJunta
Copy link

Trying to open the demo website what I see is a DNS lookup error for demo.serverfire.net.
Not sure if it's on your side, but most probably it is. I am using Google's DNS servers.

@AlirezaAlgo
Copy link
Contributor

Yes we have problem in demo server will fix that

@warksit
Copy link
Contributor

warksit commented Nov 27, 2018

Still down. And the docs. Are you planning to revive them?

@AdrianHL
Copy link
Contributor

AdrianHL commented Feb 28, 2019

Please note that there is a piece of code that sends an Ajax request to check the version:

@unless($version == 'dev-master')
// check for update of laravelpanel
$.getJSON( "http://api.laravelpanel.com/checkupdate/{{ $version }}", function( data ) {
if(data.needUpdate){
$(".update a").text(data.text);
$(".update").removeClass('hide');
}
})
@endunless

I'd suggest to remove this if there is no plan to get the site up and running again.

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants