Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hah, check this sig :p

Featured Replies

 

It's nice to see my home Country name displayed in such a sig...

 

 

 

What puzzles me is why ?

 

 

 

What or who are you trying to make fun of ?

 

 

 

 

 

 

 

I personaly don't plan to read the above brainburning posts...

 

 

 

what are you?

 

 

 

 

 

 

 

last time i checked he's jeppoz.

 

 

 

 

 

 

 

I could be wrong though...... :shock:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

And on topic, thats a preaty sweet sig :P :D

  • Replies 60
  • Views 2.7k
  • Created
  • Last Reply

Top Posters In This Topic

oh [garden tool]!! i get it now! thats cook but how do you do that? :?

supdarklinkel1.jpg
  • Author

I did it in php..

 

 

 

 

 

 

 

 

 

 

 

Here's the code.

 

 

 

 

 

 

 

<?php







header("Content-type: image/png");







include('mysql.php');



$link = mysql_connect("xxx", $user, $pass) or die(mysql_error());



mysql_select_db('xxx') or die("Could not select database");



$im = @imagecreate(300, 50) or die("Cannot Initialize new GD image stream");



$background_color = imagecolorallocate($im, 255, 255, 255);



$text_color = imagecolorallocate($im, 255, 128, 0);











$ip = $_SERVER['REMOTE_ADDR'];



$query  = "SELECT country FROM iptoc WHERE ipFrom<=inet_aton('$ip') AND ipTo>=inet_aton('$ip')";



$result = mysql_query($query);



$line = mysql_fetch_array($result);







if ($line['country'] == "")



$country = "n/a";



else



$country = $line['country'];







$ord = explode(" ", $line['country']);



$i = 0;



$country = '';



while ($i <= count($ord) - 1)



{



	$country .= ucfirst(strtolower($ord[$i])) . " ";



	$i++;



}











imagestring($im, 20, 25, 15, $country . "rocks!", $text_color);



imagepng($im);



imagedestroy($im);



mysql_close($link);



?>

whoa, that's pretty sweet. :D

korla3eaqd3.jpg
  • Author
heh was confused at first, but it is pretty cool.

 

 

 

:)

Dutch: Ik ben er mee eens.

 

 

 

English: I agree.

 

 

 

Finnish: Samaa mieltÃÆÃâÃâä

 

 

 

 

 

 

 

I'm from the netherlands lol :P

United States rocks??? Sounds like you should get out more.

crim2ma.jpg

 

~^v^~Ex-Leader of the Divine Flames of Redemption~^v^~

United States rocks??? Sounds like you should get out more.

 

 

 

 

 

 

 

Sounds like you should read the topic more :roll:

United States rocks??? Sounds like you should get out more.

 

 

 

so your from the states..

 

 

 

 

 

 

 

read the topic mate...

signature_1.gif
Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.