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
vB Pager 2.0.4 Details »»
vB Pager 2.0.4
Version: 2.0.5, by uae uae is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 06-30-2004 Last Update: 05-28-2005 Installs: 160
DB Changes
 
No support by the author.

vB Pager
Version: 2.0.5
vB-version: 3.0.6
Developer: WwW.UAEWEB.CoM
Install-difficulty: Easy


Okay, this is my first released hack here on vb.org, been using it in my private forum's with vB2 and finally, I've upgraded this hack for vB 3.0.1.


Introduction:
vB pager is a new refined & light paging system that enables authorized users to exchange short & quick messages amongst each other. Unlike the regular private messaging system, the paged user is guaranteed to read your message & reply to it (if you choose this option) instantly & easily.

Features:
  • You won't need to log on your CP to send a message, just click on the pager icon next to the name of the user you'd like to page! (See Screenshots)
  • Switch the paging system on or off anytime you wish!
  • Specify who gets to use the paging system by Usergroup, or even User IDs to send messages to your forum members.
  • vB Pager users can send pager messages to members of the forum and/or non-registered guests from the WhoisOnline's page.
  • Optional Anonymity: you can choose to hide your username when paging another user on the forum, & define which Usergroup or User IDs can utilize this option.
  • Restrict the number of characters in each message: you can restrict the use of this paging system to short messages only by simply typing in the maximum number of characters that can be used. The window comes in with a built-in character counter to enable the user to keep track of the characters typed.
  • Logs of all incoming and outgoing pager messages member has, can be viewed and deleted.
  • Logs of all incoming and outgoing pager messages (Deleted and Unread messages) for all members can be viewed and deleted through the Admin CP.
vB Pager 2.0.4 Updates:
- All popup windows are DHTML, so there should be no problem with popup killers.
- Logs of all incoming and outgoing pager messages (Deleted and Unread messages) for all members can be set to be Hard deleted, as a new option from vB Pager options in Admin CP.
- Many bug fixes.

vB Pager 2.0.5 Updates:
- Bug Fix: Getting blank messages from guest.


Installation Update For vB Pager 2.0.5
You may install v2.0.5 fresh
You may upgrade from v2.0.4 -> 2.0.5 (Read UPGRADE.txt)



HACK INSTALLATION DETAILS:

File-edits: 8
Template-edits: 9
New files for this Hack: 3
admincp/pageradmin.php
images/buttons/vbpager.gif
pager.php
Files modified for this Hack: 5
admincp/index.php
include/functions.php
includes/functinons_online.php
global.php
online.php
New templates for this Hack: 4
vbpager
vbpager_listbit
vbpager_popup
vbpager_new
Templates modified for this Hack: 7
footer
MEMBERINFO (Optional)
navbar
forumhome_loggedinuser
postbit_legacy (Optional)
postbit (Optional)
whosonlinebit
New DB tables for this Hack: 1
pager
DB Tables modified for this Hack: 1
user

PLEASE CLICK INSTALL
Please click if you install this hack, thanks.

vB Pager is free, and will remain free.

-------------------
Many Thanks goes to:
D|ver
docvader
Wolfe
And to all those who helped me find my mistakes and encourage me.

-------------------
Normal_vBpager.zip (17.2 KB, 141 downloads)
as per Sep-26-04 at 08:46
-------------------

Show Your Support

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

Comments
  #92  
Old 02-02-2005, 01:18 AM
msimonds msimonds is offline
 
Join Date: Aug 2003
Location: Dallas, Texas
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is a great hack, i give you that!!! I see a few errros. I am not a good coder but the stripslashes() needs to be added so when someone puts a (example) it's or you're it comes back with it'\s or You\'re

plus you cannot click on URLs that are sent through this system,!

I think it is great man, not trying to make you mad at all! i have been wanting something like this for awhile

Thanks Mike
Reply With Quote
  #93  
Old 02-02-2005, 02:56 AM
msimonds msimonds is offline
 
Join Date: Aug 2003
Location: Dallas, Texas
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i corrected the it\'s (example)
in pager.php
around line number 238 find:
PHP Code:
$message    addslashes(htmlspecialchars(trim($message))); 
add below:

PHP Code:
$message stripslashes($message); 
and around line number 366 find:

PHP Code:
$message    addslashes(htmlspecialchars($message)); 
add below:

PHP Code:
$message stripslashes($message); 
hope that helps.

now just need to find out how to incorporate BBcode for [url]
Reply With Quote
  #94  
Old 02-02-2005, 03:40 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
It is a great hack, i give you that!!! I see a few errros. I am not a good coder but the stripslashes() needs to be added so when someone puts a (example) it's or you're it comes back with it'\s or You\'re
Sure you described that correctly? I'd rather have I'd than I\'d.
Reply With Quote
  #95  
Old 02-02-2005, 08:43 AM
MauriceReed MauriceReed is offline
 
Join Date: Dec 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a lot of my members on my board have started getting errors in IE while using this hack.....when i get the error again , il post up the details.
Reply With Quote
  #96  
Old 02-02-2005, 12:53 PM
msimonds msimonds is offline
 
Join Date: Aug 2003
Location: Dallas, Texas
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have yet to see any errors on this except for the \ error which is now corrected!

Also let me see if i get this straight. when someone sends a message to another member, the other member can reply, but that is it. you cannot send more than one message each!!!

If so, and I am correct, is there a way to change this

Mike
Reply With Quote
  #97  
Old 02-02-2005, 04:23 PM
MauriceReed MauriceReed is offline
 
Join Date: Dec 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well ive been back to the thread as it was in beta section, and theres quite a few ppl in there complaining of the same error...eg.....IE shutting down.

it seems to happen when members are recieving pages, not sending them.

all the members using IE so far on my board are reporting the same error.

windows pops up with the dreaded"internet explorer has encountered an error, and is closing down"..or whatever it is.

after disabling the hack in the admin cp, the board works fine.

as i said before, its all over the posts while it was in beta section, is there any idea as to what it might be???

i think it was displaying an error with "mshtm.dll" or something.
Reply With Quote
  #98  
Old 02-02-2005, 05:15 PM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't had problems with IE shutting down, but,some people are getting the persistent pager box still (can't close a pager box). For some reason, the same individuals are getting this error; not sure if something is amiss in the database for these people. But otherwise, it seems to be working well for us.
Reply With Quote
  #99  
Old 02-10-2005, 11:41 PM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive just isntalled and have already had problems with IE Shuttign Down
i hope someone can figure out this problem as this is a nice hack
Reply With Quote
  #100  
Old 02-10-2005, 11:59 PM
Battle_Ring Battle_Ring is offline
 
Join Date: Apr 2004
Posts: 584
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalls as Quick as I Installed
Reply With Quote
  #101  
Old 02-11-2005, 04:03 AM
T3MEDIA T3MEDIA is offline
 
Join Date: Dec 2004
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dam got the error.
few almost did this directly on the real site.
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 04:16 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.05443 seconds
  • Memory Usage 2,321KB
  • 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
  • (4)bbcode_php
  • (1)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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