Pages: PreviousFirst...282283284285286Next
Current Page: 285 of 286
Results 8521 - 8550 of 8552
16 years ago
stevenmartin99
have u tried windows add remove?
Forum: WampServer English
16 years ago
stevenmartin99
your windows firewall is blocking mysql from running you will need to exempt it if u open ur mysql logfile u will see mysql starting and then ending wih in 30secs open up control panel firewalls and then the tab exceptions and allow mysql-nt.exe or if u havent restarted your computer? restart it and mysql may try to run itself-windows will see this and give you the option t
Forum: WampServer English
16 years ago
stevenmartin99
wat are u running ? xp? if its running properly it will do it all itself and u just type in localhost in the browers and nothing else, wat colour is ur wamp icon? have u ever had a server on this computer?
Forum: WampServer English
16 years ago
stevenmartin99
if the server is on the computer only u need to use localhost. goto this h t t p : / / l o c a l h o s t / i n d e x . p h p if u get the wamp screen then its all working ur files shud be at h t t p : / / l o c a l h o s t / f b c / t e s t f i l e . p h p
Forum: WampServer English
16 years ago
stevenmartin99
where are u putting the files on the server? is the index.php file that was in the www folder running?
Forum: WampServer English
16 years ago
stevenmartin99
yes im sure this is ur problem. wampserver2.0 ships with short tags disabled, left click wamp icon >phpsettings> and second from the top is short open tag. tick it
Forum: WampServer English
16 years ago
stevenmartin99
where are u hosting the site from? is it up on the net? or just on ur computer? is ur server set to access outside? ur isp could be even blocking this.... use someone elses smtp setings like a gmail account.
Forum: WampServer English
16 years ago
stevenmartin99
yes it will send the email, maybe u should forget the verifying bit,,,,,,its complicated if u dunno wat ur doing. u need to generate a link that will pull up a verification page that will test there detials and check the database,,, lot of trouble for just a project
Forum: WampServer English
16 years ago
stevenmartin99
no no no you send them a link that is relevant to there details only if they dont input there email and password it wont work they will have to read email to get the link,,, yes u will need to use phps email sending,,, I Cant see another way arounf this if u cant use javascript.
Forum: WampServer English
16 years ago
stevenmartin99
there isnt a way to post a form twice with out it.. but after u sumbit the details to ur php process form file u could use php to send the email i presume there username will be there email? else u will have to collect it in the form also <?php $username==$email; $subject = "subject text!"; $body = "main message"; if (mail($email, $subject, $body)) { ech
Forum: WampServer English
16 years ago
stevenmartin99
im just showing the steps of setting it up- you should have a user and password to log into mysql the only way to send a verifcation email is to use javascript to process the form twice div style="visibility:hidden"> <iframe name="ifr1" width="20" height="20"></iframe> <iframe name="ifr2" width="20" height=&
Forum: WampServer English
16 years ago
stevenmartin99
this would be on your page with the form ------------------------------------------------------------------------------------ <form action="processform.php" METHOD="POST" enctype="multipart/form-data" > <input name="username" type="text" size="20"/> <input name="password" type="password" size=&q
Forum: WampServer English
16 years ago
stevenmartin99
well if u wanna email it just make up a form <form name="input" action="mailto:you@yourdomain.com'" method="post"> Username: <input type="text" name="user"> Password: <input type="password" name="password"> <input type="submit" value="Submit"> </form> th
Forum: WampServer English
16 years ago
stevenmartin99
why smtp? cant you use php to record them in a database, or use a form to email them to you? i can help with code for these...
Forum: WampServer English
16 years ago
stevenmartin99
u never sed wat version of windows and wamp i presume xp and wampserver 2.0? just try this open windows fire wall exceptions click ports key in name- wampmysqld-nt port - 3306 thats all i can do for u sorry
Forum: WampServer English
16 years ago
stevenmartin99
maybe if your running that file? ones for network ones not. wont make a difference if there both exempt give it a try.. i really dunno where u go from there if u cant get windows to allow it to run
Forum: WampServer English
16 years ago
stevenmartin99
the service id called wampmysqld-nt but the file that needs access for this to run is mysqld-nt.exe found in wamp/mysql/bin
Forum: WampServer English
16 years ago
stevenmartin99
mysql not running.
Forum: WampServer English
16 years ago
stevenmartin99
no this log is not ok.. its being shut down. i had this problem on vista. and it was because vista was not set up to allow the service,or the firewall is blocking it, during setup did windows ask to allow the service? wat version of xp are u running any firewalls like zonealarms? or skype using port 3306 too? i deleted using windows add/remove then deleted the left over wamp folder...re
Forum: WampServer English
16 years ago
stevenmartin99
sounds silly but did u restart after you installed? i installed recently and wen i restarted it only asked me then to accpet or deny servies running..
Forum: WampServer English
16 years ago
stevenmartin99
a few reasons for this can be- 1.another program is running on 3306 check this by going to windows startbar/run and type in cmd then key in netstat -a a list will appear 2.mysql is crashing, open the folder wamp/logs/mysql_error.log and check it, print some of it here so i can see 3.you have another mysql service running. open services.msc is the window start>run
Forum: WampServer English
16 years ago
stevenmartin99
actually have you modified the http.conf file yet? you will need to change the server name.about 100lines down in this file which is loctated at wamp/apache2/conf/httpd.conf you will see this ServerName localhost change it to ServerName 192.168.0.xx change xx to watever the machine is then restart wamp by left clicking icon and pressing restart the icon should go red - then ye
Forum: WampServer English
16 years ago
stevenmartin99
there shouldnt be any problem here... if works on his machine and the network is connected then then going to [192.168.0.11] will bring up his default webpage which will be the wamp welcome screen
Forum: WampServer English
16 years ago
stevenmartin99
are you running a copy of wampserver on each computer?? if so just left click the wamp icon and select put online then each server will be available at the computers ip address as long as the network is setup correctly. i presume in windows>network places you can see each computer.
Forum: WampServer English
16 years ago
stevenmartin99
this is very strange. you say the mysql console works? are you sure? you should see a prompt line like this in the console after u press enter where it says " password: " mysql> if you type in here mysql> show databases; you will get a list. it may say none so key in mysql> create database test2; you should get this mysql> create da
Forum: WampServer English
16 years ago
stevenmartin99
yes if you left click wamp icon on the tray and go to php>php extentsions- and make sure php_mysql is ticked.
Forum: WampServer English
16 years ago
stevenmartin99
did u restart ur pc? vista needs a restart to allow mysqld-bt to be allowed or denied to run
Forum: WampServer English
16 years ago
stevenmartin99
16 years ago
stevenmartin99
hi. are u using vista or xp? i had this problem before and it was all because i never restarted my computer after instalation, only when i restarted thst vista realised that mysqld-nt was a service that needed to be allowed and asked me was it ok to do so. others have found that this problem is fixed by making sure the php extention php_mysql is turned on. lefT click on the wamp5 taskbar ico
Forum: WampServer English
16 years ago
stevenmartin99
why is it that mysql-nt and wampmysqld need to be allowed to run. i dunno why this is the case as once its running the only service is wampmysqld for mysql. but iv installed Rremoved and reinstalled wamp2.0 4 times now and windows definitaly asks should it block or let run "mysql-nt" is this a problem with bundling mysql into wampserver2? iv never had this problem with an
Forum: WampServer English
Pages: PreviousFirst...282283284285286Next
Current Page: 285 of 286