Pages: 12Next
Current Page: 1 of 2
Results 1 - 30 of 41
10 years ago
sikas
Finally got it working .. After moving to WAMP 4.2, and restarting the PC, I found the service disappeared. I re-installed the service, and had my server up again and running
Forum: WampServer English
10 years ago
sikas
Ok, Installing Microsoft Visual C++ 2012 and removing the network bridge didn't work. I'll try rebooting my PC one more time and see ..
Forum: WampServer English
10 years ago
sikas
QuoteRiggsFolly If things just stopped working then what have you changed recently? I changed the debugging level and returned it to the same level it was. QuoteRiggsFolly Please make sure you have the latest version of all of these Microsoft C++ Redistributable runtime libraries. The 2008 Redist is used by wampmanager The 2010 Redist is used by some versions of Apache ( depending on co
Forum: WampServer English
10 years ago
sikas
QuoteRiggsFolly If things just stopped working then what have you changed recently? I changed the debugging level and returned it to the same level it was. QuoteRiggsFolly Please make sure you have the latest version of all of these Microsoft C++ Redistributable runtime libraries. The 2008 Redist is used by wampmanager The 2010 Redist is used by some versions of Apache ( depending on co
Forum: WampServer English
10 years ago
sikas
Check if the services are installed.
Forum: WampServer English
10 years ago
sikas
Just to add, I followed some steps from This Topic, first Reply by RiggsFolly And I quote the below from him. This is just a part of his reply to the mentioned topic. QuoteRiggsFolly Left click the wampmanager icon to reveal the menu-> Apache -> Service -> Test port 80 This will launch a command window and display some information about what, if anything is using port 80. Whate
Forum: WampServer English
10 years ago
sikas
Hello All, Out of sudden, the apache service stopped working and not running anymore!! I have 2 versions already installed, I only use 2.2.21 .. Tried to switch over to the older one, 2.2.11, but also give me an error message. I tried to Remove/Install the Service, also failed!! I'm in a deep need for the Apache to work now as I've lost all access to my database (GUI) and I need it as I'
Forum: WampServer English
12 years ago
sikas
HELLO!!
Forum: WampServer English
12 years ago
sikas
Steven, I hope you received the email.
Forum: WampServer English
12 years ago
sikas
Steven, I'm still waiting for your reply!!
Forum: WampServer English
12 years ago
sikas
Steven, I've sent you an email and waiting for your reply ...
Forum: WampServer English
12 years ago
sikas
Steven, I've sent you an email and waiting for your reply ...
Forum: WampServer English
12 years ago
sikas
You can tell me what to fix ... I'm already a developer and I'll try to understand what you will say.
Forum: WampServer English
12 years ago
sikas
OK, never mind about the listening ports. Tried it and it worked. I tried it by creating a virtual server on a different port and it worked like charm. Now, the point that is irritating me is I can't make the server redirect depending on the URL ... If I set * if redirects all ... even if the servername is stated!! 1) If traffic comes from 127.0.0.1 <VirtualHost 127.0.0.1> Ser
Forum: WampServer English
12 years ago
sikas
OK, I have actually made some modification cause I couldn't access the server remotely and I was getting permission denied. This is what I changed as per below (marked with <<<<<<<<<<< ) ** Comments stripped ** <Directory "c:/wamp/www/"> Options Indexes FollowSymLinks AllowOverride all Order Deny,Allow Deny from none
Forum: WampServer English
12 years ago
sikas
can I added to be like below? Listen *:80 Listen *:8080
Forum: WampServer English
12 years ago
sikas
Hello All, I have set my WAMP to "Put Offline". Yet, when I go to the URL or from the same network (by machine name/IP) I can still access the server and the files on it. I need assistance on how I can take the server offline, but keep is alive on localhost for development. NEED HELP AS SOON AS POSSIBLE because I had to shutdown my server due to this
Forum: WampServer English
12 years ago
sikas
Hello All, I've managed to make my server accessible from the internet, but due to my network, there are some applications that I run uses port 80 on internet, so I can't assign it to the Apache server ... Yet, I use the localhost on port 80 I want to know, how can I set the Apache to listen to more than one port? Say port 80 and 8080. Second thing: I have created a VirtualHost lik
Forum: WampServer English
14 years ago
sikas
Thanks a lot yfastud, everything now works great
Forum: WampServer English
14 years ago
sikas
I have asked in my previous post how to set WAMP to be accessible over the internet and how to set more than one server on the same PC, and I got the answer from (yfastud) so many thanks to him/her everything works like magic now now I want to go to another step in creating my server ... I want to know how can I set FTP account on the WAMP? For example: I have 3 users connect to my server,
Forum: WampServer English
14 years ago
sikas
Well, to disable this error on WAMP just do the following: left click on WAMP icon -> PHP -> PHP Settings -> display errors (disable) but frankly, I don`t suggest disabling the error, but solving the errors using the solution I provided in the earlier reply ... and if you need help in modifying your codes, you can contact me at: sikas_lancerhotmailcom
Forum: WampServer English
14 years ago
sikas
hey shekargoud, your errors: $action = addslashes($_GET['action']); and $session_username = addslashes($_SESSION['username']); indicates that both action and username values are not known ... and here in your code, the action and username are submitted to this page through a form in the page that calls this one, if this page is your index.php page which loads when you go to your websit
Forum: WampServer English
14 years ago
sikas
what I understood from you is that you want to use a local server to test your website before you upload it to avoid any surprises ... if that is true then, go to your installation folder (ex: C:\WAMP\) you will find a folder named www open that folder, create a sub folder (ex: myWebsite) and then add your files to the new folder (myWebsite) Now to test your website locally: open your we
Forum: WampServer English
14 years ago
sikas
Hi, I would like to make my WAMP Server accessible over the web, not using the default port 80, but a port I will choose. I would like to know how, and also I would like to know how to make WAMP direct a port to a specific folder. ex: going to www.website.com:1234 sends me to folder1 localhost/folder1 www.website.com:2345 sends me to folder2 localhost/folder2 I, also, would like to
Forum: WampServer English
15 years ago
sikas
well, I wanted this function not to spam or enable a mail hosting service ... but to make a simple website with something like a news feed that I can send to my members from time to time ... so If you know any host that enable the mail() function that is found in the PHP please inform me about ... anyway, thanks alot ...
Forum: WampServer English
15 years ago
sikas
So what is that mail function in the PHP.ini file? ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com
Forum: WampServer English
15 years ago
sikas
Hi, I have some scripts that sends mails after opening pages and stuff ... something like contact-us page ... but the problem is: The script works and says that the mail is successfully sent ... but when I open my mailbox I find nothing received ... after googling I found that I have to modify the SMTP settings in my server (in this case the WAMP) ... so I want to know how to modify the SMTP s
Forum: WampServer English
15 years ago
sikas
ok no problem ... well ... there is another issue ... I followed your guide to create world wide access to my websites and be able to connect to my server from anywhere ... but after finishing all the steps the APACHE in the WAMPServer stops working and the WAMPServer icon goes yellow ...
Forum: WampServer English
15 years ago
sikas
Thnx, but I`m not working on VB I`m using Microsoft Visual Studio C++ not the Visual Basic or the Visual Basic .NET ...
Forum: WampServer English
Pages: 12Next
Current Page: 1 of 2