Restore of most users online

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alfa1
    Senior Member
    • Dec 2005
    • 4165
    • 3.8.x

    Restore of most users online

    After installing a hack on vb.org (AJAX most users online), I lost my most users online and went from 22.430 users to 3.000. I would like to restore that and have tried the examples here but do not succeed yet.

    I have tried this:
    PHP Code:
    UPDATE vb6_datastore
    SET data 
    'a:2:{s:9:\"vb6_maxonline\";i:22430;s:13:\"vb6_maxonlinedate\";i:1234476307;}'
    WHERE title 'vb6_maxloggedin'
    What am i doing wrong?
    I buy 420 forums
  • Paul M
    Former Lead Developer
    vB.Com & vB.Org
    • Sep 2004
    • 9886

    #2
    In the data itself you dont need the vb6_ prefix.
    Baby, I was born this way

    Comment

    • Alfa1
      Senior Member
      • Dec 2005
      • 4165
      • 3.8.x

      #3
      Posted for my own reference:
      UPDATE vb6_datastore
      SET data = 'a:2:{s:9:\"maxonline\";i:22430;s:13:\"maxonlinedate\";i:1234476307;}'
      WHERE title = 'maxloggedin'
      I buy 420 forums

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...