Current Page: 1 of 1
Results 1 - 24 of 24
15 years ago
Jamesking55
Try Reinstalling WAMP Server?
Forum: WampServer English
15 years ago
Jamesking55
Hello! Have you tried just turning on the PHP Extensions MySQL and MYSQLI?
Forum: WampServer English
15 years ago
Jamesking55
Hello! So you are saying that when you use IP Address then it win't connect to MYSQL? If so, I know exactly what is wrong Are you using Wireless Internet or a Router? If so, You will need to PortForward port 80 (TCP & UDP) to allow outsiders access to your WAMP Server Also, Make sure your WAMP Server is Online! (white with NO lock) If you have done that then it should wo
Forum: WampServer English
15 years ago
Jamesking55
You have 2 errors with your code, 1. HTML File - you have put "methos" instead of "method" 2. PHP File - The Script doesn't get chance to execute because the first tag you put "<?php>" instead of "<?php", DELETE THE END GREATER THAN!
Forum: WampServer English
15 years ago
Jamesking55
Sometimes Antivirus can disable port 80 Try changing the port settings in Apache httpd.conf file to 81 and try again
Forum: WampServer English
15 years ago
Jamesking55
Is Safe_Mode on or off? Check Safe_Mode then Write Back
Forum: WampServer English
15 years ago
Jamesking55
I dont think you should of installed WampServer 2 over WAMP5, Try Uninstalling and then reinstalling
Forum: WampServer English
15 years ago
Jamesking55
To Enable these features for worldwide access all you need to do is go on your WAMPManager then go on Apache Then Alias Directories then choose your Application then click edit alias then, ignore the parts with hashes then, delete the line that says "Deny from all" then where it says "Allow from 127.0.0.1", change it to "Allow from all"
Forum: WampServer English
15 years ago
Jamesking55
uninstall it then re-install it and see what happens
Forum: WampServer English
15 years ago
Jamesking55
You mean the web-based manager? if you do, the files for the web-based manager are at: WAMPFOLDER/apps/sqlitemanager1.2.0
Forum: WampServer English
15 years ago
Jamesking55
do you have a ".htaccess" file in the www folder? if so, delete it
Forum: WampServer English
15 years ago
Jamesking55
you need a TMP directory for WampServer to function properly, for some reason when you installed it obviously failed to make the TMP directory. So, Here I will tell you the structure for the TMP directory so you can make it manually: you need to make a folder called tmp im the WAMPServer folder Then you need a file in there called "session_dir", in that "session_dir"
Forum: WampServer English
15 years ago
Jamesking55
Your host must have different PHP settings to your WAMP Server, They probably have Safe_mode as on, you probably have it as off. Check with your webhost.
Forum: WampServer English
15 years ago
Jamesking55
for SQL details use the default details, use these details below: MySQL Connection: Localhost MySQL Username: root MySQL Password: NOTE: There is NO MySQL password... There
Forum: WampServer English
15 years ago
Jamesking55
some routers don't allow you to portforward port 80 even though it says portfrwarded it probably isnt here is a little workaround, you need to open up "httpd.conf" (the apache config file) and edit: Where it says "listen 80" change to "listen 81" Now just portforward port 81 instead and try again hope it works! Also you may have to browse to inste
Forum: WampServer English
15 years ago
Jamesking55
Why don't you use PHP? PHP is a lot easier than C++ without all the hassle as PHP is installed on WAMPServer already Here, take a look at this guide.....
Forum: WampServer English
15 years ago
Jamesking55
That error tells me that your .htaccess files on those sites are configured incorrectly Either: Fix it or Delete the .htaccess files then it should work
Forum: WampServer English
15 years ago
Jamesking55
You cant..... but you can install antoehr WAMPSERVER on a different PC.........
Forum: WampServer English
15 years ago
Jamesking55
if people are accessing outside of a local machine: 1. IF you put WAMPSERVER to offline and someone on another PC accesses it by your IP Address it comes up "Forbidden" 2. IF you put WAMPSERVER to online and someone on another PC accesses it by your IP Address it lets them in!
Forum: WampServer English
15 years ago
Jamesking55
Hey! Could I get one? Maybe you could post a link to rapidshare or something to save asking...
Forum: WampServer English
15 years ago
Jamesking55
Did you enable Apache Rewrite Module?
Forum: WampServer English
15 years ago
Jamesking55
I just used an online generator to generate a htaccess and a htpasswd file for you: They are below: .htaccess: ------------------------ AuthName "Restricted Area" AuthType Basic AuthUserFile C:/Users/Jared/WAMP/www/php/private/.htpasswd AuthGroupFile /dev/null <Files index.html> require valid-user </Files> ----------------------- .htpasswd --------------
Forum: WampServer English
15 years ago
Jamesking55
I think you have to wait till everything is started first if you still have problems try reinstalling
Forum: WampServer English
15 years ago
Jamesking55
You could leave your WAMPServer on all the time then just ask people to connect using your IP Address
Forum: WampServer English
Current Page: 1 of 1