<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:bookmarklet for PC & Mac (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:bookmarklet for PC & Mac
#299
Dewed (Admin)
Admin
Posts: 606
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:bookmarklet for PC & Mac 3 Years, 11 Months ago Karma: 9  
The main issue I saw on your bookmarklet was it pointed to index.php?show=add
which wont work on the SEF version... it should be directory/add.html?blah=blah..

Anyways, I found the most recent contribution and did a couple of quick touch ups.
You can use the bookmarklet creator here, after making a quick edit to your include/add.php file (which you've already done if you used the previous version)

From the script directions ...
QUOTE:


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'];



Coders interested in continuing development on this 3rd party contribution can download the code here.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/06/05 10:05 By Dewed.
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
      Topics Author Date
    thread link
bookmarklet for PC & Mac
fattymattybrewing 2008/06/04 14:05
    thread link
thread linkthread link Re:bookmarklet for PC & Mac
Dewed 2008/06/05 07:54
    thread link
thread linkthread linkthread link Re:bookmarklet for PC & Mac
fattymattybrewing 2008/06/05 08:27
    thread link
thread linkthread linkthread linkthread link Re:bookmarklet for PC & Mac
Dewed 2008/06/05 10:03
    thread link
thread linkthread linkthread linkthread linkthread link Re:bookmarklet for PC & Mac
fattymattybrewing 2008/06/05 19:24
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

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