Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Htaccess problem
Post: Htaccess problem

I'd normally expect something to have been logged by the web server in its error log that gives more detail about what it's objecting to.
Vulch General Questions and Problems 2 7,422 2011-09-10, 07:45:12
    Thread: Forum: incomplete submits and security questions
Post: Forum: incomplete submits and security questions

ccagle8 Wrote: -- Here is the plugin that works pretty well to stop spam... but causes this partial posting problem. If anyone could find the problem... id be very grateful. -- In pun_stop_bots/views...
Vulch Off Topic 8 21,383 2011-09-02, 03:51:52
    Thread: Forum: incomplete submits and security questions
Post: Forum: incomplete submits and security questions

ccagle8 Wrote: -- Someone once mentioned that they think it happened when they put a & in their post -- Might have been me. If it's the same plugin as you were using earlier in the year it doesn't pa...
Vulch Off Topic 8 21,383 2011-09-01, 21:30:45
    Thread: Events plugin
Post: Events plugin

jarno1982 Wrote: -- I don't know if this has something to do with it but in debug mode i get this warning: Warning: Cannot modify header information - headers already sent by (output started at /var...
Vulch Plugins 146 358,568 2011-08-16, 23:15:45
    Thread: Front End User Login Plugin (XML Or Database - ver: 3.0)
Post: Front End User Login Plugin (XML Or Database - ver...

mikeh Wrote: -- What browser were you using? For some reason IE hates the js i wrote for this plugin and the multi-user plugin (still trying to figure it out). -- I've hit similar problems in the pa...
Vulch Plugins 168 501,412 2011-08-11, 19:39:41
    Thread: Default folder permission is 700, created from File Manager (SuPHP)
Post: Default folder permission is 700, created from Fil...

phpsns Wrote: -- Hi, I have installed SuPHP on my local Ubuntu PC, everything works perfectly, except that when a new folder is created from the File Manager, the permission is set to 700 by default,...
Vulch General Questions and Problems 8 20,251 2011-08-06, 06:52:35
    Thread: Better page ordering
Post: Better page ordering

Connie, when you ticked the "Add to Menu" in the Page Options two new items should appear for "menu text" and "priority". The priority setting will control the order of the menu.
Vulch Feature Requests 7 17,419 2011-03-03, 00:24:54
    Thread: Basic file browser script
Post: Basic file browser script

Nice. If you change line 24 to... Code: -- $type = isset($_GET['type']) ? $_GET['type'] : ""; -- ...it removes a warning when in Debug mode and browsing for non-images, and the two uses of '@' to sup...
Vulch Scripts & Components 4 17,486 2011-02-28, 02:05:08
    Thread: p01-contact : simply add contact forms in your pages
Post: p01-contact : simply add contact forms in your pag...

Quote: -- Is there any reason why this plugin wouldn't work with an email address with a .info extension? -- After a quick look through the source, yes. It's also going to fail on .mobi and .museum a...
Vulch Plugins 494 1,638,599 2011-02-14, 20:40:25
    Thread: Use GetSimple on same webserver for several websites
Post: Use GetSimple on same webserver for several websit...

For the Javascript files and CSS mod_rewrite is probably going to be OK, I was still thinking of ways to share the PHP files as well which has to be done before mod_rewrite gets a look in.
Vulch General Questions and Problems 10 22,432 2011-01-24, 07:25:00
    Thread: Use GetSimple on same webserver for several websites
Post: Use GetSimple on same webserver for several websit...

mod_rewrite happens too late really, a symlink is done at the servers file system level. If for instance you've put your single admin in /var/www/getsimple/admin and you've put the stripped down Get...
Vulch General Questions and Problems 10 22,432 2011-01-24, 04:04:18
    Thread: Use GetSimple on same webserver for several websites
Post: Use GetSimple on same webserver for several websit...

Or not... Having had a play, symlinking at that level breaks get_root_path() as it uses the __FILE__ macro which always appears to give the actual path rather than the path through the symlink. get_r...
Vulch General Questions and Problems 10 22,432 2011-01-24, 01:37:27
    Thread: Use GetSimple on same webserver for several websites
Post: Use GetSimple on same webserver for several websit...

You could probably get away with making /admin in each installation a symlink to a single copy as nothing gets (or at least nothing should get) changed inside. You might be able do the same for plugin...
Vulch General Questions and Problems 10 22,432 2011-01-24, 00:13:42
    Thread: r275 Timezone and Lang
Post: r275 Timezone and Lang

$TIMEZONE now only gets set inside the admin pages when an admin user is logged in. This results in a lot of warnings being displayed in site content when GSDEBUG is set and any date or time related f...
Vulch GS Development Testing - (alpha/beta) 0 4,304 2011-01-22, 03:44:18
    Thread: r273 notice
Post: r273 notice

Semantically this should probably be include_once() rather than require_once() as gsconfig.php doesn't need to exist at all, however... If GSDEBUG is defined, including gsconfig.php more than once ca...
Vulch GS Development Testing - (alpha/beta) 1 6,515 2011-01-22, 03:05:46
    Thread: Help with XML
Post: Help with XML

The GS_Comments plugin does this sort of thing. Loads in the XML file with the current comments for a page, adds a new comment based on the form and saves it out again. Shouldn't be too hard to lift ...
Vulch Scripts & Components 1 9,059 2011-01-21, 20:20:57
    Thread: Where Am I Going Wrong?
Post: Where Am I Going Wrong?

Your computer repair site is currently using the Cardinal theme that comes with GetSimple. The idea of any CMS is that the basic page layout is held in one place and the content of pages in another, t...
Vulch Installation & Setup 6 16,403 2011-01-18, 06:55:13
    Thread: Where Am I Going Wrong?
Post: Where Am I Going Wrong?

The basic setup looks OK, you'll find another failed login from me though as I managed to use a lower case G first time through. On the one page that has content, "computer-repairs" you've pasted an ...
Vulch Installation & Setup 6 16,403 2011-01-17, 00:23:31
    Thread: Boxy
Post: Boxy

samrocksc Wrote: -- This theme checks in almost all browsers I have checked, any standards folks out there wan to critique it? -- Well, being pedantic... :-) The HTML Validator plugin for Firefox (h...
Vulch Themes 2 8,742 2011-01-16, 03:47:27
    Thread: Where Am I Going Wrong?
Post: Where Am I Going Wrong?

Try turning on debug mode by removing the '#' at the start of line 28 in gsconfig.php and also have a look and see if anything has been recorded in data/other/logs/errorlog.txt
Vulch Installation & Setup 6 16,403 2011-01-16, 03:39:59
    Thread: A modified GS_Comments
Post: A modified GS_Comments

I've made some changes to the GS_Comments plugin originally by Fabio Mariottini, and with form validation added by Oleg. Unfortunately I've changed things round enough that it's not compatible with t...
Vulch Plugins 0 5,422 2011-01-11, 01:06:03
    Thread: Resources location
Post: Resources location

And adding that isn't worth a mention? :-) Besides, the version I've been working on was the one you have for download as Fabios site appears to have gone away. After some thought, and sleep, I've go...
Vulch Plugins 3 11,662 2011-01-11, 00:53:49
    Thread: Resources location
Post: Resources location

I've just blown most of a Sunday playing around with a plugin (Olegs version of Fabios GS_comments) and have got to wondering where the approved place for resources to live would be. The plugin alrea...
Vulch Plugins 3 11,662 2011-01-10, 11:01:53
    Thread: GSEDITORTOOL options in gsconfig.php
Post: GSEDITORTOOL options in gsconfig.php

leon Wrote: -- I assume the gsconfig file will just take the same list of values as the CKEditor config file? -- Indeed. If you have a look in admin/edit.php around line 280 you'll see the built in s...
Vulch Installation & Setup 13 39,364 2011-01-08, 06:18:33
    Thread: GSEDITORTOOL options in gsconfig.php
Post: GSEDITORTOOL options in gsconfig.php

Lets you set which toolbar buttons appear in the editor. As it says in the comment just above the line in gsconfig.php, advanced, basic or [custom config]. For all the possibilities in custom config ...
Vulch Installation & Setup 13 39,364 2011-01-08, 03:25:49
    Thread: Coherent API and no echos.
Post: Coherent API and no echos.

Knitter Wrote: -- EDIT: And this forum system keeps cutting messages in half.... -- I have a suspicion that if I put a double quote in here... " ..it'll be fine because I've answered the anti-bot...
Vulch Developer Discussions 4 12,563 2011-01-06, 00:41:50
    Thread: functions.php
Post: functions.php

I had a similar problem last week, spent ages chasing round trying to work out why the headers were being moved to the body and eventually spotted the BOM in one of the files...
Vulch General Questions and Problems 4 11,496 2011-01-06, 00:35:33
    Thread: Events plugin
Post: Events plugin

Apothem Wrote: -- I just installed the plugin into a fresh installation of GetSimple (v2.03). Your plugin is displaying dates in the format of: %America/New_York %250 %2010 and I cannot advance the c...
Vulch Plugins 146 358,568 2010-12-31, 00:51:01
    Thread: News Manager
Post: News Manager

roog Wrote: -- I wonder why you are getting those messages though. On my default/standard getsimple installation nothing gets printed at all. Maybe you have some kind of debugging mode turned on? -- ...
Vulch Plugins 632 1,975,745 2010-12-31, 00:31:45
    Thread: News Manager
Post: News Manager

Oleg06 Wrote: -- appears after clicking Create New Article Code: -- Notice: Trying to get property of non-object in /home/cp068800/public_html/neowebtime.ru/00/plugins/news.php on line 111 Notice: T...
Vulch Plugins 632 1,975,745 2010-12-30, 23:59:33