Snat
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Profit System PayPal Sandboxif (!$paypal_sandbox == 0) { $paypal_url = "www.sandbox.paypal.com/cgi-bin/webscr"; $paypal_ipn_url = "www.sandbox.paypal.com"; }That part to me would suggest the feature for sandbox testing “is in there” somewhere. That said, you could change that too.
if ($paypal_sandbox == 0) { $paypal_url = "www.sandbox.paypal.com/cgi-bin/webscr"; $paypal_ipn_url = "www.sandbox.paypal.com"; }And that should change it to sandbox testing and change it back once you are done, but it is worth checking if there is any config files or anything for that plugin.
Forum: Plugins
In reply to: Question about video…<embed src="Link to Video Here" autostart="false" width="100px" height="100px" />Forum: Your WordPress
In reply to: comments and check my site :)Spam bots, basically just automatic scripts that posts whatever needed or people being paid to do it per penny or something.
Akismet is very good at keeping them away.
Forum: Fixing WordPress
In reply to: Cant Edit Footer in Padd Solutions ThemeDo you have a link to this theme ?
I would advise to contact the plugin author – http://profiles.wordpress.org/users/markjaquith/
Are you running 2.5 version of the plugin ?
You can check this in your admin CP.
What is the plugin name as you will need to contact the author of the plugin for it to be updated.
You can also hide the error message by displaying PHP errors, but I would advise you to contact the author to upgrade the plugin.
Forum: Plugins
In reply to: Question about video…Word of a advise – don’t.
As much as I am sure your host has told you that you have unlimited space and traffic, I would bet you do not and you can Google about overselling to learn more. What is your host name called, would be nice to see if they do truly offer unlimited space etc.
That said, you can simply upload the file using something like FTP and then using HTML embed on a post or page so that your users will be able to stream it.
<embed src="Link to Video Here" autostart="false" />You may also be able to change your upload limit by editing .htaccess.
Forum: Your WordPress
In reply to: comments and check my site :)Make sure to install something like Akismet, it will help cut down on spam.
Forum: Your WordPress
In reply to: comments and check my site :)Looking nice, keep it up 🙂
In most cases, comments like that are spam. Make sure to have some form of anti spam installed.
Forum: Networking WordPress
In reply to: High RAM usage crashes server with 2GBI would first try removing Apache and replacing it with nginx. When you experience slow loads, can you paste a copy of the results if you use the “top” command in SSH as this will help show us what is happening when things start going slow.
I have a feeling it is Apache myself and replacing that and some caching will do wonders for your site.
Forum: Fixing WordPress
In reply to: Can I build website, not blogYep, just edit the template to do it. There are many websites that uses WordPress just as a CMS rather than a blog.
Forum: Plugins
In reply to: Migrate .netnuke site to WordPressI am not sure about “theirERP” database, but you can use this plugin to help you do what you need with Active Directory – http://wordpress.org/extend/plugins/active-directory-integration/.
Forum: Everything else WordPress
In reply to: Connecting 5 wordpress sitesIf all on the same database server, a simple change to wp-config.php is all that is needed.
As simple as the example on the Codex – http://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables
Forum: Plugins
In reply to: Convert Webwiz to Simplepress?I would convert it over to phpBB as I believe there is some phpBB -> Simple:Press converters floating around.