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)
-   -   View All Current Private Messages On Server (https://vborg.vbsupport.ru/showthread.php?t=52713)

Trigunflame 05-07-2003 10:00 PM

View All Current Private Messages On Server
 
All updated info will go here. Although you'll have to look at some of the last pages to see the updates Ive done so far cause i really dont wanna copy and paste em here, lol.

Heres the newest btw.

*damn for some reason when i delete this attachment and choose to upload new one, ill click the filname url and it still gets my old version...*

Latest file: https://vborg.vbsupport.ru/show...3862#post393862

Trigunflame 05-08-2003 01:36 AM

Go here for new screenshots

https://vborg.vbsupport.ru/showthrea...022#post393022
https://vborg.vbsupport.ru/showthrea...023#post393023

Boofo 05-08-2003 01:44 AM

Sounds interesting. :)

Can it be made to like have a list of users with pms and by clicking on the link, just bringing up theirs?

Trigunflame 05-08-2003 01:52 AM

Ya it could be done easy enough, none of the messages are encrypted or restricted, so its all easy to manipulate, i might do it later, ill probably get flamed just for posting it...

btw im making my own forum script, with about all the features of vb, but all original code of course, i dont like scripters who rip off others code, thats not coo... my aim is Trigunflame feel free to IM me if you wanna see a preview, im thinkin of releasing it as open source or w/e if any experienced programmers in php/mysql wanna help feel free to contact me, ive got 5yrs in html/jscript/php/cgi/mysql all together so like i said IF your experienced with a year or more of experience maybe we can colaborate i have a fully functional forum workin bug free i did in 4 days and havnt worked on it for 2 days now, been kinda lazy...

but VBULLETIN will always rule...lol, btw im just makin the forum of mine for fun, the board at dbgtn... http://www.dbgtn.com/index.php?dbgt=select_forum is a custom script my friend deano did, so i figured i might as well make one to..

msimplay 05-08-2003 02:26 AM

Quote:

Today at 03:44 AM Boofo said this in Post #3
Sounds interesting. :)

Can it be made to like have a list of users with pms and by clicking on the link, just bringing up theirs?


yes i want this too this is a great hack

Trigunflame 05-08-2003 02:32 AM

Ya im gonna update it in a couple mins...

msimplay 05-08-2003 02:33 AM

thank u i cant wait :D
ps do it b4 someone comes and flames ya for invading privacy :P

Boofo 05-08-2003 02:39 AM

Quote:

Today at 09:52 PM Trigunflame said this in Post #4
Ya it could be done easy enough, none of the messages are encrypted or restricted, so its all easy to manipulate, i might do it later, ill probably get flamed just for posting it...

btw im making my own forum script, with about all the features of vb, but all original code of course, i dont like scripters who rip off others code, thats not coo... my aim is Trigunflame feel free to IM me if you wanna see a preview, im thinkin of releasing it as open source or w/e if any experienced programmers in php/mysql wanna help feel free to contact me, ive got 5yrs in html/jscript/php/cgi/mysql all together so like i said IF your experienced with a year or more of experience maybe we can colaborate i have a fully functional forum workin bug free i did in 4 days and havnt worked on it for 2 days now, been kinda lazy...

but VBULLETIN will always rule...lol, btw im just makin the forum of mine for fun, the board at dbgtn... http://www.dbgtn.com/index.php?dbgt=select_forum is a custom script my friend deano did, so i figured i might as well make one to..

Very interesting idea. Looks good, so far. You might want to work on the pgaenation a bit though. A thread with a lot of pages will take up a lot of room for the page numbers.

I'm afraid I won't be of much help to you in the php department. If it is simple stuff, then I can do it. But I am no php guru by any means. Not even close. But I would be intersted in foillwoing the developement of your software. If I can do anything, let me know. ;)

If you get a chnace to work on the pm file with the trequest I made, I would be willing to help with any testing. ;)

Trigunflame 05-08-2003 02:56 AM

ok I updated it, now u have to be admin to view it, stick it in the admin folder, and it uses the ./globals and cpheaders and etc.. you know about all that stuff, you dont have to set anything up now it should work auto..ill add pagination later.

Also used some query cut backs, now that im a lil better at mysql than i was a year ago, cleaned up the code a bit also...

msimplay 05-08-2003 03:00 AM

is there a way to only view specific pms eg click on a link for a certain person and then it shows their pms only ?

Trigunflame 05-08-2003 03:03 AM

Ya ill add that in a minute I guess, hell might as well, y not?

msimplay 05-08-2003 03:04 AM

its easier cuz i got my eyes on someone well actually a few people

Boofo 05-08-2003 03:33 AM

I'm just getting a blank white page.

msimplay 05-08-2003 03:34 AM

works for me put the php file in the admin folder and run it

Boofo 05-08-2003 03:35 AM

That's where I have it and it still only shows a blank page. ;)

msimplay 05-08-2003 03:37 AM

weird indeed as i sed worked for me first time

Boofo 05-08-2003 03:39 AM

Have you tried the updated file?

msimplay 05-08-2003 03:40 AM

thats what i am using the second file in the forum bit

Trigunflame 05-08-2003 03:41 AM

unless u have altered ur table structure in anyway regarding user table and privatemessage table, it should work flawlessly, if ur admin and stick it in admin folder

im gonna recode it now entirely...might as well..brb

Boofo 05-08-2003 03:43 AM

I have some hacks that use those tables. Could that be it?

Boofo 05-08-2003 03:46 AM

Maybe updating this:

PHP Code:

// Get private messages
$query "SELECT * FROM privatemessage ORDER BY privatemessageid";
$result mysql_query($query);
$number mysql_numrows($result);
$i 0

with a DB_Site query?

Trigunflame 05-08-2003 03:50 AM

nah i prefer to use outside querys, thats not it, it shouldnt have anything to do with, im gonna recode the whole thing now, and well see if it works for u then, ive gave this to about 15 people and it worked for all of them so iunno, just wait a few min, im gonna do it from scratch

msimplay 05-08-2003 03:51 AM

thanks :D

Boofo 05-08-2003 03:52 AM

Thank you, sir. :) If there's a problem, I usually find it by running it on my site for some reason. ;)

msimplay 05-08-2003 03:52 AM

yeh i have noticed that too even with other hacks ur the first to speak up :p

Boofo 05-08-2003 03:54 AM

That's what happens when you have over 150 hacks installed. It taskes some work, but they all work together. ;)

msimplay 05-08-2003 03:56 AM

hmm id be curios to know what hacks u have installed and also what version of Vbulletin i got 46 hacks installed and i find that a handfull

Trigunflame 05-08-2003 04:21 AM

almost done with the next update..

msimplay 05-08-2003 04:22 AM

am waiting :D patiently just so that u know i've not gone asleep

msimplay 05-08-2003 05:24 AM

thank uuuuuuu this is what i been waiting for :D

Trigunflame 05-08-2003 05:31 AM

Finally i recoded the whole thing, ill still have to add the pageanism later as that takes some time, but this version is much quicker then the other, well on my test it was anyway, also on the main page, if u click the from user or the to user it will take u to a page for them that shows all the messages theyve sent and all the messages theyve received :)

Edit: I think there is a bug with the attachment upload or something, for some reason, it keeps trimming out my ?> out of the pmview.php file even when its in zip... so depending on ur site you may need to go ahead and add ?> to the end of it, if your having problems.

Jadelit 05-08-2003 06:44 AM

Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 39 in C:\Inetpub\****\test\admin\pmview.php on line 63

DPoole 05-08-2003 06:54 AM

ok i took the php from (not first attachment but second)

uploaded to admin folder and it works fine to me

:)

Trigunflame 05-08-2003 07:03 AM

Jade can u give me a screenshot please? I need to see the full html result, I made it use a else if theres no rows, so it shouldnt give a error, although i could have used @ but anyway please give me a screen, i would like to get the prob fixed.

PS. THE latest version is the .zip file so use it..

Trigunflame 05-08-2003 07:08 AM

New screenshot 1

Show main page, showing all post

Trigunflame 05-08-2003 07:09 AM

New screenshot 2

Show individual member view of sent and received pm's

DPoole 05-08-2003 07:11 AM

Quote:

Today at 08:44 AM Jadelit said this in Post #32
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 39 in C:\Inetpub\****\test\admin\pmview.php on line 63
yeah m8 u may get the error but it still works fine - i have tried the 3rd attachment not noticed any speed increase but the hack does what it says it does and works fine.

Trigunflame 05-08-2003 07:19 AM

It depends on your total amount of PM's You wont notice it on a few hundred because of the nature of mysql, but if u have 1000+ you will usually see a increase, atleast for me it has, i just tested it on a forum with 4k+ pm's, and noticed a 1-2 increase, all it helps to be on broadband connection, and i will use a @ to conceal errors i guess, but it shouldnt be showing them period..there should be no errors..

updated to conceal errors..but if it works correctly there should be none.. if u see an adverse result show me, im pretty sure it should work for all configs, cause its only using the basic fields that are used from privatemessages in vbulletin..

Boofo 05-08-2003 08:41 AM

Still doesn't work for me. But that's ok. ;)

Trigunflame 05-08-2003 08:58 AM

You must have something seriously wrong with your db, php or mysql if your gettin nothin but a blank page. Whats ur site and i may can get it to work for you, like anything else u cant make somethig that will work everywhere, like for instance ive had no errors running it myself so far, but others do here and there, now i cant explain why...usually its cause of a change in table/field structure, which if you know what ur doing u could modify it to fit ur needs, its a simple script really, nothing complicated.

btw go here for the forum script im workin on, calling it MiniBulletin
http://www.dbgtn.com/tf/forum/index.php

only about 80% of the first version... still have lots of stuff to add, as of now u can register/login/newthread/quick reply/full reply

gonna add memberview, profile, sigs, avatars tomorrow..


All times are GMT. The time now is 04:44 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.01251 seconds
  • Memory Usage 1,815KB
  • 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
  • (1)bbcode_php_printable
  • (3)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
  • (40)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