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.

Antony

Members
  • Joined

  • Last visited

Everything posted by Antony

  1. Antony replied to insane's topic in Tech and Computers
    Looks fine to me.
  2. This would happen to me when I started playing again. Oddly enough, after a while of play, it just leaves.
  3. This is how I get my fishing exp off of RuneScape's highscore list, using PHP: <?php //Get the source of highscores and replace newlines $str = str_replace("\n", "", file_get_contents("http://hiscore-web.runescape.com/lang/en/aff/runescape/hiscorepersonal.cgi?username=Antony_7")); //String to match in $str - used with in preg_match $search = "/.{0,10}<\/td><\/tr>/i"; //An array of strings of extra junk that is matched with preg_match $clear = array("", ""); //Find that match - http://us2.php.net/preg_match preg_match($search, $str, $match); //replace a few extra junk(refer to $clear) that was matched $final_exp = str_replace($clear, "", $match[0]); echo $final_exp; ?> It's not the prettiest and probably not the most efficient code, but it works.
  4. Obviously addnumber. I'm assuming I am missunderstanding you though.

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.