UberEmu Frontpage PageLinking [uber, r63, c#]

Results 1 to 4 of 4
  1. #1
    Grand Master American is offline
    Grand MasterRank
    Sep 2011 Join Date
    WeedlandLocation
    658Posts

    UberEmu Frontpage PageLinking [uber, r63, c#]

    Now im here to post somethings do i think dont have in others emu.

    Go to: CatalogPages.cs
    and search for:
    PHP Code:
                this.TextTeaser mTextTeaser
    add below
    PHP Code:
                this.TextFurni mPageFurni;
                
    this.TextLinkFurnis mPageLinkFurnis
    And now search:
    PHP Code:
    string mTextTeaser 
    and add
    PHP Code:
    string mPageLinkFurnis string mPageFurni 
    search:
    PHP Code:
            public string TextTeaser
    add below:
    PHP Code:
            public string TextFurni;
            public 
    string TextLinkFurnis
    Now go to: Catalog.cs
    and search for:
    PHP Code:
    UberEnvironment.GetConvert().ToString(Row["page_text_teaser"])); 
    under it add:
    PHP Code:
                                                    UberEnvironment.GetConvert().ToString(Row["page_Furni"]),
                            
    UberEnvironment.GetConvert().ToString(Row["page_LinkFurnis"]), 
    search:
    PHP Code:
                                            PageData.AppendStringWithBreak(Page.TextDetails);
                        
    PageData.AppendStringWithBreak(""); 
    and in:
    PHP Code:
    PageData.AppendStringWithBreak(""
    replace with:
    PHP Code:
                        PageData.AppendStringWithBreak(Page.TextLinkFurnis); 
    search:
    PHP Code:
                        PageData.AppendStringWithBreak(Page.Text1);
                        
    PageData.AppendStringWithBreak(""); 
    and in:
    PHP Code:
    PageData.AppendStringWithBreak(""
    replace with:
    PHP Code:
                                            PageData.AppendStringWithBreak(Page.TextFurni); 
    And now insert this SQL:

    PHP Code:
    ALTER TABLE  `catalog_pagesADD  `page_linkfurnisTEXT NOT NULL 
    PHP Code:
    ALTER TABLE  `catalog_pagesADD  `page_furnisTEXT NOT NULL 
    In page_furnis you add the name to replace "Buy the new rare now"

    in page_linkfurnis you add the catalogue page tab: Habbo Exchange.

    add thats in your Front Page!


    Credits:
    Me for making the code
    Meth0d for uberemulator.

    if you have any problem, add me: scott-hey@live.com


    note:
    im just remembering because i hope aaron code that on her emulator!
    iam unkn0wn32 :)
    if the forum don't allow this, mod please delete my thread :)


  2. #2
    Sorcerer Supreme Shredinator is offline
    Member +Rank
    May 2011 Join Date
    399Posts

    Re: UberEmu Frontpage PageLinking [uber, r63, c#]

    re-re-repost

  3. #3
    Grand Master American is offline
    Grand MasterRank
    Sep 2011 Join Date
    WeedlandLocation
    658Posts

    Re: UberEmu Frontpage PageLinking [uber, r63, c#]

    Quote Originally Posted by Shredinator View Post
    re-re-repost
    have you read the "note"?!?!

  4. #4
    Grand Master George2000 is offline
    Grand MasterRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: UberEmu Frontpage PageLinking [uber, r63, c#]

    Haha, I found this out a long long time ago in EpicEmu, good release though.
    Yay, I read the note <3



Advertisement