Search results for query: *

  • Users: Zuker
  • Order by date
  1. Zuker

    Question Slow Query

    MariaDB [turiver]> explain SELECT COUNT(*) AS count, contentid, varname FROM dbtech_thanks_entry AS entry, (SELECT postid FROM post WHERE threadid = 80911 AND visible IN (1) ) AS tmp WHERE entry.contenttype = 'post' AND entry.varname = 'likes' AND contentid = tmp.postid GROUP BY contentid ORDER...
  2. Zuker

    Question Slow Query

    ariaDB [turiver]> explain SELECT COUNT(*) AS count, contentid, varname FROM dbtech_thanks_entry AS entry, (SELECT postid FROM post WHERE threadid = 80910 AND visible IN (1) ) AS tmp WHERE entry.contenttype = 'post' AND entry.varname = 'likes' AND contentid = tmp.postid GROUP BY contentid ORDER...
  3. Zuker

    Question Slow Query

    I ve got this query getting my forum so slow. SELECT COUNT(*) AS count, contentid, varname FROM dbtech_thanks_entry AS entry, (SELECT postid FROM post WHERE threadid = 80911 AND visible IN (1) ) AS tmp WHERE entry.contenttype = 'post' AND entry.varname = 'likes' AND contentid = tmp.postid GROUP...
  4. Zuker

    Legacy Add Mercadopago

    MercadoPago its a big payment procesor for latin america. Im interested in getting this integration done. Can you quote me?
  5. Zuker

    Bug Error with vBulletin 4.2.2

    I've got this "Warning: Non-static method STATUS_CACHE::init() should not be called statically, assuming $this from incompatible context in ..../dbtech/status/hooks/global_start.php on line 9" on 4.2.2 PL 2
  6. Zuker

    Bug Problems after update

    hi I'm getting problem after this upgrade. First, i had to translate all lang variables again, but the most important it's that on postbit i've got problems with "<vb:if condition="$actions">" that it's always true You can see it here http://i60.tinypic.com/2wqy7ug.jpg
  7. Zuker

    Question Create url's on external page

    :D Thanks!
  8. Zuker

    Question Create url's on external page

    I think it's DBSEO_Rewrite_Thread, right? Can u give me an example please? Thanks!
  9. Zuker

    Question Create url's on external page

    Great! And for threads url?
  10. Zuker

    Question Create url's on external page

    Any hint? Thank you
  11. Zuker

    Bug Disable Button's Postbit Stats on admincp

    But i think it's logical to override them. Whats the purpose of setting an admin option if users can avoid them?
  12. Zuker

    Question Create url's on external page

    I'm using PHP Version 5.4.23-pl0-gentoo
  13. Zuker

    Question Create url's on external page

    Fatal error: Call to undefined method DBSEO_Url::create() in /var/www/gaminga.com/public_html/servidores/counter-strike/administradores.php on line 92
  14. Zuker

    Question Custom Rewrite Rules - What's wrong?

    grrrr it was a cache issue :D Thanks! Solved!
  15. Zuker

    Question Custom Rewrite Rules - What's wrong?

    The extra space was on another rule, not the one for "temas-nuevos" 'profile\.php\?do=buddylist$' => 'contactos-amigos/[NF]' '^profile\.php\?do=updatesignature$' => 'editar-firma/[NF]' '^activity\.php$' => 'actividad/[NF]' '^private\.php$' => 'mensajes-privados/[NF]'...
  16. Zuker

    Bug Disable Button's Postbit Stats on admincp

    But if as an admin i don't want to show stats on profile, why let users choose and let them show?
  17. Zuker

    Question Create url's on external page

    I've tryed to overwrite using "define('DBSEO_CWD', '/var/www/gaminga.com/public_html/foros/');" before the include and the result i'm getting it's "Access denied."
  18. Zuker

    Question Create url's on external page

    Hi On vbseo i was using something like this include_once('/var/www/site.com/public_html/vbseo/includes/functions_vbseo.php'); vbseo_get_options(); vbseo_prepare_seo_replace(); vbseo_get_forum_info(); $memberurl = vbseo_member_url_row($vb_userid, $vb_username); to get member url on external...
  19. Zuker

    Question Custom Rewrite Rules - What's wrong?

    Hi I've got this custom rewrite rules 'profile\.php\?do=buddylist$' => 'contactos-amigos/[NF]' '^profile\.php\?do=updatesignature$' => 'editar-firma/[NF]' '^activity\.php$' => 'actividad/[NF]' '^private\.php$' => 'mensajes-privados/[NF]' '^search\.php\?do=process(.*)$' =>...
Back
Top