Pages: 12345Next
Current Page: 1 of 5
Results 1 - 30 of 121
15 years ago
hambuler
If you can't create a self-signed certificate successfully for your webserver after following these step-by-step instructions, you might consider getting a relatively free SSL digital certificate for your website/webserver at ";. If you insist on creating a self-signed certificate for testing, you might post questions and someone may answer for you.
Forum: WampServer English
16 years ago
hambuler
what's up with this code?
Forum: WampServer English
16 years ago
hambuler
Then follow my instructions above. Did you understand the instructions?
Forum: WampServer English
16 years ago
hambuler
Tough luck, you should read my post at: to pursue the sure-it-work alternative. If you insist to use Wamp, then look at the mysql log files in wamp\logs folder to see what the errors are.
Forum: WampServer English
16 years ago
hambuler
Install the wamp server as administrator login. Then put wamserver shortcut icon into the startup program folder for all users in Documents and Settings\All Users\Start Menu\Programs\Startup folder. If you don't want users to see the wamp server tray icon on the system tray, then ignore the above method and open the windows Services console by typing the run command: services.msc. Then find
Forum: WampServer English
16 years ago
hambuler
Tough luck. Get some light at:
Forum: WampServer English
16 years ago
hambuler
No problem.
Forum: WampServer English
16 years ago
hambuler
Wampserver is apache2 server with mysql and php addons. You talked about two of the same. If you have problems with wamp server and IPV6, read my post at: to pursue the sure-it-work alternative.
Forum: WampServer English
16 years ago
hambuler
Also remove the // slash comments, //<form action="<?php echo(htmlentities($_SERVER['PHP_SELF']))?>" method="POST" enctype= //"multipart/form-data"> They aren't correct in HTML syntax. <input type="hidden" name="MAX_FILE_SIZE" value="28480" /> should be included to avoid users waiting to upload a file with large
Forum: WampServer English
16 years ago
hambuler
Find what your local intranet IP address and your computer host name are. Ask your intranet administrator if you are not sure. Then input these parameters into apache httpd.conf file in wamp server. If you are not sure how to input these parameters, search this forum.
Forum: WampServer English
16 years ago
hambuler
You can read my post at: ";
Forum: WampServer English
16 years ago
hambuler
First you need a mail server. The easiest work is to use Gmail from Google because it allows POP / IMAP mail access and you don't have to fight spam mail by yourself, and it's free. Next, You can use phpmailer agent to transport (send and receive) mails to and from Gmail. Download PHPmailer module at "; Ask for help at: ";
Forum: WampServer English
16 years ago
hambuler
Read my post at "; for how to setup the latest version of mysql.
Forum: WampServer English
16 years ago
hambuler
Replace $HTTP_POST_VARS with $_POST and $HTTP_POST_FILES with $_FILES. It will do the work.
Forum: WampServer English
16 years ago
hambuler
It's not necessary and not recommended.
Forum: WampServer English
16 years ago
hambuler
m117 Wrote: ------------------------------------------------------- > I have 3 MySQL servers running different > applications. I cannot afford to remove them from > my PC. > > Please can you suggest the right direction to > configure phpmyadmin to point to the correct MySQL > server? > > Thanks in advance. The other alternative is you can import and exp
Forum: WampServer English
16 years ago
hambuler
The Wise One Wrote: ------------------------------------------------------- > > is there a way to do this in the apache conf file > versus an htaccess file? i prefer not to use > htaccess if at all possible. > > basically, and i dont know if this is possible or > not, but i want to leave some parts of the local > server on http, and only apply https to a single
Forum: WampServer English
16 years ago
hambuler
Using Notepad to open and edit the php.ini file in wamp\bin\php\php5.2.5. php5.2.5 may be different from yours. Enable all the exentions be removing the comment ; at the beginning of the line. For example: ;extension=php_mbstring.dll will become extension=php_mbstring.dll
Forum: WampServer English
16 years ago
hambuler
You might want to take a look at the error: LimitInternalRecursion
Forum: WampServer English
16 years ago
hambuler
Try using DOS edit command, ex: edit dru.sql
Forum: WampServer English
16 years ago
hambuler
Check my post at: about mysql export and import at step 4.
Forum: WampServer English
16 years ago
hambuler
is "; working? If yes, then check the phpmyadmin.conf file in C:\wamp\alias folder to see its configuration. If no, check setup tutorials.
Forum: WampServer English
16 years ago
hambuler
Dos file name is 8 charachers. You'll probably see the file as source~1.sql
Forum: WampServer English
16 years ago
hambuler
Tough luck. You can find a way out by reading my post at: If you insist to use Wamp, then open the Windows System Event manager to view the errors before wamp apache starts.
Forum: WampServer English
16 years ago
hambuler
24/7 is good when you electricity is cheap or free. The http apache will likely never crash. Trafic requests will be queued when it hits the server busy limit. Consider changing ThreadsPerChild to a value of 1000 if you worry about your website is hot. With a new website, you won't run into this problem sooner or later.
Forum: WampServer English
16 years ago
hambuler
This SSL certificate is self-signed, your own Certificate Authoirty (CA). The log shows a warning but not error message. Consider buying a CA certificate from VeriSign if you want to make the warning msg disappear. Procedures will be slighly different at step 1d then.
Forum: WampServer English
16 years ago
hambuler
You might consider installing your add-on component in an alternative way instead of going through Joomla backend interface. Consider a few things to do installation manually below: 1. you copy the com_ezrealty folder to Joomla components folder. 2. edit those EZ realtly xml and/or config files 3. create and edit manually key.php and other needed files
Forum: WampServer English
16 years ago
hambuler
Try to run the file without php tags. HTML tags only in php file. Let's see if the output is fine.
Forum: WampServer English
16 years ago
hambuler
shrimp Wrote: ------------------------------------------------------- > Yes, ive done that too hambuler. i've change "Listen" on httpd.conf to other ports and when i test port 80 it showing is not used by anything. but when i set back listen to 80(default) and i test port 80. it shows like this : I mean you physically and mentally disable firewalls instead of only changing the
Forum: WampServer English
16 years ago
hambuler
Don't forget to restart apache server whenever you make changes. Check if the Wamp tray icon is white.
Forum: WampServer English
Pages: 12345Next
Current Page: 1 of 5