PHP Script Question - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: PHP Script Question (/showthread.php?tid=46985) PHP Script Question by Mike on 06-29-2005 at 08:03 AM
Hello. RE: PHP Script Question by John Anderton on 06-29-2005 at 08:19 AM
Yes it is possible to do it afaik quote:Exactly what i was thinking .... make a file to link the sig and the corresponding avy so that they are triggered together .... but it could be tough. Theoretically it can be done ... practically ... not sure but its tough i think RE: PHP Script Question by Eljay on 06-29-2005 at 08:25 AM
its easy really RE: PHP Script Question by Veggie on 06-29-2005 at 08:29 AM or could could make them random by time, that way there will be no need to write to a file. RE: PHP Script Question by John Anderton on 06-29-2005 at 08:49 AM
quote:U mean .... but then how will the avy and the sig match Actually i thought of this a long time back but since i dont make matching sigs and avy's i dropped it I am making a tech sig right now so mabbe ill make a tech avy too RE: PHP Script Question by L. Coyote on 06-29-2005 at 09:10 AM
quote:You obviously have to calculate the timestamp so that they match. I'm going to sleep now, else I'd do a few tests. RE: PHP Script Question by -dt- on 06-29-2005 at 10:51 AM
in sql record the IP and the random set used , then look it up in your sig/avatar then remove that IP , should provide less mismatches then the other mentioned ways because your targetting the user RE: PHP Script Question by Mike on 06-29-2005 at 02:22 PM
quote:Well, my server allows to make sql dbs but I dont know how to do this... I might just use the file method... RE: PHP Script Question by RaceProUK on 06-29-2005 at 06:42 PM Do you have phpMyAdmin installed? I believe that allows you to create and manage MySQL DBs. RE: PHP Script Question by L. Coyote on 06-29-2005 at 06:48 PM Do you really think it's (MySQL) that necessary for a sig/av script? It could be easily done with a file. RE: PHP Script Question by absorbation on 06-29-2005 at 06:48 PM
quote: Erm using cpanel and phpmyadmin the file method is easier as he might be limted to using a database etc Well it's not eaiser but i dont think he knowd myqul yet RE: PHP Script Question by Mike on 06-29-2005 at 07:07 PM
My hosts only gives me phpMyAdmin. RE: PHP Script Question by KeyStorm on 06-29-2005 at 07:12 PM This should be added to CBC soon with some complex algorithms to have them both matched, but if you have a normal random avatar script, lift the change time to 1 second and that will do just fine. if you set both image series (avatars and sigs) in the same order. |