De Webserver

BasDev

Active member
Hey one2xsers,

Ik heb een vraagje (vooral aan Lennard en Ruben)
Als het mogelijk is kunnen jullie dan file_get_contents op de webserver aanzetten ofzo?
Want ik ben bezig met een website die je habbo missie laat zien.

Script:

Codeblok:



1
2
3
4
5
6
7
8
9

[COLOR= #0000BB]<?php
$naam4[/COLOR] [COLOR= #007700]=[/COLOR] [COLOR= #0000BB]$_GET[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]"naam4"[/COLOR][COLOR= #007700]];[/COLOR]
[COLOR= #0000BB]$habbourl[/COLOR] [COLOR= #007700]=[/COLOR] [COLOR= #DD0000]"http://www.habbo.nl/home/$naam4"[/COLOR][COLOR= #007700];[/COLOR]

[COLOR= #0000BB]$data[/COLOR] [COLOR= #007700]=[/COLOR] file_get_contents[COLOR= #007700]([/COLOR][COLOR= #0000BB]$habbourl[/COLOR][COLOR= #007700]);[/COLOR]
[COLOR= #0000BB]$explode[/COLOR] [COLOR= #007700]=[/COLOR] explode[COLOR= #007700]([/COLOR][COLOR= #DD0000]"<div class="profile-motto">"[/COLOR][COLOR= #007700],[/COLOR][COLOR= #0000BB]$data[/COLOR][COLOR= #007700]);[/COLOR]
[COLOR= #0000BB]$readend[/COLOR] [COLOR= #007700]=[/COLOR] explode[COLOR= #007700]([/COLOR][COLOR= #DD0000]"<div class="clear">"[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$explode[/COLOR][COLOR= #007700][[/COLOR][COLOR= #0000BB]1[/COLOR][COLOR= #007700]]);[/COLOR]
echo [COLOR= #0000BB]$readend[/COLOR][COLOR= #007700][[/COLOR][COLOR= #0000BB]0[/COLOR][COLOR= #007700]] .[/COLOR] [COLOR= #DD0000]" "[/COLOR][COLOR= #007700];[/COLOR]
?>




 

BasDev

Active member
Bij mij zegt hij dat hij het bestand niet kan vinden ... Maar op me andere host doet hij het wel dus lijkt me van niet?
 

Ruben

New member
Nouja, als hij het bestand niet kan vinden dan zal dat bestand er waarschijnlijk niet zijn he..
emo.gif
 

Rik

Eindbaas
Forumleiding
http://just-rik.nl/test/file_get_contents.php


Codeblok:



1
2
3
4
5
6
7
8
9
10

[COLOR= #0000BB]<?php[/COLOR]

echo [COLOR= #DD0000]Intern file_get_contents()<br />[/COLOR][COLOR= #007700];[/COLOR]
[COLOR= #0000BB]$var[/COLOR] [COLOR= #007700]=[/COLOR] file_get_contents[COLOR= #007700]([/COLOR][COLOR= #DD0000]contents.txt[/COLOR][COLOR= #007700]);[/COLOR]
echo [COLOR= #0000BB]$var[/COLOR][COLOR= #007700];[/COLOR]
echo [COLOR= #DD0000]<br /><br />Externe file_get_contents()<br />[/COLOR][COLOR= #007700];[/COLOR]
[COLOR= #0000BB]$var[/COLOR] [COLOR= #007700]=[/COLOR] file_get_contents[COLOR= #007700]([/COLOR][COLOR= #DD0000]http://www.just-rik.nl/test/contents.txt[/COLOR][COLOR= #007700]);[/COLOR]
echo [COLOR= #0000BB]$var[/COLOR][COLOR= #007700];[/COLOR]

?>




 

Milan

New member
Werkt dit ook niet?


Codeblok:



1
2
3
4
5
6
7
8
9

[COLOR= #0000BB]<?php
$naam4[/COLOR] [COLOR= #007700]=[/COLOR] [COLOR= #0000BB]$_GET[/COLOR][COLOR= #007700][[/COLOR][COLOR= #DD0000]"naam4"[/COLOR][COLOR= #007700]];[/COLOR]
[COLOR= #0000BB]$habbourl[/COLOR] [COLOR= #007700]=[/COLOR] [COLOR= #DD0000]"http://www.habbo.nl/home/"[/COLOR] [COLOR= #007700].[/COLOR] [COLOR= #0000BB]$naam4[/COLOR] [COLOR= #007700].[/COLOR] [COLOR= #DD0000]".php"[/COLOR][COLOR= #007700];[/COLOR]

[COLOR= #0000BB]$data[/COLOR] [COLOR= #007700]=[/COLOR] file_get_contents[COLOR= #007700]([/COLOR][COLOR= #0000BB]$habbourl[/COLOR][COLOR= #007700]);[/COLOR]
[COLOR= #0000BB]$explode[/COLOR] [COLOR= #007700]=[/COLOR] explode[COLOR= #007700]([/COLOR][COLOR= #DD0000]"<div class="profile-motto">"[/COLOR][COLOR= #007700],[/COLOR][COLOR= #0000BB]$data[/COLOR][COLOR= #007700]);[/COLOR]
[COLOR= #0000BB]$readend[/COLOR] [COLOR= #007700]=[/COLOR] explode[COLOR= #007700]([/COLOR][COLOR= #DD0000]"<div class="clear">"[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$explode[/COLOR][COLOR= #007700][[/COLOR][COLOR= #0000BB]1[/COLOR][COLOR= #007700]]);[/COLOR]
echo [COLOR= #0000BB]$readend[/COLOR][COLOR= #007700][[/COLOR][COLOR= #0000BB]0[/COLOR][COLOR= #007700]] .[/COLOR] [COLOR= #DD0000]" "[/COLOR][COLOR= #007700];[/COLOR]
?>




 

Zollerapos

New member
Spelmaffia:
net werkte het wel maar nu niet meer!


Omg,
Dat is een retro
xd.png


En Muziek op een site is ook niet meer toegestaan,
Daarvoor moet je ook al een Sena Lincentie voor kopen
xd.png


Je bent zo lekker bezig Freek
biggrin.gif
 
Bovenaan