vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Posts/Threads created by a specific user, since a specific date. (https://vborg.vbsupport.ru/showthread.php?t=37278)

Jawelin 05-22-2002 03:06 PM

Quote:

Originally posted by merk
I cant remember using javascript? :)

What errors would they be?

When I submit search with default values (Time='-1 week'), i get 'unvalid char' when displaying page.
So, I guessed it was due to client-side script...
:hurt:

Derek 06-20-2002 03:11 PM

Just so some people know... if you don't edit above where you place the Time Search in the index.php, it will show up on the same line... So, here is a better way to describe what to find...


Find:
Code:

makenavoption("Build Mailing List","email.php?action=genlist");
And replace with:
Code:

makenavoption("Build Mailing List","email.php?action=genlist","<br>");
makenavoption("Time Search","time.php?action=modify");


Derek 06-27-2002 12:57 PM

Error... I am using 2.2.6 and was using 2.2.5 when I posted the above code fix... Is there that big of a difference between the 2 versions? Can you please post a fix or tell me what I did wrong? Below is the DB error I got... The prob is when I put in a username, but it works when I type in a userid.


Database error in vBulletin Control Panel 2.2.6:

Invalid SQL: SELECT userid,username FROM user WHERE 1=1 AND user.userid=Derek ORDER BY username
mysql error: Unknown column 'Derek' in 'where clause'

mysql error number: 1054

Date: Thursday 27th of June 2002 08:44:50 AM
Script: http://forums.koruptsociety.com/admin/time.php
Referer: http://forums.koruptsociety.com/admi...tion=modify&s=

merk 06-27-2002 09:30 PM

I dont know how the above error could occur - remember that there is a 'username' and a 'userid' field, and it seems you entered username into userid.

However, to make the error go away(you wont get any results tho) line 193ish

PHP Code:

  elseif ($searchuserid!="") {
          
$condition.=" AND user.userid=$searchuserid";
  } 

replace with

PHP Code:

  elseif ($searchuserid!="") {
          
$condition.=" AND user.userid=\"$searchuserid\"";
  } 



All times are GMT. The time now is 11:55 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00994 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete