
Ok went into htdocs. Deleted everything. Pasted all my files. Reopened index.php from there. Still doesn't work. :eusa_wall
I looked at the source of the original page on Habville and found this instead of a simple include:
So I tried putting that in and now it displays this:Code:<?php $page = $_GET['p']; if(!isset($page)) { include("main.php"); } elseif(file_exists ("". $page . ".php")) { include("" . $page . ".php"); } else { print("The page <b>" . $page . ".php</b> does not exist."); } ?>
" . $page . ".php does not exist."); } ?>
I obviously don't have a clue so I'm sorry for waisting everyone's time :rolleyes:.
I'm going through file:///C:/xampp/htdocs/site/index.phpOkay are you going to it through http://localhost/index.php ?
what do I need to do to go through "localhost"?
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
Is xampp started? If not, there's your problem.
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
Yup, I believe u have to start it manually..
and just type in your web address as : http://localhost
Yes. There's four boxes to tick: Apache, MySql, FileZilla, Mercury (that one's faded though). I've ticked the first one because I saw someone mention it earlier.
Do I need to do something else with XAMPP?
"RETIRED" FROM HABBO(X)
:¬:
TOMSPIT / COWLY05
Want to hide these adverts? Register an account for free!