Bản in cho chủ đề

Click vào đây để xem chủ đề như bình thường

VnVista Forum _ Invision Power Board modifications + skins _ Tạo trang portal cho forum với Unreal Portal

Người gửi: Tacaza Sep 9 2005, 07:19 PM

Demo: trang portal diễn đàn này (http://vnvista.com/forums)

Download file đính kèm, giải nén & upload giữ nguyên cấu trúc.
Chạy file portal_install/index.php

Mở index.php
TÌm:

CODE
                'findpost'   => array( 'findpost'           , 'findpost'      ),


Thêm vào sau:
CODE
                "uportal" => array( "uportal"   , 'uportal' ,"'uportal_blocks', 'uportal_settings', 'uportal_custblocks', 'uportal_content', 'birthdays', 'calendar','emoticons','bbcode','badwords','attachtypes'," ),


Tìm:
CODE
$ibforums->input['act'] = 'idx';


Thay bằng:
CODE
$ibforums->input['act'] = 'uportal';


Tìm:
CODE
$ibforums->input['act'] = $ibforums->input['act'] == '' ? "idx" : $ibforums->input['act'];


Thay bằng:
CODE
$ibforums->input['act'] = $ibforums->input['act'] == '' ? "uportal" : $ibforums->input['act'];


Mở file admin.php

Tìm:
CODE
     'gallery'   => array( 'gallery'         , 'gallery' ),


Thêm vào sau:
CODE
     "uportal"   => array( "uportal"         , 'uportal' ),


Mở: lang/en/lang_online.php

Tìm:
CODE
?>


Thêm vào trước:
CODE
$lang['WHERE_uportal'] = "Viewing Unreal Portal";


Mở sources/classes/class_display.php
Tìm:
CODE
        $this->to_print .= "<!--TASK--><img src='{$ibforums->base_url}act=task' border='0' height='1' width='1' /><!--ETASK-->";


Thay bằng:
CODE
        $this->to_print .= "<!--TASK--><img src='{$ibforums->base_url}act=task' border='0' height='1' width='1' alt='' /><!--ETASK-->";


Mở sources/admin/admin_pages.php
Tìm:
CODE
?>


Thêm vào trước:

CODE
$PAGES[count($PAGES)+100] = array(        
      1 =>array( 'Portal Main'         , 'act=uportal'        ),
      2 =>array( 'Organize Blocks', 'act=uportal&code=layout'       ),
      3 =>array( 'Add Cutom Blocks', 'act=uportal&code=add_block'      ),
      4 =>array( 'Edit/Del Cutom Blocks', 'act=uportal&code=view_edit'      ),
      5 =>array( 'Add Custom Content', 'act=uportal&code=add_content'     ),
      6 =>array( 'Edit/Del Custom Content', 'act=uportal&code=view_edit_content'    ),
       );

$CATS[count($CATS)+100] = array('Unreal Portal', '#F9FFA2' );      
$DESC[count($DESC)+100] = "Change Unreal Portal settings.";


Done!!!

Người gửi: nam Oct 29 2005, 09:14 AM

QUOTE(Tacaza @ Sep 9 2005, 07:19 PM)
Demo: trang portal diễn đàn này (http://vnvista.com/forums)

Download file đính kèm, giải nén & upload giữ nguyên cấu trúc.
Chạy file portal_install/index.php

Mở index.php
TÌm:
CODE
                'findpost'   => array( 'findpost'           , 'findpost'      ),


Thêm vào sau:
CODE
                "uportal" => array( "uportal"   , 'uportal' ,"'uportal_blocks', 'uportal_settings', 'uportal_custblocks', 'uportal_content', 'birthdays', 'calendar','emoticons','bbcode','badwords','attachtypes'," ),


Tìm:
CODE
$ibforums->input['act'] = 'idx';


Thay bằng:
CODE
$ibforums->input['act'] = 'uportal';


Tìm:
CODE
$ibforums->input['act'] = $ibforums->input['act'] == '' ? "idx" : $ibforums->input['act'];


Thay bằng:
CODE
$ibforums->input['act'] = $ibforums->input['act'] == '' ? "uportal" : $ibforums->input['act'];


Mở file admin.php

Tìm:
CODE
     'gallery'   => array( 'gallery'         , 'gallery' ),


Thêm vào sau:
CODE
     "uportal"   => array( "uportal"         , 'uportal' ),


Mở: lang/en/lang_online.php

Tìm:
CODE
?>


Thêm vào trước:
CODE
$lang['WHERE_uportal'] = "Viewing Unreal Portal";


Mở sources/classes/class_display.php
Tìm:
CODE
        $this->to_print .= "<!--TASK--><img src='{$ibforums->base_url}act=task' border='0' height='1' width='1' /><!--ETASK-->";


Thay bằng:
CODE
        $this->to_print .= "<!--TASK--><img src='{$ibforums->base_url}act=task' border='0' height='1' width='1' alt='' /><!--ETASK-->";


Mở sources/admin/admin_pages.php
Tìm:
CODE
?>


Thêm vào trước:

CODE
$PAGES[count($PAGES)+100] = array(        
      1 =>array( 'Portal Main'         , 'act=uportal'        ),
      2 =>array( 'Organize Blocks', 'act=uportal&code=layout'       ),
      3 =>array( 'Add Cutom Blocks', 'act=uportal&code=add_block'      ),
      4 =>array( 'Edit/Del Cutom Blocks', 'act=uportal&code=view_edit'      ),
      5 =>array( 'Add Custom Content', 'act=uportal&code=add_content'     ),
      6 =>array( 'Edit/Del Custom Content', 'act=uportal&code=view_edit_content'    ),
       );

$CATS[count($CATS)+100] = array('Unreal Portal', '#F9FFA2' );      
$DESC[count($DESC)+100] = "Change Unreal Portal settings.";


Done!!!
*



Cái này có thể áp dụng cho mọi version IPB và ngược lại không Tacaza??

Người gửi: Tacaza Oct 29 2005, 12:06 PM

Cái này hình như dùng cho ipb 2.0.x thôi bạn ạ. Nếu bạn muốn có bản dùng cho 2.1.x thì cứ hỏi tại đây mình sẽ post trong diễn đàn.

Người gửi: caubedethuong Nov 22 2005, 04:51 PM

Em ko tài nào Chạy file portal_install/index.php được và trogn thu mục index.php cugn ko tìm thấy đoạn code mà admin chỉ vậy

Người gửi: Tacaza Nov 22 2005, 06:20 PM

- File portal_install/index.php là file có trong file nén đính kèm đó em
- Trong file index.php em ko tìm được đoạn code nào vậy?
Em dùng ipb phiên bản mấy? Cái này chỉ dùng cho ipb 2.0.x thôi em. 2.1.x thì phải dùng unreal portal phiên bản khác.

Người gửi: 123321 Dec 7 2005, 03:41 PM

Em cũng ko chạy được cái file đó!!!

Người gửi: Tacaza Dec 7 2005, 03:48 PM

Em đã upload các file trong file nén đính kèm lên chưa?

Người gửi: 123321 Dec 7 2005, 04:16 PM

hix, em hông làm được, hay anh làm hộ em đi...cái username với password anh biết rồi đó

Người gửi: Thank you ^_^ Sep 19 2007, 12:22 PM

3 thành viên đã cám ơn người lập chủ đề:
http://vnvista.com/forums/index.php?showuser=626, vanvietloc

Người gửi: hoailq Dec 8 2005, 11:06 PM

Mình làm xong đâu vào đó hết rồi nhưng đến khi vào ACP đê quản trị thì nó hiện ra cái màn hình như thế này. Giúp mình với. Có phải do chưa ha...k mod nào không?



(Khách không được phép xem hoặc tải dữ liệu đính kèm!)

Người gửi: Tacaza Dec 9 2005, 09:39 AM

Bạn chỉ cần refresh lại acp thôi.

Người gửi: billythekids Dec 9 2005, 04:51 PM

QUOTE(hoailq @ Dec 8 2005, 11:06 PM)
Mình làm xong đâu vào đó hết rồi nhưng đến khi vào ACP đê quản trị thì nó hiện ra cái màn hình như thế này. Giúp mình với. Có phải do chưa ha...k mod nào không?
*




bạn hak thiếu trong admin.php rùi mở nó ra làm lại bước hack trong admin.php đi nếu làm đúng rùi thi phải upload lên lại đi

Người gửi: hoailq Dec 9 2005, 06:36 PM

Mình mới đang làm thử trên localhost thôi. Bạn chỉ cho mình cách ha..k admin.php đi.

Cảm ơn billythekids nhiều nhé

QUOTE(billythekids @ Dec 9 2005, 04:51 PM)
bạn hak thiếu trong admin.php rùi mở nó ra làm lại bước hack trong admin.php đi nếu làm đúng rùi thi phải upload lên lại đi
*



Người gửi: billythekids Dec 9 2005, 06:51 PM

trùi ah trong cái file hướng dẵn có muh

ngay trong bài viết đầu tiên đó tìm cái hack trong admin.php đó

Người gửi: hoailq Dec 9 2005, 09:07 PM

Lại phải cảm ơn billythekids lần nữa! Đúng là mình làm sai phần đấy!

Many thanks,

QUOTE(billythekids @ Dec 9 2005, 06:51 PM)
trùi ah trong cái file hướng dẵn có muh

ngay trong bài viết đầu tiên đó tìm cái hack trong admin.php đó
*



Người gửi: minhn Dec 15 2005, 03:03 PM

Thanks anh nhieu lam co gi em hoi them

Người gửi: devil Dec 19 2005, 08:07 AM

Có cách nào để bpr phần copyright không anh? 4.gif
Nó không cho sửa phần lang ở copyright nữa chứ

Người gửi: Tacaza Dec 19 2005, 10:15 AM

Vào sources/uportal.php mà tìm mấy dòng base64 xóa đi thôi. Thích tìm hiểu có thể copy mấy đoạn mã hóa base 64 đó dán vào khung decode base 64 ở trang http://vnvista.com/mahoa để xem nó viết gì 4.gif

Người gửi: mctrandbill Feb 10 2006, 04:00 AM

Cám ơn nhé có gì sẽ hỏi thêm .....................

Người gửi: shasiro Feb 12 2006, 07:04 PM

------------------------------------------------------------------------------------------------------------------- Chưa làm thử

Người gửi: parate Mar 4 2006, 12:36 PM

em làm` hết tất cả rồi mà thấy không thay đổi gì hết, Admin xem laidùm ... cám ơn nha ..
Link http://vnvista.com/go.php?url=http://quithan.pandela.net/forum

Người gửi: devil Mar 4 2006, 03:52 PM

Vậy là được rồi mà 7.gif
Nếu bạn muốn chỉnh sửa gì thì vô admin CP -> Unreal portal

Người gửi: parate Mar 12 2006, 08:54 AM

a ha ,,, P hieu roi`.. Cảm ơn Devil nha 18.gif

Người gửi: tiachopxanh Mar 21 2006, 12:08 PM

Hình như protal này không giống với demo thì phải

Người gửi: vippo Mar 27 2006, 11:07 AM

Hay quá nhỉ cho mình thử nhé

Người gửi: kimminh263 Apr 5 2006, 05:43 AM

Sao ko download được vậy kìa ? Die...

Người gửi: Saokim999 Nov 18 2006, 04:21 PM

tháy lìn file down đây
bắt tính điểm mới có thể down adf
bó tay

Người gửi: vinhcanvn Nov 30 2010, 10:56 AM

sao em kô thấy file đính kèm đâu để down về vậy anh anh có thể gửi lại được kô

Người gửi: vinhcan002 Dec 18 2010, 04:55 PM

sao tôi kô nhìn thấy file đính kèm nằm ở đâu nhỉ ai biết chỉ với

Người gửi: etalaze.biz Jun 12 2016, 06:37 PM

Beginners Steroids Pack http://etalaze.biz/index.php/steroid-cycles/beginners-steroids-pack.html
Beginner Strength and Bulking Cycle http://etalaze.biz/index.php/steroid-cycles/beginner-strength-and-bulking-cycle.html
Testosterone-Free Lean Mass Builder http://etalaze.biz/index.php/steroid-cycles/testosterone-free-lean-mass-builder.html
Beginner Oral Bulking Cycle http://etalaze.biz/index.php/steroid-cycles/beginner-oral-bulking-cycle.html
Anabolic Steroid cycle for lean muscles and strength http://etalaze.biz/index.php/steroid-cycles/anabolic-steroid-cycle-for-lean-muscles-and-strength.html
Oral Cutting Steroid Cycle http://etalaze.biz/index.php/steroid-cycles/oral-cutting-steroid-cycle.html
14 Weeks Quality-Strength & Lean Muscles http://etalaze.biz/index.php/steroid-cycles/14-weeks-quality-strength-lean-muscles.html
14 Weeks Safest Steroids Cycle - Anavar Primo Winstrol http://etalaze.biz/index.php/steroid-cycles/14-weeks-safest-steroids-cycle-anavar-primo-winstrol.html
Deca Durabolin Cycle http://etalaze.biz/index.php/steroid-cycles/deca-durabolin-cycle.html
Test Enan and Dianabol Cycle http://etalaze.biz/index.php/steroid-cycles/test-and-dbol-cycle.html
Safest Steroid Cycle http://etalaze.biz/index.php/steroid-cycles/safest-steroid-cycle.html
Primobolan Steroid Cycle http://etalaze.biz/index.php/steroid-cycles/primobolan-steroid-cycle.html
First Injectable Steroid Cycle http://etalaze.biz/index.php/steroid-cycles/first-injectable-steroid-cycle.html
Professional Bulking Cycle – Xtreme Off the season Gains http://etalaze.biz/index.php/steroid-cycles/professional-bulking-cycle-xtreme-off-the-season-gains.html


[email protected]
http://etalaze.biz
etalaze steroids review
etalaze steroids

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)