Search results

  1. knightcon

    Attaching Javascript Functions On The Fly

    I was wanting to know how I would go about attaching javascript functions to a html element on the fly such as... Start HTML <body> <a href="sometext.html">test</a> </body> After Script Run <body> <a href="sometext.html" onclick="LinkClick('test', 'sometext.html')">test</a> </body>
  2. knightcon

    Stoli Apache Problems

    I know this topic has been discussed many many many times over the past couple of months but I really need to clarify some information. On the x10 homepage 99.9% average uptime is advertised, has that figure been calculated as a total over the past 2 years or do you guy's just omit these...
  3. knightcon

    Stoli Apache Server Offline

    Hey guy's I know your all volunteer and do have lives outside of x10 but I was wanting to know if I could get a status update on Stoli as it is offline at the moment and has been for about 30 minutes so far as I can see.
  4. knightcon

    Registration Problems

    Sorry if this is a problem that you are getting a lot and have already answered but I can't find it in the forums... I have just registered by site http://techspace.pcriot.com and have recieved an email telling me that the site has been created on cPanel. I have gone to the x10 account...
  5. knightcon

    AJAX Status Bar

    Does anyone know of an AJAX component which I would use as a web application status bar. I want something that I could use as a standard status bar which can display dynamic information in the footer of the page.
  6. knightcon

    Custom Markup Language

    Hey does anyone know how I would go about implementing a custom markup language like what facebook uses (http://wiki.developers.facebook.com/index.php/Fb:name). It would be implemented as a client-side read markup using AJAX on external websites on different domains. I am using PHP on my main...
  7. knightcon

    VMware & home development environment

    I am looking at building a home web development environment setup. I don't want to have to go out and purchase licenses for all the O/S's that I need to be able to run this setup and I have heard some good things about VMware. What do you think?
  8. knightcon

    Can't Reply To Threads

    Hey, I'm trying to reply to threads, the info at the end of the thread says I can reply to topics but when i click the reply button I get an error message saying i'm not authorized. Any idea's?
  9. knightcon

    Joomla Theme Installer

    Hey, I'm getting the following error when I click install themes on the acp... Fatal error: require_once() [function.require on line ]: Failed opening required '' (include_path='.:/x10hosting/php2/pear/PEAR') in...
  10. knightcon

    Free Flash CMS

    Hey, Does anyone know of any free flash-based content management systems which will run on x10 servers. I am building a website for a community group and we don't want to have to buy a license to use the software. Thanks
  11. knightcon

    Server Status API

    Hey guy's, The website I am writing which I intend on hosting with x10 relies heavily on all services working in tandem (for example a database query may or may not result in an email being sent) and accessing the site with one of those services offline is pointless. I was wanting to know if...
  12. knightcon

    The Dark Knight's Tutorials Part I - Looping Through A PHP Array

    Hey there, this is a very simple tutorial mainly for beginner PHP coders. This is the first of what I hope will become a very long series of tutorials. Difficulty: Easy Coding Time: 10 Minutes Extensions: None Overview This tutorial loops through an array of hyperlinks and outputs them...
  13. knightcon

    CRON Job

    Hey, I really need help. I have looked at the various posts made in these forums about CRON but just couldn't wrap my head around them. Assuming that the script will be run on the x10 servers what I want to know is what ddo I enter into the command to execute line on the cPanel CRON job page...
  14. knightcon

    MAC Address

    I am currently writing a web application which needs to support blocking connections from certain computers. The computers which will be accessing my application are accessing it over the world wide web, not from a company intranet and these computers also use dynamic IP addresses from their...
  15. knightcon

    Merry Christmas

    Merry Christmas to all x10 forum members and site admin's. Just running a quick poll to see how many site admins, either here on x10 or for other sites, change their site theme for holidays like Christmas and easter in celebration of the season. I know that there are some people who don't...
  16. knightcon

    Cross Application Communication

    I am writing several PHP web applications which will be installed on different machines, physically disconnected, and not sharing a common data source. What I am wanting to do is be able to send and receive data between them all. I am a capable PHP programmer so any ideas are welcome.
  17. knightcon

    Error Uploading Files With Joomla

    I am trying to install some components, mods, mambots, and templates to my installation of Joomla but every time I try to upload the zip files to the server I get an error code 500. This is stopping me from installing any of the systems I really need on my site as well as stopping me from...
Top