Search results for query: *

  1. S

    Question Not a bug or feature request, just some feedback :)

    Check how dbSEO improved my Google crawling statistics :D Crawled pages Downloaded Kilobytes Prior to the 5th of December I had VBseo with the VBseo sitemap feature. I like!
  2. S

    Question Images , .png , Not viewable when rewrite rules active (nginx)

    Hi pcam, Try disabling rewrites of the attachments url's. Is your config with nginx working with Tapatalk... Maybe we can help each other out :)
  3. S

    Bug Dbseo breaks my Tapatalk installation

    Hmmm looking into my nginx config it appears some stuff is being applied twice. Original config: location /forum/ { if ($request_filename ~ "\.php$" ) { rewrite ^(/forum/.*)$ /forum/dbseo.php last; } if (!-e $request_filename) { rewrite ^/forum/(.*)$ /forum/dbseo.php last; } } location ~...
  4. S

    Bug Dbseo breaks my Tapatalk installation

    Hi Fillip H., I know why it still worked... :( While you've changed/enabled dbseo, nginx was still calling vbseo.php (thus vbseo.php was active), i've set it back to dbseo.php and now it broke again...... The only change i make is v to d in xbseo.php.... location /forum/ { if...
  5. S

    Bug Dbseo breaks my Tapatalk installation

    Thanks Fillip H.! But nginx does not use .htaccess, so i'm wondering if this is the solution? :)
  6. S

    Bug Dbseo breaks my Tapatalk installation

    Hi, After migrating from vbseo to dbseo, i've noticed my visitors cannot access the site anymore with Tapatalk. DBSEO enabled: Tapatalk fails VBSEO enabled : Tapatalk works The rewrite rules for my webserver are the same, except when calling vbseo.php i use dbseo.php (when dbseo enabled) and...
  7. S

    Question nginx

    Thanks again for the excellent service! That's why i buy Dragonbyte stuff :) I'll test some things furtheron for nginx rewrite rules, but those above we're my the best set on the vbseo config, so i'll think this will also be for dbseo.
  8. S

    Question nginx

    Hi, It seems to work (no 500), BUT al my urls of topics link faulty to an attachment. It seems that the rewrite works. but that it only links to an attachment IF used in the topic... So you are never linked to the discussion itself, but instead it opens an attachment (image) IF it's available...
  9. S

    Question nginx

    Sure :) The ruleset from vbseo is faulty. It's slowing nginx down and make merging of topics impossible.... I'm gonna test it out toninght, can i run both products (enabled/disabled) on my site, or do i need to completely remove vbseo? Also is the importer vbseo -> dbseo already integrated in...
  10. S

    Question nginx

    Hi, Got my lifetime DBSEO license and am planning for the upgrade, but was wondering if anyone else yet has implemented it on nginx/php-fpm? Apache is way too slow for my site, thus migrated to niginx. Vbseo works on that, can i use the same rules for the dbseo.php? These are my settings for...
  11. S

    Dragonbyte-tech site extremely slow...

    Anyone else experiencing it? I've had it the last couple of days....
  12. S

    Bug Installation errors [mysql errors duplicate entries] cannot install

    Hi, Approx 1 minute... In mysql i can see that multiple tables have been created, that's where it goes wrong, the installer cannot recreate or overwrite them i quess.
  13. S

    Bug Installation errors [mysql errors duplicate entries] cannot install

    Deleted that table (and had to delete vbb_package id (increment?) also again. Step goed further, but now error in the next table: Invalid SQL: INSERT INTO `vbb_dbtech_classifieds_condition` (`conditionid`, `title`, `description`, `active`) VALUES (1, 'New', '', 1), (2, 'Used', '', 1);; MySQL...
  14. S

    Bug Installation errors [mysql errors duplicate entries] cannot install

    Hi, When trying to install i'm getting mysql errors... At first try i've tried to install with upload xml + overwrite settings, but that gave me a blank screen. So i went ahead with installing xml from server + overwrite settings. Installation now goed wrong on multiple duplicate entries...
  15. S

    Alternative to vBSEO

    Ok, then no problem... looking forward to the DBseo product!
  16. S

    Alternative to vBSEO

    Hmm, can i migrate from the likes system of vbseo to you like product?
  17. S

    Bug @mentions and quotes do not redirect to correct tab

    Thanks, got it working! And DBseo, i'll buy it the minute it goes live as stated in the other topic :)
  18. S

    Alternative to vBSEO

    If it's gonna be a migrate-to dragonbyte SEO from vbSEO product, i'd buy it at once! I'm pretty concerned about vbseo discontinuing it's product (site with 80k members and 1.5mil posts).......
  19. S

    Bug @mentions and quotes do not redirect to correct tab

    Hi, My mentions and quotes in notification bar do not link to the correct tab on my profile page. I've searched the forums and do use VBSEO, but the strange thing is that it has worked before (i've read something about vbseo breaking the feature).... The link redirects me to...
  20. S

    Bug Blank page on installation

    Hi, I've decided to upgrade my nginx config to latest stable version and tried again et voîla, it works! Thanks :)
Back
Top