GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Someone just sent me this link : MPA3 + NaughtyBank (https://gfy.com/showthread.php?t=601061)

sonofsam 04-22-2006 01:18 PM

Someone just sent me this link : MPA3 + NaughtyBank
 
http://www.naughtybank.com/no_shaving_update.sql

is this custom code? or is this feature available with the new mpa3?

Chio The Pirate 04-22-2006 01:19 PM

YARGH! Is that what it looks like?

sonofsam 04-22-2006 01:20 PM

Quote:

Originally Posted by Chio The Pirate
YARGH! Is that what it looks like?

i dunno... it's interesting to say the least :Oh crap

MrIzzz 04-22-2006 01:21 PM

see sig placed for possible long threaded drama

DateDoc 04-22-2006 01:25 PM

interesting

Manowar 04-22-2006 01:27 PM

holy shit!

xlogger 04-22-2006 01:28 PM

So what it says "no_shaving"... I think its great they are not shaving. :thumbsup

polish_aristocrat 04-22-2006 01:29 PM

:1orglaugh

Trax 04-22-2006 01:32 PM

major sig spot lol

Trax 04-22-2006 01:33 PM

maybe thats the update from MPA2 to MPA3
now without shaving lol

xclusive 04-22-2006 01:35 PM

wow that dont look right

xlogger 04-22-2006 01:35 PM

Everyone says see sig but anyone even know what those code means?

TheSenator 04-22-2006 01:36 PM

Hmmm... where is Smokey

TheSenator 04-22-2006 01:37 PM

So, is that code to prevent shaving?

fuzebox 04-22-2006 01:39 PM

Some of the field names are very interesting... I wonder if the _r in stuff like uniques_r, sales_r, represents "real"???

signups_paid... now that's a doozy :1orglaugh

Jakke PNG 04-22-2006 01:39 PM

I'm not a pro with sql by any stretch of imagination, but without knowing MPA database structure and whatever other mods are done to the script, there's probably no way to decipher that..

Trax 04-22-2006 01:45 PM

script looks like removing all the old colums from the old MPA2 interface which used to show all kinds of fake data like signups and signups shown

no drama
still spot sig

woj 04-22-2006 01:49 PM

:1orglaugh

QuaWee 04-22-2006 01:51 PM

Quote:

Originally Posted by TheSenator
So, is that code to prevent shaving?

nice sig:winkwink:

DamageX 04-22-2006 01:51 PM

Quote:

Originally Posted by TheSenator
Hmmm... where is Smokey

They didn't buy his sig. :winkwink:

fuzebox 04-22-2006 01:54 PM

Quote:

Originally Posted by Trax
script looks like removing all the old colums from the old MPA2 interface which used to show all kinds of fake data like signups and signups shown

no drama
still spot sig

Why would the MPA2 database structure have tables prefixed with "mpa3_" ?

Trax 04-22-2006 01:56 PM

i am just saying that all those vars used in this code heavily remind me of the ones used in MPA2 from screenshots ive seen

SmokeyTheBear 04-22-2006 02:00 PM

you guys are freaking out over nothing...

it says NO shaving update :winkwink:

xLaborJames 04-22-2006 02:05 PM

sig..drama..eek

TheSenator 04-22-2006 02:05 PM

Quote:

Originally Posted by QuaWee
nice sig:winkwink:

My sig is so cool that I jerk off to it.

fuzebox 04-22-2006 02:10 PM

Quote:

Originally Posted by SmokeyTheBear
you guys are freaking out over nothing...

it says NO shaving update :winkwink:

Looks to me like it is removing the shaving tables from mpa3.

But then that's just a wild guess, evidence is inconclusive.

Manowar 04-22-2006 02:52 PM

Quote:

Originally Posted by SmokeyTheBear
you guys are freaking out over nothing...

it says NO shaving update :winkwink:

why is shaving there in the first place ?

Theo 04-22-2006 02:58 PM

whats the date this file was uploaded you unix gurus?

Lace 04-22-2006 03:12 PM

Wow...fishy to say the least

SmokeyTheBear 04-22-2006 03:24 PM

Quote:

Originally Posted by Manowar
why is shaving there in the first place ?

it was kind of a "tongue in cheek" comment lol , kind of like a im-not-a-murderer insurance.. well if your not a murderer , what would you need the insurance for :)

xclusive 04-22-2006 03:28 PM

Hmmm wonder if either side knows about this thread yet? Also any other MPA3 programs have this?

Shoehorn! 04-22-2006 03:33 PM

Oh boy, this thread will get interesting.

StuartD 04-22-2006 03:36 PM

Why the hell would anyone have something like that on the server? And in a non-php format that would output to a browser no less?

RevSand 04-22-2006 03:37 PM

Quote:

Originally Posted by TheSenator
My sig is so cool that I jerk off to it.

Hey me too....

I woudl liek to hear soe word from ppl in the know...

StuartD 04-22-2006 03:41 PM

Anyway, the only thing is seems to be doing is dropping all of the shaving fields from the database that used to be there from mpa2.

alter table "DROP" means to remove the field from the database. And that's all it's doing over and over and over again except for one spot where it changes a field from active_p to active_ft_p and the next section under that adds a few fields.

So, I can't say for 100% certainty without seeing everything else, but it seems to be removing the shaving module that was installed automatically with mpa2.

active_paid, signup_paid and partner_paid were likely the fields that had the amount paid to the affiliate AFTER a certain amount was shaved. Those fields are now non-existant after being dropped.

(And I'm anti mpa... mostly, mpa2... because of that shaving module, so I have no reason to back them up for anything. It's just how I read the code).

Anna_O 04-22-2006 03:52 PM

Quote:

Originally Posted by woj
:1orglaugh

:1orglaugh

Radiate 04-22-2006 04:12 PM

mmm... definitely interesting

elitetec 04-22-2006 04:16 PM

http://www.toplistblog.com/addurl.php Increase your traffic

sonofsam 04-22-2006 04:31 PM

why is everything in the code mpa3 if it's from the older version?

StuartD 04-22-2006 04:34 PM

Quote:

Originally Posted by sonofsam
why is everything in the code mpa3 if it's from the older version?

mpa2 had a shaving module. mpa3 is a new system, but it uses the old system so no data is lost, or links need to be changed.

Hense, the shaving module needs to be removed.


All times are GMT -7. The time now is 11:39 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123