I don't understand how you spent 60 hours trying to get this to work with VBSEO... its a VERY SIMPLE process to get this to run on VBSEO, and I have actually stated this in a previous post...
Quote:
to get this mod working in VBSEO... add "media/|" to your RewriteCond %{REQUEST_URI} in your VBSEO htaccess file...
Code:
RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap|vbseocp|login)
Then copy and paste the MediaLibrary section from MY htaccess into your VBSEO htaccess file below the line mentioned above. Then change all instances of \d to [0-9]. Simple, not complicated.
|
As I said before, I refuse to change \d to [0-9] in my code. \d is a PERL and PCRE standard, and there is no reason why VBSEO should not support it. THEY should have to change THEIR code, I should not have to change mine. There is a right and wrong way to do things in PHP, and they do things the wrong way... However, even if you don't use the method quoted above, there is NO WAY this mod can break your forum. If your forum is broken, you broke it yourself.
The reason why I turned down your job request is because I have no interest in spending hours upon hours debugging OTHER people's poor programming. If your job request was for me to write a custom mod for your forums, that is one thing... but I don't have any interest in debugging other people's code. Especially when a lot of the bugs seem to be caused by the USER (that would be YOU), and not the programmers of these other mods themselves.