+ Reply to Thread
Results 1 to 3 of 3

Thread: how to install phurl

  1. #1
    krdando is offline x10Hosting Member krdando is an unknown quantity at this point
    Join Date
    Oct 2009
    Posts
    3

    how to install phurl

    how would i go about install shorturl service to my site?

    http://code.google.com/p/phurl/

    all i get is this after i install it..



    any help?

  2. #2
    descalzo's Avatar
    descalzo is offline Grim Squeaker descalzo has a brilliant futuredescalzo has a brilliant futuredescalzo has a brilliant future
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    7,636

    Re: how to install phurl

    Where is config.php? It should have come with phurl. You should place it in the /shorty/ directory.
    Nothing is always absolutely so.

  3. #3
    krdando is offline x10Hosting Member krdando is an unknown quantity at this point
    Join Date
    Oct 2009
    Posts
    3

    Re: how to install phurl

    I had to create the Config file..then i uploaded it then worked fine.. but then i go to create a short url and get this..




    this is what global php looks like.

    PHP Code:
    <?php
    function db_connect() {
        global 
    $config;

        
    mysql_connect($config['db_hostname'].":".$config['db_port'], $config['db_username'], $config['db_password']) or die(mysql_error());
        
    mysql_select_db($config['db_name']) or die(mysql_error());
    }

    function 
    generate_url() {
        
    $keys "23456789abcdefghkmnpqrstvwxyz";
        
    $i    0;
        
    $url  "";

        while (
    $i 6) {
          
    $random mt_rand(0strlen($keys) - 1);
          
    $url   .= $keys{$random};
          
    $i++;
        }

        return 
    $url;
    }
    ?>
    do i have to point to a database? if so how do i create and have the url service point to it?
    Last edited by krdando; 10-13-2009 at 02:48 PM.

+ Reply to Thread

Similar Threads

  1. Can not install to root folder!
    By xatrix in forum Programming Help
    Replies: 2
    Last Post: 10-26-2008, 06:41 PM
  2. school firewall help(not hacking passed it)
    By Xempttt in forum Off Topic
    Replies: 15
    Last Post: 12-06-2007, 11:52 PM
  3. Replies: 8
    Last Post: 11-12-2007, 03:50 PM
  4. Replies: 3
    Last Post: 05-31-2006, 07:46 AM
  5. Script Install Service
    By trev in forum Feedback and Suggestions
    Replies: 14
    Last Post: 01-01-2006, 03:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers