You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.
Oh thanks dollar for that I knew some strings, never bothered using them I'm gonna remove the trailing slash for proxies on my list because people are learning that mydomain.com/ and mydomain.com isn't the same
Oh thanks dollar for that I knew some strings, never bothered using them I'm gonna remove the trailing slash for proxies on my list because people are learning that mydomain.com/ and mydomain.com isn't the same
Use a regular expression.
PHP Code:
<?php
$url = "http://www.example.com/"; // Notice the / on the end if($url){ preg_match('#(https?://[a-z0-9-.]+)#s',$url,$matches); $url = $matches[1];
} echo $url; ?>
Outputs:
Code:
$url = http://www.example.com // Slash is gone..
Are you using Proxylistscript? I was looking threw the source code of that script.. Really horrible code it is. Very procedural ugly looking code.
These things (strtolower , and the validations regexes) should already of been in the script. There not in there. That script looks like it was programmed by a NNPP
$url = "http://www.example.com/"; // Notice the / on the end
if($url){
preg_match('#(http://[a-z0-9-.]+)#s',$url,$matches);
$url = $matches[1];
}
echo $url;
?>
Outputs:
Code:
$url = http://www.example.com // Slash is gone..
Are you using Proxylistscript? I was looking threw the source code of that script.. Really horrible code it is. Very procedural ugly looking code.
These things (strtolower , and the validations regexes) should already of been in the script. There not in there. That script looks like it was programmed by a NNPP
Thanks I'm using the @Proxy script - http://www.proxlists.com
I have changed the script so that every "normal" listing doesn't connect to the site once it is clicked. Instead the users are redirected to a redirection page. This means that only premium listings have a hard link!
This is another reason to purchase a premium listing or just to submit your proxies
Red listings have been pre-booked for some time now, however there will be spaces on the 20/11/09 this doesn't mean you cannot buy one. But it means there will be a delay between time of purchasing and time of listing.
Also this has been long over due but Webevader.org has recently added a RSS Feed to the site. Now every proxy you submit is sent out on the feed, giving you even more traffic for free.