Aantal

August

Test
Hey,
ik had een lange tijd geleden een suggestie voor deze pagina: http://www.one2xs.com/dynamische_advertenties

Er was een manier om een maximaal aantal advertenties te laten zien...
Weet iemand nog wat dat is?
En trouwens, Lennard kan je het er dan misschien bij zetten?
thumbsup.gif
 
V

Verwijderd lid 399

Guest
Ik weet wel dat het mijn idee was en dat ik toen een noob was maar volgens mij was er geen limit functie gemaakt
yummie.gif
 

Antonn

New member
Luukvdo (link):
http://www.one2xs.com/doe_js?user=gebruikert&wat&aantal=10 is de link


Doet bij mij niet
confused.gif

August (link):
Hey,
ik had een lange tijd geleden een suggestie voor deze pagina: http://www.one2xs.com/dynamische_advertenties

Er was een manier om een maximaal aantal advertenties te laten zien...
Weet iemand nog wat dat is?
En trouwens, Lennard kan je het er dan misschien bij zetten?
thumbsup.gif




Codeblok:



1
2
3
4
5
6
7
8
9
10
11
12
13
14

[COLOR= #0000BB]<?php[/COLOR]
[COLOR= #FF8000]// Config[/COLOR]
[COLOR= #0000BB]$user[/COLOR] [COLOR= #007700]=[/COLOR] [COLOR= #DD0000]vriendje[/COLOR][COLOR= #007700];[/COLOR] [COLOR= #FF8000]// Jou gebruikersnaam[/COLOR]
[COLOR= #0000BB]$txt[/COLOR] [COLOR= #007700]=[/COLOR] [COLOR= #DD0000]We hebben [doe] doelinks![/COLOR][COLOR= #007700];[/COLOR] [COLOR= #FF8000]// Tekst die getoond moet worden, [doe]word auto vervangen door aantal doe links ;)
// Einde config[/COLOR]

[COLOR= #0000BB]$data[/COLOR] [COLOR= #007700]=[/COLOR] file_get_contents[COLOR= #007700]([/COLOR][COLOR= #DD0000]http://www.one2xs.com/doe_js?user=[/COLOR][COLOR= #007700].[/COLOR][COLOR= #0000BB]$user[/COLOR][COLOR= #007700].[/COLOR][COLOR= #DD0000]&wat[/COLOR][COLOR= #007700]);[/COLOR]
[COLOR= #0000BB]$data[/COLOR] [COLOR= #007700]=[/COLOR] str_replace[COLOR= #007700]([/COLOR][COLOR= #DD0000]");"[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #DD0000]""[/COLOR][COLOR= #007700],[/COLOR] str_replace[COLOR= #007700]([/COLOR][COLOR= #DD0000]"document.write("[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #DD0000]""[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$data[/COLOR][COLOR= #007700]));[/COLOR]
[COLOR= #0000BB]$explode[/COLOR] [COLOR= #007700]=[/COLOR] explode[COLOR= #007700]([/COLOR][COLOR= #DD0000]</em><br />[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$data[/COLOR][COLOR= #007700]);[/COLOR]
[COLOR= #0000BB]$aantal[/COLOR] [COLOR= #007700]=[/COLOR] count[COLOR= #007700]([/COLOR][COLOR= #0000BB]$explode[/COLOR][COLOR= #007700]) +[/COLOR] [COLOR= #0000BB]1[/COLOR][COLOR= #007700];[/COLOR]
[COLOR= #0000BB]$zin[/COLOR] [COLOR= #007700]=[/COLOR] str_replace[COLOR= #007700]([/COLOR][COLOR= #DD0000][doe][/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$aantal[/COLOR][COLOR= #007700],[/COLOR] [COLOR= #0000BB]$txt[/COLOR][COLOR= #007700]);[/COLOR]

echo [COLOR= #0000BB]$zin[/COLOR][COLOR= #007700];[/COLOR]
?>






Zelf gemaakt met domme onnodige config erbij
xd.png


AUB
biggrin.gif



toevoeging op 6 maart 2012, 17:29:19:
Werkt niet, ff maken


toevoeging op 6 maart 2012, 17:31:27:
Fixed en geoptimaliseerd
wink.gif
 
Bovenaan