Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - phpuser

Pages: [1]
1
General PHP Help / Re: Help: Strange access attempt
« on: September 14, 2010, 09:39:34 AM »
Thanks for replying! May I ask whether it is common to receive this kind of attempt and whether it is worth to report this to appropriate authorities, although the attempt was unsuccessful? I appreciate your reply in advance.

2
General PHP Help / Help: Strange access attempt
« on: September 13, 2010, 07:20:50 PM »
Hi, I noticed strange access attempt from one IP address to our website and I am worried that someone might have tried to hack into our website, although it looks like the attempt was not successful. Please let me know if you know what this is about. We do not have below files in our server but someone was searching for them. Thanks in advance.



.../phpMyAdmin/main.php
 .../db/main.php
.../web/main.php
 .../PMA/main.php
.../admin/main.php
 .../dbadmin/main.php
.../PMA2006/main.php
.../pma2006/main.php
.../sqlmanager/main.php
.../mysqlmanager/main.php
.../p/m/a/main.php
.../PMA2005/main.php
.../pma2005/main.php
.../phpmanager/main.php
.../php-myadmin/main.php
.../phpmy-admin/main.php
.../mysql/main.php
.../myadmin/main.php
.../webadmin/main.php
.../sqlweb/main.php
.../websql/main.php
.../webdb/main.php
.../mysqladmin/main.php
.../mysql-admin/main.php

3
General PHP Help / Re: Help: Limit Maximum Item Quantity
« on: August 09, 2010, 12:20:12 PM »
Thanks for your reply.

4
General PHP Help / Help: Limit Maximum Item Quantity
« on: August 09, 2010, 11:20:52 AM »
Hi,
we would like our customers to order only up to 5 items per order. I tried to use below script but I am having a problem. After alert is displayed, I want the customers to stay in the same page where they visited but it does not load that page and I rather get blank page.


if ($quantity > 5) DIE ("<html><script language='JavaScript'>alert('Sorry, Only 5 items can be ordered.)</script></html>");


Thanks for your help in advance.

Pages: [1]