
02-28-2006, 03:03 AM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by CMX_CMGSCCC
PM me with the full details of the problem, its too hard to go back and figure out what this is in reference to.
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?
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.
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
|
done!
|