makecashnow.biz

Welcome, Guest. Please login or register.
Did you miss your activation email?
Pages: 1 ... 9 10 [11] 12
Print
Author Topic: [RESOLVED] PHPAdvancedBux v1.1  (Read 7505 times)
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #150 on: February 23, 2009, 03:41:41 PM »
QUOTE (pipsta @ Feb 23 2009, 11:19 PM) <{POST_SNAPBACK}>
Quote
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.
Logged
Jr. Member
**
Posts: 67


View Profile Email
« 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
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #152 on: February 24, 2009, 06:43:38 AM »
QUOTE (pipsta @ Feb 24 2009, 02:11 AM) <{POST_SNAPBACK}>
Quote
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
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #153 on: February 24, 2009, 06:43:38 AM »
QUOTE (pipsta @ Feb 24 2009, 02:11 AM) <{POST_SNAPBACK}>
Quote
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
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #154 on: February 24, 2009, 01:56:09 PM »
Ah right, never really liked that one cos its too insecure lol
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #155 on: February 24, 2009, 02:08:27 PM »
QUOTE (pipsta @ Feb 24 2009, 10:56 PM) <{POST_SNAPBACK}>
Quote
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.
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #156 on: February 24, 2009, 03:52:44 PM »
QUOTE (liamt2k6@tiscali.co.uk @ Feb 24 2009, 10:08 PM) <{POST_SNAPBACK}>
Quote
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


Code:
&#036;_SESSION&#91;&#39;message&#39;&#93; =&#34;test&#34;; //Which was set when the message was sent
&#036;_POST&#91;&#39;message&#39;&#93;=&#34;test&#34;; // The message being sent

if&#40;&#036;_POST&#91;&#39;message&#39;&#93;==&#036;_SESSION&#91;&#39;message&#39;&#93;&#41;
{
exit&#40;&#34;You Have already Posted that message&#34;&#41;;
}
that will stop quite a bit of spamming lol
Logged
Jr. Member
**
Posts: 67


View Profile Email
« 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
Logged
Jr. Member
**
Posts: 67


View Profile Email
« Reply #158 on: February 24, 2009, 01:56:09 PM »
Ah right, never really liked that one cos its too insecure lol
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #159 on: February 24, 2009, 02:08:27 PM »
QUOTE (pipsta @ Feb 24 2009, 10:56 PM) <{POST_SNAPBACK}>
Quote
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.
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #160 on: February 24, 2009, 03:52:44 PM »
QUOTE (liamt2k6@tiscali.co.uk @ Feb 24 2009, 10:08 PM) <{POST_SNAPBACK}>
Quote
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


Code:
&#036;_SESSION&#91;&#39;message&#39;&#93; =&#34;test&#34;; //Which was set when the message was sent
&#036;_POST&#91;&#39;message&#39;&#93;=&#34;test&#34;; // The message being sent

if&#40;&#036;_POST&#91;&#39;message&#39;&#93;==&#036;_SESSION&#91;&#39;message&#39;&#93;&#41;
{
exit&#40;&#34;You Have already Posted that message&#34;&#41;;
}
that will stop quite a bit of spamming lol
Logged
Jr. Member
**
Posts: 67


View Profile Email
« 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
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #162 on: February 25, 2009, 03:46:33 AM »
QUOTE (pipsta @ Feb 25 2009, 03:10 AM) <{POST_SNAPBACK}>
Quote
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.
Logged
Jr. Member
**
Posts: 67


View Profile Email
« 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
Logged
Full Member
***
Posts: 169

liamt2k6@tiscali.co.uk
View Profile WWW Email
« Reply #164 on: February 25, 2009, 06:59:24 AM »
QUOTE (pipsta @ Feb 25 2009, 03:42 PM) <{POST_SNAPBACK}>
Quote
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
Logged
Pages: 1 ... 9 10 [11] 12
Print
 
Jump to: