I had already told you about this and also gave you suggestion to stop showing unnecessary information to all. I also told you to write your debug info to file. See:-
You have a serious problem with your site itself.
See:
http://serpclix.com/robots.txt
The above was a hint as I was posting in open forum. But you didn't get it and said that you aren't worried about robots.txt file. So I replied:
It's not just about robots.txt file. If you try anything say
http://serpclix.com/anycrapfilename then it will show that error with details. It's NOT good. Trust me, you are giving unnecessary information to all anonymous visitors of your site.
I had also provided few links in PM. Please check your PMs.
User @dannyvriens advise you to turned off debug mode. You refused. So I gave suggestion to write debug info into file. As I can see that you haven't followed that too.
Here is how any hacker can find all those URLs:
Step 1:
Visit
http://serpclix.com/robots.txt
There you will know about ^payments/
Step 2:
Visit
http://serpclix.com/payments/
There you will get all the following information related to payments
^payments/ ^order/create/$ [name='payments_create_order']
^payments/ ^order/list/$ [name='payments_order_list']
^payments/ ^order/checkout/(?P<order_id>\d+)/$ [name='payments_checkout']
^payments/ ^order/canceled/(?P<order_id>\d+)/$ [name='payments_order_cancel']
^payments/ ^order/thankyou/ [name='payments_order_thankyou']
^payments/ ^order/delete/(?P<order_id>\d+)/$ [name='payments_order_delete']
^payments/ ^price-serialzier/$ [name='payments_tier_serializer']
^payments/ ^seller/home/$ [name='payments_seller_home']
^payments/ seller/addon-download-guide/$ [name='payments_addon_download_guide']
^payments/ seller/addon-download/$ [name='payments_addon_download']
^payments/ ^paypal/
Now a hacker know what he needs to do further
BTW, I don't want your $3. If you had my client then I would have charged at least $250 for all the information and suggestions I gave.
My last advice: Always listen what others are telling you and think over it before refusing their advice. You never know which small suggestion may save you from big trouble!
Best of luck for your project.
