Pages: 12345...LastNext
Current Page: 1 of 79
Results 1 - 30 of 2356
16 years ago
CyberSpatium
does wamp say all services running or just one service running? because of compatibly issues make sure you do not have any other versions of apache installed. also make sure port 80 is enabled in your firewall and apache is enabled to access permissions in windows filewall. if you have windows xp pro or windows 2003 make sure microsofts webserver IIS is not running. both iis and apache use port 8
Forum: WampServer English
16 years ago
CyberSpatium
do you have any other versions of apache or mysql installed? if so you need to uninstall those extra programs and use wamp only. you should also preform a clean install of wamp. 1. uninstall wamp 2. delete the c:\wamp directory 3. restart pc 4. install wamp again.
Forum: WampServer English
16 years ago
CyberSpatium
make sure the tray icon is not hidden. click on the less than ( < ) before you tray icons to show hidden icons.
Forum: WampServer English
16 years ago
CyberSpatium
404 errors are file not found errors. this means you are not pointing to the correct location to the php file in your script.
Forum: WampServer English
16 years ago
CyberSpatium
what exactly do you mean by "coded form"??? Configuring Apache to Work over your Network: Try to find the IP address of the computer that the web server is installed on. On Windows type ipconfig in a command box. You should then be able to look at the site from another computer in the same network by typing where the x represents your IP address. For example, on my computer (W
Forum: WampServer English
16 years ago
CyberSpatium
you can use different ports. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is for web
Forum: WampServer English
16 years ago
CyberSpatium
you can only have php files with a php extension. anything else and the php code will not get parsed by apache. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide her
Forum: WampServer English
16 years ago
CyberSpatium
no, wamp comes with mysql only. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is for we
Forum: WampServer English
16 years ago
CyberSpatium
wamp works fine with vista. make sure you do not have any other copies of mysql installed. make sure that port 3306 is allowed in your firewall. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check ou
Forum: WampServer English
16 years ago
CyberSpatium
change: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy all Allow from 123.456.789 </Directory> to: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy all Allow from 127.0.0.1 Allow from YOUR.FIRST.IP.ADDRESS Allow from YOUR.SECOND.IP.ADDRESS </Directory> CyberSpatium -----------
Forum: WampServer English
16 years ago
CyberSpatium
you can use apache Allow from directive to control access to wamp: CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog -
Forum: WampServer English
16 years ago
CyberSpatium
put wamp in online mode and use your ip address CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blo
Forum: WampServer English
16 years ago
CyberSpatium
wamp was designed and developed to be for local testing and development only. it has no security in place at all. this means any 10 year old with an internet connection can hack your server easily. if you insist on running your own server, then do not put any personal or private data on the server, such as customers names, address, passwords, cc numbers, ss numbers, etc. and dont think because
Forum: WampServer English
16 years ago
CyberSpatium
start wamp, left click on the wamp tray icon -> php settings -> php extensions -> php_gd2 CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Deve
Forum: WampServer English
16 years ago
CyberSpatium
wamp does not come with support for ssl CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is
Forum: WampServer English
16 years ago
CyberSpatium
in order for your php code to work, it needs to be parsed by apache. apache can only process php files where it expects them (DocumentRoot setting). So, they need to be put in the c:\wamp\ww folder. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyw
Forum: WampServer English
16 years ago
CyberSpatium
to allow others to access phpmyadmin but not the outside world, you can use the apache allow directive. left click on the wamp tray icon -> alias directories -> -> edit alias find: Allow from 127.0.0.1 below that add all your allowable ip addresses Allow from 111.111.111.1 Allow from 222.222.222.2 save the file and restart apache for the changes to take effect. CyberSpatium ---
Forum: WampServer English
16 years ago
CyberSpatium
ta5na wrote: > Hello mate, > > I have bought a domain name from Godaddy and i would like to > use it on the WAMP server. I have tried adding the address and > the ip address on the domain name to the file > "c:\windows\system32\drivers\etc\hosts" for some reason its not > doing anything. anything in your hosts file is only accessable to you. to get your domain na
Forum: WampServer English
16 years ago
CyberSpatium
Here are some phpmyadmin tutorials form my site Web Development for Newbies Blog. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Ne
Forum: WampServer English
16 years ago
CyberSpatium
a root user can do anything with your databases and data. if your server gets hack or someone runs an sql injection attack they can do whatever they want if they get your data. access it, change it, steal it, delete it, and more. if you store personal information from your customers, then the hackers could get whatever is stored there. credit card info, social security numbers, addresses, user
Forum: WampServer English
16 years ago
CyberSpatium
you need admin level privileges to run apache and mysql CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out m
Forum: WampServer English
16 years ago
CyberSpatium
if you want to monitor your server you can do it much easier if you use the mysql administrator. if is freeware so you can dont have to pay for it. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? C
Forum: WampServer English
16 years ago
CyberSpatium
run this code and see if status is listed there <?php phpinfo(); ?> CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Bl
Forum: WampServer English
16 years ago
CyberSpatium
once again, wamp does not come with an smtp server, so php mail() function will not work. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development f
Forum: WampServer English
16 years ago
CyberSpatium
open your php.ini file and find: extension=php_zlib_filter.dll below that add: extension=php_dbg.dll then add this to the end debugger.hosts_allow= 127.0.0.1 localhost debugger.hosts_deny=ALL debugger.ports=7869, 10000/16 now save the file and restart apache for the new settings to take effect. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for d
Forum: WampServer English
16 years ago
CyberSpatium
this is by far the best resource on the net for port forwarding info. i go here often!~ CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development f
Forum: WampServer English
16 years ago
CyberSpatium
you cannot just add new mysql users by editing the config file. you will need to login to phpmyadmin and create the users. why do you need to use the mysql console? you can just do everything in phpmyadmin. read the phpmyadmin section of my manual. link to my manual is in my sig. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only)
Forum: WampServer English
16 years ago
CyberSpatium
ok, then you where using mysql 4. the latest wamp uses mysql 5. these versions are incompatible, so when you added your old mysql data to your new server, they wont work. to get them to work, you will need to install and older version of wamp the comes with mysql 4, or you will need to use OLD_PASSWORDS: CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (
Forum: WampServer English
16 years ago
CyberSpatium
try www.mywebpage.com/status.php CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is for w
Forum: WampServer English
16 years ago
CyberSpatium
what error message(s) are you getting? CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security Suite 7.0.x Spyware Terminater 2.x CounterSpy 2.5.x Need help? Check out my WAMP User Manual/Guide here! Web Development for Newbie's Blog - Check out my new blog. It is
Forum: WampServer English
Pages: 12345...LastNext
Current Page: 1 of 79