Sponsored Content
Full Discussion: Vbseo removal
Top Forums Web Development Vbseo removal Post 302882206 by Neo on Sunday 5th of January 2014 05:52:22 AM
Old 01-05-2014
Hello atcpaul,

Thank you for your kind words about our forums; actually we like vB3 much better than vB4 or vB5... it's cleaner, less bloated and does not suffer from so much "feature creep" and the "me too" social syndrome which vB4 and vB5 suffer from.

Regarding vBSEO, actually the way that group shut down their web site and ended support was ethically and morally wrong. Crawability (vbSEO) just abandoned many well established Internet communities without any transition plan; and just turned off their forum which had a lot of information we needed; and they also just shutdown a web site which was needed by their software to do a license check. What they did was completely irresponsibility and totally inexcusable; and they are lucky their former customers did take them to court for negligence.

Anyway, "never mind" vBSEO and their company and people. They harmed a lot of people; good riddance. Karma is real, so they will get what they deserve, we don't need to waste time over such a failed company and group of people. Move on!

Regarding requesting "my assistance", well, this year I am fully committed to this site and to our moderators, forum advisory team and our members; we have a lot to do in this community to support the 2.5 to 3 Million visitors we have each month and to support our community members who give their time to help others.

Having said that, our community can always use extra money to play for hosting, software, graphics, etc - so if you *really* need my help, the cost for Neo (me) to help you "hands on for your forum" is $2000 USD paid in advance to our forum paypal account.

For this $2000 USD, you will get up to 10 hours of my time in helping you with your site; and all the proceeds of that $2000 will go toward our forums this year. More than likely I'll just share most of it with our moderation and admin team!

I know it sounds like a lot to you, so don't worry if you don't want to contribute $2000 USD for my time. It's perfectly OK by me; as I am fully committed to our community this year!

Best of luck in 2014 and thank you again for the kind words!
 
Devel::StackTrace::WithLexicals(3pm)			User Contributed Perl Documentation		      Devel::StackTrace::WithLexicals(3pm)

NAME
Devel::StackTrace::WithLexicals - Devel::StackTrace + PadWalker SYNOPSIS
use Devel::StackTrace::WithLexicals; my $trace = Devel::StackTrace::WithLexicals->new; ${ $trace->frame(1)->lexical('$self') }->oh_god_why(); DESCRIPTION
Devel::StackTrace is pretty good at generating stack traces. PadWalker is pretty good at the inspection and modification of your callers' lexical variables. Devel::StackTrace::WithLexicals is pretty good at generating stack traces with all your callers' lexical variables. METHODS
All the same as Devel::StackTrace, except that frames (in class Devel::StackTrace::WithLexicals::Frame) also have a "lexicals" method. This returns the same hashref as returned by PadWalker. If the "no_refs" option to Devel::StackTrace is used, then each reference is stringified. This can be useful to avoid leaking memory. Simple, really. AUTHOR
Shawn M Moore, "sartak@gmail.com" BUGS
I had to copy and paste some code from Devel::StackTrace to achieve this (it's hard to subclass). There may be bugs lingering here. COPYRIGHT AND LICENSE
Copyright 2008-2009 Shawn M Moore. Some portions written by Dave Rolsky, they belong to him. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-04-22 Devel::StackTrace::WithLexicals(3pm)
All times are GMT -4. The time now is 11:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy