Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Other - Chit Chat
Author Message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6433

PostPosted: Fri Feb 15, 2008 4:46 pm Reply with quote

VinDSL, nice to see you! When are you gonna release those custom scripts? Razz

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
VinDSL
Life Cycles Becoming CPU Cycles



Joined: Jul 11, 2004
Posts: 614
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sun Feb 17, 2008 10:38 am Reply with quote

kguske wrote:
VinDSL, nice to see you! When are you gonna release those custom scripts? Razz


Hi, kguske! Nice to be back!

LoL!

I had to create a new password - it's been so long... Smile

On the scripts: I know it sounds fishy but I've been so busy for the last 1½ years, in my real life, that I haven't had a chance to do any projects on the side.

The move to PHP5 was necessitated by the PHP4 end of life announcement last July!

Lots of hosts are going to drop PHP4 support soon. If anything, that's what we should be worried about, no? Wink

_________________
.:: "The further in you go, the bigger it gets!" ::.
.:: VinDSL's Lenon.com | The Disipal Site ::. 
View user's profile Send private message Visit poster's website ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Feb 17, 2008 12:27 pm Reply with quote

Shocked VIN!!! You old Teamster! I thought maybe you had gone the way of Jimmy H. it's been so long killing me

Did you get that message I sent you about the bounces when attempting to reach your site?
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sun Feb 17, 2008 2:06 pm Reply with quote

Hey Vin - nice to see you about. I bet you forgot about that slice of pizza you were going to send so, you can keep it now, it might be abit too crispy.
 
View user's profile Send private message Send e-mail
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Sun Feb 17, 2008 6:02 pm Reply with quote

Hi Vin. I thought I could top your online time with version 6.5 some day but I switched over to RavenNuke with my good old nuke 6.5. You could do the same its quite easy.Smile
 
View user's profile Send private message
VinDSL







PostPosted: Mon Feb 18, 2008 9:27 pm Reply with quote

Hello all~ Cool


Raven wrote:
Did you get that message I sent you about the bounces when attempting to reach your site?


I did.

It's probably some inadvertent, overly aggressive regex in my .htaccess file!

If you could furnish me with a URI, I'll track it down... Wink
 
Raven







PostPosted: Mon Feb 18, 2008 11:59 pm Reply with quote

Thanks!

Goto [ Only registered users can see links on this board! Get registered or login! ] and Select Credits/Contributions. Then select Enhanced Recommend Us and FeedBack modules: VinDSL and Raven

Do you plan on being active again or are you just loitering killing me ?
 
Raven







PostPosted: Tue Feb 19, 2008 2:17 pm Reply with quote

I split this topic off from [ Only registered users can see links on this board! Get registered or login! ] Smile
 
VinDSL







PostPosted: Tue Feb 19, 2008 3:58 pm Reply with quote

Score! Very Happy

It turned out as suspected...

Code:
#

# Block referers based on keywords found ANYWHERE in URLs.
#
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)credit(-|.).*$        [NC,OR]


This code was (intentionally) blocking anything with *credit* in the URI, and your referer included 'credits.php', soooo...

I added a condition (at the top) to allow 'credits.php' referers, but still block other iterations of 'credit'.

Code:
#

# Prevent blocking of RavenNuke Credits/Contributions link.
#
RewriteCond %{HTTP_REFERER} !^.*/credits\.php.*$                            [NC]


That should take care of 'the problem' regardless of the domain that initiates the link. Wink

On 'loitering'...

Hopefully, I'll be able to slow down one of these days, and smell the flowers... sigh!

Right now, all I have is little snippets of time - to patch code, maintain sites, participate in a few forums, crank out an occasional video, et cetera.

Speaking of which...

I made a FF AVM last night, if you're interested in this sort of nonsense:

Final Fantasy VII: Advent Children - Rob Zombie / Dragula (4 Min - Feature)

LoL! I know... I know... Smile

I need to get a life, but...

It beats watching TV, yes?

I've got too much on my plate to 'loiter', but I'm still able to 'linger'... Cool
 
kguske







PostPosted: Tue Feb 19, 2008 10:27 pm Reply with quote

We'll take whatever snippets we can get!
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sat Feb 23, 2008 8:34 am Reply with quote

Vin! Definitely good to see you back again! Hope all is well.

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
redhairz
Worker
Worker



Joined: Nov 17, 2006
Posts: 222

PostPosted: Tue Feb 26, 2008 2:30 am Reply with quote

VinDSL wrote:
Score! Very Happy

It turned out as suspected...

Code:
#

# Block referers based on keywords found ANYWHERE in URLs.
#
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)credit(-|.).*$        [NC,OR]


This code was (intentionally) blocking anything with *credit* in the URI, and your referer included 'credits.php', soooo...

I added a condition (at the top) to allow 'credits.php' referers, but still block other iterations of 'credit'.

Code:
#

# Prevent blocking of RavenNuke Credits/Contributions link.
#
RewriteCond %{HTTP_REFERER} !^.*/credits\.php.*$                            [NC]


That should take care of 'the problem' regardless of the domain that initiates the link. Wink

On 'loitering'...

Hopefully, I'll be able to slow down one of these days, and smell the flowers... sigh!

Right now, all I have is little snippets of time - to patch code, maintain sites, participate in a few forums, crank out an occasional video, et cetera.

Speaking of which...

I made a FF AVM last night, if you're interested in this sort of nonsense:

Final Fantasy VII: Advent Children - Rob Zombie / Dragula (4 Min - Feature)

LoL! I know... I know... Smile

I need to get a life, but...

It beats watching TV, yes?

I've got too much on my plate to 'loiter', but I'm still able to 'linger'... Cool

VinDSL can you recommend the video editing software? i wanted to convert youtube to wvm window player format i try many from online convertion they are all suck haha

_________________
Jesus is Alive, He is our joy, be it good times or bad time. 
View user's profile Send private message
Guardian2003







PostPosted: Tue Feb 26, 2008 5:02 am Reply with quote

Vin loved the Engel remix, love to see what you could do with Links 234 Smile
 
VinDSL







PostPosted: Tue Feb 26, 2008 11:50 am Reply with quote

Thanks again, guys! Smile

redhairz wrote:
VinDSL can you recommend the video editing software?

For converting videos, I use 'Any Video Converter Free'.

If you want to give it a whirl: [ Only registered users can see links on this board! Get registered or login! ]

For producing videos, I use 'Microsoft Movie Maker 2.6' (via Vista HP SP1) .

For more info: [ Only registered users can see links on this board! Get registered or login! ]

Neither one produces Hollywood-quality videos, but they're good enough for general web use... Cool
 
montego







PostPosted: Wed Feb 27, 2008 6:25 am Reply with quote

Thank you sir! I had to get the converted... Wink
 
redhairz







PostPosted: Tue Mar 18, 2008 4:49 am Reply with quote

i try many converter from youtube flash into wav i hope the site will do wonders haa thanks you anyway
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Other - Chit Chat

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©