vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   uCash & uShop old support and thank you thread (https://vborg.vbsupport.ru/showthread.php?t=73736)

Link14716 08-19-2004 10:21 AM

Quote:

Originally Posted by Dorign
Whatever the new "update" did, it's stopped me from taking points away from members who are being buttheads. :P I used to donate them a negative amount of points, that doesn't work now. Could an "Admin Remove" function be made, as opposed to "Admin Donate"? Thanks!

Whoops. I guess I was thinking too much yesterday. ;)

action.admindonate.php
Find:
PHP Code:

"-"

Delete it.

Jason McConnell 08-19-2004 07:19 PM

Quote:

Originally Posted by Link14716
Whoops. I guess I was thinking too much yesterday. ;)

action.admindonate.php
Find:
PHP Code:

"-"

Delete it.

I can't find "-", in that file, has it already been removed from the zip? I downloaded it this afternoon.

Zachery 08-19-2004 08:02 PM

Quote:

Originally Posted by Jason McConnell
I can't find "-", in that file, has it already been removed from the zip? I downloaded it this afternoon.

You only need to make thoughs changes if you have not just downloaded the package

Matt Bush 08-19-2004 11:08 PM

I was wondering if there is away to get the Trade Rater hack to work with the point system like the way the referal system works with the point system.

Could someone please write the code/mod that would allow the point system hack to give X amount of points when someone gets a positive feed back and take away when they get a negative?

Link to Trade Hack: https://vborg.vbsupport.ru/showthread.php?t=65730

THANKS

Rahzel_hx 08-20-2004 10:48 PM

1 Attachment(s)
Umm i dunno what i did wrong but i don't have ushop actions and in (see attachment) only theif is a link >_<

Link14716 08-20-2004 11:03 PM

Quote:

Originally Posted by Jason McConnell
I can't find "-", in that file, has it already been removed from the zip? I downloaded it this afternoon.

Usually when I find a mistake that screws something up, I fix it in the zip, as well as telling people how to fix it themselves.

Yes, the zip was updated.

Link14716 08-20-2004 11:04 PM

Quote:

Originally Posted by Rahzel_hx
Umm i dunno what i did wrong but i don't have ushop actions and in (see attachment) only theif is a link >_<

It is the only link because you cannot purchase the others either because it is out of stock or (more likely) you do not have enough points.

Rahzel_hx 08-21-2004 12:00 AM

oh lol thanks but where do i go to edit prices and the products descriptions?

Link14716 08-21-2004 01:16 AM

The Admin CP -> Action Manager.

Rahzel_hx 08-21-2004 03:48 AM

hmm i don't have a action manager >_<

Edit i jsut don't have a link to it i think i did something wrong in the admincp/index.php
This is what it looks like
PHP Code:

// ## <ucs> construct_nav_option("uTT Point System Settings", 'options.php?dogroup=uttpoints', '<br />'); construct_nav_option("uTT Store Settings", 'options.php?dogroup=uttstore', '<br />'); construct_nav_option("Action Manager", 'uttstoreadmin.php?do=modify', '<br />'); construct_nav_option("Add Action", 'uttstoreadmin.php?do=add', '<br />'); construct_nav_group("uTT Store Hack", '<hr />'); // ## </ucs>  $printhr = false;
    
if (can_administer('canadminstyles')) 


Zachery 08-21-2004 05:53 AM

Quote:

Originally Posted by Rahzel_hx
hmm i don't have a action manager >_<

Edit i jsut don't have a link to it i think i did something wrong in the admincp/index.php
This is what it looks like
PHP Code:

// ## <ucs> construct_nav_option("uTT Point System Settings", 'options.php?dogroup=uttpoints', '<br />'); construct_nav_option("uTT Store Settings", 'options.php?dogroup=uttstore', '<br />'); construct_nav_option("Action Manager", 'uttstoreadmin.php?do=modify', '<br />'); construct_nav_option("Add Action", 'uttstoreadmin.php?do=add', '<br />'); construct_nav_group("uTT Store Hack", '<hr />'); // ## </ucs>  $printhr = false;
    
if (can_administer('canadminstyles')) 


You pasted it on one line.. instead of on multiple lines.

Rahzel_hx 08-21-2004 05:58 AM

>_< ohh so lol i didn't know that matterd >_<


hmm so like this
PHP Code:

// ## <ucs> 
     
construct_nav_option("uTT Point System Settings"'options.php?dogroup=uttpoints''<br />'); 
     
construct_nav_option("uTT Store Settings"'options.php?dogroup=uttstore''<br />'); 
     
construct_nav_option("Action Manager"'uttstoreadmin.php?do=modify''<br />'); 
     
construct_nav_option("Add Action"'uttstoreadmin.php?do=add''<br />'); 
     
construct_nav_group("uTT Store Hack"'<hr />'); // ## </ucs>  
    
$printhr false;
    if (
can_administer('canadminstyles')) 


Rahzel_hx 08-21-2004 06:01 AM

oh lol thx that worked XD i wonder how the rest of my hacks are working then >_<?

Jason McConnell 08-21-2004 01:54 PM

Quote:

Originally Posted by Zachery
You only need to make thoughs changes if you have not just downloaded the package

Gotcha man, thanks :D

jenn022078 08-21-2004 04:42 PM

Hey ya'll I am new to the ushop and I am trying to figure out how to find the history. Where in the world is that at? I feel dumb for asking, but I need to learn somewhere.:)

lordofgun 08-21-2004 11:51 PM

<i>Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/keith/billszone.com/fanzone/includes/functions.php on line 1894

Fatal error: Call to undefined function: is_browser() in /home/keith/billszone.com/fanzone/global.php on line 59</i>

Anyone have any idea what I'm doing wrong? Thanks in advance!

Zachery 08-21-2004 11:57 PM

Quote:

Originally Posted by lordofgun
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/keith/billszone.com/fanzone/includes/functions.php on line 1894

Fatal error: Call to undefined function: is_browser() in /home/keith/billszone.com/fanzone/global.php on line 59




Anyone have any idea what I'm doing wrong? Thanks in advance!

Stop using dreamweaver to edit your files, start with a fesh copy of global.php and functions.php and redo the hacks.

lordofgun 08-22-2004 12:13 AM

Quote:

Originally Posted by Zachery
Stop using dreamweaver to edit your files, start with a fesh copy of global.php and functions.php and redo the hacks.

I saw that you said the same to someone else. Thanks for your help! Thats' the first and last time I use dreamweaver. :nervous:

LoOnEyToOnZ 08-22-2004 12:16 AM

Hello is it possible to delete points from a user who has them in his bank ? m using 0.93 Beta

lordofgun 08-22-2004 01:40 AM

Is there any easy way to change the name from 'points' to something else?

Maybe I'm blind, but I can't figure out how.

Zachery 08-22-2004 01:45 AM

Quote:

Originally Posted by LoOnEyToOnZ
Hello is it possible to delete points from a user who has them in his bank ? m using 0.93 Beta

No and i would suggest you upgrade to .95a as there are two or three security updates.

Zachery 08-22-2004 01:46 AM

Quote:

Originally Posted by lordofgun
Is there any easy way to change the name from 'points' to something else?

Maybe I'm blind, but I can't figure out how.

Edit the phrases ucs_points and ucs_points_lower :)

lordofgun 08-22-2004 01:56 AM

Quote:

Originally Posted by Zachery
Edit the phrases ucs_points and ucs_points_lower :)

This may be a stupid question, but where do I find those to edit them? :D

lordofgun 08-22-2004 02:19 AM

Quote:

Originally Posted by lordofgun
This may be a stupid question, but where do I find those to edit them? :D

Do I just run ushop_install again after I change the values?

LoOnEyToOnZ 08-22-2004 02:26 AM

Will upgrading remove all points and bets ?

What if i'd like to restart everyone's points to 0 ?

Zachery 08-22-2004 02:35 AM

Quote:

Originally Posted by lordofgun
Do I just run ushop_install again after I change the values?

No, just update the phrase and make sure you have done the correct edits.

lordofgun 08-22-2004 02:36 AM

Quote:

Originally Posted by Zachery
No, just update the phrase and make sure you have done the correct edits.

Where do I go to update those phrases? :D

Zachery 08-22-2004 02:42 AM

Quote:

Originally Posted by lordofgun
Where do I go to update those phrases? :D

Phrase manager :)

lordofgun 08-22-2004 02:56 AM

DOH! I feel like a retard. Thanks!

jenn022078 08-22-2004 11:58 PM

I have a quick question. I have store already installed and working fine. I am not able to view purcahse history from my members. I click recent purcahse history but I get action not found. Can someone please help me with this?

syjech 08-23-2004 12:15 PM

I tried to instal the u cash and u shop and it it said I dont have the right program to open it? Any Ideas on what to do?

Zelda-King 08-23-2004 01:10 PM

Try www.winzip.com... but surely you would be able to open it if you installed vBulletin in the first place?

johnbruce71 08-24-2004 12:19 PM

Just wondering how to change which forum the users can buy the password for? do i have to edit the php file or what?

EDIT: Ok got it

Matt Bush 08-25-2004 08:31 PM

I was wondering if there is away to get the Trade Rater hack to work with the point system like the way the referal system works with the point system.

Could someone please write the code/mod that would allow the point system hack to give X amount of points when someone gets a positive feed back and take away when they get a negative?

Link to Trade Hack: https://vborg.vbsupport.ru/showthread.php?t=65730

THANKS

Rahzel_hx 08-25-2004 11:09 PM

"IF YOU ARE NOT GETTING ANY POINTS:
Edit a forum and set all of the store settings to '1' and save"
Where do i go to edit this? i'm so confused

Zelda-King 08-25-2004 11:17 PM

Admin CP > vBulletin Options > Forums & Moderators > Forum Manager > 'Forum you aren't getting points in'.

Rahzel_hx 08-25-2004 11:23 PM

Quote:

Originally Posted by Zelda-King
Admin CP > vBulletin Options > Forums & Moderators > Forum Manager > 'Forum you aren't getting points in'.

In the forum manger when i go into a forum there is no u shop/u cash options

Zachery 08-25-2004 11:44 PM

Quote:

Originally Posted by Rahzel_hx
In the forum manger when i go into a forum there is no u shop/u cash options

Did you edit all the files correctly?

Rahzel_hx 08-25-2004 11:47 PM

I belive so what file would it be?

Zachery 08-25-2004 11:50 PM

admincp/forum.php i think


All times are GMT. The time now is 09:34 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.03067 seconds
  • Memory Usage 1,837KB
  • 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
  • (5)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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