server 2 bug help

Status
Niet open voor verdere reacties.

Lwebdesign

New member
hallo ik heb een hosting op server 2.
en een website www.audioxfm.nl en ik kan niet op de directadmin!
en ook ligt dit niet aan mij want mijn server 1 hosting kan ik er wel op.
wat is er aan de hand?

EDIT:: Ook niet via ftp!
 

Wiitse

New member
Server 2 heeft de laatste tijd veel problemen dus het ligt vast weer plat.
yummie.gif
 

Lwebdesign

New member
Wiitse (link):
Server 2 heeft de laatste tijd veel problemen dus het ligt vast weer plat.
yummie.gif



lukt nu wel weer via de ftp en website is gewoon online
confused.gif
 

Lwebdesign

New member
Marjolein (link):
website www.audioxfm.nl werkt wel gewoon dus lijkt me geen storing van server 2 op dit moment?
krijg je een foutmelding of iets anders?


ik kijk even hoor:

Deze webpagina is niet beschikbaar.

De webpagina op http://audioxfm.nl:2222/ is mogelijk tijdelijk uitgeschakeld of permanent verplaatst naar een nieuw webadres.

Meer informatie over deze fout
Hieronder vindt u het oorspronkelijke bericht

Fout 103 (net::ERR_CONNECTION_ABORTED): Onbekende fout

dit was hem...
 

Marjolein

Miss Marjolein
Bedankt voor het melden, er is een mail naar de hoster dus nu is het even afwachten wat er aan de hand is. Nieuwe meldingen zijn dus niet nodig!
 

Marvinn

Active member
Of http://www.habbotjes.be/browser.php Ongeveer zelfde systeem
yummie.gif


Voor de mensen die de code willen:


Codeblok:



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

[COLOR= #0000BB]<?php[/COLOR]
if [COLOR= #007700]([/COLOR]isset[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]])) {[/COLOR]
[COLOR= #0000BB]$verbind[/COLOR] [COLOR= #007700]=[/COLOR] fsockopen[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]],[/COLOR] [COLOR= #0000BB]80[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errno[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errstr[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]50[/COLOR][COLOR= #007700]);[/COLOR]
if [COLOR= #007700](![/COLOR][COLOR= #0000BB]$verbind[/COLOR][COLOR= #007700]) {[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is offline![/COLOR][COLOR= #007700];
}[/COLOR]
else [COLOR= #007700]{[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is online![/COLOR][COLOR= #007700];
}
}[/COLOR]
else [COLOR= #007700]{
}[/COLOR]
?>
<form method="post" action="">
Website (zonder http://):
<input name="site" type="text" id="site">
<input type="submit" name="Submit" value="Check">
</form>




 

Yorrick

Active member
Nickjexx (link):
Of http://www.habbotjes.be/browser.php Ongeveer zelfde systeem
yummie.gif


Voor de mensen die de code willen:


Codeblok:



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


[COLOR= #0000BB]<?php[/COLOR]
if [COLOR= #007700]([/COLOR]isset[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]])) {[/COLOR]
[COLOR= #0000BB]$verbind[/COLOR] [COLOR= #007700]=[/COLOR] fsockopen[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]],[/COLOR] [COLOR= #0000BB]80[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errno[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errstr[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]50[/COLOR][COLOR= #007700]);[/COLOR]
if [COLOR= #007700](![/COLOR][COLOR= #0000BB]$verbind[/COLOR][COLOR= #007700]) {[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is offline![/COLOR][COLOR= #007700];
}[/COLOR]
else [COLOR= #007700]{[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is online![/COLOR][COLOR= #007700];
}
}[/COLOR]
else [COLOR= #007700]{
}[/COLOR]
?>
<form method="post" action="">
Website (zonder http://):
<input name="site" type="text" id="site">
<input type="submit" name="Submit" value="Check">
</form>









Codeblok:



1
2
3

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/nickjexx/domains/habbotjes.be/public_html/browser.php on line 3

Warning: fsockopen() [function.fsockopen]: unable to connect to sjdskj.com:80 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/nickjexx/domains/habbotjes.be/public_html/browser.php on line 3




emo.gif


Edit: owja, als one2xs down is, is jouw site ook down, dus heb je er niets aan hea..
nopompom.gif
 

Braam

New member
Fanorg (link):

Nickjexx (link):
Of http://www.habbotjes.be/browser.php Ongeveer zelfde systeem
yummie.gif


Voor de mensen die de code willen:


Codeblok:



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


[COLOR= #0000BB]<?php[/COLOR]
if [COLOR= #007700]([/COLOR]isset[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]])) {[/COLOR]
[COLOR= #0000BB]$verbind[/COLOR] [COLOR= #007700]=[/COLOR] fsockopen[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]],[/COLOR] [COLOR= #0000BB]80[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errno[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errstr[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]50[/COLOR][COLOR= #007700]);[/COLOR]
if [COLOR= #007700](![/COLOR][COLOR= #0000BB]$verbind[/COLOR][COLOR= #007700]) {[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is offline![/COLOR][COLOR= #007700];
}[/COLOR]
else [COLOR= #007700]{[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is online![/COLOR][COLOR= #007700];
}
}[/COLOR]
else [COLOR= #007700]{
}[/COLOR]
?>
<form method="post" action="">
Website (zonder http://):
<input name="site" type="text" id="site">
<input type="submit" name="Submit" value="Check">
</form>









Codeblok:



1
2
3

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/nickjexx/domains/habbotjes.be/public_html/browser.php on line 3

Warning: fsockopen() [function.fsockopen]: unable to connect to sjdskj.com:80 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/nickjexx/domains/habbotjes.be/public_html/browser.php on line 3




emo.gif


Edit: owja, als one2xs down is, is jouw site ook down, dus heb je er niets aan hea..
nopompom.gif




Nee, hoeft niet.
One2xs draait ook gewoon op een server..
Dus als de server van one2xs down zijn, hoeft dat niet te betekenen dat de servers van one2xs ook downzijn?
 

Yorrick

Active member
Blah (link):

Fanorg (link):

Nickjexx (link):
Of http://www.habbotjes.be/browser.php Ongeveer zelfde systeem
yummie.gif


Voor de mensen die de code willen:


Codeblok:



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


[COLOR= #0000BB]<?php[/COLOR]
if [COLOR= #007700]([/COLOR]isset[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]])) {[/COLOR]
[COLOR= #0000BB]$verbind[/COLOR] [COLOR= #007700]=[/COLOR] fsockopen[COLOR= #007700]([/COLOR][COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]],[/COLOR] [COLOR= #0000BB]80[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errno[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$errstr[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]50[/COLOR][COLOR= #007700]);[/COLOR]
if [COLOR= #007700](![/COLOR][COLOR= #0000BB]$verbind[/COLOR][COLOR= #007700]) {[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is offline![/COLOR][COLOR= #007700];
}[/COLOR]
else [COLOR= #007700]{[/COLOR]
echo [COLOR= #0000BB]$_POST[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]site[/COLOR][COLOR= #007700]].[/COLOR][COLOR= #DD0000] is online![/COLOR][COLOR= #007700];
}
}[/COLOR]
else [COLOR= #007700]{
}[/COLOR]
?>
<form method="post" action="">
Website (zonder http://):
<input name="site" type="text" id="site">
<input type="submit" name="Submit" value="Check">
</form>









Codeblok:



1
2
3

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/nickjexx/domains/habbotjes.be/public_html/browser.php on line 3

Warning: fsockopen() [function.fsockopen]: unable to connect to sjdskj.com:80 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/nickjexx/domains/habbotjes.be/public_html/browser.php on line 3




emo.gif


Edit: owja, als one2xs down is, is jouw site ook down, dus heb je er niets aan hea..
nopompom.gif




Nee, hoeft niet.
One2xs draait ook gewoon op een server..
Dus als de server van one2xs down zijn, hoeft dat niet te betekenen dat de servers van one2xs ook downzijn?



Ik bedoel als zijn site er uit ligt omdat server 2 raar doet, heb je er niet zo heelveel aan als je wil kijken of je site het doet, wel is het handig voor andere sites maar dan raad ik aan om http://www.downforeveryoneorjustme.com/ te gebruiken, die gebruikt meerdere servers.
 
Status
Niet open voor verdere reacties.
Bovenaan