vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Use plugin to edit a file (https://vborg.vbsupport.ru/showthread.php?t=284663)

Scanu 06-19-2012 07:59 PM

Use plugin to edit a file
 
Hi everyone i see this mod of Marco, you have to go in includes/functions_login.php
And replace this code
PHP Code:

+if+($vbulletin->userinfo+=+$vbulletin->db->query_first("SELECT+userid,+usergroupid,+membergroupids,+infractiongroupids,+username,+password,+salt+FROM+"+.+TABLE_PREFIX+.+"user+WHERE+username+=+'"+.+$vbulletin->db->escape_string(htmlspecialchars_uni($username))+.+"'"))+ 

With this
PHP Code:

//++++Start+hack+login+with+mail+address+(MarcoH64)
//++++if+($vbulletin->userinfo+=+$vbulletin->db->query_first("SELECT+userid,+usergroupid,+membergroupids,+infractiongroupids,+username,+password,+salt+FROM+"+.+TABLE_PREFIX+.+"user+WHERE+username+=+'"+.+$vbulletin->db->escape_string(htmlspecialchars_uni($username))+.+"'"))
++++if+(!$vbulletin->userinfo+=+$vbulletin->db->query_first("SELECT+userid,+usergroupid,+membergroupids,+infractiongroupids,+username,+password,+salt+FROM+"+.+TABLE_PREFIX+.+"user+WHERE+username+=+'"+.+$vbulletin->db->escape_string(htmlspecialchars_uni($username))+.+"'"))
++++{
++++++++
$vbulletin->userinfo+=+$vbulletin->db->query_first("SELECT+userid,+usergroupid,+membergroupids,+infractiongroupids,+username,+password,+salt+FROM+"+.+TABLE_PREFIX+.+"user+WHERE+email+=+'"+.+$vbulletin->db->escape_string(htmlspecialchars_uni($username))+.+"'");
++++}
++++if+(
$vbulletin->userinfo)
//++++End+hack+login+with+mail+address+(MarcoH64)+ 

There is a way to do this with the plugin system?

--------------- Added [DATE]1340140233[/DATE] at [TIME]1340140233[/TIME] ---------------

Sorry i have problems pasting the code however you can see it here: https://vborg.vbsupport.ru/showpost....5&postcount=39

kh99 06-19-2012 08:11 PM

Are you asking if you can implement that mod without editing files? There is a vb4 mod that does that here: www.vbulletin.org/forum/showthread.php?t=275348

Scanu 06-19-2012 08:23 PM

Unfortunately it doesn't work on the last version of vbulletin


All times are GMT. The time now is 09:20 PM.

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.01040 seconds
  • Memory Usage 1,722KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete