PDA

View Full Version : CJ_ULTRA FREE PROBLEMS.. HELP?


TwinTone
08-17-2001, 01:18 AM
Hey there.. so I figure I will try out *******.. I installed it here: http://www.undergroundx.com and all went well. So I started some trades and am sending it 1k from a different CJ..

It is counting hits coming it just fine. But it does not send to my trades. http://www.undergroundx.com/out.php should send to a trade but it only sends to my altern url.. the one that you setup for traffic to go to if all your trades are paid up.

No matter what i do it only sends to that damn url i setup for traffic overflow. Does anyone know what is going on here?

Like I said.. I don't get any errors anywhere, and there were no errors when I installed.. I installed an older version back a few months ago and that one worked fine.

Thanks for any help.

TwinTone

turf
08-17-2001, 03:50 AM
hmm if you havnt got any trades that you owe hits i think this will happen but why dont you just grab lane via icq ? he will be happy to help i am sure..

koon
08-17-2001, 07:10 PM
you have to put some hits on hourly force
when you first use the script
cause you dont have any hits in
the script dont know how to calculate
which site to send out so the script
will pick exout ...
make 20 hits per hour when you trades are
active then take it off

TwinTone
08-17-2001, 09:40 PM
Great! Thanks for the hint.. seems to have worked..

TwinTone

sqee
08-17-2001, 09:44 PM
or find in out.php line (line 46)
$query = "select * from trade where a19 > 0 order by a19 desc";

and change to
$query = "select * from trade order by a19 desc";

thats the old behavior of script - as in 1.1 version - send hits to exout only if surfer visited all trades. i prefer it.

PeepNTom
08-17-2001, 11:40 PM
<font face="Verdana, Arial" size="2">Originally posted by sqee:
or find in out.php line (line 46)
$query = "select * from trade where a19 &gt; 0 order by a19 desc";

and change to
$query = "select * from trade order by a19 desc";

thats the old behavior of script - as in 1.1 version - send hits to exout only if surfer visited all trades. i prefer it.</font>

I used 1.0 and have switched to 1.2 but it never acted the same as 1.0. You have pointed out exactly what I was needing and it works much more to my liking now also.

Thanks http://bbs.adultwebmasterinfo.com/ubb/biggrin.gif

TwinTone
08-18-2001, 12:18 AM
I will try tht out.. thanks alot!