Pages: Previous12345...LastNext
Current Page: 4 of 79
Results 91 - 120 of 2356
16 years ago
CyberSpatium
newbies can learn how to install, run, and configure wamp and more. the link to my manual is in my forum signature. 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
Forum: WampServer English
16 years ago
CyberSpatium
wamp comes with no security in place at all. putting an unsecured smtp server on your personal computer is a terriable idea. if you need to use email with wamp, you can program email functionally into your scripts using the php class called phpmailer. just uploading this class to your website will not get it to work. you need to program your php scripts to use this class. i used this class to
Forum: WampServer English
16 years ago
CyberSpatium
put a file called phpmyadmin.conf in this directory: C:\wamp\Apache2\conf\alias now put this text in that file: Alias /phpmyadmin/ "c:/wamp/phpmyadmin/" <Directory "c:/wamp/phpmyadmin/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> CyberSpatium ------------------
Forum: WampServer English
16 years ago
CyberSpatium
I suggest you do a clean uninstall and a fresh install. - uninstall wamp - delete the c:\wamp folder - restart pc - install latest wamp also make sure you only have one version of apache, mysql, php, etc installed. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Secu
Forum: WampServer English
16 years ago
CyberSpatium
wamp is not designed for being used in a production environment. it comes with no security in place at all. just because you use a firewall does mean you will not get hacked. a firewall will not protect you from sql injection, cross site scripting and other issues. >I don't want people to see that menu when I'm hosting a certain website put your own index.php file in c:\wamp\www CyberSpati
Forum: WampServer English
16 years ago
CyberSpatium
you can create/generate sql code using php: $user = 'root'; $pass = 'password'; $host = 'localhost'; $dblink = mysql_connect($user, $pass, $hostr); $sql = ' CREATE TABLE customer (First_Name char(50), Last_Name char(50), Address char(50), City char(50), Country char(25), Birth_Date date) '; mysql_query ($dblink, $sql); or you can use phpmyadmin to setup databases. CyberSpatium -----------
Forum: WampServer English
16 years ago
CyberSpatium
which service is working apache or 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 my new blog. It
Forum: WampServer English
16 years ago
CyberSpatium
i have a section in my manual that covers that exactly. you can find the link to my manual in my sig. 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
Forum: WampServer English
16 years ago
CyberSpatium
undo all the changes you made to any config files. restart apache for your changes to take effect. put wamp in online mode and access it: if you put wamp in offline mode, use: when wamp is in offline mode it is only accessible by you using your local computer. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista U
Forum: WampServer English
16 years ago
CyberSpatium
thx for bringing that to my attention. i have edited and fixed my sig now. 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
Forum: WampServer English
16 years ago
CyberSpatium
how many copies do you have installed? 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
apache stores all of the latest errors at the very bottom of the error.log file, so check again and scroll down to the bottom to see the latest errors. 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?
Forum: WampServer English
16 years ago
CyberSpatium
make sure their is a triangle next to php_pspell. also run phpinfo() and check to see if pspell is listed there. 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
Forum: WampServer English
16 years ago
CyberSpatium
read the "setting up apache in a network" section of my wamp manual. the link to my manual is in my sig. 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 Us
Forum: WampServer English
16 years ago
CyberSpatium
did you move wamp's phpmyadmin folder? it need to be located in the c:\wamp folder to 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 Developm
Forum: WampServer English
16 years ago
CyberSpatium
http://forum.wampserver.com/read.php?f=2&i=16315&t=16315 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 - Che
Forum: WampServer English
16 years ago
CyberSpatium
make sure you edit the correct php file: c:\wamp\apache2\bin\php.ini restart apache after editing the php.ini file for the changes to take effect. 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? Che
Forum: WampServer English
16 years ago
CyberSpatium
I have my websites hosted at 1and1.com, and they let users add custom php.ini files to their diretories to override their default php.ini setttings. for examle, if I wanted to change their default post_max_size setting from the default of 8M to 25M i just create a php.ini file with: post_max_size = 25M and upload it to my website and it would change the default 1and1.com php's post_max_size s
Forum: WampServer English
16 years ago
CyberSpatium
first of all wamp is designed for local testing and development only. it has absolutely no security in place to protect it to be a production server. to fix your problem: http://forum.wampserver.com/read.php?f=2&i=16291&t=16284 CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspers
Forum: WampServer English
16 years ago
CyberSpatium
include ('../libs/_YOUR_PHP_LIBRARY_FILE_HERE_'); 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 ne
Forum: WampServer English
16 years ago
CyberSpatium
dont open it directly, use: 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
use the wamp tray icon menu left click on the wamp tray icon -> php settings -> php extensions -> php_pspell 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/
Forum: WampServer English
16 years ago
CyberSpatium
use wamps menu left click on the wamp tray icon -> php settings -> php extensions -> php_pdf 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! W
Forum: WampServer English
16 years ago
CyberSpatium
open php.ini ( c:\wamp\apache2\bin\php.ini ): find: post_max_size = 8M change to: post_max_size = 750M find: upload_max_filesize = 2M change to: upload_max_filesize = 750M save the file and restart apache for the changes to take effect. CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) K
Forum: WampServer English
16 years ago
CyberSpatium
you cannot not run perl scripts if you dont have perl installed 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 - Ch
Forum: WampServer English
16 years ago
CyberSpatium
wamp is for local testing and development, not to be a production server. it does not come with an smtp server to so you cannot send emails with 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? Che
Forum: WampServer English
16 years ago
CyberSpatium
save all the files/folders in C:\wamp\mysql\data. backup all your website files located in c:\wamp\www. the latest versions of wamp are not upgradeable, so you will need to do a complete uninstall and reinstall 1) uninstall wamp 2) delete the c:\wamp folder 3) restart pc 4) install latest wamp now put back all your backed up files. CyberSpatium ---------------------- WAMP English Forum Adm
Forum: WampServer English
16 years ago
CyberSpatium
the wamp uninstaller leaves some files arround like databases and website files. you need to do a complete uninstall and reinstall wamp again uninstall wamp delete the c:\wamp folder restart pc install latest wamp CyberSpatium ---------------------- WAMP English Forum Admin I have WAMP5 working with (for development use only): Windows Vista Ultimate x64 (64 bit) Kaspersky Internet Security
Forum: WampServer English
16 years ago
CyberSpatium
wamp comes setup to only allow access to phpmyadmin to localhost. this keeps anyone else from being able to access phpmyadmin steal/change/delete/etc your databases and data. if you need to allow access to the outside world you need to put some protection in place. first, you will need to edit your root users permissions and add a password for the root user. mysql comes with the root user with n
Forum: WampServer English
16 years ago
CyberSpatium
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 developers, and especially t
Forum: WampServer English
Pages: Previous12345...LastNext
Current Page: 4 of 79