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.

MageUK

Administrators
  • Joined

  • Last visited

Everything posted by MageUK

  1. The combat formula is already public in about 4 different languages on RSOF and that's the same one we use.
  2. We've made three new additions that can be added to your forum profile, you may have noticed these already on people's posts but we'd like to make everyone aware of them. The first one: You can select your status here, such as Retired, Semi-Retired, P2P, F2P or None. The second: This box allows you to enter your clan name, however it has been updated so that you can now have it also link to your clan's RuneHead memberlist for people to easily find information about your clan. You can read more about this field here. The third:
  3. Since our JScript function can be accessed by anyone who can View Souce and follow a URL, I may as well give you the PHP conversion I made for the dynamic sigs. // Returns the level based on the amount of experience, converted from Tip.It's JScript function function exp2level($exp) { $output = "0"; $points = "0"; for ($lvl = 1; $lvl <= 150; $lvl++) { $points += floor($lvl + 300 * pow(2, $lvl / 7)); if ($lvl >= 1) { if ($output > $exp) { $lvl -= 1; if (!$lvl) { return "1"; } elseif ($lvl > 99) { return "99"; } else { return $lvl; } } $output = floor($points / 4); } } return "1"; } Might post some other useful functions later.
  4. I'll look into getting this fixed tomorrow, I need to speak with Neminon. :P
  5. No idea what you're referring to, lol.
  6. Believe the old server was in Europe and the new one is in Texas, so from the perspective of UK it might be slightly slower. Our servers have always been in the US. :P
  7. Google.com was registered on 15th September 1997 which technically makes the domain 11 years old even if they're only celebrating their 10th birthday as Google. Funnily enough we're very close with google, Tip.It was registered on 26th September 1997 which makes today our 11th birthday! ;)
  8. It's in Texas. :lol: Forum times are whatever the forum times are set whatever time zone you have selected in your profile.
  9. Noooo!!!! You lost a few hours worth of information, which is very important right now... is it permanent? The 'dispute' has hopefully been sorted, if that is what you are referring to. I was referring to my guide, lol. Anyways, retyped everything. Yes it's lost unfortunately, we did try our best to warn everyone, there was a global announcement along with a website announcement warning users it would happen.
  10. All credit for server moves goes to Neminon, not me, I merely posted the announcements. ;)
  11. The new server will improve a lot of things, the main ones : [*:aaydyef8]Searches should be faster [*:aaydyef8]Page generation times should be quicker [*:aaydyef8]We should be able to take more concurrent users without getting MySQL errors As for using the IP, that's just to allow you to access the forum while we're waiting for forum.tip.it to sort itself out. Once forum.tip.it is working correctly, the IP will automatically force you to forum.tip.it and you can use that address just like you used to. This should be complete by tomorrow night.
  12. If you can see this news post, congratulations, you're viewing us on the new server! It may take some time for DNS to propagate so that everyone can see the new forums, so please bear with us while we wait for it to happen, it shouldn't take any longer than 4 hours. You can now feel free to post as normal again! EDIT : Please give a big thanks to Neminon for performing the server migration!
  13. I explained it to Killerred when we he joined IRC and asked - it was simply the amount of users/guests on the forum at the time, and it cleared up within an hour or so.
  14. Is it against the rules to block them? No we've never had a rule against blocking them, although it does help to get a few clicks once in a while. ;)
  15. What pryomancer said - they're bots that scan the forums to get page rankings and also indexing them for searching. Also - there's adverts on every skin so you should have them unless you're blocking them.
  16. Your $rand function description is incorrect. $rand takes 2 parameters, not one as you described: Does not work: $rand(a-k) Does work: $rand(a,k)
  17. This was discussed previously I believe and the same thing happened. There's not a need for it - there's no large amount of threads in Tech & Computers (or anywhere else for that matter) that are on this subject. Nowhere near enough to warrant a subforum unfortunately.
  18. I think I've said it before but in case I haven't I'll post it again here. Not going to make an entirely separate skin for such a small issue. Every time we need something special done to a skin the amount of skins that need to be modified really make a difference, which is why we also didn't create separate skins for right and left profile information on the prosilver/TIFBlack skins. A drop down box could work but we will not be adding a new skin just for this.
  19. It's missing because at the time, and now as well, there's no room for the link. As you can see we're struggling for room now with just the chat link there.
  20. Older computer parts had a life span that long as upgrades were few and far between. These days usually the only thing with a chance of lasting that long is the hard drive, although you can get lucky with other components. You'll probably notice most components have a 1 year warranty on them whereas hard drives sometimes have up to 5 years (Seagate, for example)!
  21. 12px of dead space in a LTR enviroment is bigger than it really is. Hate me for exaguration but that's how perception works. Maybe we should just do away with the dead space? :idea: :thumbsup: ~D. V. Devnull It's gone already?
  22. Use AutoGK to convert the VOB files into something workable like DivX or XviD AVI files. Read a tutorial on videohelp.com or similar to find out how to do that. Once you've done that, there's a lot of programs can be used for the final conversion (FFMPEG, Mencoder, etc.) but the easiest is probably SUPER as it incorporates all of these and uses the one that's required, it's also very powerful because of this. You can get SUPER here. SUPER's website is absolutely horrific so you'll need to work to find the download links heh, but it is a powerful application. Once you have the AVI files drag and drop them into SUPER to add them to the queue. I've found the best settings for my N95 8GB are the following : Output Container - MP4 Output Video Codec - H.264/AVC Output Audio Codec - AAC LC Video Video Scale Size - 320:240 Aspect - 4:3 Frame/Sec - 25 Bitrate kbps - 384 Audio Sampling Freq - 44100 Channels - 2 Bitrate kbps - 128 (or 192, but you're looking for lower size so do 128) Once you've done that hit "Encode (Active Files)" and it will begin work to encode them. When it's done you'll have a .mp4 file sitting in C:\Program Files\eRightSoft\SUPER\OutPut. It should be the entire film in a natively compatible format for your phone and should be 250-350MB depending on original film length. Hope this works for you.
  23. This has now been fixed to be pretty much the same size as subsilver/tip.it theme. As for being "2x the size", it grew by 12 pixels.
  24. What do you mean? It's a DDoS, we don't know who's attacking us nor do we have the means to find out without gaining access to the virus that is making the PCs vulnerable. It was our web server, not forum server that was being targeted, and was basically causing everything to run more slowly that usual on the website side of things. There's no how to it really it's just happening.
  25. Please check the e-mail that the account "fatai" was registered with and reply to the e-mail you've been sent, we can then progress from there. Final final lock!

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.