Oh Scotty/Paul/Php people o.0

Moderators: Moderator, Global Moderator

Post Reply
us3rX
Hero Member
Hero Member
Posts: 1194
Joined: Thu May 06, 2004 6:11 am

Oh Scotty/Paul/Php people o.0

Post by us3rX »

ada said awhile ago that it would be nice if the uploaded emailed someone letting them know there was new accounts, well i uploaded a copy of it on my hosting, the only \"problem\" is that with 3 trys... the page loaded in 45secs then 3 seconds, then 22 seconds for ada, i was wondering if there was away to \"speed\" it up.

The part i added was the mail code
[code]            show_message(\'Registration successlful\', \'Hello \' . $username . \', you are
           now registered.  However your account will have to be approved by the
           administrator before you can use this service.  An email will be sent to
           you when your account has been approved.\', 1);
           mail("fusi0n_9384@hotmail.com","New User Signed Up For Uploading Account","<html><body><p>$username signed up for an uploader account.</p></body></html>","From: Admin\r\n");[/code]

us3rX /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />
[align=center]

Image

"Time is never wasted, when your wasted all the time" ~ Radio Dj/Unknown Source

"Death is the inevitable end to the suffering of the living." ~Unknown

"You were born an original. Don't die a copy" ~Murdoc Niccals

[/align]
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

Oh Scotty/Paul/Php people o.0

Post by Josh »

sure sure,, don\'t even mention you asked me how to do it /blum.gif\' class=\'bbc_emoticon\' alt=\':P\' /> lol jk

I don\'t really think you can speed it up.. If you send the request to the server it\'s up to the server to process the request and carry through with it.. Then again I could be wrong /unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

Oh Scotty/Paul/Php people o.0

Post by Scott »

One option is to gzip the entire thing (if its not already been done) - look for ob_start() in the index file. Apart from that there is much (practically) which could be done. Of course, we really need a new uploader anyway...
us3rX
Hero Member
Hero Member
Posts: 1194
Joined: Thu May 06, 2004 6:11 am

Oh Scotty/Paul/Php people o.0

Post by us3rX »

lol, well i\'ll see what i can do about a new uploader.

us3rX /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />
[align=center]

Image

"Time is never wasted, when your wasted all the time" ~ Radio Dj/Unknown Source

"Death is the inevitable end to the suffering of the living." ~Unknown

"You were born an original. Don't die a copy" ~Murdoc Niccals

[/align]
Post Reply

Return to “Coffee Room”