Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Buy belcredits store - retro hotel help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="jordyphilippaerts" data-source="post: 455396" data-attributes="member: 90035"><p>I am looking for a tutorial for creating a store to buy calling credits via paypall.</p><p>Someone who can help me with this?</p><p></p><p>This is the page I have without a system in it:</p><p></p><p>[CODE]<?php</p><p>$page['allow_guests'] = true;</p><p>require_once('./includes/core.php');</p><p>require_once('./includes/session.php');</p><p>$lang->addLocale("credits.credits");</p><p></p><p>$page['id'] = "belcredits";</p><p>$page['name'] = "Belcredits";</p><p>$page['bodyid'] = "home";</p><p>$page['cat'] = "belcredits";</p><p>require_once('./templates/community_header.php');</p><p>?></p><p><div id="container"></p><p> <div id="content" style="position: relative" class="clearfix"></p><p> <div id="column1" class="column"></p><p></p><p> </p><p></p><p> <div class="habblet-container "> </p><p></p><p> <div class="cbb clearfix green "></p><p></p><p> </p><p></p><p> <h2 class="title">Belcredits Kopen</p><p></p><p> </h2></p><p></p><p> <script src="/web-gallery/static/js/credits.js" type="text/javascript"></script></p><p><p class="credits-countries-select"></p><p>Belcredits kopen is heel eenvoudig, volg gewoon de instructies.<br> <br> Kies eerst je land:</p><ul id="credits-countries"> <li class="selected"><h2><img src="/web-gallery/images/nl.png" alt="" width="47" height="28" /><br /><span>Nederland</span></h2></li></p><p> <li><h2><a href="http://.belcredits/be"><img src="/web-gallery/images/be.png" alt="" width="47" height="28" /><br /><span>Belgi&euml;</span></a></h2></li></ul></p><p><ul id="credits-methods"></p><p><li id="credits-type-promo"></p><p><h4 class="credits-category">10 Belcredits</h4></p><p><ul><li class="clearfix even"><div id="method-1" class="credits-method-container"></p><p><div class="credits-summary" style="background-image: url(./web-gallery/v2/images/credits/logo_homephone.png)"></p><p><h3>Telefoon: 10 Belcredits voor &euro; 1,30</h3><br></p><p><input type="submit" class="submit" value="10 belcredits kopen" /><br><br></p><p></p><p><p>Vraag eerst toestemming aan je ouders.</p></p><p></p><p></div></div></li></ul><ul></p><p></p><p><h4 class="credits-category">50 Belcredits</h4></p><p><ul><li class="clearfix even"><div id="method-1" class="credits-method-container"></p><p><div class="credits-summary" style="background-image: url(./web-gallery/v2/images/credits/logo_homephone.png)"></p><p><h3>Telefoon: 50 Bel-Credits voor &euro; 5,20</h3><br></p><p><input type="submit" class="submit" value="50 belcredits kopen" /><br><br></p><p></p><p><p>Vraag eerst toestemming aan je ouders.</p></p><p></p><p></div></div></li></ul><ul></p><p><h4 class="credits-category">100 Belcredits</h4></p><p><ul><li class="clearfix even"><div id="method-1" class="credits-method-container"></p><p><div class="credits-summary" style="background-image: url(./web-gallery/v2/images/credits/logo_homephone.png)"></p><p><h3>Telefoon: 100 Belcredits voor &euro; 10,40</h3><br></p><p><input type="submit" class="submit" value="100 belcredits kopen" /><br><br></p><p></p><p><p>Vraag eerst toestemming aan je ouders.</p></p><p></p><p></div></div></li></ul><ul></p><p><h4 class="credits-category">100 Belcredits</h4></p><p> <li class="clearfix odd"><div id="method-4" class="credits-method-container" style="border-top: 1px solid #CCC"> <div class="credits-summary" style="background-image: url(/web-gallery/images/paysafecard_logo_small.png)"> <h3>Koop Belcredits via PaySafeCard</h3><br>Deze functie bestaat nog niet. </div></li> </ul> <ul></p><p> <li id="credits-type-quick_and_easy"> <h4 class="credits-category-other">Bank</h4> <ul> <li class="clearfix odd"><div id="method-4" class="credits-method-container"> <div class="credits-summary" style="background-image: url(/web-gallery/images/payment_ideal.png)"> <h3>iDEAL: 130 Belcredits voor &euro; 10,00</h3><br>Deze functie bestaat nog niet. </div></li> </ul></p><p></div></div></p><p><script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p></p><p> </p><p></p><p></div></p><p></p><p><div id="column2" class="column"></p><p></p><p> </p><p><?php $lang->addLocale("redeem.voucher"); ?></p><p> <div class="habblet-container "> </p><p> <div class="cbb clearfix brown"></p><p> </p><p> <h2 class="title"> Uw Belcredits</p><p> </h2></p><p> <div id="purse-habblet"></p><p><ul></p><p> <li class="even icon-purse"></p><p> <div>Jij hebt:</div></p><p> <span class="purse-balance-amount"><?php</p><p>$query = "SELECT belcredits FROM users WHERE `id` = '$user->id'";</p><p>$result = mysql_query($query) or die (mysql_error());</p><p>while ($row = mysql_fetch_assoc($result)) {</p><p>echo $row['belcredits'];</p><p>}</p><p>?> Belcredits</span></p><p></li></ul><br></p><p></p><p><script type="text/javascript"></p><p> new PurseHabblet();</p><p></script></p><p> </p><p> </p><p> </div></p><p> </div></p><p> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p> </p><p> <div class="habblet-container "> </p><p> <div class="cbb clearfix orange "></p><p> </p><p> <h2 class="title">Wat zijn Belcredits?</p><p> </h2></p><p></p><p> <div id="credits-promo" class="box-content credits-info"></p><p> <div class="credit-info-text clearfix"></p><p> <img class="credits-image" src="/web-gallery/v2/images/credits/poor.png" alt="" width="77" height="105" /></p><p> Belcredits zijn speciale credits en je kunt ze in de winkel gebruiken door zeldzame meubels te kopen.</p><p> </div></div></div></p><p></p><p> <div class="habblet-container "> <div class="cbb clearfix blue "> <h2 class="title">Hoe kan ik zeldzame meubels kopen? </h2> <div id="credits-promo" class="box-content credits-info"> <div class="credit-info-text clearfix"> <img class="credits-image" src="/web-gallery/v2/images/credits/credits_permission.png" alt="" width="77" height="105" /> <p class="credits-text">Als je belcredits hebt, kun je rares en meubels in de catalogus kopen.</p> </div></div></p><p></div> </div></p><p> </p><p></div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p></p><p></div></p><p></p><p></div></p><p><script type="text/javascript"></p><p>HabboView.run();</p><p></script></p><p><?php require_once('./templates/community_footer.php'); ?>[/CODE]</p><p></p><p>or to get a better overview:</p><p></p><p>[ATTACH=full]9917[/ATTACH]</p><p></p><p>Thanks for helping!</p></blockquote><p></p>
[QUOTE="jordyphilippaerts, post: 455396, member: 90035"] I am looking for a tutorial for creating a store to buy calling credits via paypall. Someone who can help me with this? This is the page I have without a system in it: [CODE]<?php $page['allow_guests'] = true; require_once('./includes/core.php'); require_once('./includes/session.php'); $lang->addLocale("credits.credits"); $page['id'] = "belcredits"; $page['name'] = "Belcredits"; $page['bodyid'] = "home"; $page['cat'] = "belcredits"; require_once('./templates/community_header.php'); ?> <div id="container"> <div id="content" style="position: relative" class="clearfix"> <div id="column1" class="column"> <div class="habblet-container "> <div class="cbb clearfix green "> <h2 class="title">Belcredits Kopen </h2> <script src="/web-gallery/static/js/credits.js" type="text/javascript"></script> <p class="credits-countries-select"> Belcredits kopen is heel eenvoudig, volg gewoon de instructies.<br> <br> Kies eerst je land:</p><ul id="credits-countries"> <li class="selected"><h2><img src="/web-gallery/images/nl.png" alt="" width="47" height="28" /><br /><span>Nederland</span></h2></li> <li><h2><a href="http://.belcredits/be"><img src="/web-gallery/images/be.png" alt="" width="47" height="28" /><br /><span>België</span></a></h2></li></ul> <ul id="credits-methods"> <li id="credits-type-promo"> <h4 class="credits-category">10 Belcredits</h4> <ul><li class="clearfix even"><div id="method-1" class="credits-method-container"> <div class="credits-summary" style="background-image: url(./web-gallery/v2/images/credits/logo_homephone.png)"> <h3>Telefoon: 10 Belcredits voor € 1,30</h3><br> <input type="submit" class="submit" value="10 belcredits kopen" /><br><br> <p>Vraag eerst toestemming aan je ouders.</p> </div></div></li></ul><ul> <h4 class="credits-category">50 Belcredits</h4> <ul><li class="clearfix even"><div id="method-1" class="credits-method-container"> <div class="credits-summary" style="background-image: url(./web-gallery/v2/images/credits/logo_homephone.png)"> <h3>Telefoon: 50 Bel-Credits voor € 5,20</h3><br> <input type="submit" class="submit" value="50 belcredits kopen" /><br><br> <p>Vraag eerst toestemming aan je ouders.</p> </div></div></li></ul><ul> <h4 class="credits-category">100 Belcredits</h4> <ul><li class="clearfix even"><div id="method-1" class="credits-method-container"> <div class="credits-summary" style="background-image: url(./web-gallery/v2/images/credits/logo_homephone.png)"> <h3>Telefoon: 100 Belcredits voor € 10,40</h3><br> <input type="submit" class="submit" value="100 belcredits kopen" /><br><br> <p>Vraag eerst toestemming aan je ouders.</p> </div></div></li></ul><ul> <h4 class="credits-category">100 Belcredits</h4> <li class="clearfix odd"><div id="method-4" class="credits-method-container" style="border-top: 1px solid #CCC"> <div class="credits-summary" style="background-image: url(/web-gallery/images/paysafecard_logo_small.png)"> <h3>Koop Belcredits via PaySafeCard</h3><br>Deze functie bestaat nog niet. </div></li> </ul> <ul> <li id="credits-type-quick_and_easy"> <h4 class="credits-category-other">Bank</h4> <ul> <li class="clearfix odd"><div id="method-4" class="credits-method-container"> <div class="credits-summary" style="background-image: url(/web-gallery/images/payment_ideal.png)"> <h3>iDEAL: 130 Belcredits voor € 10,00</h3><br>Deze functie bestaat nog niet. </div></li> </ul> </div></div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> <div id="column2" class="column"> <?php $lang->addLocale("redeem.voucher"); ?> <div class="habblet-container "> <div class="cbb clearfix brown"> <h2 class="title"> Uw Belcredits </h2> <div id="purse-habblet"> <ul> <li class="even icon-purse"> <div>Jij hebt:</div> <span class="purse-balance-amount"><?php $query = "SELECT belcredits FROM users WHERE `id` = '$user->id'"; $result = mysql_query($query) or die (mysql_error()); while ($row = mysql_fetch_assoc($result)) { echo $row['belcredits']; } ?> Belcredits</span> </li></ul><br> <script type="text/javascript"> new PurseHabblet(); </script> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> <div class="habblet-container "> <div class="cbb clearfix orange "> <h2 class="title">Wat zijn Belcredits? </h2> <div id="credits-promo" class="box-content credits-info"> <div class="credit-info-text clearfix"> <img class="credits-image" src="/web-gallery/v2/images/credits/poor.png" alt="" width="77" height="105" /> Belcredits zijn speciale credits en je kunt ze in de winkel gebruiken door zeldzame meubels te kopen. </div></div></div> <div class="habblet-container "> <div class="cbb clearfix blue "> <h2 class="title">Hoe kan ik zeldzame meubels kopen? </h2> <div id="credits-promo" class="box-content credits-info"> <div class="credit-info-text clearfix"> <img class="credits-image" src="/web-gallery/v2/images/credits/credits_permission.png" alt="" width="77" height="105" /> <p class="credits-text">Als je belcredits hebt, kun je rares en meubels in de catalogus kopen.</p> </div></div> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> </div> <script type="text/javascript"> HabboView.run(); </script> <?php require_once('./templates/community_footer.php'); ?>[/CODE] or to get a better overview: [ATTACH=full]9917[/ATTACH] Thanks for helping! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Buy belcredits store - retro hotel help
Top