Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Self Delete Hack Details »»
Self Delete Hack
Version: 1.1.1, by AlphaWolf AlphaWolf is offline
Developer Last Online: Aug 2007 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 12-14-2004 Last Update: 12-15-2004 Installs: 11
DB Changes
 
No support by the author.

What does this hack?
This Hack give your users the option to delete their own account from the User CP. I know this hack is disputed, but i release for the ones who really want this hack. I hope the hack is save enough. Please report if users abuse this funktion.

Compatibility
-3.0.3
-For 3.0.1 compatibility read the Notes (thx to Odysseus)


To do
To change:
PHP Files : 2
Templates : 1

To add:
Templates: 2
Phrases : 10
Queries : 1


History

1.1.1
Bugfix


  • Translation mistake
1.1.0
Features
  • Checkbox confirmation
  • Password confirmation
  • Email confirmation
  • Confirmationemail to admin
Bugfix
  • Graphical glitches
1.0.0
Features
  • Usercp integration
  • Use phrases
  • Clean deletion through existing admin_function
Notes
Please excuse my bad english. I did the translation of the hack by myself and its bad. Report language mistakes. Don't forget to press the install button.


For 3.0.1 compatibility do this:

Quote:
Originally Posted by Odysseus
You have to add this line:

Code:
require_once('./includes/adminfunctions.php');
before the line in the hack code (~1564) that calls this function.

This makes sure that the adminfunctions.php file, in which the delete_user() function is located, will be included.

The hack will then work with vB 3.0.1, too.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 12-18-2004, 08:21 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AlphaWolf
Do you uploaded the php Files corectly? I have installed the Hack with a clear 3.0.3 vB today. It defenatly work.
yes i followed it to a "T" and then re-checked everything. I dunno, it may conflict with other hacks on my forum
Reply With Quote
  #23  
Old 12-18-2004, 11:10 PM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The hack has a loop that doesnt make sense. why send a code to the users email to have them paste it in the site to terminate. lol. edit your email is in the same area as delete account.

Any user can put in a new email send it out and close the account the same way.

besides that. its what I was looking for before I got scammed.
Reply With Quote
  #24  
Old 12-18-2004, 11:11 PM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AlphaWolf
Attachments will not be erased because they belong to the posts. PM's will be deleted.
thank you for your answer. so how would the attachements be delted? a con job or something? I have a hack that puts attachments in pm's so go figure why im worried.
Reply With Quote
  #25  
Old 12-19-2004, 09:46 AM
AlphaWolf's Avatar
AlphaWolf AlphaWolf is offline
 
Join Date: Jul 2004
Location: Germany
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Hack deletes no posts so it doesn't delete the attachments. But the Pm's will be deleted. Cause of your Hack the attachments will be without a PM. I think one of the vBulletin crons will delete them. I can't give support for annother Hack.
Reply With Quote
  #26  
Old 12-24-2004, 07:06 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bryan Ex
Okay AlphaWolf... a couple of notes on this;

Most importantly I get the following error when trying to delete a user...

Fatal error: Call to undefined function: delete_user() in /var/www/hosts/adultshowoffs.com/forum/profile.php on line 1564

-> In my files line 1564 is - delete_user($bbuserinfo['userid']);
I am having the EXACT same problem in my v3.01. What is the solution?
Reply With Quote
  #27  
Old 12-24-2004, 07:28 PM
AlphaWolf's Avatar
AlphaWolf AlphaWolf is offline
 
Join Date: Jul 2004
Location: Germany
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry I have no 3.0.1 Version to Test:ermm: I'll write in the Hack posting that it is incompatible to 3.0.1. Sorry i can't fix that bug without a 3.0.1 Version to test.
Reply With Quote
  #28  
Old 12-25-2004, 01:50 AM
ArAb4NoKiA ArAb4NoKiA is offline
 
Join Date: Jun 2004
Location: Saudi Arabia-Jeddah
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanx
Reply With Quote
  #29  
Old 01-10-2005, 12:39 PM
Odysseus's Avatar
Odysseus Odysseus is offline
 
Join Date: Oct 2002
Location: Regensburg, Germany
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bitg
I am having the EXACT same problem in my v3.01. What is the solution?
I also had this problem with 3.0.1 and was able to fix it.

You have to add this line:

Code:
require_once('./includes/adminfunctions.php');
before the line in the hack code (~1564) that calls this function.

This makes sure that the adminfunctions.php file, in which the delete_user() function is located, will be included.

The hack will then work with vB 3.0.1, too.
MAybe you can update this info, AlphaWolf.
Reply With Quote
  #30  
Old 01-10-2005, 12:54 PM
AlphaWolf's Avatar
AlphaWolf AlphaWolf is offline
 
Join Date: Jul 2004
Location: Germany
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx I have updatet my Post!
Reply With Quote
  #31  
Old 02-25-2005, 03:17 AM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by T3MEDIA
thank you for your answer. so how would the attachements be delted? a con job or something? I have a hack that puts attachments in pm's so go figure why im worried.
anyone has a idea that would check if a user deletes himself to also delete any pictures they may have in photopost???
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04905 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete