Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Apr 2007
    Location
    england
    Posts
    536
    Tokens
    0

    Default

    Quote Originally Posted by 01101101entor View Post
    Good idea, should be quite a simple thing to set up as well, since primarly it just needs to be a slighty more specalised guestbook script

    Hope to see it soon.
    Thanks, I've basically finished it all, a few minor edits then I have to set-up an install file.


    Selling DJ/Habbo layout, more info here.


  2. #12
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    Do installer an easy way

    Set up config
    Get your SQL Dump

    then, in your installer, just do
    PHP Code:
    <?php
    require("config.php");
    $dump = @file_get_contents("SQLdump.txt");
    mysql_query($dump);
    ?>
    Coming and going...
    Highers are getting the better of me

  3. #13
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default

    OMGG I WANT TO DOWNLOAD NOWW
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •