casino

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
calimero
Berichten: 689
Lid geworden op: 13 feb 2006, 12:32
Locatie: amersfoort
Contacteer:

casino

Bericht door calimero » 07 mei 2006, 20:54

hallo kan iemand mij dit uit leggen ik snap er niet zo veel van :?

Code: Selecteer alles

#
#-----[ OPEN ]------------------------------------------ 
# 
/ChanceAce.php

#
#-----[ FIND ]------------------------------------------ 
# 


<td class="row2"><span class="row2"><img src="/community/images/chanceace/chanceace.gif"><a href="{U_PORTAL}"></a></span></td>

#
#-----[ IN-LINE FIND ]------------------------------------------ 
# 

/community/images/chanceace/chanceace.gif"

#
#-----[ REPLACE WITH ]------------------------------------------ 
# 
// The community needs to be your forum path I used path "forum" as example
// so if your forum was www.mydomain.com/forum you will rpelace the code with what 
// I have below


/forum/images/chanceace/chanceace.gif"
#
#-----[ FIND ]------------------------------------------ 
# 

<td class="row2"><span class="row2"><img src="/community/images/chanceace/aces1.jpg"<a href="{U_PORTAL}"></a></span></td>

#
#-----[ IN-LINE FIND ]------------------------------------------ 
# 

/community/images/chanceace/aces1.jpg"

#
#-----[ REPLACE WITH ]------------------------------------------ 
# 
// The community needs to be your forum path I used path "forum" as example
// so if your forum was www.mydomain.com/forum you will rpelace the code with what 
// I have below


/forum/images/chanceace/aces1.jpg"
#
#-----[ FIND ]------------------------------------------ 
# There are 2 instances that call for this
# so be sure to do both of them

<td class="row2"><span class="row2"><img src="/community/images/chanceace/aces1.jpg"<a href="{U_PORTAL}"></a></span></td>

#
#-----[ IN-LINE FIND ]------------------------------------------ 
# 

/community/images/chanceace/aces1.jpg"

#
#-----[ REPLACE WITH ]------------------------------------------ 
# 
// The community needs to be your forum path I used path "forum" as example
// so if your forum was www.mydomain.com/forum you will rpelace the code with what 
// I have below


/forum/images/chanceace/aces1.jpg"

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 07 mei 2006, 21:01

wat snap je er neit aan?

calimero
Berichten: 689
Lid geworden op: 13 feb 2006, 12:32
Locatie: amersfoort
Contacteer:

Bericht door calimero » 07 mei 2006, 21:27

nou wat ik moet doen oke dit snap ik open ChanceAce.php
en dan vind snap ik ook wel maar dan dit

Code: Selecteer alles

# 
#-----[ IN-LINE FIND ]------------------------------------------ 
# 

/community/images/chanceace/chanceace.gif" 

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 
// The community needs to be your forum path I used path "forum" as example 
// so if your forum was www.mydomain.com/forum you will rpelace the code with what 
// I have below 


/forum/images/chanceace/chanceace.gif" 
# 

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 07 mei 2006, 21:28

Je moet het pad aanpassen vanaf de root van je website.

Dus als je forum op

http://www.calimero.nl/forum staat

dan wordt het

Code: Selecteer alles

/forum/images/chanceace/chanceace.gif"
... Maar ik modereer (nog) niet.

Gesloten