abboodeh
April 16th, 2009, 15:14
Hello
i have bought a script (Gallarific)
to be used in my site (www.arabicartoons.com)
and i have some questions since i'm not a programmer and i know very little of html...
this script is built on PHP...
i'm in touch with the support but i've two small question that you might help me before the support get back to me...
1st:
the script doesn't support arabic, all i see is:
http://up4them.com/i/00000/5fntmro1nmlc.JPG
what should i do to enable Arabic?
and 2nd:
i don't know where to paste the google adsense code, the support told me it should goes in the index.php
index.php exactly contains of:
<table id="main" cellspacing="0" cellpadding="0">
<?php ginclude('menu'); ?>
<?php ginclude('links'); ?>
<?php ginclude('recent_grid'); ?>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" class="heading">
<tr>
<td width="50" nowrap> </td>
<td width="40%" class="title">Gallery</td>
<td width="30%" class="title">Last Upload</td>
<td width="15%" class="title"><center>Photos</center></td>
<td width="15%" class="title"><center>Views</center></td>
</tr>
</table>
<?php ginclude('gallery_grid'); ?>
</td>
</tr>
<?php ginclude('popular_grid'); ?>
<?php ginclude('gallery_stats'); ?>
</table>
<?php if(isset($_GET["session_expired"])) { ?>
<script>alert("Your session has timed out. Please login again.");</script>
<?php } ?>
i know that i should paste it anywhere between [bode] and [/body]
but where is the [body] in php?
sorry guys my question might be silly but i'm trying my best to learn how to use php...
Thank you very much in advance for your support
i have bought a script (Gallarific)
to be used in my site (www.arabicartoons.com)
and i have some questions since i'm not a programmer and i know very little of html...
this script is built on PHP...
i'm in touch with the support but i've two small question that you might help me before the support get back to me...
1st:
the script doesn't support arabic, all i see is:
http://up4them.com/i/00000/5fntmro1nmlc.JPG
what should i do to enable Arabic?
and 2nd:
i don't know where to paste the google adsense code, the support told me it should goes in the index.php
index.php exactly contains of:
<table id="main" cellspacing="0" cellpadding="0">
<?php ginclude('menu'); ?>
<?php ginclude('links'); ?>
<?php ginclude('recent_grid'); ?>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" class="heading">
<tr>
<td width="50" nowrap> </td>
<td width="40%" class="title">Gallery</td>
<td width="30%" class="title">Last Upload</td>
<td width="15%" class="title"><center>Photos</center></td>
<td width="15%" class="title"><center>Views</center></td>
</tr>
</table>
<?php ginclude('gallery_grid'); ?>
</td>
</tr>
<?php ginclude('popular_grid'); ?>
<?php ginclude('gallery_stats'); ?>
</table>
<?php if(isset($_GET["session_expired"])) { ?>
<script>alert("Your session has timed out. Please login again.");</script>
<?php } ?>
i know that i should paste it anywhere between [bode] and [/body]
but where is the [body] in php?
sorry guys my question might be silly but i'm trying my best to learn how to use php...
Thank you very much in advance for your support