Sponsored Content
Full Discussion: Vbseo removal
Top Forums Web Development Vbseo removal Post 302882249 by Neo on Sunday 5th of January 2014 01:31:17 PM
Old 01-05-2014
Franky, I was never a fan of the vBSEO team and their approach to customers and customer support. Then, fast forward ahead to their very poor practice of just shutting down without providing any support to their existing users. That was a problem with vBSEO and Crawability, not SEO software in general.

DragonByte is a different company, different people, and it was actually kind of them to support vB3 SEO; and they have been good to work with; very helpful, responsive and caring.

So, it's not really fair to lament about Crawalibility and vBSEO and their unprofessional practices in the same post as talking about DragonByte and DBSEO, who apparently approach customer support in a much more professional way.

However, if you are not a coder and not comfortable with managing servers, software and IT in general, it's really best you move off of vB3 because this software has been "end of life" for a long time, and if you are not a coder, you will meet many dragons in the future.

That's why it's a tough living, running a forum when you are not comfortable with software and coding. If you cannot code yourself, you have to pay to have it done, and IT people who are skilled are expensive.

Best of luck my friend.
 
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 02:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy