vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   uCash & uShop 0.95d - Updated 9/28/05 (https://vborg.vbsupport.ru/showthread.php?t=63793)

fly 11-04-2005 11:02 AM

Quote:

Originally Posted by insane-topics
It will be a 'beta' and public.... far from finished product. But my members want this for so long I will spend alot of the week coding on it.

Not that I wouldn't like the choice of MULTIPLE shops, but you might want to check out the thread in the mod request forum. Some people there have promised to start working on one too...

tylercruz 11-14-2005 03:02 AM

Hewwo?

ggiersdorf 11-17-2005 09:16 PM

Any status on this!??

CrossBones 11-18-2005 12:06 AM

***BUMP***

Is somebody really working on this or should we just move on/

Just wondering what's up --- that's all.

vBintense 11-18-2005 01:01 AM

I was going to work on it, then Zachery started back into the loop. If you look into the other thread he is talking to some coders.

Lets just hope they get things going soon, as I have not been selected I have no other info on this project.

Mastar 11-20-2005 02:12 PM

I've upgraded from 3.09 to 3.51 and I would like to know how to remove this hack from the vbulletin options?

dre 11-21-2005 06:07 AM

does this work for 3.51?

dnlister 11-28-2005 12:10 AM

Its coming soon DRE.

Are you from namepros?

bairy 12-05-2005 03:36 PM

I've hacked mine very slightly so that people can't change the custom titles of staff members (i.e. moderators, super moderators and administrators -- based on primary group).. this is because disgruntled peeps may abuse the system.

If you want to, here's how..


Open ./uttstore/action.changeothertitle.php

Find (line 34 ish):
PHP Code:

$changed $DB_site->query_first("SELECT userid, username FROM ".TABLE_PREFIX."user WHERE ".$field."='".addslashes($data)."'"); 

Replace with:
PHP Code:

$changed $DB_site->query_first("SELECT userid, username, usergroupid FROM ".TABLE_PREFIX."user WHERE ".$field."='".addslashes($data)."'"); 


Find (line 57 ish) (if using search, serch for one of the lines only, I've removed tabs):
PHP Code:

if ($usertitle != fetch_censored_text($usertitle)) {
$message "Usertitle contains a censored word and is not allowed. Pick another one and try again.";
uttstore_print_end_message($message);


Add below:
PHP Code:

if (($changed['usergroupid'] == '5') OR ($changed['usergroupid'] == '6') OR ($changed['usergroupid'] == '7')) {
$message "You cannot change the usertitle of staff members.";
uttstore_print_end_message($message);



tylercruz 12-15-2005 05:41 PM

Any updates on the progress of this?


All times are GMT. The time now is 05:10 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.03695 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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