Search results

  1. Migrating a wordpress website

    I'd recommend the CLI, but I'll assume you're not familiar with bash commands. MYSQLDUMP and zipping your public_html appropriate files and folder would do the job. I'm not sure if I'd trust a plugin to do that. I recommend you get off cpanel if you go on a VPS. You'll save tons of money on...
  2. Wordpress 4.4 coming on December 8

    https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/ Latest beta post https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/ Main changes: Twenty Sixteen — The newest default theme for WordPress. Responsive Images — WordPress automatically delivers a more appropriate image to users...
  3. VPS Provider Comparison Page Fail

    Just saw this on a different forum and found it hilarious. The typical vps host they compare themself to is better than the provider mentioned. http://cloudvps.io/technology/
  4. Wordpress pagination to get more pageviews?

    You mean this one? http://www.evernote.com/l/Ahzdvq4U3_tKC7aUAb2OMpNMia4rz_xffec/
  5. DuckDuckGo: "It's a myth you need to track people to make money in web search"

    DDG is my default SE, but I think I still use google more frequently, but DDG is often accurate enough.
  6. Should you use iframes to limit your sitewide links like Bruce Clay?

    If that site's on wordpress and linked to via menus, menus have an option to nofollow links to pages/links. try Appearance/Menus and go to Top Right Screen at Screen Options. Take a look at "Show advanced menu properties" Using "Link Relationship (XFN)" gives you an attribute fied that you...
  7. Help with autoblog cpc monetisation

    Bunch of domains show up blocked with noscript on firefox/iceweasel and untrusted if you go to your typical news site, like ibtimes.com and others. Default google alerts send links to google news sites mostly, where you can experience hundreds of http calls, mostly due to advertising and...
  8. Help with autoblog cpc monetisation

    I'm running a shit ass ugly blog on buso's theme. It's ugly because I can't design sites, period. final thought before posting: this became somewhat of a rant. edit after post: I need to add content, get more traffic, more comments, improve design etc. Traffic is obviously not huge enough to...
  9. Where do you go for stock images?

    Crawl your target site with something like Xenu and sort all the link for images, like .jpg,.jpeg,.png and .gif. Excel's nice for this. Then let wget download all those images. Make a simple batch command line commands with excel/oopenoffice calc wget in col 1 and the url in col 2. Combine...
  10. Google Structured Data - Schema.org Annotations

    I love necroing, you don't have to bring flowers to the event. Does google get confused when you list multiple reviews on one page? Say you publish a list of fridges? Will they show the most relevant snippet(the correct one) from your page to the query or are they going to mess it up? I'll...
  11. Quick OpenVPN Installer - works in 5 minutes

    Can't edit that message, but the correct syntax is (I forgot a p..): echo "sndbuf 0" >> /etc/openvpn/server.conf echo "rcvbuf 0" >> /etc/openvpn/server.conf echo "push "sndbuf 393216"" >> /etc/openvpn/server.conf echo "push "rcvbuf 393216"" >> /etc/openvpn/server.conf service openvpn restart
  12. Instagram?

    Here's a site that's a complete rip-off of one of my competitors in amazon associates. original site: thisiswhyimbroke.com whois privacy protected: Domain Name: THISISWHYIMBROKE.COM Registry Domain ID: 1658131899_DOMAIN_COM-VRSN Registrar WHOIS Server: whois.bluehost.com Registrar URL...
  13. Instagram?

    Well, worse things happen daily unnoticed, so I wouldn't worry. There's always the remove possibility of this and that most extreme situation to be in, but I wouldn't worry about morals. It's hard to let go.
  14. Quick OpenVPN Installer - works in 5 minutes

    https://freevps.us/thread-15256.html?highlight=squid Squid installer. Addition the ovpn installer: If you used the installer script, you might one to run these with sudo or as root: http://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-story <pre> echo "sndbuf 0" >>...
  15. Quick OpenVPN Installer - works in 5 minutes

    Googling is how we learn it I'm afraid unless you've done it earlier or in school. If you used the installed script as root, then it's in /root/name.ovpn or if you used sudo, then it's in /home/sudousername/name.ovpn. Try serverpilot.io for lightweight control panels, it's basically a stripped...
  16. Quick OpenVPN Installer - works in 5 minutes

    I can drop openvpn on my lightly used servers and my servers' won't flinch from my minor usage. Plus, I'm not depending on any third part vpn provider, who aren't as secure and private as they boldly claim. Plus, this is really simple to set up. You can get virtual servers for $10 a year from...
  17. Quick OpenVPN Installer - works in 5 minutes

    I tried this on debian 8, 7 and ubuntu 14.04. They all work. No idea about centos 6 or 7. You need to run this as root or use sudo bash on the installer file. It can basically be used to setup openvpn up with public-private key + server client certificate auth in less than 5 minutes. For first...
  18. The refugee crisis in Europe -

    My only problem with them is that I think most of them are quite religious. I got nothing good to say about Islam. How peaceful the religion is can be ascertained by looking at Islamic conquests centuries ago. Call that a peaceful religion if you will...
  19. Awesome example of using memes to promote a brand

    Considering that google scans all/most images its bot comes accross, all shares crawled count as backlinks, even if there is no url pointing back to his site. Plus, they really look nice. I've started wondering if it's worth using a plugin to watermark all images uploaded to wordpress. I'm...
  20. CTA Button Creator Site

    Just seen this site http://buttonoptimizer.com/ from http://blog.crazyegg.com/2014/07/22/call-action-buttons/. You can either dl the cta buttons as .png files or copy the css it spits out. Looks useful.
Back