Search found 249 matches

by Prizem
Wed May 05, 2010 7:27 am
Forum: [3.0.x] Support Forum
Topic: phpBB3 database usage
Replies: 2
Views: 682

Re: phpBB3 database usage

Thanks for the information. This is what my host said: Please find the information listed below that you have requested. This first list is the average daily CPU utilization that your account has used for the past 2 weeks. At 100%, your account would be using one whole CPU on the server. This was ei...
by Prizem
Tue May 04, 2010 8:53 pm
Forum: [3.0.x] Support Forum
Topic: phpBB3 database usage
Replies: 2
Views: 682

phpBB3 database usage

Hello, Does phpBB3 use less database resources than phpBB2? I run some phpBB2 forums on my site and they've been going fine for a while, but now my host is saying they are consuming "dangerous levels" of database resources. I have a shared account and one of my forums has a little over 1k ...
by Prizem
Sat Dec 22, 2007 6:54 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [RC1] The wGEric Store MOD vRC1 (15 November 2007)

oh, thank you for brining this up When adding inventory to a store via the acp, if the item amount is 0 (no infinite stock), it'll be added as a place holder in the store inventory. (There actually is a check if the amount == '', but that never happens because intval turns it to 0 anyways.) In the a...
by Prizem
Tue Dec 18, 2007 12:36 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [RC1] The wGEric Store MOD vRC1 (15 November 2007)

so when you go to store management and select to manage that store's inventory, all the items show up correctly?
by Prizem
Mon Nov 19, 2007 8:16 pm
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [RC1] The wGEric Store MOD vRC1 (15 November 2007)

ok, usercp_register.php lines 50-71 should look something like this: function show_coppa() { global $userdata, $template, $lang, $phpbb_root_path, $phpEx; $template->set_filenames(array( 'body' => 'agreement.tpl') ); $template->assign_vars(array( 'REGISTRATION' => $lang['Registration'], 'AGREEMENT' ...
by Prizem
Mon Nov 19, 2007 7:49 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [RC1] The wGEric Store MOD vRC1 (15 November 2007)

The first deals with the single quotation mark in "doesn't" for your shop name. Try this change: includes/functions_store.php find function log_action($content, $level = 0) { global $db; $current_time = time(); $sql = "INSERT INTO " . STORE_LOG . " (log_level, log_content, l...
by Prizem
Tue Oct 30, 2007 12:31 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [BETA] The wGEric Store MOD v0.2.3 (21 May 2007)

I am not sure I follow your metaphor, but the template I gave is not an HTML template, it's a php one, which you can use yourself to fulfill the creation of the requirements feature you are looking for. I will not take long to implement a buy only one of an item feature. The question is when the ver...
by Prizem
Mon Oct 29, 2007 7:23 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [BETA] The wGEric Store MOD v0.2.3 (21 May 2007)

EDIT:: Also, is it possible to setup the store so that a user can only buy one of each item? Not presently, but that can be added to the list of things to do. For a template for creating your own usable items, visit this topic . I actually run a site that hosts play-by-post rpgs, and have a bleach ...
by Prizem
Wed Oct 24, 2007 10:40 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Store MOD (formerly wGEric Store MOD for phpBB2)
Replies: 88
Views: 22057

Re: [DEV] Store MOD (formerly wGEric Store MOD for phpBB2)

Rizzn. wrote:We still have the code for it. I'm not sure what happened with Prizem's server and the support site, but I still have all the code from the user submitted stuff.
Site is back up.
by Prizem
Wed Oct 24, 2007 10:39 pm
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [BETA] The wGEric Store MOD v0.2.3 (21 May 2007)

wisefire wrote:Does anyone think they could get me a download for this? That one dosnt seem to work.
ok, site's back up, download is working
by Prizem
Sun Oct 21, 2007 8:01 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [BETA] The wGEric Store MOD v0.2.3 (21 May 2007)

The site that hosts it is being moved to another server. PM Rizzn. to see if he has one up.
by Prizem
Sun Oct 21, 2007 8:00 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Store MOD (formerly wGEric Store MOD for phpBB2)
Replies: 88
Views: 22057

Re: [DEV] Store MOD (formerly wGEric Store MOD for phpBB2)

Sorry, my site is currently in the process of being moved to another server.
by Prizem
Mon Oct 15, 2007 3:13 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Store MOD (formerly wGEric Store MOD for phpBB2)
Replies: 88
Views: 22057

Re: [DEV] Store MOD (formerly wGEric Store MOD for phpBB2)

It's good to see a nice reception to the new development =D
by Prizem
Sat Aug 11, 2007 11:25 pm
Forum: [2.0.x] MODs in Development
Topic: [RC1] The wGEric Store MOD vRC1 (15 November 2007)
Replies: 1036
Views: 130664

Re: [BETA] The wGEric Store MOD v0.2.3 (21 May 2007)

Transferring it to phpBB3 will probably be a grand spark for just such a rewrite. Feel free to contact us with suggestions and ways to improve! :)

Go to advanced search