|
|
 |
« Reply #150 on: February 23, 2009, 03:41:41 PM » |
|
Liam already posted it on your topic[/b] :/ did you figure it out ? sorry i had to create a new surf area for my scipt.
|
|
|
|
|
|
|
 |
« Reply #151 on: February 23, 2009, 06:11:32 PM » |
|
No sorry still cant work it out  What script you working on? Mind if I take a look
|
|
|
|
|
|
|
 |
« Reply #152 on: February 24, 2009, 06:43:38 AM » |
|
No sorry still cant work it out  What script you working on? Mind if I take a look  [/b] am workin on the yob v2 dark script lol just about finished rewriting the script lol with classes, and sessions one iv got it to a stable level i will send you a copy. if yeh want
|
|
|
|
|
|
|
 |
« Reply #153 on: February 24, 2009, 06:43:38 AM » |
|
No sorry still cant work it out  What script you working on? Mind if I take a look  [/b] am workin on the yob v2 dark script lol just about finished rewriting the script lol with classes, and sessions one iv got it to a stable level i will send you a copy. if yeh want
|
|
|
|
|
|
|
 |
« Reply #154 on: February 24, 2009, 01:56:09 PM » |
|
Ah right, never really liked that one cos its too insecure lol
|
|
|
|
|
|
|
 |
« Reply #155 on: February 24, 2009, 02:08:27 PM » |
|
Ah right, never really liked that one cos its too insecure lol[/b] exactly lol av been workin on it for 3 months now pmsl. and av not even added addons just editing evrything to run smoother and removed categories etc.
|
|
|
|
|
|
|
 |
« Reply #156 on: February 24, 2009, 03:52:44 PM » |
|
exactly lol av been workin on it for 3 months now pmsl.
and av not even added addons just editing evrything to run smoother and removed categories etc.[/b] awryt heres a nice wee tip to stop data being sent twice e.g refreshing etc for contact forms and whatnot. set a session with the message or product etc and then write code to check when refreshed if the session contains the same value as the posted field e.g $_SESSION['message'] ="test"; //Which was set when the message was sent $_POST['message']="test"; // The message being sent
if($_POST['message']==$_SESSION['message']) { exit("You Have already Posted that message"); } that will stop quite a bit of spamming lol
|
|
|
|
|
|
|
 |
« Reply #157 on: February 24, 2009, 06:10:11 PM » |
|
That seems like a good idea actually, I know most YOB sites seem to get spammed a lot lol Any joy on the PP thing yet m8, I cannot work it out still lol BTW are you going to be releasing YOB dark as a new script, because I have just brought the WHMCS licensing module and I can help you license it if you want
|
|
|
|
|
|
|
 |
« Reply #158 on: February 24, 2009, 01:56:09 PM » |
|
Ah right, never really liked that one cos its too insecure lol
|
|
|
|
|
|
|
 |
« Reply #159 on: February 24, 2009, 02:08:27 PM » |
|
Ah right, never really liked that one cos its too insecure lol[/b] exactly lol av been workin on it for 3 months now pmsl. and av not even added addons just editing evrything to run smoother and removed categories etc.
|
|
|
|
|
|
|
 |
« Reply #160 on: February 24, 2009, 03:52:44 PM » |
|
exactly lol av been workin on it for 3 months now pmsl.
and av not even added addons just editing evrything to run smoother and removed categories etc.[/b] awryt heres a nice wee tip to stop data being sent twice e.g refreshing etc for contact forms and whatnot. set a session with the message or product etc and then write code to check when refreshed if the session contains the same value as the posted field e.g $_SESSION['message'] ="test"; //Which was set when the message was sent $_POST['message']="test"; // The message being sent
if($_POST['message']==$_SESSION['message']) { exit("You Have already Posted that message"); } that will stop quite a bit of spamming lol
|
|
|
|
|
|
|
 |
« Reply #161 on: February 24, 2009, 06:10:11 PM » |
|
That seems like a good idea actually, I know most YOB sites seem to get spammed a lot lol Any joy on the PP thing yet m8, I cannot work it out still lol BTW are you going to be releasing YOB dark as a new script, because I have just brought the WHMCS licensing module and I can help you license it if you want
|
|
|
|
|
|
|
 |
« Reply #162 on: February 25, 2009, 03:46:33 AM » |
|
That seems like a good idea actually, I know most YOB sites seem to get spammed a lot lol Any joy on the PP thing yet m8, I cannot work it out still lol BTW are you going to be releasing YOB dark as a new script, because I have just brought the WHMCS licensing module and I can help you license it if you want  [/b] lol its the simplest but works a treat  and just a random question are you using a flatfile based configuration or sql as am currently changing most basic features like sitename prmiumclick etc. to flatfile to save resources i may not have added many new features but ma scripts running faster than most others lol. and yeh m8 mite just release it as a new script. all the codes been changed a part from the database lol. and all my functions have been fixed to classes even the gateways lol.
|
|
|
|
|
|
|
 |
« Reply #163 on: February 25, 2009, 06:42:54 AM » |
|
No mine still uses MySQL but I am thinking of completely scrapping YOB and creating my own from scratch
|
|
|
|
|
|
|
 |
« Reply #164 on: February 25, 2009, 06:59:24 AM » |
|
No mine still uses MySQL but I am thinking of completely scrapping YOB and creating my own from scratch[/b] yeh av tried that before but it gets boring after a while lol
|
|
|
|
|
|