Quote:
Originally Posted by MissKalunji
and what about the other problem? even tho i disable everything that had to do with upload.....still not working....
|
PM me with the full details of the problem, its too hard to go back and figure out what this is in reference to.
Quote:
Originally Posted by Kajouka
ok question.
Is this feature in here somewhere?
If I gift someone an avatar, can the estore block them from changing their avatar for say a week so that they actually have to keep the avatar?
(same with custom title)
|
Nope, if they have enough points they can change it. It's purpose is to create a war, not humilate someone so they will leave was my impression?
Quote:
Originally Posted by kylek
I just scewed up big time, was checking the eBux lottery setting in the task manager and instead of editing it I deleted it. Anyone know the settings to add it back to the task manager? Please and thanks!
|
Run the following query:
Code:
INSERT INTO (TABLE_PREFIX)cron (nextrun, weekday, day, hour, minute, filename, loglevel, title) VALUES (" . (TIMENOW + 1000) . ", -1, -1, 0, 'a:1:{i:0;i:30;}', './includes/cron/lotteryprocess.php', 1, 'eBux Lottery Processing');
Replace (TABLE_PREFIX) with your table prefix if u have one, else delete (TABLE_PREFIX) from the above query. (Also dont worry about TIMENOW. After u get it inserted, just goto Scheduled Tasks then Run the Lottery Processing and it will fix it.
Quote:
Originally Posted by Diana Notacat
I'm not sure if this was related to the recent update, but after I updated ebux today (1.2.3), my non-vb pages that are tied to VB (using mods like this) are showing up blank... I haven't done any other updates or hacks to my board today, only this.. so I'm just checking to see if it might be related or if anyone else is having this problem!
|
A quick fix for this is to edit plugins/estore_global_start.php
Find:
Code:
if (!defined('THIS_SCRIPT'))
Replace With:
Code:
if (!defined('VB_AREA'))
This change will be incorporated into v1.2.4 as well for the future.
-CMX