Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Directory Submission Service   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 03-01-2007, 08:02 PM   #1 (permalink)
Contributing Member
 
2046's Avatar
 
Join Date: 01-16-07
Posts: 118
iTrader: 0 / 0%
Latest Blog:
None

2046 is liked by many
How can I encode google to Z29vZ2xl in PHP?

Another sample:

yahoo - eWFob28

Do you know how to convert? I'm not family with php. Any help will be highly appeciated.
2046 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 03-02-2007, 10:56 AM   #2 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
Do you need those exact strings? If so, set up a routine that will do the translation:
Code:
if ($input=="google") { $engine="Z29vZ2xl"; } elseif ($input=="yahoo") { $engine="eWFob28"; }
If you are simply looking to provide some encoding for any type of string that results in something hard to read, use md5():
Code:
$engine=md5($input);
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-02-2007, 06:06 PM   #3 (permalink)
Contributing Member
 
2046's Avatar
 
Join Date: 01-16-07
Posts: 118
iTrader: 0 / 0%
Latest Blog:
None

2046 is liked by many
Thanks! I have the answer now. Using base64 encode is what I need.
2046 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Home Page Vs Google Search Bar - have YOU noticed the Difference??? webcreationuk Google Forum 6 01-30-2008 08:42 AM
Does Google recommend working with companies dat offer to make my site Google-friendl Hafsoh SEO Forum 2 11-10-2007 09:23 AM
IDN Encode and Decode harbi Domain Name Forum 0 07-29-2007 10:27 PM
How to use a encode html javascript in a <a href>? crazyhorse Coding Forum 5 07-29-2004 12:37 PM
What programm can you use to decode or encode aff. links? crazyhorse Google Forum 7 07-18-2004 12:07 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:22 PM.
© Copyright 2008 V7 Inc