nextwave
Forum Replies Created
-
Forum: Plugins
In reply to: How to install MicroShopFrom Owen Winklers site via the Wayback machine:
MicroShop
Purpose of MicroshopMicroshop is a nifty little shopping cart script that can stand alone or integrate quite nicely with WordPress using the built-in Page Template feature of WordPress.
Installing MicroshopREQUIRED for Microshop to run: PHP enabled server and a MySQL database.
Download and unzip the file.
Now, in the folder you just unzipped you will see several files:
* images (folder)
* images/noimage.gif (default image)
* index.php
* microlib.php
* microshop.css
* shop.phpThe images folder can be named whatever you would like, the same with the css file – you will specify what their names are during installation.
You can also rename the index.php file to somethingelse.php or whatever.
Now, upload all of the required files to the same folder where you intend to install.
Create a blank php file and name it whatever you renamed your index file (if applicable) then .cfg.php. So if you have not renamed the index file, then this file would be index.cfg.php. Upload it to the same folder you did the others. This file must be writeable on your server – it is where MicroShop stores its config info.
From here on out, the index.php file will be referred to as index.php, if you renamed it, keep that in mind.
Navigate to your index.php, you will be presented with the installation page with the following fields:
Name of Shop
This is self-explanatory. Put the name of your online shop here. The title will appear at the top of most pages.
Use the WordPress Database Settings
This is a true or false option. If you choose true, Microshop will pull the database information from your WordPress installation and you can skip fields that are marked with an asterisk. If false, you will need to enter this information here.
The minimum WordPress user level…
If you have other authors of your WP installation, do you want them to be able to make changes to your shop? If not, be sure you set this number high enough that only you as admin can edit. On WordPress 1.6, user levels have been replaced with roles and capabilities, which are also supported by MicroShop.
The password used to change options and add products
The password you want for editing the shop! If you use WordPress details (second option) then your password will be the same as your WP admin password.
The database information
if you don’t know the answer to these, you should contact your host for help. The database server, username, password, and database name
Include HTML page wrapper
another true or false question. If true, then Microshop will have its own header and body codes, etc. If false, then it won’t. Tip, if you are using Microshop as stand alone, then choose true, if you plan to include it into your WP installation with EzStatic, then say false.
The prefix used on Microshop database tables
The prefix before your tables in the database, by default is ms_. Therefore, your tables would be named ms_orders and ms_products
The URL of the directory that contains product images
By default this is ‘images’ but if you renamed it, specify it here. You can also have a subfolder such as images/myshop, etc.
The URL of the shopping cart CSS file
Same as above, if you renamed the microshop.css to something else, put that filename here.
The number of products to show per page in each product category
Self explanatory, do you want 5 or 10 or 50 items per page?
Show the shopping cart after adding an item
true or false:When a visitor adds an item to their shopping cart, do you want to take them directly there or back to their current page?
The PayPal email to which payments are sent
Enter your PayPal address here
Make this empty to use actual PayPal…
By default, MicroShop tries to use the PayPal Sandbox – a place to test transaction processing. If you make this field blank, actual money-using PayPal will be used.
The zipcode (US) of where you will be shipping items from
This is for estimating shipping by UPS.
Message to display on checkout page
Enter your message here, there’s a default message in there that might give you some ideas.
The three-letter curency code
Set this to the currency code appropriate for your shop. MicroShop will use that code to send prices to PayPal.
Message to display on checkout page
This is the message that customers will see on the checkout page.
Location for payments other than PayPal (mailing checks, etc)
Your address!
Send a copy of each invoice to the PayPal address
True or False – Would you like to receive a copy of the invoice sent to your customer?Now, click the “commit changes” button.
If your installation was successful, you should see this message above the installation page:
Database Upgrades
– Created table ms_products
– Created table ms_ordersYou can now click on the return to control panel link to get started.
Using a WordPress Page TemplateThe MicroShop archive includes a file named shop.php. This file is a Page Template that can be used to output your shop inside a WordPress Page.
To use it:
* Copy the shop.php file into your current theme directory (/wp-content/themes/current_theme)
* Create a new Page from the WordPress admin
* Set the Page Template dropdown to \\\”Shop\\\”
* Save the pageThe shop should now appear inside the Page you have created.
Adding ProductsFirst things first, you need to find the control panel. The location of the control panel is your index.php followed by ?action=panel. Or if you are using the page template, append ?action=panel to the URL for your Page.
You’ll need to log-in.
If you opted to use this as a stand alone script, you will just need to enter the password you gave during installation, you can ignore the username section. If you are using this with WordPress, you’ll need both your WordPress username and password.Once logged in, you have a menu:
* Change Configuration (takes you to the page we just went over, the installation page)
* Add Product
* View Orders
* View the Shop (takes you to the shop itself, what your visitors see)Let’s click on Add Product to get started.
* Item Name – simple enough, the item name the visitor sees
* Item SKU – has to be a unique number or letter or combination thereof. You can opt to auto generate this if you are out of ideas.
* Category – the first time, you will need to select \\\”new.\\\” You should get a Javascript dialog box asking you for the name of the category. After the first time, that category will be available for future use, or you can still create new ones. A category cannot exist if you delete all the products out of it.
* Description – description of your item, c’mon, sell it to your visitors!
* Price – how much are you selling it for?
* Shipping – this is a per item cost for USPS shipping
* In Stock – check the box if you have the item ready to go now or leave it blank if it’s currently out of stock
* Product Image URL – enter only the name of the image since you already specified the images folder during installation. Don’t have an image? Enter noimage.gif to use the default image (provided you uploaded it).Then click “Add Item.”
Updating ProductsIf you are logged into your shop, upon visiting it there are links near the description that you can use to edit the item.
Clicking “toggle stock status” will change your item from in stock to out of stock or the other way around.
Viewing OrdersIn your admin panel, click on “View Orders.”
The orders shown on the first page are only the ones you have marked as “paid.” To view all orders, select “All.”
You can click on a transaction number (auto generated) to view the order in more detail and to change its status.
Forum: Everything else WordPress
In reply to: free/open source shopping cart program neededI was running MicroShop successfully- but then it started getting hacked-
no answers or helps from Owen. I’m now looking for an alternative- tried installing WPShop which crashed my entire blog. So wouldn’t recommend that.Forum: Installing WordPress
In reply to: Parse Error after upgrade to 2.0.3I use Transmit on a Mac to upload-
it seems that if you are in “auto” mode- instead of Binary- you generate this problem.
Took a while to figure this out.
No other WordPress update has seemed to care- but 2.0.3 seems to.
Thanks.Forum: Installing WordPress
In reply to: Parse Error after upgrade to 2.0.3I hadn’t modded any code-
my line 1826 didn’t look like that.
I’m running 2.0.2 now- and everything is working.
I’m going to try upgrading a different WP install – and see if it works.I don’t think I can use the 2,0,3 tuneup- since I can’t ever get to 2.0.3 – correct?
Forum: Plugins
In reply to: anyone know of a good wysiwyg plugin for wordpress?vkaryl= instead of dissing everything- with your personal opinions-
might it occur to you that he may be using either Safari or Explorer on a Mac-or someother odd browser where he can’t see the “Quick tags” to be able to do things like “Bold” or format-Some people use WordPress as a full fledged CMS-
I am interested in this as well- I didn’t know there were any wysiwyg plug-ins- not that I HAVE to have them- but it’s an interesting idea-Forum: Installing WordPress
In reply to: Internal Server error 500found some great instructions on google-
Consider setting ‘SecFilterInheritance’ to ‘Off’ for certain locations, by including it within a ‘Location’ block. For example, I have mine set up not to scan mt.cgi, because occasionally users post blog entries that contain words that are on the blacklist (e.g. ‘poker’), and I want them to be able to post whatever they want. Remember, mod_security will scan everything that gets posted to your server, whether it’s posted by a legitimate user logged in to Movable Type, or a comment spammer.here is the link http://prwdot.org/docs/blacklist_to_modsec.html
Forum: Fixing WordPress
In reply to: “Internal Server Error”found some great instructions with google on the web:
:Consider setting ‘SecFilterInheritance’ to ‘Off’ for certain locations, by including it within a ‘Location’ block. For example, I have mine set up not to scan mt.cgi, because occasionally users post blog entries that contain words that are on the blacklist (e.g. ‘poker’), and I want them to be able to post whatever they want. Remember, mod_security will scan everything that gets posted to your server, whether it’s posted by a legitimate user logged in to Movable Type, or a comment spammer.
here is the complete page http://prwdot.org/docs/blacklist_to_modsec.html
Forum: Fixing WordPress
In reply to: “Internal Server Error”and Ming, I was already aware of MS Word- and had tried doing a txt file out of text edit….
thanks!Forum: Fixing WordPress
In reply to: “Internal Server Error”well- after some sleuthing-
it was the word CD in the post-
and our server admin person told us this:
“The error you are getting while typing cd is due to the mod_security feature enabled in the server. The mod_security module does not allow users to type system level commands. The command cd is used as a change directory command. This is why the internal server error 500 occurs when typing cd in wordpress. Please try to replace the word cd with compact disk. Hope this helps. Thank you.”Go figure- secret words that shut down wordpress.
Another guy had the word “Form” screw his up-since this works on some servers- does anybody know what you have to do to change the server- or what a complete list of trip words is?
thanks
Forum: Installing WordPress
In reply to: Internal Server error 500well- after some sleuthing-
it was the word CD in the post-
and our server admin person told us this:
“The error you are getting while typing cd is due to the mod_security feature enabled in the server. The mod_security module does not allow users to type system level commands. The command cd is used as a change directory command. This is why the internal server error 500 occurs when typing cd in wordpress. Please try to replace the word cd with compact disk. Hope this helps. Thank you.”Go figure- secret words that shut down wordpress.
Another guy had the word “Form” screw his up-since this works on some servers- does anybody know what you have to do to change the server- or what a complete list of trip words is?
thanks
Forum: Fixing WordPress
In reply to: “Internal Server Error”so what’s even weirder- I can change Compact Disc back to CD in the first instance- and it crashes the server- server error-
but if I go and put it at the end of the post- it allows it.
Does anyone have any similar experiences of a single word causing the problem?
I write my posts in MS Word- then copy and paste – so far everything else has worked.
I thought it might have been being caused by Word formatting by doing the superscript “nd” as in 2nd- but that wasn’t it….
thanks for checking it in other implementations ming.Forum: Fixing WordPress
In reply to: “Internal Server Error”Get this- WordPress 1.5 won’t let me post anything with “CD” in it-
I get a server error- change it to “Compact Disc” and it posts.Can someone please explain?
Forum: Fixing WordPress
In reply to: “Internal Server Error”I’m getting server errors from this paragraph:
Music is a bunch of waves in the air, and waves are continuous and very analog. When we digitize music, we cut it up in slices, 44,100 times in the case of a CD and try to pretend that we hear the same way we see. What I mean by that, is when you watch a movie, you see 24 frames per second of still pictures and you get the impression that it’s moving. When we slice music up 44,100 times per second, and expect our ears to fill in the blanks, it doesn’t work quite right. The reason is easiest to understand with very high frequencies, over 16,000 hz (a fancy way of saying cycles per second). Cymbals create sound in this range a lot. So we have a 20,000 cycle wave, and we sample it 44,100 times, picture a wave- with a high point and a low point and a mid-point- if we happen to sample only at the high point and the low point- we get the top and bottom of the wave- and we can cheat it a bit, and tell the components that it isn’t a zig-zag that we have to reproduce, but a wave- but if we sample at the midpoint each time- we get a straight line- and that, is noise.any ideas on what is causing this?
Can you post it in your blog without an error?
1.5Forum: Installing WordPress
In reply to: Internal Server error 500We started getting the same:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@thenextwave.biz and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at http://www.thenextwave.biz Port 80We get the internal 500 error in our log-
but, if we CUT the post to something short-
it posts!We just upgraded to 1.5 to try to fix it-
same problem-
we think it may have to do with PHP execution time.Any suggestions