vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

Footman 05-10-2010 04:26 PM

Quote:

Originally Posted by Jaxel (Post 2034571)
Not yet... I had a [video] code in the previous version, but now that vb has made their own video code, it would be in conflict.

Thanks Jaxel. By the way smooth running over here. :)

hotslot 05-10-2010 04:50 PM

Ok here is a few answers from some highly qualified guys from somewhere. If You have vbseo make sure to use this coding.

Quote:

It appears Jaxel is submitting a customized file full of excess junk and default vb4 rewrites.

All you need is this section:

# Media Library
ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
ReWriteRule ^media/search/(.*) media.php?do=search&query=$1 [QSA]
ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
ReWriteRule ^media/submit.* media.php?do=submit [QSA]
ReWriteRule ^media/random.* media.php?do=random [QSA]
ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

And replace the d+ with [0-9]+ as previously outlined in your work.


SwollenCranium 05-10-2010 05:11 PM

Quote:

Originally Posted by hotslot (Post 2034620)
Ok here is a few answers from some highly qualified guys from somewhere.


How about YOU stop your B-itching and don't use this guys FREE mod, and go back and spend another $4000 to have some dude hold your hand through some more forum building rather than doing what most of the rest of us do ... LEARN on our own.

I'll gladly use this mod .. and gladly contribute more $$ to the author if he promises to make more references to God having an idiot factory.

hotslot 05-10-2010 05:29 PM

Hey Internet Tough Guy.

First of all I have donated $50 to this project, he was begging for donations and I sent him $50. I offered to hire him on and pay him several hundred more to simply make this compatible with vbseo. He wasn't interested appears he wants free money for how he wants to set it up. If I was aware this was not compatible with vbseo in the description field I would not have installed it :) All the answers he keeps pointing back on for vbseo assistance has been from me. He has clearly stated he does not like vbseo and refuses to update this section to suit anyone's needs. That's ok also, but don't ask for respect and answers if You don't have the respect to let members know before there forum crashes its full of excess coding and is not functioning with the most common mod used for a vbulletin forum "vbseo" I have spent 60 hours on this project so far for members that use vbseo.. I have the right to be upset. Also Where is my money? I'm begging. :rolleyes:

jerk

SwollenCranium 05-10-2010 05:46 PM

Quote:

Originally Posted by hotslot (Post 2034631)
Hey Internet Tough Guy.


jerk


*Yawn* ...


Great Mod !!! Nominated ... Voted +5



Yaaa !

Jaxel 05-10-2010 05:57 PM

I don't understand how you spent 60 hours trying to get this to work with VBSEO... its a VERY SIMPLE process to get this to run on VBSEO, and I have actually stated this in a previous post...

Quote:

to get this mod working in VBSEO... add "media/|" to your RewriteCond %{REQUEST_URI} in your VBSEO htaccess file...
Code:

RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap|vbseocp|login)
Then copy and paste the MediaLibrary section from MY htaccess into your VBSEO htaccess file below the line mentioned above. Then change all instances of \d to [0-9]. Simple, not complicated.
As I said before, I refuse to change \d to [0-9] in my code. \d is a PERL and PCRE standard, and there is no reason why VBSEO should not support it. THEY should have to change THEIR code, I should not have to change mine. There is a right and wrong way to do things in PHP, and they do things the wrong way... However, even if you don't use the method quoted above, there is NO WAY this mod can break your forum. If your forum is broken, you broke it yourself.

The reason why I turned down your job request is because I have no interest in spending hours upon hours debugging OTHER people's poor programming. If your job request was for me to write a custom mod for your forums, that is one thing... but I don't have any interest in debugging other people's code. Especially when a lot of the bugs seem to be caused by the USER (that would be YOU), and not the programmers of these other mods themselves.

puertoblack2003 05-10-2010 06:20 PM

i love this mod..:D i wish i would have known about this mod before i renewed my subscription with vbtube..One thing is there such an import app to pull from vbtube?

hotslot 05-10-2010 06:22 PM

Thank You Jaxel. Ya that person would be Harley from here at vb. He touched it, has never worked since.

I don't touch anything on tech side, I just pay people and try and get tech people together to figure things out.

Jaxel 05-10-2010 06:25 PM

Quote:

Originally Posted by puertoblack2003 (Post 2034655)
i love this mod..:D i wish i would have known about this mod before i renewed my subscription with vbtube..One thing is there such an import app to pull from vbtube?

Please contact me on AIM, so that we can talk about this.

Jaxel 05-10-2010 08:44 PM

Next version will have BBCodes...

http://test.8wayrun.com/threads/2-Te...p=5&viewfull=1


All times are GMT. The time now is 04:38 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.02384 seconds
  • Memory Usage 1,752KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (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