[Request] Reply Notification |
Author: |
Message: |
IamFroggy
Junior Member
Senior Web Monkey Extraordinaire
Posts: 17
48 / / –
Joined: Sep 2006
|
RE: RE: [Request] Reply Notification
quote: Originally posted by Jay_Jay
quote: Originally posted by IamFroggy
He i could write the script but i hate designing the ui and all the surrounding functions. Tell you what i'll make it and have it done by the weekend, a general watcher of urls you add to a list, is that going to be enough?
i can make the ui for you if you want seeing as ilike making them
Yeah, but the scripting behind em is what im talking about, oodles of functions just to make an interesting theory user friendly heh
|
|
09-20-2006 09:24 PM |
|
|
NanaFreak
Scripting Contest Winner
Posts: 1476 Reputation: 53
32 / /
Joined: Jul 2006
|
RE: [Request] Reply Notification
i can do that too, i have had lots of experence with windows (i make them all the time).
if you make the function to do it i will add the config window after
i made windows for gradient, wlm preview box, and others
|
|
09-20-2006 09:28 PM |
|
|
IamFroggy
Junior Member
Senior Web Monkey Extraordinaire
Posts: 17
48 / / –
Joined: Sep 2006
|
RE: RE: [Request] Reply Notification
quote: Originally posted by Jay_Jay
i can do that too, i have had lots of experence with windows (i make them all the time).
if you make the function to do it i will add the config window after
i made windows for gradient, wlm preview box, and others
ok that sounds great , i will make the watcher, i'll make either a url watcher ... hmm actually a forum watcher might be better.
How about you make 3 windows, an about window, a main settings window with add topic, ok and cancel buttons and a big square list pane. when you click on add another small dialog should open letting the user enter a url which will be added to the list box.
i will add code to translate the url to a topic title and forum system. mybb will be supported as proof of concept, the phpbb then others.
50/50 credits Programing by froggy ui by jay-jay, deal?
|
|
09-20-2006 09:38 PM |
|
|
Spunky
Former Super Mod
Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
|
O.P. RE: [Request] Reply Notification
quote: Originally posted by IamFroggy
50/50 credits Programing by froggy ui by jay-jay, deal?
A-hem! lol I don't mind coding stuff as well, I do have SOME experience with scripts too y'know Be kind interesting if I could help with anything... I at least wanna be a tester
EDIT: Spelling...grrr!
This post was edited on 09-20-2006 at 10:45 PM by Spunky.
<Eljay> "Problems encountered: shit blew up"
|
|
09-20-2006 10:45 PM |
|
|
NanaFreak
Scripting Contest Winner
Posts: 1476 Reputation: 53
32 / /
Joined: Jul 2006
|
RE: [Request] Reply Notification
quote: Originally posted by IamFroggy
ok that sounds great , i will make the watcher, i'll make either a url watcher ... hmm actually a forum watcher might be better.
How about you make 3 windows, an about window, a main settings window with add topic, ok and cancel buttons and a big square list pane. when you click on add another small dialog should open letting the user enter a url which will be added to the list box.
i will add code to translate the url to a topic title and forum system. mybb will be supported as proof of concept, the phpbb then others.
yep ok but i have now got 3 scripts i am doing yay this holidays is gonna be good
quote: Originally posted by SpunkyLoveMuff
A-hem! lol I don't mind coding stuff as well, I do have SOME experience with scripts too y'know Be kind interesting if I could help with anything... I at least wanna be a tester
yes sure you can script with us the more the merier but i would get more coz i am good at windows and you guys hate em
oh and iamfroggy add me to msn so its easier to talk about it (wont be on for 4 hours though)
|
|
09-21-2006 01:04 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: [Request] Reply Notification
!!! IMPORTANT !!!
Be extremely carefull with such scripts. In fact, such stuff has been made in the past (Plus!3) and the forum admins did not liked it since it creates more overhead with that constant polling of threads.
Rather make a script which checks your email for new forum notification mails. Benefits:
- you don't need to login to the forum
- the forum will not detect another 'guest'
- you can also see updates in threads which guest have no access to
- the forum isn't bombarded with requests (which WILL happen when people use such a script)
- you have all the info you need in the email already: new post id (which you will NOT have when you simply poll threads as more posts may have posted before your script detects them), the name of the poster, the thread topic, etc...
Again, please don't make a script which directly polls threads (untill further notice of an admin).
!!! IMPORTANT !!!
This post was edited on 09-21-2006 at 09:48 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
09-21-2006 09:44 AM |
|
|
MicroWay
Senior Member
Do you want me? Try to get me!
Posts: 571 Reputation: 16
37 / /
Joined: Jul 2006
Status: Away
|
RE: [Request] Reply Notification
I aggre, with you, Cookie.
But there isn't a way do make the script asks for a login to start working or to make it, if not logged, more "selective"???
|
|
09-22-2006 12:33 AM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
RE: [Request] Reply Notification
Even if the script logs into the forum, it doesn't solve all of the list items.
quote: - the forum isn't bombarded with requests (which WILL happen when people use such a script)
- you have all the info you need in the email already: new post id (which you will NOT have when you simply poll threads as more posts may have posted before your script detects them), the name of the poster, the thread topic, etc...
There are also other things...
|
|
09-22-2006 12:44 AM |
|
|
IamFroggy
Junior Member
Senior Web Monkey Extraordinaire
Posts: 17
48 / / –
Joined: Sep 2006
|
RE: RE: [Request] Reply Notification
quote: Originally posted by CookieRevised
!!! IMPORTANT !!!
Be extremely carefull with such scripts. In fact, such stuff has been made in the past (Plus!3) and the forum admins did not liked it since it creates more overhead with that constant polling of threads.
Rather make a script which checks your email for new forum notification mails. Benefits:
- you don't need to login to the forum
- the forum will not detect another 'guest'
- you can also see updates in threads which guest have no access to
- the forum isn't bombarded with requests (which WILL happen when people use such a script)
- you have all the info you need in the email already: new post id (which you will NOT have when you simply poll threads as more posts may have posted before your script detects them), the name of the poster, the thread topic, etc...
Again, please don't make a script which directly polls threads (untill further notice of an admin).
!!! IMPORTANT !!!
I hear you i'm a senior web guy so such considerations are not lost on me, I was going to set the time frequency to be a minimum of 15 minutes say, and it would do just one scrape, if you wanted a frequency greater than that it would mean you were activly activating in the topic and as such would have it open in your browser anyway
At 15 minutes that would be ok , I mean when users are actually checking topics they quite often refresh every minute or so , so the script would NOT be putting any stress on the server.
If the user edits the frequency, I cant be held to blame , look at virus writers, you cant blame the makers of c compilers or such for the code users make eh?
This script would not be polling this forum by default , but any forum, no more harmful by default that browsing in a browser, which in itself anyone is entitled to do
This post was edited on 09-22-2006 at 11:55 AM by IamFroggy.
|
|
09-22-2006 11:46 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: [Request] Reply Notification
I hear you... though in one thing you are wrong though: quote: Originally posted by IamFroggy
If the user edits the frequency, I cant be held to blame , look at virus writers, you cant blame the makers of c compilers or such for the code users make eh?
that comparisson is faulty.
Nope, we can't blame the compiler creators (aka scripting engine), we wont do that either. We blame the virus creators (aka the scripters)....
If you want to use such a comparisson then it should be: you are the programmer (the virus writer) using a scripting engine (the c compiler) and you can be blamed for the script (the virus) you created by the admins of this forum (the companies that get damage by the virus).
This post was edited on 09-23-2006 at 06:50 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
09-23-2006 06:48 PM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|