webdoc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment javascript hack attempt – please adviseDeleted the comments in phpmyadmin
Forum: Fixing WordPress
In reply to: New comment spam hack attemptI guess you can’t escape character entities and have them show up in the forum…
Also, I found another post about this, so I guess folks already know.
I thought that perhaps the techniques might reveal a security hole by showing a demonstration of a technique that the attacker thinks will work.
Forum: Everything else WordPress
In reply to: Plugin Screenshots prompt to save now?Thank you for your replies.
It is odd that I have not seen this happening until just recently.
Hmmm.
So you are saying I could use custom fields to create a hidden input such as:
<input name=”ext” type=”hidden” value=”T” />
In order to make sure I understood what you were talking about, I went and tried it.
Then I thought perhaps I can edit the <form> in the php file.
So I found the files that have the form and changed the action to POST to my service.
This worked, sort of.
I also have a few hidden fields I need to send over.
I can paste those into simple.php, but they aren’t always the same, depending on the product.Is there a way to add hidden fields to the products?
In this situation they will go to another page and add the item to cart there?
Or can this be used to POST fields to the external cart?Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Accept user entry on productAt the bottom of the page you linked:
“The use of these html types we see just the text. See an example:”So, it just displays the text? It doesn’t allow the shopper to input some text?
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] larger logo for Jeans themeBump for great glory!
Forum: Reviews
In reply to: [Cart66 Lite :: WordPress Ecommerce] pain in the buttOkay, I’ll bite. ha ha ha Which framework did you wind up using?
Congrats on you and your client’s success. That’s pretty sweet.
Forum: Reviews
In reply to: [Cart66 Lite :: WordPress Ecommerce] pain in the buttHey Wudman, I bookmarked this thread cause we have the same idea about criteria for choosing plugins, or any open source software.
I was wondering how cart66 is working out for you,
and I also wonder what you do about choosing themes? Do you worry about theme lock-in?
Forum: Reviews
In reply to: [Cart66 Lite :: WordPress Ecommerce] pain in the buttThanks for the review, Wudman
Forum: Plugins
In reply to: [WPG2] [Plugin: WPG2] WPG3 ??Thanks for your reply, DD.
I’m still not sure what to do with this client’s website…
Does this install in WP like other plugins? Move the digitaldonkey-wpg3-d912079 folder into the plugins folder? I haven’t used Git before…
Forum: Plugins
In reply to: [WPG2] [Plugin: WPG2] WPG3 ??Hello Folks,
Is there any interest in continuing to work on this plugin? I have a client who uses the old wpg2 plugin and I’d like to update his WP/Gallery to more recent versions.I can help with alpha testing.
Forum: Fixing WordPress
In reply to: Image Upload problem – Unable to create directoryAre you hosted on Linux?
Forum: Fixing WordPress
In reply to: Paragraphs disappearYeah, my CSS for the <p> had margin: 0 and padding: 0
It just looked like there were no paragraphs, but really it was the styling that was messed up.