Hey, thank you for your reply,
I just need to advertise my website, If you can show my mini banner in your site, I will pay you for it
hmm, I will pm you with the details now :)
Type: Posts; User: npsari; Keyword(s):
Hey, thank you for your reply,
I just need to advertise my website, If you can show my mini banner in your site, I will pay you for it
hmm, I will pm you with the details now :)
Hello there,
Do you have a website? If yes, I am interested to advertise with you
If you can display my mini banner (or a normal link) somewhere in your site, that will be great
The price...
Yes, that's a problem... I was thinking if should i put Google adsense or not.
I might have to remove them and put something else
But my site is mainly to offer banners to people who cannot...
Thank you for the feedback
Actually, i think i will get rid of the blue at the top
The reason iam keeping it is because i am trying to find another gradient image
By the way, what errors did...
Hello there :)
I am glad that my site is getting popular, but, your honest opinion will help me fix things on the site
It is about earning money by displaying mini banners (Same idea like...
Yes, AJAX will be even better, because you can refresh the data often to update people on how many visitors are on the site
I really need to add this feature on my sites too, interesting post
Create videos, give them a categorY
Embedding a video is easy, use this
<embed name='player' src='THE VIDEO LINK' type='application/x-mplayer2' width='380' height='350' ShowControls='1'...
Exactly what i was thinking
Use >>>>>> $ref=@$HTTP_REFERER;
Then add a normal if function
Note that the people may come from
http://www.example.com/allow.html or...
I always face problems when trying my pages in I.E. then Firefox
I usually face troubles with Table borders most
If you want the DIV to start from the left, then, this should be the same on...
You can do it very easily using PHP
Try this page
http://www.zortin.com/scripts/show/?id=41
Are you talking about mySQL tables?
You can use: phpmyadmin
This is what i usually use to create a table
Use explode()
Then you match every single letter alone (Using LIKE)
Then you display all the results together
This is the best way i can think of
I used to have a page which contains free downloads in my site
I cancelled it now, however, here is the URL anyway
http://www.yavrim.com/downloads/
The links are still active
It uses PHP by the...
A security feature is propably to check the file which is being uploaded. I think you should not limit one image per IP
To get the upload-an-image code, simply google it, it is straiugh forward...
This is what my answer is...
You can give them an URL if you save the image in ur server after resizing it
Otherwise, You can do the folowing...
You simply create a unique ID for each image
...
I would say perhaps you can disable the left click using javascript
But yet again, someone might get the source of the page
You can also place a transparent image at the top of your table
No one...
What if you use the users IPs
I dont think there will a time where two same ips will be adding to cart
use this to get IPs
$IP=GetHostByName($REMOTE_ADDR);
Yes, you need to have a code which stops bad stuff being saved in your database
function EvClean($string){
if(get_magic_quotes_gpc()){
$string = stripslashes($string);...
Thanks
it works perfect
Hi
I have a Normal Div area
It contains Text inside it
<div style="width:300px;height:300px;overflow:auto;border-width:0px;border-color:000000;border-style:solid;">
Text is here
Text is here...
I tried it many ways,
it always give me an error page
how should I place it in my code
Show me plz if could
The below script allows text copy in a click of a button:
Try it out, it is nice actually
<script type="text/javascript">
function cmdA(el) {
with(el){
focus();
select();
I am using this upload file script:
<?
// Where the file is going to be placed
$target_path = "images/";
/* Add the original filename to our target path. Result is...
it says Javascript on the bar at the button
So, that means the script is javascript
Get the source of the page which should be there
Or do search in Google :)
http://www.walterzorn.com/rotate_img/rotate_img.htm
Check this link
It gives you all angles