Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 4 of 5 FirstFirst 12345 LastLast
Results 31 to 40 of 46
  1. #31
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Gork View Post
    You use Dentrafrice's source code too? Wow, this forum never ceases to amuse me.
    Wow, are you a complete ******? Thats how nearly all template systems are coded. So now I've copied Dentafrice's core? Haha... I have nothing of his code!

    Unless you are a complete ******, I really don't understand why your saying this?

    You need to research before you say stuff.

    Ontopic:

    You'll need to slice your layout, if you havn't already check out slicingguide.com for an in-depth guide. Oncwe you've done that, assuming you have html knowledge, you have two options, to code it in tables which is rather deprecated, or you can code it in divs. I advise you to code it in divs, as if you ever want to change something, you can just change the css.

    How could this hapen to meeeeeeeeeeeeeee?lol.

  2. #32
    Join Date
    Apr 2008
    Location
    England.
    Posts
    1,324
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Hypertext View Post
    Wow, are you a complete ******? Thats how nearly all template systems are coded. So now I've copied Dentafrice's core? Haha... I have nothing of his code!

    Unless you are a complete ******, I really don't understand why your saying this?

    You need to research before you say stuff.

    Ontopic:

    You'll need to slice your layout, if you havn't already check out slicingguide.com for an in-depth guide. Oncwe you've done that, assuming you have html knowledge, you have two options, to code it in tables which is rather deprecated, or you can code it in divs. I advise you to code it in divs, as if you ever want to change something, you can just change the css.

    Now now Mr.Reconix, why are you swearing.. did I touch a nerve? And why are both the comments the same eh? Explain this Mr.Reconix (If you didn't know I sent your full CMS to Caleb so he could look to see if you stole any code, turns out you did).

  3. #33
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Nice try, but I still didn't copy his code. And if you did, which I highly doubt get my cms, you'd be mistaken.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  4. #34
    Join Date
    Apr 2008
    Location
    England.
    Posts
    1,324
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Hypertext View Post
    Nice try, but I still didn't copy his code. And if you did, which I highly doubt get my cms, you'd be mistaken.
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not accuse others of scamming.
    Last edited by jesus; 21-04-2008 at 09:21 PM.

  5. #35
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    I still didn't steal his code, and I can't download it :S is it me or is that activation code impossible? the cat thing? wth is that?
    How could this hapen to meeeeeeeeeeeeeee?lol.

  6. #36
    Join Date
    Apr 2008
    Location
    England.
    Posts
    1,324
    Tokens
    0

    Latest Awards:

    Default

    Why can't you just admit you did and leave this forum? Your a liar. No it is not hard, typing in a code, unless your hands are shaking from nerves? This remind you of anything Mr.Reconix?:

    Now how would I get that if I didn't have your CMS? Hmmm...
    PHP Code:
    <?php
        
    /**
         * Core
         */
    class core extends database {
        
        
    /**
         * __Construct()
         */    
        
        
    function __construct() {
            
    parent::__construct ();
        }

        
    /**
         * read_file()
         */
        
    public function read_file($myFile$mode) {
            
    $fp fopen($myFile$mode);
            
    $theData fread($fpfilesize($myFile));
            
    fclose($fp);
            return 
    $theData;
        }
        
        
    /**
         * write_file()
         */
        
    public function write_file($myFile$mode$data2write) {
            
    $fp fopen($myFile$mode);
            
    $theData fwrite($fp$data2write);
            
    fclose($fp);
            return 
    '1';
        }
        
        
    /**
         * headline()()
         */
    public function headline() {
            
    $get_headline $this->query("SELECT headline FROM settings");
            
    $headline_array $this->fetch_array($get_headline);
            
            return 
    $headline_array['headline'];
        }    
        
        
    /**
         * __Destruct()
         */    
            
    public function __destruct() {
            
        }
        
    }
        
    /**
         * Create $user if not existing already
         */
    if (! isset ( $core )) {
        
    $core = new core();
    }
    ?>
    Also how would I get that? In /classes/core.php.. Now Mr.Dentafrice claims that you've stolen his code purely because the comments and coding is the same. G'night folks

  7. #37
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    The only thing that looks remotely like his is the database, which he gave out!

    Comments? rofl... I got these off PEAR standards.

    Also I suggest you delete all of this right now. Or I will introduce you to my lawyer. You are not allowed to have this. And the guy that gave this to you, yes i know who it was as only one person has it, is going to get screwed over.

    This is all copyright to me and that guy wasn't allowed to give it to anyone, and you sir aren't allowed to start posting my stuff.

    Edit: Caleb's just admitted on MSN, that none of it was stolen code, the only bits that are the same as his, were publically released on dentafrice.com.

    Goodnight Mr. Gork.
    Last edited by Hypertext; 21-04-2008 at 09:29 PM.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  8. #38
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    Quote Originally Posted by Hypertext View Post
    The only thing that looks remotely like his is the database, which he gave out!

    Comments? rofl... I got these off PEAR standards.

    Also I suggest you delete all of this right now. Or I will introduce you to my lawyer. You are not allowed to have this. And the guy that gave this to you, yes i know who it was as only one person has it, is going to get screwed over.

    This is all copyright to me and that guy wasn't allowed to give it to anyone, and you sir aren't allowed to start posting my stuff.

    Edit: Caleb's just admitted on MSN, that none of it was stolen code, the only bits that are the same as his, were publically released on dentafrice.com.

    Goodnight Mr. Gork.
    Yet you still can't sell it, you must share-alike.

  9. #39
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    But if I already own 95% of it, fine, keep the session mgmt and database, but delete all the rest.
    How could this hapen to meeeeeeeeeeeeeee?lol.

  10. #40
    Join Date
    Apr 2008
    Location
    England.
    Posts
    1,324
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Hypertext View Post
    The only thing that looks remotely like his is the database, which he gave out!

    Comments? rofl... I got these off PEAR standards.

    Also I suggest you delete all of this right now. Or I will introduce you to my lawyer. You are not allowed to have this. And the guy that gave this to you, yes i know who it was as only one person has it, is going to get screwed over.

    This is all copyright to me and that guy wasn't allowed to give it to anyone, and you sir aren't allowed to start posting my stuff.

    Edit: Caleb's just admitted on MSN, that none of it was stolen code, the only bits that are the same as his, were publically released on dentafrice.com.

    Goodnight Mr. Gork.
    Nobody gave me it? I took it myself as it was just sitting there waiting to be stolen, so I did. Now now, don't be making threats Mr.Reconix, they get you nowhere. Okay so if I release this whole cms on Habbox (which I will) your going to get your big lawyer on me?!?!?!?! . Grow up and get real.

Page 4 of 5 FirstFirst 12345 LastLast

Posting Permissions

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