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)
-   -   Download PMs to File (for all 2.x.x versions)" (https://vborg.vbsupport.ru/showthread.php?t=15859)

Sweet Evil 11-13-2001 08:08 AM

Quote:

Originally posted by smelialichu
This is a great hack, just one problem though. When i click on download it displays the pm's in my browser and doesn't download it. i use IE 5.01 none of the other people on the board have reported the problem, ideas? I realise the problem is most likely at my end.


Same Problem... :) (IE 5.0)

Sweet Evil 11-13-2001 08:17 AM

Quote:

Originally posted by Zarkov
OK look for this code in private.php
PHP Code:

if (is_array($privatemessage)) { 
header("Content-type: application/octet-stream"); 
header("Content-disposition: attachment; filename=messages.txt"); 
header("Pragma: no-cache"); 
header("Expires: 0"); 

and replace it with
PHP Code:

if (is_array($privatemessage)) { 
header("Content-disposition: attachment; filename=messages.txt"); 
header("Content-type: uknown/unknown"); 
header("Pragma: no-cache"); 
header("Expires: 0"); 


Dont forget to change the filename=messages.txt to what ever you want to call the downloaded file.

Thanks!.. this fixed the problem .. now it is a download.. :)

Sweet Evil 11-13-2001 08:28 AM

Quote:

Originally posted by Amasov
I am running this hack on my 2.2.0 an it works perfectly (thanks @Bira, great hack)

Only one question:

How do I change the size of the "Download"-Button ??
(It's greater than the others, but I used the same style like the others)..

Thanks.

@ezdreamer:
Actually you did something wrong! :p

@Alien:
I ran this hack on RC2, 2.0.1, 2.0.2, 2.0.3 :)


Replace:
PHP Code:

or <input type="submit" name="download" value="Download"

With:
PHP Code:

    or <input type="submit" class="bginput" name="download" value="Download" style="background-color:#336D95;color:#000000;font-size:10px;font-weight:bold"

But if you already made it look like the rest... (style=")

Then you just need to
Replace:
PHP Code:

or <input type="submit" name="download" value="Download" 

With:
PHP Code:

or <input type="submit" class="bginput" name="download" value="Download" 


Amasov 11-13-2001 09:22 AM

It was the

Code:

class="bginput"
Thanks a lot, Sweet Evil :) :)

Sweet Evil 11-13-2001 09:35 AM

Yea I was just trying to make it sound tech like.. (lol)

Just saying add (class="bginput") after (type="submit") did not sound very tech like..

Anyhow NP :D

Alien 11-13-2001 07:15 PM

Thanks for your responses everyone. :D

Installed, and working!

ezdreamer 11-14-2001 06:14 AM

In private.php

Find code:

eval("standardredirect(\"".gettemplate("redirect_p mdelete")."\",\"private.php?s=$session[sessionhash]&folderid=$thisfolder\");");
}

But instead of the above I find this in private.php:

eval("standardredirect(\"".gettemplate("redirect_p mdelete")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($thisfolder)."\");");
}

What do I do now? :confused:

jamie 11-14-2001 09:04 AM

now now where can i get the hack for vb 2.0.3?

has it been deleted?

jam583 11-25-2001 10:00 PM

After adding the new code:

if (is_array($privatemessage)) {
header("Content-disposition: attachment; filename=messages.txt");
header("Content-type: uknown/unknown");
header("Pragma: no-cache");
header("Expires: 0");

I still get a white screeen

JJR512 11-26-2001 04:24 AM

Quote:

Originally posted by ezdreamer
In private.php

Find code:

eval("standardredirect(\"".gettemplate("redirect_p mdelete")."\",\"private.php?s=$session[sessionhash]&folderid=$thisfolder\");");
}

But instead of the above I find this in private.php:

eval("standardredirect(\"".gettemplate("redirect_p mdelete")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($thisfolder)."\");");
}

What do I do now? :confused:

For 2.2.1, find this:
PHP Code:

    eval("standardredirect(\"".gettemplate("redirect_pmdelete")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($thisfolder)."\");");
  } 

And make that replacement after that.

Note: Do NOT make the replacement after this:
PHP Code:

  eval("standardredirect(\"".gettemplate("redirect_pmdelete")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($folderid)."\");");
#end dodelete 

Which is very similar and appears a few lines further down.


All times are GMT. The time now is 06:59 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.01148 seconds
  • Memory Usage 1,761KB
  • 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_code_printable
  • (8)bbcode_php_printable
  • (4)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