Search results

  1. S

    PHP: Registration Help with AJAX

    Alright, I have an AJAX Username checker which goes to check.php with ?user=NAME and I want it so when it returns something with 'Not Available' in it, it will disable the form field. This is what I have: Register.php <?php if($settings->reg_stats == 0){ $Functions->openblock("Registrations...
  2. S

    Upgrade from Apache 2.2.4 to 2.2.10 and PHP 5.1.3 to PHP 5.2.6

    How would I do this without messing up the installations and getting rid of the ability to run PGSQL? e.e I can't figure it out.
  3. S

    PGSQL and Errors ._.

    I'm trying to make a database class and its being odd and not giving me an error when I try to use PGSQL yet it does with MySQLi and MySQL. Can someone help? e.e class database { /** * The different databases supported * @access private */ private $dbTypes =...
  4. S

    I need help.

    I have my config file set-up like so: <?php session_start(); require(/*$_SERVER['DOCUMENT_ROOT']*/"/home/xxxxxx/public_html/joe_new/FileLibrary/Classes/registry.class.php"); $Registry = registry::singleton(); $Registry->storeCoreObjects()...
  5. S

    FireFox Help D:

    Aight, Ive got firefox 3.0.2 or whatever latest is and my address bar has been missing since last night. Any help? .-.'
  6. S

    Ancient or Not?

    I was at mah grannies over memorial day weekend And I was rummaging around a box of CDs when I came across "Microsoft Internet Explorer 4.0 Installation CD" Old or what? :P
  7. S

    The Cake...

    Its a Lie. <.<
  8. S

    [PHP] Forum Spam Check D:

    Alright so heres my code: if (!$_POST['quickreply']) { $Functions->blockopen("Quick Reply", "form", site_link . "/forum/topic/$id/"); print "<strong>Content</strong><br /...
  9. S

    Heres a good laugh for you all =]

    There once was an old couple who had been married for thirty years. Every morning the old boy would wake up and give off an enormous fart, much to his long suffering wife's annoyance. "You'll fart your guts out one of these days," she always complained. After a particularly bad week the wife...
  10. S

    Delete Error Logs script error D:

    $site_home = $_SERVER['DOCUMENT_ROOT'].'/'; $dh = opendir($site_home); $Functions->blockopen("Clearing Directories","p"); while($files = @readdir($dh)){ if($files != '../' && $files != '..' && $files != './'){ $files =...
  11. S

    GnuPG Keys

    Alright i would like to know what they are and how they work. I know they are for encryption purposes But thats about all i know. I checked their website and looked at the video tutorial supplied in cPanel yet it didn't help much. Can anyone explain how they work and such? :S
  12. S

    Port Forward help :3

    Right i have a DSL Modem which i'm trying to forwar dport 80 to the Linksys router, then have the router route it to my computer so i can work with my no-ip domain D: i got to m,y router ip and try to forward port 80 to 192.168.254.0 which is my router ip but it says: NAPT server IP address is...
  13. S

    Router Cabels

    I have a 4 port router and seem to have lost my power cabel. Parents were wondering if a 4.5 volt or a 6 volt work with it when it is a 5volt router.
  14. S

    Else case?

    I have a switch system for navigation on a site i'm working with and would like to know if there was a way to put like in visual basic or C#. case else: //require 404 file. break; Or such things =]
  15. S

    Conversions

    Alright i got bored and such today in history (movie, as usual) and was plotting a point system for this person who had asked me for one. Im going from usd to eur, yen and pound and was wondering while converting would i times say: <?php $giving = 372; //money i am giving to other person...
  16. S

    Buglers have keys to your house.

    http://www.youtube.com/watch?v=ack59UfD9mk So, what are your thoughts on this?
  17. S

    PHP-GTK On XAMPP

    Edit: Nevermind, i found a better way. Download a different PHP Version then install the GTK in that instead of with xampp.
  18. S

    [php] Mod Rewrite and Members list.

    Okay so i have my members script here and some errors below which i've tried to solve on my own after searching around a few places on google. Basically set up how i want showing some debugging things somewhere in there marked by a comment. Theres really two-three errors. 1. MOD Rewrite is...
  19. S

    PhotoShop CS3 COlorizing

    Isn't working for me and all that happy stuff lol >_>' The Image I doodled a bit >_>' couldn't help myself. http://joe.hrwr.org/tardmuffin_notcoloring.PNG
  20. S

    Sharing files among another computer.

    Hey there. I want to go about sharing files on my D drive with another computer connected VIA the router i did it in the past but i'm not sure on how to do it again -.-' So, if someone could help post here or message me =P rather posting here ^^
Top