![]() |
Armed and Hammered
hey can you fix your redirection script?
i got it somewhat working by auto incrementing the id.. but i dont fuck with perl so can you rewrite the setup to drop the mysql table or update it and make the id # increment properly.. thanks |
It's a freebie. Feel free to modify it as you see fit. I really don't have any time to support it. I wrote it in about an hour late one night for someone here as a freebie. Sounds like you're on the right track though.
|
Customer support my ass hahaha
hehehe :winkwink: |
Quote:
|
hyper contact me icq 9287771
i can prob tell you how to fix it in 5 mins. |
okay i have it fixed..
i just need to know how to drop the table if it exists.. i tried the php way but it didnt seem to work ########## Create Tables ################ my($query) = "CREATE TABLE TGPDredirect ( wid int auto_increment NOT NULL, wurl varchar(255) NOT NULL, whits varchar(10) NOT NULL, PRIMARY KEY (wid) )TYPE=INNODB;"; my($sth) = $dbh->prepare($query); $sth->execute() or die "Unable to execute query: ".$sth->errstr; $sth->finish; tell me how to drop the table before creation and i will post the zip so you can give them the correct one |
You don't want to auto-increment.
Do ALTER TABLE `whatever`.`TGPDredirect` CHANGE `wid` `wid` INT(5) DEFAULT '0' NOT NULL |
|
lol.. but why dont you want to auto increment it?
|
Quote:
|
i do trust you..
i just want to know the reason |
Quote:
|
nope it didnt
|
All times are GMT -7. The time now is 11:18 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123