vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Imageshack, MEGAUPLOAD & Photobucket Uploader (https://vborg.vbsupport.ru/showthread.php?t=196249)

thea1masta 02-27-2009 03:38 AM

this is really really dope..thanks for this:D

skooby 03-02-2009 01:43 AM

awesome, thanks.

would be cool if you could have a button to make a post of the link when it is done uploading :)

Switch02 03-02-2009 03:36 AM

Very nice and useful mod. :)

iyama 03-02-2009 12:16 PM

If i set megaupload in the settings to no. Then only wil imageshack displayed?

Mosh 03-02-2009 07:07 PM

Quote:

Originally Posted by iyama (Post 1758456)
If i set megaupload in the settings to no. Then only wil imageshack displayed?

Correct, as long as you set the imageshack ones to Yes :)

Sooner95 03-08-2009 10:54 PM

Couldn't be any easier.. Clicked install

Sooner95 03-09-2009 10:06 AM

I have one question. Is there anyways for me to change the text color of the "Image toolbar link" and "patience during upload" next to the hist it button? MY theme is dark, and these are hard to see...thanks.

Mosh 03-09-2009 08:18 PM

Quote:

Originally Posted by Sooner95 (Post 1763881)
I have one question. Is there anyways for me to change the text color of the "Image toolbar link" and "patience during upload" next to the hist it button? MY theme is dark, and these are hard to see...thanks.

It should be alterable, but it is not, as it is an Imageshack bug.

I emailed the Imageshack development team about this last year, and they still have not fixed it.

Please read this post for more info - https://vborg.vbsupport.ru/showpost....5&postcount=68

LoGan.M 03-11-2009 06:55 AM

MEGAUPLOAD doesn't show up when using Firefox

works fine on IE

ImageShack works fine on both

how can i fix MEGAUPLOAD box on Firefox?

Peterrad 03-11-2009 11:24 AM

Marked as installed.
works perfect , installed in just a few seconds :up:
thank you

Mosh 03-11-2009 11:38 AM

Quote:

Originally Posted by LoGan.M (Post 1765509)
MEGAUPLOAD doesn't show up when using Firefox

works fine on IE

ImageShack works fine on both

how can i fix MEGAUPLOAD box on Firefox?

It works fine in Firefox, I use Firefox as my main browser and I develop and test with Firefox and later on test with IE (only to test compatibility).

You have probably got a firefox plugin that is blocking megaupload.com. You will have to track it down yourself as it is a browser related issue and nothing to do with this hack.

Sooner95 03-11-2009 11:39 AM

Quote:

Originally Posted by Mosh (Post 1764313)
It should be alterable, but it is not, as it is an Imageshack bug.

I emailed the Imageshack development team about this last year, and they still have not fixed it.

Please read this post for more info - https://vborg.vbsupport.ru/showpost....5&postcount=68

yea, I noticed that it's an iframe pulled from their site. Ah well, maybe they will give us a choice. Thanks.

Mosh 03-11-2009 11:45 AM

Quote:

Originally Posted by Sooner95 (Post 1765671)
yea, I noticed that it's an iframe pulled from their site. Ah well, maybe they will give us a choice. Thanks.

The setting has always been there in the AdminCP Options for this hack (Imageshack - Text Color), it has just never worked, and if Imageshack fix it at their end, the setting will work straight away.

alloutvb 03-25-2009 11:49 PM

when installing this i get this error

Fatal error: Call to undefined method vb_activecache::flush() in /home/alloutwa/public_html/includes/adminfunctions_template.php(2359) : eval()'d code on line 16

how to fix?

Mosh 03-26-2009 12:11 AM

Quote:

Originally Posted by alloutvb (Post 1777121)
when installing this i get this error

Fatal error: Call to undefined method vb_activecache::flush() in /home/alloutwa/public_html/includes/adminfunctions_template.php(2359) : eval()'d code on line 16

how to fix?

That message would indicate that you have a hack installed that uses the template_compile file hook, which this hack does not.

What I would advise you to do is, check all of your plugins to see which of your installed hacks in using that hook, and that will be the hack that is causing of your problems, then you can post in that support thread for that hack. You could also try disabling the hack that is causing this problem, install this hack, then enable it again.

alloutvb 03-26-2009 12:17 AM

humm ok thanks i just turned it off and it worked thanks for your help

dstruct2k 05-04-2009 07:18 PM

Quote:

Originally Posted by Mosh (Post 1721480)
This hack is not geared for Premium accounts, as I am not interested in paying for a premium account myself just to develop a version for that, and no one else is willing to allow me access to their premium account to look at adding it (I don't blame them, I don't think I would allow anyone access to it if I paid either). So, even though it is possible, it is very, very unlikely support for premium accounts will ever be added to this hack.

It's actually quite simple; All you need to do is swap out the "&u=#####" part of the link. The easiest way to do this is the search-n-replace feature in the ACP.

Search for:
Code:

13178909.3b6dda5d12
Replace with the corresponding "&u=###" part from the Filebox script here. (Make sure you're logged in at the top or the U # that shows up is for unregistered users!)

@Mosh
Idea for new version:
Make the "u" variable something you can change from the ACP options for this hack, allowing premium members to take credit for the uploads.

Mosh 05-05-2009 01:00 AM

Update: v3.8.003 - Tuesday 5th May 2009
-- Changed: 4 templates
-- Changed: 2 phrases
-- Changed: Install/Uninstall code
-- Changed: 1 screenshot
-- Added: 1 AdminCP Option (MEGAUPLOAD license key)
-- Added: Install/Uninstall instructions text file
-- Added: Version history text file

Mosh 05-05-2009 01:00 AM

Quote:

Originally Posted by dstruct2k (Post 1804565)
It's actually quite simple; All you need to do is swap out the "&u=#####" part of the link. The easiest way to do this is the search-n-replace feature in the ACP.

Search for:
Code:

13178909.3b6dda5d12
Replace with the corresponding "&u=###" part from the Filebox script here. (Make sure you're logged in at the top or the U # that shows up is for unregistered users!)

@Mosh
Idea for new version:
Make the "u" variable something you can change from the ACP options for this hack, allowing premium members to take credit for the uploads.

Good idea :)

Added, see post above this one :)

relaxiha 05-05-2009 01:19 AM

hello please add rapidshare

Biker_GA 05-05-2009 01:29 AM

Great work. Thanks Mosh!

Mosh 05-05-2009 06:31 AM

Quote:

Originally Posted by relaxiha (Post 1804762)
hello please add rapidshare

Read post #19 as to why this will not be added.

Mosh 05-05-2009 06:34 AM

Quote:

Originally Posted by Cobra-J82 (Post 1720859)
Because Megaupload support team is too busy to answer my 100s of requests
I hope someone can do it here
I have a premium account at megaupload
Im just wondering can I use my filebox here meaning giving acess to public?

Thanks
And I would realy love to use your mod :)

Quote:

Originally Posted by imaroot (Post 1728953)
if i have the premium account on megaupload can i integrate it with the addon?

v3.8.003 now does this, thanks to dstruct2k for telling what needed changing :)

-=Leb=- 05-05-2009 08:59 AM

thx for the update :)

Megatr0n 05-06-2009 09:21 PM

Mosh, is there anyway to edit the "host it" button for the ImageShack box?

Mosh 05-06-2009 09:42 PM

Quote:

Originally Posted by Megatr0n (Post 1806058)
Mosh, is there anyway to edit the "host it" button for the ImageShack box?

Unfortunately not, as the button is in the iframe from the imageshack website.

Frank Sinatra 05-07-2009 12:41 AM

thanks works perfect!

RealTesters 05-25-2009 02:02 PM

work fine... and mark as installed.!

thank you master.!!

Regards

understyle 05-28-2009 03:21 AM

Quote:

Originally Posted by Mosh (Post 1804852)
Read post #19 as to why this will not be added.

RapidShare API goes public

May 19, 2009
If you want to write your own programs for using RapidShare, you no longer have to search for possible function calls and their replies in our website's HTML source. Our API now offers all important functions in a programmer-friendly way. You can find the technical documentation online here. Have fun!

http://images.rapidshare.com/apidoc.txt

:D

Plz for rapidshare :D

desi-boy 06-01-2009 08:55 AM

Usergroup permissions in all plugins i cant on itttt help plezzz

NetX 07-03-2009 06:39 AM

Would be possible to add rapidspread.com? This will add the files at the same time to:
Spread to
Uploaded.to
Megaupload
Filefront
Rapidshare
Zippyshare
Zshare
FileFactory
EasyShare
Imageshack

Hornstar 07-11-2009 08:06 AM

Quote:

Originally Posted by Mosh (Post 1721487)
Rapidshare still has no facility to allow an uploads script like imageshack and megaupload to be embedded in a webpage, I have repeatedly said this over the last 2 years in all 3 versions of this hack.

Never heard of imagebam before I read this post, just had a look at it, same thing as rapidshare, it does not have a ready made facility to allow an upload script to be embedded in a webpage, although they have a developer api, you would have to write the embedded script from scratch and register for 2 different api keys, one for the developer and one for users (to be honest, not interested in registering for it), it is not something I am going in looking into at all.

Thats a shame that RS have not done this too. That would have been sweet to been able to give the user the option of either.

Edit: I noticed someone managed to do it here: https://vborg.vbsupport.ru/showthread.php?t=190123
It is quarantined tho, so would this now be possible?

kalisekj 07-19-2009 04:43 AM

OK Quick Stupid Question : I have Multiple MegavIdeo / Upload Premium Accounts Where Do I Find My License Key?

Mosh 07-19-2009 08:07 AM

Quote:

Originally Posted by kalisekj (Post 1851511)
OK Quick Stupid Question : I have Multiple MegavIdeo / Upload Premium Accounts Where Do I Find My License Key?

Read post #57 in this hack for more info.

ridiculousname 08-17-2009 09:29 PM

Weird. It installs perfectly, but after I've uploaded a file it doesn't give me the upload link, but instead it just says 'Unknown'

Is anyone else getting this error?

relaxiha 08-18-2009 02:44 AM

Hello. If I may add is for rapidshare.com

jandb 08-28-2009 04:41 AM

Works thanks. But I was wandering if you could do something with tinypic? I know alot more people will use them to host images. I had a smf forum that I placed a pic in the post edit box and it worked great. But is is php based. Opened up a separate window for tinypic. Heres code if you can do anything with it.

Code:

<br /><a href="javascript:void(0);" id="tinypic_show_plugin" onclick="showTinypicPlugin(); document.getElementById(\'tinypic_show_plugin\').style.display = \'none\';"><img src="http://www.mywebsite.comto host image/img/uploadimage.gif" title="'.$txt['tinypic_upload'].'" alt="'.$txt['tinypic_upload'].'" border="0"/></a>
                    <script type="text/javascript">
                    tinypic_layout = "wide";
                    tinypic_type = "both";
                    tinypic_links = "forum";
                    tinypic_language = "en";
                    tinypic_search = "true";
                    tinypic_autoload = false;
                    tinypic_callback_url = document.location.href.substr(0,document.location.href.lastIndexOf("/"))+"/callback.html";
                    tinypic_callback_text = "'.$txt['tinypic_add_to_post'].'";
                    </script>
                    <script src="http://plugin.tinypic.com/j/plugin.js" type="text/javascript"></script>


ouch 08-31-2009 08:13 AM

Thanks for this superb hack

webrats 08-31-2009 10:31 PM

would love to see tinypic

Dr.LoVe 09-01-2009 09:41 AM

Thanx Great MOD

i'll try it

Mark as Installed.


All times are GMT. The time now is 10:15 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.01546 seconds
  • Memory Usage 1,830KB
  • 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
  • (3)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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