vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - Quote Post in PM (https://vborg.vbsupport.ru/showthread.php?t=151163)

Makc666 04-30-2008 10:46 PM

New version:
v1.0.4 - 01.05.2008
- New option "Automatically Add Title" allowes you to switch quoted PM's title at all
- New option "Always Use Thread's Title"
- Option "Automatically Add Prefix To Title" was separated
- Template "qpipm_menu" is more orderly nore without any changes in it's code
- From this version the product doesn't use some Boofo's copyrighted code without his permission

Boofo 04-30-2008 11:05 PM

You are still using code from my hack in there. The permissions for starters.

Makc666 04-30-2008 11:40 PM

Quote:

Originally Posted by Boofo (Post 1503965)
You are still using code from my hack in there. The permissions for starters.

Post that code here on forum. You just says "You use my code" but never says which one.

Boofo 05-01-2008 12:01 AM

"The permissions for starters".

But no matter. My hack has been removed so you can go on stealing code and get caught by someone else.

Makc666 05-01-2008 12:28 AM

Quote:

Originally Posted by Boofo (Post 1503999)
"The permissions for starters".

You mean this one?
Code:

                // We get a post id. Now we have to make some permissions checks
                if (!$postinfo['postid'])
                {
                        eval(standard_error(fetch_error('invalidid', $vbphrase['post'], $vbulletin->options['contactuslink'])));
                }

                if ((!$postinfo['visible'] OR $postinfo ['isdeleted']) AND !can_moderate($threadinfo['forumid']))
                {
                        eval(standard_error(fetch_error('invalidid', $vbphrase['post'], $vbulletin->options['contactuslink'])));
                }

                if ((!$threadinfo['visible'] OR $threadinfo['isdeleted']) AND !can_moderate($threadinfo['forumid']))
                {
                        eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
                }
 
                $forumperms = fetch_permissions($threadinfo['forumid']);
                if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewthreads']))
                {
                        print_no_permission();
                }
                if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($threadinfo['postuserid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0))
                {
                        print_no_permission();
                }
 
                // check if there is a forum password and if so, ensure the user has it set
                verify_forum_password($foruminfo['forumid'], $foruminfo['password']);

Open the file showpost.php from vBulletin's folder.
And look around lines 88-108.
You will find this one there:
Code:

// #######################################################################
// ############################# SHOW POST ###############################
// #######################################################################

if (!$postinfo['postid'])
{
        eval(standard_error(fetch_error('invalidid', $vbphrase['post'], $vbulletin->options['contactuslink'])));
}

if ((!$postinfo['visible'] OR $postinfo ['isdeleted']) AND !can_moderate($threadinfo['forumid']))
{
        eval(standard_error(fetch_error('invalidid', $vbphrase['post'], $vbulletin->options['contactuslink'])));
}

if ((!$threadinfo['visible'] OR $threadinfo['isdeleted']) AND !can_moderate($threadinfo['forumid']))
{
        eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
}

$forumperms = fetch_permissions($threadinfo['forumid']);
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewthreads']))
{
        print_no_permission();
}
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($threadinfo['postuserid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0))
{
        print_no_permission();
}

// check if there is a forum password and if so, ensure the user has it set
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);

Believe me, if you will compare these two one you will not find any difference.

Quote:

Originally Posted by Boofo (Post 1503999)
But no matter. My hack has been removed so you can go on stealing code and get caught by someone else.

Me trembles from your lies, Boofo!
You can't prove your words - you just gab!

Boofo 05-01-2008 12:34 AM

As is evident from your profile, you have not had an original hack idea yet so you are of no worry to me if I no longer release any hacks for you to rename variables and steal code from. I'll let the next person you steal from deal with you.

Makc666 05-01-2008 12:48 AM

Quote:

Originally Posted by Boofo (Post 1504019)
As is evident from your profile, you have not had an original hack idea yet so you are of no worry to me if I no longer release any hacks for you to rename variables and steal code from. I'll let the next person you steal from deal with you.

Last time you spoke about some code I steal with out any proof.
Now you speak about some idea I steal.
And even more that I renamed some variables what you again can't prove and will never be able. You are so funny, really.

Fungsten 05-01-2008 04:42 PM

Getting the message that the product is not compatibe with VB 3.7. Uninstalled.

Makc666 05-01-2008 09:17 PM

Quote:

Originally Posted by Fungsten (Post 1504763)
Getting the message that the product is not compatibe with VB 3.7. Uninstalled.

Look at the top of the page first:
Quote:

vBulletin.org Forum / vBulletin Modifications / vBulletin 3.6 Modifications / vBulletin 3.6 Add-ons / Private Messages Enhancements
After that go to this thread:
https://vborg.vbsupport.ru/showthread.php?t=177502

And for your future notes.
If you are looking for some product's update just go to his author's profile:
https://vborg.vbsupport.ru/member.php?u=26144

Fungsten 05-01-2008 09:39 PM

Quote:

Originally Posted by Makc666 (Post 1505038)
Look at the top of the page first:


After that go to this thread:
https://vborg.vbsupport.ru/showthread.php?t=177502

And for your future notes.
If you are looking for some product's update just go to his author's profile:
https://vborg.vbsupport.ru/member.php?u=26144


I didn't see that in your profile. I'll try it though.


All times are GMT. The time now is 10:19 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.01217 seconds
  • Memory Usage 1,755KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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