Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (7)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

More Dew-Code Stuff

Tech & Net Video
Many people seem to the think Dew-Code.com is run by a group of people, or some big corporation. Well, it's flattering if you have that impression, but the truth is, its just one person. While I'd love nothing more than to continue giving away my scripts, my time and experience, I do have the same needs as everyone else. If you've found Dew-Code.com , or any of the scripts found there to be helpful, please consider making a contribution.

For the year 2008, as of 8/1/08, A total of $55 USD has been contributed, or roughly $6.47 per month, for the year. While that is of course appreciated, unless more contributions are received, I will have no choice but to make future scripts available for purchase only.

Regards,
Dewed
Dew-Code.com

Downloads
Categories DewNewPHPLinks DewNewPHPLinks Bookmarklet creator v 0.99
Top Downloads - Recently added

HERE

Download

DewNewPHPLinks Bookmarklet creator v 0.99
Description

Wouldn't it be great if you could simply click a bookmark in your browser to automatically populate the info on your add site page? Well now you can.

 

With a slight change to your include/add.php  file, you can create a bookarklet in Firefox and IE that fills in much of the info from the site's meta tags.

 

You don't really need to download this file, you can create your own bookmarklet here.

 

but you'll still need to edit add.php slightly ...

 

  in Dew-NewPHPLinks "/include/add.php" lines ~12-24
starting with "$SiteName=mysql_escape_string($_POST['SiteName']);"...
ending with ..."$submit_add=$_POST['submit_add'];"
replace with:
"
$SiteName=mysql_escape_string($_REQUEST['SiteName']);
$SiteURL=mysql_escape_string($_REQUEST['SiteURL']);
$RecipURL=mysql_escape_string($_REQUEST['RecipURL']);
$Description=mysql_escape_string($_REQUEST['Description']);
$Category=mysql_escape_string($_REQUEST['Category']);
$Country=mysql_escape_string($_REQUEST['Country']);
$UserName=mysql_escape_string($_REQUEST['UserName']);
$PW=mysql_escape_string($_REQUEST['PW']);
$PID=mysql_escape_string($_REQUEST['PID']);
$PW2=mysql_escape_string($_REQUEST['PW2']);
$Hint=mysql_escape_string($_REQUEST['Hint']);
$Email=mysql_escape_string($_REQUEST['Email']);
$submit_add=$_REQUEST['submit_add'];

 

Thats it, afterwards clicking the bookmarklet will autopopulate may of the add site fields for you. 

 

A note to java / javascript / bookmarklet literate coders, please help to continue the evolution of this contribution. 

Visits925
Size0,00 KB
Author

Freelance Jobs

See more freelance oppurtunities

Search

Sponsors


Your ad here





Newsflash

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008