RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
http://minify.me/ URL shortening

0 Members and 1 Guest are viewing this topic.

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
I was bored, had 5 mins.

I probably won't end up taking the site anywhere by marketing and maybe just use it for personal use who knows. won't put any ad's just keeping it simple.

http://minify.me/

it's using a free script, so feel free to use it.


thank you for your 30 seconds  :mad:
Watch out for: HaloOfTheSun

*
( ´ิ(ꈊ) ´ิ) ((≡^⚲͜^≡)) (ી(΄◞ิ౪◟ิ‵)ʃ)
Rep:
Level 102
(っ˘ڡ˘ς) ʕ•̼͛͡•ʕ-̺͛͡•ʔ•̮͛͡•ʔ (*ꆤ.̫ꆤ*)
2014 Avast Ye Merry Pirate!2013 Avast Ye Merry Pirate Award2012 Avast Ye Merry Pirate AwardFor frequently finding and reporting spam and spam bots2011 Avast Ye Merry Pirate2011 Most Unsung Member2010 Avast Ye Merry Pirate Award
bringing sexy back

*
Rep:
Level 102
2014 Biggest Narcissist Award2014 Biggest Forum Potato2014 Best Non-RM Creator2013 Best IRC Chatterbox2013 Best Game Creator (Non-RM)Participant - GIAW 112012 Most Successful Troll2012 Funniest Member2012 Best Use Of Avatar and Signature space2012 Best IRC ChatterboxSecret Santa 2012 ParticipantProject of the Month winner for November 2009For being a noted contributor to the RMRK Wiki2010 Most Successful Troll2010 Biggest Forum Couch Potato2010 Best IRC Chatterbox
URL has been shortened! ftom 17 characters to 24 characters

old URL:

http://is.gd/fVT8

new URL:

http://minify.me/?hvn62p

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
thank you irock fir that test  :mad:

edit: oh ya and link: http://www.hido.net/projects/phurl/
« Last Edit: January 15, 2009, 02:06:43 AM by Noumes »
Watch out for: HaloOfTheSun

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Day 2 re-dseign ;p

http://minify.me for the lazy scrollers

roph help:

Code: [Select]
    db_connect();

    do {
        $short_url = generate_url();
        $suffix    = $short_url{0};

        $result = mysql_query("SELECT url, short_url FROM url_{$suffix} WHERE short_url = '$short_url' OR url = '$url'") or die(mysql_error());
        $count  = mysql_num_rows($result);

        if ($count > 0) {
            $row = mysql_fetch_row($result);

            if (stripslashes($row[0]) == $url) {
                break;
            }
        }
        else {
            mysql_query("INSERT INTO url_{$suffix} (short_url, url, created) VALUES ('$short_url', '".mysql_real_escape_string($url)."', NOW())") or die(mysql_error());
            break;
        }
    } while ($count > 0);

    $short_url    = "http://".$config['domain']."/".((!$config['rewrite']) ? "?" : "").$short_url;
    $short_length = strlen($short_url);
$percent = $length /  $short_length;

I suck with mysql and php of course.

how would I add another 'table'? in mysql so it can add +1 to it's value everytime the script is ran? and then call that number using a variable? so I can keep count of how many url's converted. thanks :D
Watch out for: HaloOfTheSun

*
Resident Cloud
Rep:
Level 91
couldnt you just count the rows in the table?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
im working on some stuff ^^
Watch out for: HaloOfTheSun

*
Rep:
Level 94
2012 Most Attractive Male MemberSecret Santa 2012 ParticipantProject of the Month winner for June 20092010 Best Counsel
I don't understand, are you making this site yourself, or for someone else? Or are you just advertising it?

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
it's for myself
Watch out for: HaloOfTheSun