PDA

View Full Version : Mọi người vào giúp đỡ hộ tui với nèo ?


Cu Năng
21-12-2004, 21:32
hics lần này là lần đầu tiên lập wed lên rất cần anh em giúp đỡ ,về mọi mặt vì là lần đầu tiên lập 4rum lên không biết tẻo tẹo treo gì cả ,có ai biết gì thì dậy mình với nha.
Việc thứ nhất mình muốn nhờ là các bạn posst cho mình xin các lenh code được không vậy à ,hics trông làm nóa chả ra đâu vào đâu cả :).Mong anh em giúp đỡ lần đầu tiên học làm mà.:p
http://s6.invisionfree.com/lequydon/index.php?act=idx

LSB-Tế Công
22-12-2004, 09:10
xin các lenh code
Vậy u muốn xin code gì ? việt hoá , bộ gõ ...... hay cái gì khác ?
cái top5 của u chèn nhập chỗ rồi phải chèn phía trên cơ dưới body

Cu Năng
22-12-2004, 10:34
Mình vẫn còn thiếu nhiều lắm U giúp mình nha .Trước tiên U cho Mình Code để tính tiền và bài viết và thêm vài cái code để tạo mấy cái thẻ [video] [img] đoá u giúp mình với nha mình làm lần đầu lên không hiểu nhiều U nói càng kx càng tốt à ,cám ơn U trước nha . :15:

chipheo_65
22-12-2004, 12:32
Cả tui nữa . Làm BOX như thế nèo ! tại sao mình làm ko đươc zậy . no ko lên ở 4 rum mà chỉ được trong ADMIN . nhớ gúp minh với nha. Cảm ơn nhìu ..........

LSB-Tế Công
22-12-2004, 14:04
mod tính tiền :
Chèn vao Footer nhẹ

<style>
.rpgmain {font-size: 10px}
.rpgmain2 {color: 000000}
</style>
<script>
/*
RPG Hack v3.2
Created by Webworldx & Peter - 17.11.03
Updated for xHTML compliance by Magus

This code may not be redistributed without express permission.
This header must stay intact at all times. Failure to comply with the above may result in your board being deleted.
*/

RPGHigh="10000"
NextLevel="15"
MoneySign="$"
NextWeapon="8"
NextItem="20"
AddMoney="30"

MoneyOn="Y"
ItemWeapOn="Y"

var BaseURL="http://www.webpost.net/ww/wwx/ifrpg/images"
var StatsURL="http://www.webpost.net/ww/wwx"

var statsImage=[];
statsImage[0]=["HP","/hp.gif"]
statsImage[1]=["STR","/str.gif"]
statsImage[2]=["MAG","/mag.gif"]
statsImage[3]=["DEF","/def.gif"]

var theEXP = ["EXP","/exp.gif"]

function getStats() {
TheStats=[];
stats=[];
var HP=0;STR=1;MAG=2;DEF=3;Archer=1;Mage=2;Warrior=3;

TheStats[HP]=[]
TheStats[HP][Archer]=PostCount
TheStats[HP][Mage]=PostCount
TheStats[HP][Warrior]=PostCount

TheStats[STR]=[]
TheStats[STR][Archer]=parseInt(TheStats[HP][Archer]) - 5
TheStats[STR][Mage]=parseInt(TheStats[HP][Mage]) - 50
TheStats[STR][Warrior]=parseInt(TheStats[HP][Warrior]) + 10

TheStats[MAG]=[]
TheStats[MAG][Archer]=parseInt(TheStats[HP][Archer] * (3/2))
TheStats[MAG][Mage]=parseInt(TheStats[HP][Mage] * 2)
TheStats[MAG][Warrior]=parseInt(TheStats[HP][Warrior] / 2)

TheStats[DEF]=[]
TheStats[DEF][Archer]=parseInt((2/3) *(TheStats[HP][Archer] - 10))
TheStats[DEF][Mage]=parseInt(TheStats[HP][Mage] * (4/3))
TheStats[DEF][Warrior]=parseInt(TheStats[HP][Warrior] * (5/4))

for (i=0;i<TheStats.length;i++){
if (ChosenRace==""){
stats[i]=TheStats[i][1]
} else {
stats[i]=TheStats[i][ChosenRace]
}}

for (i=0;i<stats.length;i++){
if (parseInt(stats[i]) >= parseInt(RPGHigh)) { stats[i]=RPGHigh; }
if (parseInt(stats[i]) < 0 ) { stats[i]=0 }
}
return stats
}

var Race=[];
Race[1] = ["1","Archer"]
Race[2] = ["2","Mage"]
Race[3] = ["3","Warrior"]

var WPName=[ [] , [] ];
WPName[0][1]=["Bow","Gloves","Grass Boots","Thick Leather"]
WPName[0][2]=["Staff","Cloak","Freeze Spell","Basic Heal Spell","Seismic Wind"]
WPName[0][3]=["Wooden Sword","Light Armour","Helmet","Spear"]

WPName[1][1]=["Grand Bow","Tough Leather Gauntlets","Jungle Boots","Brigandine"]
WPName[1][2]=["Elite Staff","Cloak of Light","Repel Spell","Death Curse","Seismic Wind"]
WPName[1][3]=["Steel Sword","Immune Armour","Dazzling Helm","Spear of the Forsaken"]

var WPURL=[ [] , [] ];
WPURL[0][1]=["bow","gloves","grassboots","thickleather"]
WPURL[0][2]=["staff","cloak","freeze","basicheal","seismicwind"]
WPURL[0][3]=["wooden","lightarmour","helm","spear"]

WPURL[1][1]=["grandbow","leathergt","jungleboots","brigandine"]
WPURL[1][2]=["elitestaff","cloaklight","repel","deathcurse","seismicwind"]
WPURL[1][3]=["steel","immunearmour","dazzlinghelm","spforesaken"]

var Items=[]
Items[0]=["Fire Orb","Heal Leaf","Strength Increase Bottle","Ring of Death","Protect Shield","Sword of the Wise"]
Items[1]=["fireorb","healleaf","strincrease","ringdeath","lock","sticky"]

var Extension=".gif"
</script>

<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3profile.js"></script>

<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3forum.js"></script>
</script>

LSB-Tế Công
22-12-2004, 14:06
post nhạc :
==> Bạn chỉ cần thay chữ " link cần gửi " thành đường " link" mà bạn muốn gửi là được

1.Đối với nhạc tiếng và hình :
<center> <Embed type="application/x-mplayer2" pluginspTuổi="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="Link cần gửi" ShowControls=1 Auto Start=true ShowDisplay=0 ShowStatusBar=1 width=450 height=400></Embed>
</center>

2.Đối với nhạc flash :



<div align="center">
<center>
<table border="7" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FF00FF" width="52%" id="AutoNumber1" height="289">
<tr>
<td width="100%" height="289" align="center">
<embed src="Link cần gửi" width="418" height="303" type="application/x-shockwave-flash"></embed>
</td>
</tr>
</table>
</center>
</div>

Cu Năng
22-12-2004, 14:15
U ơi đắp noá ở đâu vậy ảh U ơi mình chưa biết paste boá ở đâu cả .

LSB-Tế Công
22-12-2004, 14:24
hic , po' tay mở acp ra mà chèn vào , tìm bài của FD mà đọc kỹ về acp cái đã nhá

tuxuong
23-12-2004, 09:46
huyng đệ àh , muốn làm thành công forum invision thì tốt nhất huynh nên đi tìm kiếm học hỏi ở những người đã thành công với forum này , ở đây tui đưa cho huynh 2 địa chỉ , huynh vào đó mà học hỏi nha
www.hackmod.b4.to
www.s7.invisionfree.com/diendanhp/index.php
còn một trang nữa nhưng tui đã từng thử vào bằng cách kick vào địa chỉwww.tinhoctre.sg.if nhưng không được , bạn muốn vào thì vào trong hackmod ,linh vào của trang web đó ở trong phần kill banner

LSB-Tế Công
24-12-2004, 12:12
tui cho u mấy trang nữa này
www.đienantinhhoc.com
www.sanchoituoitre.info
chúc u thành công

tinhanhconmai
24-12-2004, 20:30
mod tính tiền :
Chèn vao Footer nhẹ

<style>
.rpgmain {font-size: 10px}
.rpgmain2 {color: 000000}
</style>
<script>
/*
RPG Hack v3.2
Created by Webworldx & Peter - 17.11.03
Updated for xHTML compliance by Magus

This code may not be redistributed without express permission.
This header must stay intact at all times. Failure to comply with the above may result in your board being deleted.
*/

RPGHigh="10000"
NextLevel="15"
MoneySign="$"
NextWeapon="8"
NextItem="20"
AddMoney="30"

MoneyOn="Y"
ItemWeapOn="Y"

var BaseURL="http://www.webpost.net/ww/wwx/ifrpg/images"
var StatsURL="http://www.webpost.net/ww/wwx"

var statsImage=[];
statsImage[0]=["HP","/hp.gif"]
statsImage[1]=["STR","/str.gif"]
statsImage[2]=["MAG","/mag.gif"]
statsImage[3]=["DEF","/def.gif"]

var theEXP = ["EXP","/exp.gif"]

function getStats() {
TheStats=[];
stats=[];
var HP=0;STR=1;MAG=2;DEF=3;Archer=1;Mage=2;Warrior=3;

TheStats[HP]=[]
TheStats[HP][Archer]=PostCount
TheStats[HP][Mage]=PostCount
TheStats[HP][Warrior]=PostCount

TheStats[STR]=[]
TheStats[STR][Archer]=parseInt(TheStats[HP][Archer]) - 5
TheStats[STR][Mage]=parseInt(TheStats[HP][Mage]) - 50
TheStats[STR][Warrior]=parseInt(TheStats[HP][Warrior]) + 10

TheStats[MAG]=[]
TheStats[MAG][Archer]=parseInt(TheStats[HP][Archer] * (3/2))
TheStats[MAG][Mage]=parseInt(TheStats[HP][Mage] * 2)
TheStats[MAG][Warrior]=parseInt(TheStats[HP][Warrior] / 2)

TheStats[DEF]=[]
TheStats[DEF][Archer]=parseInt((2/3) *(TheStats[HP][Archer] - 10))
TheStats[DEF][Mage]=parseInt(TheStats[HP][Mage] * (4/3))
TheStats[DEF][Warrior]=parseInt(TheStats[HP][Warrior] * (5/4))

for (i=0;i<TheStats.length;i++){
if (ChosenRace==""){
stats[i]=TheStats[i][1]
} else {
stats[i]=TheStats[i][ChosenRace]
}}

for (i=0;i<stats.length;i++){
if (parseInt(stats[i]) >= parseInt(RPGHigh)) { stats[i]=RPGHigh; }
if (parseInt(stats[i]) < 0 ) { stats[i]=0 }
}
return stats
}

var Race=[];
Race[1] = ["1","Archer"]
Race[2] = ["2","Mage"]
Race[3] = ["3","Warrior"]

var WPName=[ [] , [] ];
WPName[0][1]=["Bow","Gloves","Grass Boots","Thick Leather"]
WPName[0][2]=["Staff","Cloak","Freeze Spell","Basic Heal Spell","Seismic Wind"]
WPName[0][3]=["Wooden Sword","Light Armour","Helmet","Spear"]

WPName[1][1]=["Grand Bow","Tough Leather Gauntlets","Jungle Boots","Brigandine"]
WPName[1][2]=["Elite Staff","Cloak of Light","Repel Spell","Death Curse","Seismic Wind"]
WPName[1][3]=["Steel Sword","Immune Armour","Dazzling Helm","Spear of the Forsaken"]

var WPURL=[ [] , [] ];
WPURL[0][1]=["bow","gloves","grassboots","thickleather"]
WPURL[0][2]=["staff","cloak","freeze","basicheal","seismicwind"]
WPURL[0][3]=["wooden","lightarmour","helm","spear"]

WPURL[1][1]=["grandbow","leathergt","jungleboots","brigandine"]
WPURL[1][2]=["elitestaff","cloaklight","repel","deathcurse","seismicwind"]
WPURL[1][3]=["steel","immunearmour","dazzlinghelm","spforesaken"]

var Items=[]
Items[0]=["Fire Orb","Heal Leaf","Strength Increase Bottle","Ring of Death","Protect Shield","Sword of the Wise"]
Items[1]=["fireorb","healleaf","strincrease","ringdeath","lock","sticky"]

var Extension=".gif"
</script>

<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3profile.js"></script>

<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3forum.js"></script>
</script>
anh ơi vì lần đầu làm forrum nên có rất nhiều cái em chưa hiểu mong anh chỉ giúp ,ví dụ như cái code tính tiền này hoạt đọng nhguw thế nào em chưa hiểu,em cũng chèn nó vào foote của ACP forum của em nhưng em có thây gì đâu
www.gala12f.such.info

Thien Long Than Kiem
24-12-2004, 21:02
Anh Lăng đã học về HTML chưa, hay anh học cả foront page và dream weaver nữa cho chắc. Em cũng đang học nè, không khó lắm đâu, cũng vỡ vạc ra nhiều.

LSB-Tế Công
25-12-2004, 16:53
anh ơi vì lần đầu làm forrum nên có rất nhiều cái em chưa hiểu mong anh chỉ giúp ,ví dụ như cái code tính tiền này hoạt đọng nhguw thế nào em chưa hiểu,em cũng chèn nó vào foote của ACP forum của em nhưng em có thây gì đâu
Ok hiểu rùi , nó sẽ đưa ra số bài viết của thành viên và số tiền tương ứng cộng với các số liệu khác .
nếu chèn roòi mà nó không hiện thì thử chèn lại chỗ khác coi nhưng cũng trong footè nhé

Thien Long Than Kiem
26-12-2004, 07:46
Anh ơi dạy em làm web ở www.invisionfree.com đi,em mới vô nên còn nhiều bỡ ngỡ quá.

LSB-Tế Công
26-12-2004, 08:50
Anh ơi dạy em làm web ở www.invisionfree.com đi,em mới vô nên còn nhiều bỡ ngỡ quá.
cái này nó cũng bình thường thui , đọc kĩ bài của FD về cách sử dụng ACP là ok liền , muốn làm gì là làm được liền ^_^

HAC THIEN LONG
04-02-2005, 18:59
mấy huynh ơi!
mấy huynh cho Mod tính tiền nhưng không cho Mod Shop hay cái gì đại loại thì tiền để làm gì hả mấy huynh??? với lại cái Mod tính tiền chán chết cứ post 1 bài chẳng cần biết dài hay ngắn là ok nhận được 10$ không hơn không kém thế thì chán lắm chúng nó câu bài mắt. các huynh giúp đệ với.

MinhLong
04-02-2005, 19:31
khuyên thật mấy người, đừng có kill banner của bọn nó, không một thời gian sau nó cho die luôn đấy

Anywhere4u_2004
18-02-2005, 21:30
Ha ha, bọn này có vẻ mù mờ quá đúng không MinhLong . Tui cũng có một cái invisionfree nhưng bỏ 8 năm rồi, ai thich thì tui sẽ cho luôn, PM tui nhá www.muadongtanphai.dk3.com