Jump to content


Welcome to IPS!

Feel free to browse our community to get a feel for how our community software operates. Post in the pre-sales forum with any questions you have before purchasing or use the Test Posting forum to post a few messages yourself! You can also get a free demo to try the IPS Community Suite yourself.

Already an active IPS client?

Login with the same email address and password you use for the client area to access client-only areas.

rct2·com

Member Since 17 Jun 2002
Offline Last Active Mar 14 2011 01:31 PM
****-

Blog Entries

Starting from Scratch > Member related hooking

Posted 02 October 2009

The mod I am rewriting is an upload/download system. In the mod, any board member can upload and/or download.

One of things I wanted to do with was provide as many links as possible to a member's uploads. I noticed that the IPS mods have links in 5 places. There may be more. If there are, let me know. :)

1. In the top 20 posters you can see links to...


Starting from Scratch > open_basedir and virtual hosts in PLESK

Posted 28 September 2009

My mod relies on calling a command line executable. I keep this off the main website folder path to protect it.

But this means that the default PHP open_basedir restriction won't let it run.

The normal way of solving this on a LINUX server is to edit /etc/httpd.conf but in my PLESK environment, it's much more complicated.

Having blogged in the...


Starting from Scratch > Hello World! - An IPB.Board 3 mod - Part 4

Posted 05 September 2009

Now that the structure of my application is correct, it's time to 'personalise' it. Instead of just redisplaying the calendar application, I want to replace that with my own skin, my own language, and (of course) my own code.

The function that runs in the hellosec.php file is the function called doExecute. The function that is...


Starting from Scratch > Hello World! - An IPB.Board 3 mod - Part 3

Posted 05 September 2009

That white screen of death points the way for what needs to be done to get this Hello World! application working, and to work quickly so there are no similar problems with dual naming of things. I guess that's one of the problems with copying an existing application and using it as the starting point.

The...


Starting from Scratch > The white screen of death (between part 2 and part 3)

Posted 05 September 2009

After a few hours rest I've come back to my PC to write the next blog entry about producing the Hello World! application. I switch on my PC and server, load up the IP.Board home page and ...

Nothing. Completely blank white screen, no HTML source generated. :( AdminCP works fine, so what's gone wrong?

I don't remember editing any skin...