Search results

  1. S

    Some questions

    My aunt has a laptop and a desktop PC that need to use the same monitor. And the laptop needs to be docked to the monitor stand. So, here are my questions. The desktop has GeForce 8300 video card which supports both VGA and DVI connectors. Got the monitor thing sorted out. There was an...
  2. S

    Softaculus

    I noticed this when I Went into softaculous. Also, my hosting account is on skyy though I do not have VIP access here on forums :/ Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11) in...
  3. S

    Python import problem.

    I'm having a problem importing classes into my python. It works partially such as I can load the DB class/module and the other class/module but in the other I can not load the IRC module back into it. I want top know how I would be able to do so D: This is what I currently get AttributeError...
  4. S

    Javascript Problem

    I"m trying to make a refresh captcha thing but it doens't seem to be working. function refreshCaptcha() { var imgPath = serverDomain + "verificationimage.png"; var img = document.getElementById('captcha'); img.src = imgPath; var inputField...
  5. S

    Mod Rewrite Help

    RewriteEngine on RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)/([0-9]+)/$ index.php?x=$1&y=$2&id=$3 RewriteRule ^verificationimage.png$ FileLibrary/imgVerification.php RewriteRule ^([a-zA-Z]+)/user/([0-9]+)/$ index.php?x=$1&user=$2 RewriteRule ^([a-zA-Z]+)/([0-9]+)/$ index.php?x=$1&membPage=$2...
  6. S

    Help please?

    My dell warranty ran out and I refuse to pay $99 or whatever just for phone support. There are 2-3 problems in which I am getting. 1. Copy and paste. I've been trying to copy and paste all day and it isn't copying from one program to another by use of the keyboard. When I do it from the right...
  7. S

    [PHP] CodeIgniter Help

    I'm making a page render class for a thing i'm making but when I go to do $this->session->userdata('username'); it says I can't access it. the PageRender class is extending the controller so it can load view files for the template_header and template_footer. I also get the error above when I...
  8. S

    PHP Single File Cron job

    Alright I'm trying to make a single file cron for every 15 minutes to run on the server but after a certain time has hit 30 days, I want it to run that as well.. This is what I have. require("D:/XAMPP/Virtual/Nevux/FileLibrary/configuration.db.php"); $getCronInfo = $db->dbQuery("SELECT * FROM...
  9. S

    Unreal IRCd links

    I want to link two servers but its not showing up in /links or /map link remedy-designs.zapto.org { username *; hostname remedy-designs.zapto.org; bind-ip *; port 6667; hub *.zapto.org; password-connect "LiNk"; password-receive "LiNk"; class servers; options {...
  10. S

    Selling Domains

    Domain Name: thejargon.us Domain Registrar: Optinom Domain Expiration: Jul 30, 2009 Domain Name: codingdev.us Domain Registrar: Optinom Domain Expiration: Jul 28, 2009 I paid $8.50 and $6.25 for these, Mind offering 2500+ creds (per domain) on here? =P If there is anything else post...
  11. S

    JavaScript Help..

    Alright I would like to create a custom WYSIWYG editor and I was wondering if there is a way for JavaScript to search a page for textarea tags then replace them with a say... table with 2 tr's and one of which contains a TD with the different buttons, then the other TR contains the TD with the...
  12. S

    Smarty not working D<

    Alright I'm creating a forum as I've said in other posts for help and I"m having a bit of trouble with the templates itself now :p Here is my PHP code. $getCategories = $db->dbQuery("SELECT * FROM `" . DB_PREFIX . "forum_categories` ORDER BY `sort` DESC"); while ($categories =...
  13. S

    [PHP] Sessions not working.

    Alrgiht I've set up my login script which has set teh username and password session yet when I go to /cPanel/ it refuses to show me as logged in. Below is my code. login file: $_SESSION['username'] = $username; $_SESSION['password'] = $Functions->Encrypt($password, $arrayUser->salt); THen in...
  14. S

    PHP doNav Function

    Alright I'm making a forum system of my own and I need help making a breadcrumb trail. This is what I have so far. function doNav($act){ $addonfromHere = "<a href=\"".SITE_LINK."\">Index</a>"; $linkNum = count($act); $linksUsed = 1; $linksreturn = ""; foreach($act as $links){...
  15. S

    jQuery collapsible divs

    I've posted this elsewhere but I got no help >.>; I have a system for it set-up on my site and it works fine on the main page but when I go to like /members/ or /ucp/ it stops working and reverts to the old images that were used. Any help? and Yes I've changed them. Or not...? <?php...
  16. S

    Apache Virtual Hosts -.-

    Ive set some up and I get: Forbidden You don't have permission to access / on this server. This is my vhosts file. NameVirtualHost *:6020 <VirtualHost *:6020> DocumentRoot "D:/XServer/Sites/phpPgAdmin" ServerName *:6020 <Directory "D:/XServer/Sites/phpPgAdmin"> Order Allow,Deny Allow From...
  17. S

    PHP 5.2.6 Installer fails epically.

    I installed with the installer to be able to use PGSQL and all them BUT I turn on run time error reporting and it claims it CAN NOT find ANY of the extensions./ the extension_dir is correct. EVERYTHING is working T_T Any help? Alright extension problem fixed but its not loading PGSQL x.x
  18. S

    [OFF] codingdev.us DOMAIN

    Registrar: optinom.com Price $8.90/yr or so. Might be more. I paid $8.50 Expires: Jul 28, 2009 Maybe $8.50? PM if interested
  19. S

    SQLYog Connection Error

    Error #: 2003 MySQL Error #: 10060 I cant connection to the hrwr.org MySQL VIA direct access. BUT If I upload an HTTP tunnel script for monyog THEN I can access to database server. I've got MySQL open on this computer but it still wont go through.
  20. S

    Apache 2.2.10 and PHP 5.2.6

    I tried to start Apache but it keeps failing. I used the MSI Installer from the website and did the right things but I keep getting the error above and in the event viewer the following: Faulting application httpd.exe, version 2.2.10.0, faulting module php_iisfunc.dll, version 5.2.6.6, fault...
Top