Krijg systeem niet goed in layout.
Ik ben niet erg slecht in PHP. Ik heb een systeem gekocht van iemand, dit werkt helemaal prima. Maar nu wil ik het systeem in de lay-out bouwen maar dit lukt niet. Ik krijg het menu er wel goed in, maar de lay-out wordt allen weer gegeven. En de inhoud van de pagina’s worden weergegeven. Want in de standaard lay-out wordt de tekst van index.php wel geladen rechts van het menu en bij mij niet. Ik kom er niet meer uit. En het op een andere fora gevraagd. En daar werd gezegd dat ik het hier het beste kan vragen.
MVG Jurre1996
Dit is layout.css
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#main {width:1000px; margin:0 auto; position:relative;}
#header {height:285px; background:url(images/header-bg.jpg) no-repeat left top;}
#header, #content, #footer { font-size:0.75em;}
.col-1, .col-2, .col-3 { float:left;}
/*======= home.html =======*/
#page1 #content .col-1 {width:250px; margin-right:20px;}
#page1 #content .col-2 { width:650px;}
/*======= about-us.html =======*/
#page2 #content .col-1 {width:250px; margin-right:20px;}
#page2 #content .col-2 { width:650px;}
/*======= articles.html =======*/
#page3 #content .col-1 {width:250px; margin-right:20px;}
#page3 #content .col-2 { width:650px;}
/*======= article.html =======*/
#page4 #content .col-1 {width:250px; margin-right:20px;}
#page4 #content .col-2 { width:650px;}
/*======= contact-us.html =======*/
#page5 #content .col-1 {width:250px; margin-right:20px;}
#page5 #content .col-2 { width:650px;}
/*======= site-map.html =======*/
#page6 #content .col-1 {width:250px; margin-right:20px;}
#page6 #content .col-2 { width:650px;}
/*=========================*/
#footer {height:89px;}
#header {height:285px; background:url(images/header-bg.jpg) no-repeat left top;}
#header, #content, #footer { font-size:0.75em;}
.col-1, .col-2, .col-3 { float:left;}
/*======= home.html =======*/
#page1 #content .col-1 {width:250px; margin-right:20px;}
#page1 #content .col-2 { width:650px;}
/*======= about-us.html =======*/
#page2 #content .col-1 {width:250px; margin-right:20px;}
#page2 #content .col-2 { width:650px;}
/*======= articles.html =======*/
#page3 #content .col-1 {width:250px; margin-right:20px;}
#page3 #content .col-2 { width:650px;}
/*======= article.html =======*/
#page4 #content .col-1 {width:250px; margin-right:20px;}
#page4 #content .col-2 { width:650px;}
/*======= contact-us.html =======*/
#page5 #content .col-1 {width:250px; margin-right:20px;}
#page5 #content .col-2 { width:650px;}
/*======= site-map.html =======*/
#page6 #content .col-1 {width:250px; margin-right:20px;}
#page6 #content .col-2 { width:650px;}
/*=========================*/
#footer {height:89px;}
Dit is style.css
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
* { margin:0; padding:0;}
body { background:url(images/tail-top.gif) repeat-x top #fff; font-family:Tahoma, Geneva, sans-serif; font-size:100%; line-height:1em; color:#414141;}
input, textarea, select { font-family:Tahoma, Geneva, sans-serif; font-size:1em;}
object { vertical-align:top;}
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.alignright { text-align:right;}
.aligncenter { text-align:center;}
.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}
p { margin:0; padding:0;}
.tail-top-right { position:absolute; right:0; top:0; width:50%; height:285px; background:url(images/tail-top-right.gif) repeat-x right top;}
/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both;}
#contacts-form label { float:left; width:97px; line-height:18px; padding-bottom:8px; font-weight:bold; color:#4c7cbd;}
#contacts-form input { width:170px; padding:1px 0 1px 3px; background:url(images/png-bg.png) left top; border:1px solid #d6d6d6; color:#414141; float:left;}
#contacts-form textarea { width:539px; height:252px; padding:1px 0 1px 3px; background:url(images/png-bg.png) left top; border:1px solid #d6d6d6; color:#414141; margin-bottom:15px; overflow:auto; float:left;}
/*==================list====================*/
ul { list-style:none;}
.site-nav { width:100%; overflow:hidden; padding-top:15px;}
.site-nav li { float:left; font-weight:bold; border-right:1px solid #d5d5d5; padding:0 73px 4px 73px;}
.site-nav li a { color:#000;}
.site-nav li a:hover,
.site-nav li a.act {
color:#4c7cbd;
}
.site-nav li.last { border:0;}
.list li { background:url(images/line.gif) repeat-x bottom; padding-bottom:8px; margin-bottom:6px;}
.list li span { display:inline-block; padding-left:22px; background:url(images/marker-1.gif) no-repeat left 3px;}
.list li a { color:#414141;}
.list li.last { background:none; padding-bottom:0; margin-bottom:0;}
.list1 li { width:100%; overflow:hidden; vertical-align:bottom; padding:3px 0 20px 0;}
.list1 li img { float:left; margin:-3px 15px 0 0;}
.list1 li.last { padding-bottom:0;}
.list2 { padding-bottom:15px;}
.list2 li { padding:0 0 4px 8px; background:url(images/marker-2.gif) no-repeat left 6px;}
.list2 li a { color:#4c7cbd;}
.list2 li ul { padding-top:4px; margin-bottom:-4px;}
.list2 li ul li { padding-left:8px; background:url(images/marker-3.gif) no-repeat left 6px;}
/*==================other====================*/
.img-box1 { width:100%; overflow:hidden; padding-top:3px;}
.img-box1 img { float:left; margin:-3px 15px 0 0;}
.p1 { margin-bottom:14px;}
/*==================txt, links, lines, titles====================*/
a {color:#414141; outline:none;}
a:hover{text-decoration:none;}
h3 { font-size:1em; color:#4c7cbd; margin-bottom:12px;}
h3 a { color:#4c7cbd; text-decoration:none;}
h3 a:hover { text-decoration:underline;}
.link { display:block; float:right; background:url(images/link-bgd.gif) repeat-x top; color:#4c7cbd; font-size:1em; text-decoration:none; line-height:.92em;}
.link em { display:block; background:url(images/link-left.gif) no-repeat left top;}
.link b { display:block; background:url(images/link-right.gif) no-repeat right top; padding:5px 21px 6px 21px; font-style:normal;}
.link:hover { text-decoration:underline;}
.line-hor { border-bottom:1px solid #000; margin:20px 0; overflow:hidden; font-size:0; line-height:0;}
.title { margin-bottom:18px;}
/*==================boxes====================*/
.box { background:#fff; width:100%;}
.box .border-top {background:url(images/border.gif) repeat-x top;}
.box .border-bot {background:url(images/border.gif) repeat-x bottom;}
.box .border-left {background:url(images/border.gif) repeat-y left; width:100%;}
.box .border-right {background:url(images/border.gif) repeat-y right;}
.box .inner { padding:30px 30px 40px 31px;}
/*header*/
#header .logo { position:absolute; top:137px; left:55px;}
/*content*/
#content { padding:20px 40px 0 40px;}
#content .banner { padding-top:20px;}
#content .indent { padding:14px 0 0 9px;}
#content .indent1 { padding-bottom:28px;}
#content p { line-height:1.17em;}
/*footer*/
#footer .indent { padding:37px 40px 20px 40px;}
#footer img { position:relative; top:-4px;}
#footer a { color:#4c7cbd;}
/*==========================================*/
body { background:url(images/tail-top.gif) repeat-x top #fff; font-family:Tahoma, Geneva, sans-serif; font-size:100%; line-height:1em; color:#414141;}
input, textarea, select { font-family:Tahoma, Geneva, sans-serif; font-size:1em;}
object { vertical-align:top;}
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.alignright { text-align:right;}
.aligncenter { text-align:center;}
.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}
p { margin:0; padding:0;}
.tail-top-right { position:absolute; right:0; top:0; width:50%; height:285px; background:url(images/tail-top-right.gif) repeat-x right top;}
/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both;}
#contacts-form label { float:left; width:97px; line-height:18px; padding-bottom:8px; font-weight:bold; color:#4c7cbd;}
#contacts-form input { width:170px; padding:1px 0 1px 3px; background:url(images/png-bg.png) left top; border:1px solid #d6d6d6; color:#414141; float:left;}
#contacts-form textarea { width:539px; height:252px; padding:1px 0 1px 3px; background:url(images/png-bg.png) left top; border:1px solid #d6d6d6; color:#414141; margin-bottom:15px; overflow:auto; float:left;}
/*==================list====================*/
ul { list-style:none;}
.site-nav { width:100%; overflow:hidden; padding-top:15px;}
.site-nav li { float:left; font-weight:bold; border-right:1px solid #d5d5d5; padding:0 73px 4px 73px;}
.site-nav li a { color:#000;}
.site-nav li a:hover,
.site-nav li a.act {
color:#4c7cbd;
}
.site-nav li.last { border:0;}
.list li { background:url(images/line.gif) repeat-x bottom; padding-bottom:8px; margin-bottom:6px;}
.list li span { display:inline-block; padding-left:22px; background:url(images/marker-1.gif) no-repeat left 3px;}
.list li a { color:#414141;}
.list li.last { background:none; padding-bottom:0; margin-bottom:0;}
.list1 li { width:100%; overflow:hidden; vertical-align:bottom; padding:3px 0 20px 0;}
.list1 li img { float:left; margin:-3px 15px 0 0;}
.list1 li.last { padding-bottom:0;}
.list2 { padding-bottom:15px;}
.list2 li { padding:0 0 4px 8px; background:url(images/marker-2.gif) no-repeat left 6px;}
.list2 li a { color:#4c7cbd;}
.list2 li ul { padding-top:4px; margin-bottom:-4px;}
.list2 li ul li { padding-left:8px; background:url(images/marker-3.gif) no-repeat left 6px;}
/*==================other====================*/
.img-box1 { width:100%; overflow:hidden; padding-top:3px;}
.img-box1 img { float:left; margin:-3px 15px 0 0;}
.p1 { margin-bottom:14px;}
/*==================txt, links, lines, titles====================*/
a {color:#414141; outline:none;}
a:hover{text-decoration:none;}
h3 { font-size:1em; color:#4c7cbd; margin-bottom:12px;}
h3 a { color:#4c7cbd; text-decoration:none;}
h3 a:hover { text-decoration:underline;}
.link { display:block; float:right; background:url(images/link-bgd.gif) repeat-x top; color:#4c7cbd; font-size:1em; text-decoration:none; line-height:.92em;}
.link em { display:block; background:url(images/link-left.gif) no-repeat left top;}
.link b { display:block; background:url(images/link-right.gif) no-repeat right top; padding:5px 21px 6px 21px; font-style:normal;}
.link:hover { text-decoration:underline;}
.line-hor { border-bottom:1px solid #000; margin:20px 0; overflow:hidden; font-size:0; line-height:0;}
.title { margin-bottom:18px;}
/*==================boxes====================*/
.box { background:#fff; width:100%;}
.box .border-top {background:url(images/border.gif) repeat-x top;}
.box .border-bot {background:url(images/border.gif) repeat-x bottom;}
.box .border-left {background:url(images/border.gif) repeat-y left; width:100%;}
.box .border-right {background:url(images/border.gif) repeat-y right;}
.box .inner { padding:30px 30px 40px 31px;}
/*header*/
#header .logo { position:absolute; top:137px; left:55px;}
/*content*/
#content { padding:20px 40px 0 40px;}
#content .banner { padding-top:20px;}
#content .indent { padding:14px 0 0 9px;}
#content .indent1 { padding-bottom:28px;}
#content p { line-height:1.17em;}
/*footer*/
#footer .indent { padding:37px 40px 20px 40px;}
#footer img { position:relative; top:-4px;}
#footer a { color:#4c7cbd;}
/*==========================================*/
Dit is _template.php
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Gigakliks = Rijkdom!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style1 {
vertical-align: top;
font-size: x-large;
}
</style>
</head>
<body id="page1">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12036730-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<div class="tail-top-right"></div>
<div id="main">
<!-- header -->
<div id="header">
<ul class="site-nav">
<li><a href="/" class="current">Home</a></li>
<li><a href="/stats.php">Stats</a></li>
<li><a href="/top100.php">Top 100</a></li>
<li><a href="/uitbetaald.php">Uitbetaald</a></li>
<li><a href="/contact.php">Contact</a></li>
<!--
<li><a href="home.html" class="act">Home</a></li>
<li><a href="about-us.html">About-us</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a href="contact-us.html">Contact-us</a></li>
<li class="last"><a href="sitemap.html">Sitemap</a></li>
-->
</ul>
<div class="logo"></div>
</div>
<!-- content -->
<div id="content">
<div class="wrapper">
<div class="col-1">
<div class="box">
<div class="border-top">
<div class="border-right">
<div class="border-bot">
<div class="border-left">
<div class="inner">
<div class="title"><span lang="nl"><span class="style1">Menu</span></span></div>
<ul class="list">
<li><a href="/">Home</a></li>
<li><a href="/faq.php">Faq</a></li>
<li><a href="/stats.php">Stats</a></li>
<li><a href="/top100.php">Top 100</a></li>
<li><a href="/uitbetaald.php">Uitbetaald</a></li>
<li><a href="/faq.php">FAQ</a></li>
<?php
if(login() == '1'){
echo '
<li><a href="/aanpassen.php">Profiel</a></li>
<li><a href="/vippaneel.php">Vippaneel</a></li>
<li><a href="/referrals.php">Referrals</a></li>
<li><a href="/ledenstats.php">Mijn stats</a></li>
<li><a href="/leden.php">Verdien Credits</a></li>
<li><a href="/acties.php">Acties/Opdrachten</a></li>
<li><a href="/klikmissies.php">Betaalde Kliks</a></li>
<li><a href="/bonuskliks.php">Bonuskliks</a></li>
<li><a href="/klikfans.php">Klikfans</a></li>
<li><a href="/bubble.php">Bubble</a></li>
<li><a href="/wisselkantoor.php">Wisselkantoor</a></li>
<li><a href="/uitloggen.php">Uitloggen</a></li>
';
} else {
echo '
<li><a href="/inloggen.php">Inloggen</a></li>
<li><a href="/aanmelden.php">Aanmelden</a></li>
';
}
if(admin() == '1'){
echo '
<h3>Admin</h3>
<ul>
<li><a href="/admin/ledenedit.php">Ledenoverzicht</a></li>
<li><a href="/admin/mail.php">Betaalde Mailer</a></li>
<li><a href="/admin/mailoverzicht.php">Mail Overzicht</a></li>
<li><a href="/admin/popup.php">Popuplinks links</a></li>
<li><a href="/admin/linkspel.php">Linkspel links</a></li>
<li><a href="/admin/klikcheck.php">Linkspel check</a></li>
<li><a href="/admin/popupcheck.php">Popup check</a></li>
<li><a href="/admin/klikmissie.php">Betaaldekliks</a></li>
<li><a href="/admin/bonuskliks.php">Bonuskliks</a></li>
<li><a href="/admin/klikfans.php">Klikfans</a></li>
<li><a href="/admin/banpaneel.php">Banpaneel</a></li>
<li><a href="/admin/acties.php">Acties Bewerken</a></li>
<li><a href="/admin/actieskeuren.php">Acties Keuren</a></li>
<li><a href="/admin/overzichtgekeurd.php">Actie Overzicht Gekeurd</a></li>
<li><a href="/admin/besteld.php">Besteld</a></li>
<li><a href="/admin/producten.php">Producten</a></li>
<li><a href="/admin/cats.php">Catagorieen</a></li>
<li><a href="/admin/linkpartners.php">Linkpartners</a></li>
<li><a href="/admin/startex.php">Startex</a></li>
';
}
?>
<br />
<h2>Linkpartners</h2>
<p></p>
<ul>
<?php
$check2 ="SELECT * FROM linkpartners ORDER BY id";
$check1 = mysql_query($check2);
while ($check = mysql_fetch_assoc($check1)){
echo"<li><a href='".$check['url']."' target='_BLANK'>".$check['naam']."</a><li>";
}
?>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="banner"></div>
</div>
</div>
</div>
<!-- footer -->
<div id="footer">
<div class="indent">
<div class="fleft">Copyrights - <span lang="nl">Gigakliks.nl</span></div>
<div class="fright">Designed by: <a href="http://www.templates.com">
<img alt="website templates" src="/images/templates-logo.gif" title="templates.com - website templates provider" /></a> Your <a href="http://www.templates.com/product/3d-models/" title="templates.com - website templates provider">3D Models</a> Marketplace</div>
</div>
</div>
</div>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Gigakliks = Rijkdom!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style1 {
vertical-align: top;
font-size: x-large;
}
</style>
</head>
<body id="page1">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12036730-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<div class="tail-top-right"></div>
<div id="main">
<!-- header -->
<div id="header">
<ul class="site-nav">
<li><a href="/" class="current">Home</a></li>
<li><a href="/stats.php">Stats</a></li>
<li><a href="/top100.php">Top 100</a></li>
<li><a href="/uitbetaald.php">Uitbetaald</a></li>
<li><a href="/contact.php">Contact</a></li>
<!--
<li><a href="home.html" class="act">Home</a></li>
<li><a href="about-us.html">About-us</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a href="contact-us.html">Contact-us</a></li>
<li class="last"><a href="sitemap.html">Sitemap</a></li>
-->
</ul>
<div class="logo"></div>
</div>
<!-- content -->
<div id="content">
<div class="wrapper">
<div class="col-1">
<div class="box">
<div class="border-top">
<div class="border-right">
<div class="border-bot">
<div class="border-left">
<div class="inner">
<div class="title"><span lang="nl"><span class="style1">Menu</span></span></div>
<ul class="list">
<li><a href="/">Home</a></li>
<li><a href="/faq.php">Faq</a></li>
<li><a href="/stats.php">Stats</a></li>
<li><a href="/top100.php">Top 100</a></li>
<li><a href="/uitbetaald.php">Uitbetaald</a></li>
<li><a href="/faq.php">FAQ</a></li>
<?php
if(login() == '1'){
echo '
<li><a href="/aanpassen.php">Profiel</a></li>
<li><a href="/vippaneel.php">Vippaneel</a></li>
<li><a href="/referrals.php">Referrals</a></li>
<li><a href="/ledenstats.php">Mijn stats</a></li>
<li><a href="/leden.php">Verdien Credits</a></li>
<li><a href="/acties.php">Acties/Opdrachten</a></li>
<li><a href="/klikmissies.php">Betaalde Kliks</a></li>
<li><a href="/bonuskliks.php">Bonuskliks</a></li>
<li><a href="/klikfans.php">Klikfans</a></li>
<li><a href="/bubble.php">Bubble</a></li>
<li><a href="/wisselkantoor.php">Wisselkantoor</a></li>
<li><a href="/uitloggen.php">Uitloggen</a></li>
';
} else {
echo '
<li><a href="/inloggen.php">Inloggen</a></li>
<li><a href="/aanmelden.php">Aanmelden</a></li>
';
}
if(admin() == '1'){
echo '
<h3>Admin</h3>
<ul>
<li><a href="/admin/ledenedit.php">Ledenoverzicht</a></li>
<li><a href="/admin/mail.php">Betaalde Mailer</a></li>
<li><a href="/admin/mailoverzicht.php">Mail Overzicht</a></li>
<li><a href="/admin/popup.php">Popuplinks links</a></li>
<li><a href="/admin/linkspel.php">Linkspel links</a></li>
<li><a href="/admin/klikcheck.php">Linkspel check</a></li>
<li><a href="/admin/popupcheck.php">Popup check</a></li>
<li><a href="/admin/klikmissie.php">Betaaldekliks</a></li>
<li><a href="/admin/bonuskliks.php">Bonuskliks</a></li>
<li><a href="/admin/klikfans.php">Klikfans</a></li>
<li><a href="/admin/banpaneel.php">Banpaneel</a></li>
<li><a href="/admin/acties.php">Acties Bewerken</a></li>
<li><a href="/admin/actieskeuren.php">Acties Keuren</a></li>
<li><a href="/admin/overzichtgekeurd.php">Actie Overzicht Gekeurd</a></li>
<li><a href="/admin/besteld.php">Besteld</a></li>
<li><a href="/admin/producten.php">Producten</a></li>
<li><a href="/admin/cats.php">Catagorieen</a></li>
<li><a href="/admin/linkpartners.php">Linkpartners</a></li>
<li><a href="/admin/startex.php">Startex</a></li>
';
}
?>
<br />
<h2>Linkpartners</h2>
<p></p>
<ul>
<?php
$check2 ="SELECT * FROM linkpartners ORDER BY id";
$check1 = mysql_query($check2);
while ($check = mysql_fetch_assoc($check1)){
echo"<li><a href='".$check['url']."' target='_BLANK'>".$check['naam']."</a><li>";
}
?>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="banner"></div>
</div>
</div>
</div>
<!-- footer -->
<div id="footer">
<div class="indent">
<div class="fleft">Copyrights - <span lang="nl">Gigakliks.nl</span></div>
<div class="fright">Designed by: <a href="http://www.templates.com">
<img alt="website templates" src="/images/templates-logo.gif" title="templates.com - website templates provider" /></a> Your <a href="http://www.templates.com/product/3d-models/" title="templates.com - website templates provider">3D Models</a> Marketplace</div>
</div>
</div>
</div>
</body>
</html>
Dit is index.php
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
include('_include.php');
design_boven();
?>
<h1>Welkom</h1>
<br />
Meld je eigen aan en begin meteen verdienen!<br />
Werf Referrals en verdien 10% op wat ze verdienen! Als vip zelfs 30%!<br />
Versprijd je linkspel link en krijg voor elke unieke hit een credit. Als Vip zelfs 50% meer!<br />
<br />
Heb je genoeg credits voor een uitbetaling?<br />
Wissel ze dan in voor fantastische producten via het wisselkantoor!<br />
<ul>
-Dutchleaders<br />
-cent Paypal<br />
-Unieke kliks<br />
-Vip<br />
</ul>
<br/>
<h2>VIP</h2>
Word vip en krijg 50% meer per klik op jouw unieke link!.<br />
En krijg 30% refferal vergoeding inplaats van 10%!<br />
<br />
Koers per 1000 credits:<br />
-25cent paypal<br />
-1000 dutchleaders<br />
-750 kliks<br />
<?php
design_onder();
?>
include('_include.php');
design_boven();
?>
<h1>Welkom</h1>
<br />
Meld je eigen aan en begin meteen verdienen!<br />
Werf Referrals en verdien 10% op wat ze verdienen! Als vip zelfs 30%!<br />
Versprijd je linkspel link en krijg voor elke unieke hit een credit. Als Vip zelfs 50% meer!<br />
<br />
Heb je genoeg credits voor een uitbetaling?<br />
Wissel ze dan in voor fantastische producten via het wisselkantoor!<br />
<ul>
-Dutchleaders<br />
-cent Paypal<br />
-Unieke kliks<br />
-Vip<br />
</ul>
<br/>
<h2>VIP</h2>
Word vip en krijg 50% meer per klik op jouw unieke link!.<br />
En krijg 30% refferal vergoeding inplaats van 10%!<br />
<br />
Koers per 1000 credits:<br />
-25cent paypal<br />
-1000 dutchleaders<br />
-750 kliks<br />
<?php
design_onder();
?>
Er zijn nog geen reacties op dit bericht.