Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

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.

Dynamic Signature Tutorial - WITH PICTURES

Featured Replies

Sorry, i wasn't following the thread so I didn't see your initial post. 

 

What was the problem and why do you need to generate a sig every 10 minutes?

When adding the image to my sig IPB said: "Unable to retrieve signature image dimensions, please try another image."

Tried a lot of things but it didn't work, so eventually I just outputted all images to a folder and now run a cron job every 10 min.

  • Author

When adding the image to my sig IPB said: "Unable to retrieve signature image dimensions, please try another image."

Tried a lot of things but it didn't work, so eventually I just outputted all images to a folder and now run a cron job every 10 min.

 

Is your htaccess setup properly?

Is your htaccess setup properly?

Yep. The image was displayed correctly in a post, it just didn't work in a signature. 

  • Author

Yep. The image was displayed correctly in a post, it just didn't work in a signature. 

 

I noticed you have permissions setup on your web server to prevent people accessing other directories, could it be that you have denied global access to the php file that creates the image? Would make sense if OSBot can't retrieve the dimensions, if they can't load the image at all

I noticed you have permissions setup on your web server to prevent people accessing other directories, could it be that you have denied global access to the php file that creates the image? Would make sense if OSBot can't retrieve the dimensions, if they can't load the image at all

Mhm could be, but it's working so I'll just keep it this way for now :p

Thanks for this tut and your suggestion happy.png

  • 2 weeks later...
URLConnection con = submit.openConnection();
instance.log("Submitting statistics...");
con.setDoInput(true);
con.setDoOutput(true);
con.setUseCaches(false);
final BufferedReader rd = new BufferedReader(new InputStreamReader(con.getInputStream()));
rd.close();

You 'could' just..

submit.openStream().close();

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.