PDA

Click to See Complete Forum and Search --> : PHP Banner Exchange


Aug 19th, 2000, 07:50 PM
'random banner code here
'I dont know php so this is just going to be a VB implementation of it
Select Case BannerNumber
Case 1
Open FileOnYourServerBannerNumber1 For Output As #1
Print #1, "another click"
Close #1
'etc
End Select


like I said I dont know PHP, so this is what you should basicly do, except its in VB.
and instead of using "another click" just add a number 1 or a pipe( | ) then count all of the pipes or whatever when its time to pay or whatever you are doing.

ShadowWal
Aug 19th, 2000, 07:55 PM
the problem really is, is this is a exchange that will be on other peoples pages, so i have to use a set html code. but i think i got it to work. for now anyway. the html is below that it would use.

<A HREF="http://shadowkeep.com/tmp/banner_exchange/banner.php3?id=shadowkeep&page=01"><Img Src="http://shadowkeep.com/tmp/banner_exchange/banner.php3?id=shadowkeep&page=01&l=load" Border=0 Width=468 Height=60></A><BR>

thanks for the reply =)