• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Question] How to make Shop in Nicew acc page!

Tutium

Cerdito Project
Joined
Apr 11, 2009
Messages
28
Reaction score
0
Location
Sweden
well i have some problems with Geisor acc and i dont understand why, but nicew websites works for me and i wonder how to put in a shop that really works in a nicew acc page.

~Tutium
 
And create a link to it. I'll give you an example:

PHP:
<a href="http://127.0.0.1/buypoints.php">Buy Points!</a>

(In your index.php file)

And in your nicaw folder, create a new php file. Use notepad++, and then start enter this:

PHP:
<?php
?>
If you want a text to be visible, it should be like this:
PHP:
<?php
$mytext = "Want to help us running this server? Donate!";
echo $mytext;

?>
You can also use html codes which is alot easier to learn and do for you, but then the file needs to be a htm file. Start with this:
<HEADER>
<BODY>
</HEADER>
</BODY>
....but I strongly suggest you to use gesior's, because all files you need is already there.

Please tell us your problem, why gesior's doesn't work for you.
 
Back
Top