Search found 8 matches

by styks1987
Tue Jan 25, 2011 4:44 pm
Forum: Javascript
Topic: Mootools 404 Form.Request
Replies: 0
Views: 1355

Mootools 404 Form.Request

I am getting a very strange problem. I have two requests being made from two different pages. The two different pages are in the same directory. Both of them make XHR requests using the same function. Both post the exact same URL (verified). One gives me a 404 error with a response from the page it ...
by styks1987
Thu Jul 22, 2010 8:51 am
Forum: PHP - Security
Topic: Phone Number Harvesting Protection
Replies: 6
Views: 2082

Re: Phone Number Harvesting Protection

Hey thank you both for your help. If I generate an image, will the number still be able to be selected? I guess this might be asking too much. I will try the image.

Thanks!
by styks1987
Wed Jul 21, 2010 8:04 pm
Forum: PHP - Security
Topic: Phone Number Harvesting Protection
Replies: 6
Views: 2082

Re: Phone Number Harvesting Protection

Thank you for your help but unfortunately the robots I am dealing with will not obey the rules set by robots.txt "In theory yes, in practice, no. If the bad robot obeys /robots.txt, and you know the name it scans for in the User-Agent field. then you can create a section in your /robotst.txt to...
by styks1987
Wed Jul 21, 2010 7:27 pm
Forum: PHP - Security
Topic: Phone Number Harvesting Protection
Replies: 6
Views: 2082

Phone Number Harvesting Protection

I have some phone numbers that keep getting automated phone calls from being extracted from a web page. Is there a way I can print a number to a page while still maintaining the ability to select it but keep those sticky fingered robots off?

Thanks,
Phoned OUT!
by styks1987
Tue Jul 06, 2010 5:23 pm
Forum: PHP - Code
Topic: Static Variables and self construction
Replies: 1
Views: 90

Static Variables and self construction

I am using php 5.3. If you are not familiar with late static bindings please be advised this post involves late static bindings. The functions below will successfully create variables based on the database fields associated with the class. What I need the construction function to do is to make the v...
by styks1987
Wed Jun 16, 2010 2:38 pm
Forum: PHP - Code
Topic: Multiple images per Product
Replies: 5
Views: 272

Re: Multiple images per Product

I think you are on the right track but the person who will be doing the uploading will not want to rename the files. I am doing some experimenting with this and I think it would be best just to leave the database out of it and split it into folders like you suggested. I might make the folders corres...
by styks1987
Wed Jun 16, 2010 10:48 am
Forum: PHP - Code
Topic: Multiple images per Product
Replies: 5
Views: 272

Re: Multiple images per Product

Thank you for your response. // How would I setup the structure of that table? I know how to associate the database tables but I am trying to figure out how to get those images to populate the table without setting headings for each picture. I guess I would have to setup a query that creates a new c...
by styks1987
Wed Jun 16, 2010 10:13 am
Forum: PHP - Code
Topic: Multiple images per Product
Replies: 5
Views: 272

Multiple images per Product

I am developing a CMS for a company and they want a flyout page that displays multiple images for their product. The problem I am facing is that I am trying to figure out the best way to setup the database so that the customer can: // add as many pictures to a product that they want // delete the im...