URL shortening is a technique in which a URL may be made substantially shorter in length and still direct to the required page.
1
vote
2answers
58 views
Generate a bruteforce string given an offset?
Some years back when I was still a beginner at programming, I found some code online that could generate a bruteforce-code given an offset.
So for instance, if I did GetPassword(1) it would return ...
0
votes
0answers
32 views
Bitly API shortener - Stats
Im using Bitly API shortener for one application and everything works great. My code is like this:
$query = array(
"version" => "3.0",
"longUrl" => $url,
"login" => ...
0
votes
1answer
23 views
Where to make a POST to for crumbs url shortening service Advanced API
I have a PHP/JavaScript site (offline). I am using http://crum.bs/ for shortening URLs.
Here, there are 2 types of APIs provided by crum.bs:
Simple Shorten, and
Advanced Shorten
I am currently ...
1
vote
1answer
43 views
URL shortening for NoSQL databases?
Writing a URL shortener seems fairly straightforward for a traditional database, with a couple notable exceptions:
def save_new_url(request):
url = StoredUrl(url=request.POST['url'])
...
0
votes
0answers
40 views
How to cache bitly links?
For caching bitly says:
Caching
Since bitly links never change or expire, we ask that you cache data
locally wherever possible.
But there is not any additional information about how to do ...
0
votes
0answers
20 views
javascipt to auto shorten and post mee.la script
Im trying to create a javacode that will auto shorten with my url
demo: http://droid.ws/api.php?url=http://droidtweak.com
api: http://droid.ws/api.php?url=
function shortify(url)
{
var ...
0
votes
2answers
133 views
How to Shorten URL with custom URL scheme?
I would like to share link to my app in Twitter, it looks like myapp://mylink. Twitter does not highlight such urls and the are unaccessible really. I would like to wrap my link in something like ...
0
votes
1answer
53 views
Length of goo.gl URL's
I'm using the goo.gl link shortener API in my app to send urls to twitter along with a link. I've been allowing users to submit 119 characters, appending a space, and then the URL because I was under ...
0
votes
0answers
50 views
Bit.ly / Ow.ly links passing Google +1 juice?
We've started posting our website articles to Google+ via Hootsuite, and the result of this is that the links to the pages are shortened via Ow.ly.
Now on our Google+ page, we're noticing that even ...
0
votes
1answer
109 views
.htaccess RewriteRule for URL Shortener
I am trying to build a very basic URL shortening website. I used almost all of basixnick's coding in this tutorial (https://www.youtube.com/watch?v=ZnthmFQKlVY all 3 parts) but I'm having an issue.
...
-2
votes
2answers
82 views
Can URL shorteners be used to mask a URL? [closed]
I am starting to do research of my own, and I'll include my findings in edits or comments, but I was hoping the StackOverflow community could help in parallel.
The company I work for has customer A ...
0
votes
0answers
38 views
Is there a way to post a tweet without URL elongation (!shortening)?
Sonic.net, att.net, he.net, and a bunch of other short domains, are always mangled and elongated by twitter.com automatic URL "shortening". This happens whether you want a link or not, and regardless ...
-3
votes
1answer
49 views
Url-Shortening Phpurl Script Error [closed]
Guys I Got a Url Shortening Php Script But It Is Showing error
`PHP Error Message`
Parse error: syntax error, unexpected T_STRING in /home/a6790781/public_html/config.php on line 18
...
1
vote
0answers
80 views
php domain validation
I need bit help as I am facing two issues.
Links without domain extension (.com, .net, ect) will be stored in
database as single words
Script allows for self shortening the shortner url which is a ...
0
votes
0answers
26 views
php script modification with use of generic tags instead of id
I am using the following script to shorten my URL's however the script uses the tables ID instead of generating a small short tag like 4nM1 or something allong thouse lines. Can some one help me with ...
0
votes
1answer
87 views
how to preg_match url with http and without it
I am working on a shorting script, and ran into a problem when it comes to http:// being passed along with the URL.
Problem: If the user does not provide a link with http:// in it the script can't ...
0
votes
1answer
136 views
Change the url “localhost/rootdirectory/folder1/two.html” to “localhost/rootdirectory-folder1-two” in address bar
I'm very new to this forums & also to PHP Developing.
I want to learn .htaccess concept fully, I know .htaccess is used to configure apache.
I tried alot of sites but couldn't understand clearly.
...
0
votes
1answer
68 views
.htaccess shortening code not working
i would like to shorten http://fpmls.ca/index.php/user/user_postdetail/index/14 to http://fpmls.ca/index.php/post_14.html.
user_postdetail is a controller and index is a function of this controller ...
1
vote
1answer
62 views
rails mongoid url shortner
I've started creating a model based solution for creating short URLs, but I'm wondering if it wouldn't be better to do it in it's own collection (using mongoid) build an index for the tokens between ...
6
votes
1answer
175 views
301 redirect vs 307 redirect
I am wondering about the difference between 301 and 307 redirects.
I am looking to generate backlinks through a home-brew url redirector, and I wish for any of the "link juice" or "page rank juice" ...
3
votes
1answer
134 views
PHP: Resolve Internal File Path using Shortened URL
My DocRoot:
/var/www/project/templates/index.html
/var/www/project/templates/about.html
/var/www/project/templates/contact.html
/var/www/project/templates/press/2013/01/01/mypresspost1
...
0
votes
1answer
199 views
How to create short urls without having database [duplicate]
Possible Duplicate:
how to shorten the url in a mathematical approach
Its a college django project.. where I can't really setup a database model to store dynamically generated URLs and ...
0
votes
1answer
231 views
assistance in dealing with PHP and MySQL fatal error: “Fatal Error: ezSQL_mysql requires mySQL Lib to be compiled and or linked in to the PHP engine”
I'm attempting to get the link shortening PHP scripts YOURLS working on my basic web server running Lubuntu 12.04.
I have a MySQL database created and PHP5 installed. When I attempt to access the ...
0
votes
0answers
105 views
Using Phurl (or similar) to make a Mass url shortener? [closed]
I want to create my own personal/private url shortening service. So far used Phurl that creates a simple interface using PHP and MySQL.
I would like to know if there is a way to edit this code or a ...
2
votes
0answers
113 views
How do I reverse a t.co URL to the originating Tweet?
I'm going through our site analytics, and have a load of t.co URLs which were referrers to a promotion we were doing. I'm trying to figure out if there is a way to reverse those back to the original ...
0
votes
1answer
124 views
Bitly INVALID_URI - '500'
I am using the Bitly gem (https://github.com/philnash/bitly) for Bitly API Version 3
I get an error while shortening the URL when the application is deployed to Heroku. Locally the shortening works ...
1
vote
1answer
153 views
Can Google URL Shortener's API provide many Short URLS for one Long URL?
Can Google URL Shortener's API provide many Short URLS for one Long URL?
I found if I do:
curl https://www.googleapis.com/urlshortener/v1/url \
-H 'Content-Type: application/json' \
-d ...
1
vote
2answers
105 views
How to programatically lengthen shortened urls
I need to get the url of the final destination of a shortened url. At the moment I am doing the following which seems to work:
var request = WebRequest.Create(shortenedUri);
var ...
1
vote
1answer
63 views
RoR: Search and shorten all links in a comment using Bitly
Newbie question again... I already have the following code for making links shortened using Bitly.
def bitly_links(url)
bitly ||= begin ...
0
votes
1answer
173 views
url shortener 301 redirection understanding
We're working on a URL shortener project in PHP. We're using 301 HTTP redirection and naturally track our links visits. but there is something strange :
After we shorten a URL and go through it by a ...
0
votes
1answer
113 views
Open source url shortener with memcached integration?
Is there an open source url shortener solution that features a cache level (via memcached) on top of a db?
2
votes
1answer
437 views
Is there a url shortener service that allows custom link creation via API?
For example, bit.ly allows to manually specify a URL like http://bit.ly/urlwiki , but this capability has been removed from their API. Is there another popular url shortener service that supports ...
0
votes
1answer
120 views
.htaccess help shortening a url
i have been working on setting up a url shortener with codeigniter i have everything working great and it works now with shortened urls like below.
http://example.com/shorten/i/znAS
ok what am ...
0
votes
2answers
139 views
Mathias URL shortener
I am using this URL shortener but I'm having a hard time setting it up.
https://github.com/mathiasbynens/php-url-shortener
I've setup the database, changed the config file accordingly. I put the ...
0
votes
2answers
177 views
Advantages of using key-value store for URL shortener?
I researched a lot of URL shorteners for Rails in the web, and a majority of them delegate the persistence feature to redis.
Can anyone explain to me the benefits of using a key-value store, like ...
0
votes
1answer
85 views
Expanding ad.fly links?
I was using this site via a PHP request from my own script to decode more than one ad.fly link at a time:
http://www.kassio.altervista.org/deadfly.php
But its been updated and won't handle direct ...
0
votes
2answers
321 views
Bit.ly like shortcode algorithm
I'm trying to make a url shortener for a client. I've got a decent algorithm going right now, the only problem is that if the client was to shorten the same URL for a different promotion it would ...
0
votes
0answers
107 views
porting Python shortener into web2py [closed]
I wrote a URL shortener in Python and now I want to port it into web2py, does any one know what should I do? Here is the script:
from urllib2 import Request, urlopen, URLError
from urlparse import ...
0
votes
0answers
134 views
URL shortener that allows for editing shared links. What's on offer?
I have some URLs in my work and private life that change over time. For example, the address for the current development server that could be something like
...
1
vote
1answer
172 views
Listing analytics for Goo.gl's url shortening API
I've been digging through Google's docs on its url shortener API, but to no avail.
I'm trying to avoid using oAuth and just javascript to list the statistics.
In theory, it should be possible to list ...
0
votes
2answers
83 views
Combining URI_REQUEST and HTTP_HOST in an .htaccess file
I'd like to do link shortening using PHP and Apache/.htaccess.
Here's how a link on my site looks:
https://mysite.com/item/this-is-a-book-on-toasters
Here's how I'd like the shortened link to look ...
1
vote
2answers
1k views
gapi.client.load not working
I have the following code, which is supposed to be a simple example of using the google api javascript client, and simply displays the long-form URL for a hard-coded shortened URL:
<script>
...
0
votes
1answer
84 views
How to avoid tracking 'clicks' from url shorteners themselves?
Im using google shorten url to short my link , i used this link to post on twitter using my php application.
To track the source of that page link, iam doing visit count update on my php page when ...
2
votes
2answers
885 views
How do URL shorteners guarantee unique URLs when they don't expire? [closed]
There are a lot of questions here on stackoverflow regarding URL shorteners as well as elsewhere on the internet, e.g.
How to code a URL shortener?
How do URL shortener calculate the URL key? How do ...
0
votes
1answer
130 views
Redirects vs. “true” page hits : A Crawler's perspective [closed]
Background :
Site domains such as bit.ly, ow.ly instagr.am, and gowal.la are shorteners which forward elsewhere . Since most of thes url's actually forward to other, third party sites, Im assuming ...
0
votes
1answer
203 views
Bit.Ly (Simple Integration)
I was wondering if anyone could tell me the simplest way to implement the Bit.Ly URL shortening service into my website (using PHP). I have a form, that needs to work with the URL shortener, and if ...
0
votes
0answers
261 views
twitter t.co and shortxt not working properly on iphone
I've tried reaching out to twitter and shortxt support multiple times, with no success.
I'm using shortxt.com to post content from my iphone app, then post the shortxt link in a tweet for the user.
...
3
votes
1answer
188 views
POST data send and change URL to the same
I have a URL shortening service, Which I have made in PHP. It receives the URL to shorten via POST method via the form on the main page. I want to create a Bookmarklet for this service.
It should be ...
0
votes
1answer
78 views
When do I need to register a Bitly app?
I want to use Bitly in my iOS app to shorten URLs on behalf of users when posting to Twitter.
Bitly basic account provides an API key that can be used for this purpose.
But then they also offer to ...
0
votes
1answer
336 views
MVC url shortener
I would like to write a URL shortener using MVC routing.
The thing is that I'd like to use the following URL: {host}/?{word}
To do that I use the MapRoute method to have the default go to the correct ...



