Page 2 of 3

Re: xampp wont work

PostPosted: 01. October 2011 20:36
by fcbarca18
no then i dont have it...and sorry didnt understand the last part could you dumb it down for me? im just 15 and im following some instructions on youtube. which request?

Re: xampp wont work

PostPosted: 01. October 2011 20:39
by Sharley
fcbarca18 wrote:and what info did we not give you?
XAMPP version and your Windows OS.

fcbarca18 wrote:there is one file that says signup
You will need to configure Windows to display known file types, at the moment this is not selected.

Re: xampp wont work

PostPosted: 01. October 2011 20:41
by fcbarca18
Sharley wrote:
fcbarca18 wrote:and what info did we not give you?
XAMPP version and your Windows OS.


ahh so sorry this is the download file xampp win32 1.7.3.exe

and im using windows vista
fcbarca18 wrote:there is one file that says signup
You will need to configure Windows to display known file types, at the moment this is not selected.


oh...where could i find how to do that?:/

Re: xampp wont work

PostPosted: 01. October 2011 20:42
by Altrea
Your Webserver is waiting for requests to process and sending back.
Your error.log logs misleading requests he gets and other errors.

[Sat Oct 01 14:32:46 2011] [error] [client ::1] script 'C:/xampp/htdocs/signup.php' not found or unable to stat

This is one of that misleading request attempts. You can see the time the request arrived, the status, the requesting IP (in your case ::1 which is your own pc) and the error, in that case, that the file C:/xampp/htdocs/signup.php can't be found.

But someone (you) have typed in that request in the browser. Someone typed in http://signup.php and apache searches that file in his folders.

Re: xampp wont work

PostPosted: 01. October 2011 20:46
by fcbarca18
Altrea wrote:Your Webserver is waiting for requests to process and sending back.
Your error.log logs misleading requests he gets and other errors.

[Sat Oct 01 14:32:46 2011] [error] [client ::1] script 'C:/xampp/htdocs/signup.php' not found or unable to stat

This is one of that misleading request attempts. You can see the time the request arrived, the status, the requesting IP (in your case ::1 which is your own pc) and the error, in that case, that the file C:/xampp/htdocs/signup.php can't be found.

But someone (you) have typed in that request in the browser. Someone typed in http://signup.php and apache searches that file in his folders.



ahh so what file is supposed to be located when i type in localhost/signup.php?

if thats your question I don't really know, if you want i can show you the youtube video im following...would that help?

Sorry this is such a pain doing this was kind of a shot in the dark for me but something i would like to finish

Re: xampp wont work

PostPosted: 01. October 2011 20:50
by Sharley
Is this a windows version of the game or a Linux version often the Linux versions do not have file name extensions and won't work in XAMPP for Windows.

Re: xampp wont work

PostPosted: 01. October 2011 20:50
by Altrea
fcbarca18 wrote:ahh so what file is supposed to be located when i type in localhost/signup.php?

Your Apache does have a base directory. By XAMPP default thats \xampp\htdocs\
So if you request http://localhost/signup.php it will search a signup.pgp file inside his base directory.
If you would request http://localhost/folder/signup.php it will search for signup.php in \xampp\htdocs\folder\

fcbarca18 wrote:if thats your question I don't really know, if you want i can show you the youtube video im following...would that help?

Yeah, i think that will make some things more clear

Re: xampp wont work

PostPosted: 01. October 2011 20:54
by fcbarca18
http://www.youtube.com/watch?v=DnPLEHU9guk&feature=related

this is the link to the video

and sharley..is there any way of finding out what version it is?
http://www.mediafire.com/?gv9k3m869fs7qcb

this is the link where i downloaded the xampp files

Re: xampp wont work

PostPosted: 01. October 2011 20:56
by Altrea
fcbarca18 wrote:http://www.youtube.com/watch?v=DnPLEHU9guk&feature=related

In Germany i can't watch this video because of the Music rights and missing contracts with the german GEMA :D

Re: xampp wont work

PostPosted: 01. October 2011 20:58
by fcbarca18
Altrea wrote:
fcbarca18 wrote:ahh so what file is supposed to be located when i type in localhost/signup.php?

Your Apache does have a base directory. By XAMPP default thats \xampp\htdocs\
So if you request http://localhost/signup.php it will search a signup.pgp file inside his base directory.
If you would request http://localhost/folder/signup.php it will search for signup.php in \xampp\htdocs\folder\


neither of these links work for me..they give me the same page with this error:
Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

localhost
10/1/2011 3:56:54 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1

Re: xampp wont work

PostPosted: 01. October 2011 21:03
by Jake1244
Altrea wrote:signup.php is not a xampp file.

so where does that request come from?
which file should that be?


whats an xampp file then?

Re: xampp wont work

PostPosted: 01. October 2011 21:03
by fcbarca18
ok
these are the files he give me:
Files:http://www.mediafire.com/?x101khp11rpbk3i
Xampp:http://www.mediafire.com/?gv9k3m869fs7qcb
Hamachi:https://secure.logmein.com/products/hamachi/download.aspx

Step 1:download the xampp
step 2: download hamachi link
step 3:extract the files
step 4: install xampp
step 5: put the files in htdocs
step 6: start apache and mysqql
step 7: goto localhost/phpmyadmin and create a database called tube
step 8: import database
step 9: go into database and goto tube_servers and put your hamachi ip in
step 10: go to emu and pur your hamachi ip in configs server
step 11: goto localhost/signup.php/ create an account (cant do that)
step 12: go to emu and start the server (but i can do this)
step 13: login and enoy

Re: xampp wont work

PostPosted: 01. October 2011 21:08
by Sharley
Do you have any more files without extensions as this may take us back to the Windows known files issue.

@Altrea
:D That's as bad as trying to watch a youtube movie when dial-up is your only connection choice - no chance.

Re: xampp wont work

PostPosted: 01. October 2011 21:11
by fcbarca18
Sharley wrote:Do you have any more files without extensions as this may take us back to the Windows known files issue.

@Altrea
:D That's as bad as trying to watch a youtube movie when dial-up is your only connection choice - no chance.


if a under categories is says that the file (example) armor is a php file...is that without an extension? if it is...a lot of files have no extension.

soo...this is what a lot of my files look like

file type
armor PHP file

Re: xampp wont work

PostPosted: 01. October 2011 21:14
by fcbarca18
fcbarca18 wrote:
Sharley wrote:Do you have any more files without extensions as this may take us back to the Windows known files issue.

@Altrea
:D That's as bad as trying to watch a youtube movie when dial-up is your only connection choice - no chance.


if a under categories is says that the file (example) armor is a php file...is that without an extension? if it is...a lot of files have no extension.

soo...this is what a lot of my files look like

file type
armor PHP file



actually...none of them have extensions...feel dumb for not realizing this earlier...what do i do? :oops: