Now im here to post somethings do i think dont have in others emu.
Go to: CatalogPages.cs
and search for:
add belowPHP Code:this.TextTeaser = mTextTeaser;
And now search:PHP Code:this.TextFurni = mPageFurni;
this.TextLinkFurnis = mPageLinkFurnis;
and addPHP Code:string mTextTeaser
search:PHP Code:, string mPageLinkFurnis , string mPageFurni
add below:PHP Code:public string TextTeaser;
Now go to: Catalog.csPHP Code:public string TextFurni;
public string TextLinkFurnis;
and search for:
under it add:PHP Code:UberEnvironment.GetConvert().ToString(Row["page_text_teaser"]));
search:PHP Code:UberEnvironment.GetConvert().ToString(Row["page_Furni"]),
UberEnvironment.GetConvert().ToString(Row["page_LinkFurnis"]),
and in:PHP Code:PageData.AppendStringWithBreak(Page.TextDetails);
PageData.AppendStringWithBreak("");
replace with:PHP Code:PageData.AppendStringWithBreak("")
search:PHP Code:PageData.AppendStringWithBreak(Page.TextLinkFurnis);
and in:PHP Code:PageData.AppendStringWithBreak(Page.Text1);
PageData.AppendStringWithBreak("");
replace with:PHP Code:PageData.AppendStringWithBreak("")
And now insert this SQL:PHP Code:PageData.AppendStringWithBreak(Page.TextFurni);
PHP Code:ALTER TABLE `catalog_pages` ADD `page_linkfurnis` TEXT NOT NULL
In page_furnis you add the name to replace "Buy the new rare now"PHP Code:ALTER TABLE `catalog_pages` ADD `page_furnis` TEXT NOT NULL
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 :)



![UberEmu Frontpage PageLinking [uber, r63, c#]](http://ragezone.com/hyper728.png)


