This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

shipping track

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
o
opay
Voice
Posts: 1
Joined: Mon Jan 07, 2008 10:24 pm

shipping track

Post by opay »

Hello, somebody please make tracking tcl like :

http://trkcnfrm1.smi.usps.com/PTSIntern ... 74252758US

Using command:

!track CJ274252758US

and result :


Label/Receipt Number: CJ27 4252 758U S
Status: International Dispatch

Your item left the United States from LOS ANGELES at 6:14 AM on December 15, 2007. No further information is available for this item

Some like this!


Thank You.
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

nice idea ! maybe could bundle it with ups, fedex or another carrier


who could make it ?




:oops:
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

alchera :

what's wrong with u ?
Read the title from this forum Script Requests
so anybody free to req any scripts that they can't make it.

with a simple scripts maybe i can make it, but don't ask more..
anyway if I can make it, I will not ask here..

you always make me sick since i have join this forum first..
if you dont want help it just shut up, there's a lot member's here will help .. !
Last edited by elisca on Fri Feb 01, 2008 3:50 pm, edited 1 time in total.
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

:roll:
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

UPS's site makes you accept cookies... Handling cookies in eggdrop is not something I've seen demonstrated.
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Post by Maiki »

Instead of whining like little pussies. Just make it..

Code: Select all

bind pub - !track track:find

proc track:find {nick uhost hand chan arg} {
	set formdata [::http::formatQuery origTrackNum $arg]
	set url "http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?"
	set tok [http::geturl $url$formdata]; set data [http::data $tok]; http::cleanup $tok
	if {![regexp -- {Label/Receipt Number: <span class="mainTextbold">(.*?)</span><br>} $data -> number]} { putmsg $chan "Nothing found"; return }
	if {![regexp -- {Status: <span class="mainTextbold">(.*?)</span><br><br>} $data -> status]} { putmsg $chan "No status" }
	if {![regexp -- {<span class="mainTextbold">.*?</span><br><br>\n(.*?)<br><br>} $data -> message]} { putmsg $chan "No message available" }
	set message [string trim $message]
	putmsg $chan "\002Label/Receipt Number:\002 $number"
	putmsg $chan "\002Status:\002 $status"
	putmsg $chan "$message"
}
Tested and worked
[07:26:35] <@Mookie> !track CJ274252758US
[07:26:37] <Mookie-He> Label/Receipt Number: CJ27 4252 758U S
[07:26:39] <Mookie-He> Status: International Dispatch
[07:26:41] <Mookie-He> Your item left the United States from LOS ANGELES at 6:14 AM on December 15, 2007. No further information is available for this item.
Last edited by Maiki on Fri Feb 01, 2008 2:30 pm, edited 1 time in total.
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Post by Maiki »

elisca wrote:nice idea ! maybe could bundle it with ups, fedex or another carrier


who could make it ?




:oops:
If there are enough requests of people wanting this, i'd be gladly make it.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Maiki wrote:Instead of whining like little pussies. Just make it..
Unfortunately, it seems there's alot of confusion as to what really qualifies for this part of the forum. It has been declared as a "catch all" area earlier, to spare the other parts of the forum script requests and other posts that don't "fit" anywhere else. It's unfortunate, that people can't refrain from posting non-contributing responses here, rather than just ignore and move along to the next thread.

Of course, one cannot, and should not, expect to have their request crafted instantly, and should be prepared that their request remains unanswered.

In the end, I personally am getting quite fed up with all the "do it yourself" cut'n'paste replies from a number of members in here. That'll only bring these kinds of post to all other areas of the forum...
NML_375
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

Hello,

My name is elis catherine.
i'm totally newbie here, and very interest to learn about tcl.
as a newbie and like get a new toys, i'm always feel fun if my bot can do so much. unhappily i'm not expert in tcl, that's why I make req for you all. sure i'm always try and learn until one day i could make it by my self.
For YOU all that feel EXPERT just keep your ATTITUDE, especially your WORDS!

I have this on my inbox :

Modify it or I will send it to the Junk Yard.

Your tone is unacceptable!

---

what's this ? threat ?
just do it.. send it to junk yard or every where u want ?
I just say what I feel ? nothing more !

be wise if u r a moderator, dare to accept critism from the other member
not use your power as moderator to threat me !
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Hi,

I haven't been very active the last few months but I've been regularly visiting the forum trying to at least do my job as a moderator. I liked Maiki's reply "just make it," if you don't want to fulfill the request please do not post anything (next time, refrain from using offensive language Maiki). Of course, Alchera you already know that you've been addressed in this topic, particularly by nml375. You're my friend but I totally agree with nml375 and your reply to this topic was not an answer to the initial request and instead it changed the flow of the subject to a whole new off-topic subject.

This issue has been addressed before, please keep your posts about the topic. If you do not wish to answer or fulfill a particular request or even have feelings of disgust to a particular post simply refrain from posting anything at all. This is to EVERYBODY with no exclusion. Thank you.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Sir_Fz wrote:(next time, refrain from using offensive language Maiki)
What "offensive" language? Or did I miss something? :)
Sir_Fz wrote:Of course, Alchera you already know that you've been addressed in this topic, particularly by nml375
What?

I made a straight forward (NON offensive) post to another's query giving links to valuable information.

The response was not appropriate!
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Why was this locked?

The script request forum is for people that don't want to/know how to make the script themselves. Responding with links to manuals/howtos is off-topic IMO.
Have you ever read "The Manual"?
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Post by Maiki »

user wrote:Why was this locked?

The script request forum is for people that don't want to/know how to make the script themselves. Responding with links to manuals/howtos is off-topic IMO.
True.
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

@sir_Fz ; sorry to make this thread OOT (out of topic)

@user ; that's the point !

@maiki ; altough this's not my req, thanks for ur time to make it :hug:
M
Maiki
Voice
Posts: 28
Joined: Sun May 20, 2007 4:58 pm

Post by Maiki »

elisca wrote:@sir_Fz ; sorry to make this thread OOT (out of topic)

@user ; that's the point !

@maiki ; altough this's not my req, thanks for ur time to make it :hug:
Do you want me to make it for fedex ETC? Then give me all the tracking sites :)
Post Reply