Advertise Here
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
News
: Welcome to eMoneySpace!
Jun 28, 2022 03:27 AM
Home
Search
Login
Register
eMoneySpace
»
Webmaster's Corner
»
Developer Board
»
New PTC Script - The URL Has Changed, Script Faster
New PTC Script - The URL Has Changed, Script Faster
Pages:
1
...
7
8
[
9
]
« previous
next »
Print
Author
Topic: New PTC Script - The URL Has Changed, Script Faster (Read 21590 times)
AjayP
Reputation: (
+20
)
Offline
Posts: 2218
Referrals: 4
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #120:
Oct 26, 2009 08:23 PM
Quote from: youngone324 on Oct 26, 2009 08:22 PM
your so smart you didnt even notice that i didnt code that add on onto my script yet those are just notifications lmao!!
<div class='error'> - this is what i use for my errors such as registration
<div class='success'> - this is what i use for a completed task
have fun being accusing me for bs
ok...
Logged
youngone324
Reputation: (
+7
)
Offline
Posts: 2384
Referrals: 28
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #121:
Oct 26, 2009 09:25 PM
Code:
<?php
include
"config.php"
;
global
$c
;
include
"data.php"
;
$ap_SecurityCode
=
$_POST
[
'ap_securitycode'
];
$ap_CustFirstName
=
$_POST
[
'ap_custfirstname'
];
$ap_CustLastName
=
$_POST
[
'ap_custlastname'
];
$ap_CustAddress
=
$_POST
[
'ap_custaddress'
];
$ap_CustCity
=
$_POST
[
'ap_custcity'
];
$ap_CustCountry
=
$_POST
[
'ap_custcountry'
];
$ap_CustZip
=
$_POST
[
'ap_custzip'
];
$ap_CustEmailAddress
=
$_POST
[
'ap_custemailaddress'
];
$ap_PurchaseType
=
$_POST
[
'ap_purchasetype'
];
$ap_Merchant
=
$_POST
[
'ap_merchant'
];
$ap_ItemName
=
$_POST
[
'ap_itemname'
];
$ap_Description
=
$_POST
[
'ap_description'
];
$ap_Quantity
=
$_POST
[
'ap_quantity'
];
$ap_Amount
=
$_POST
[
'ap_amount'
];
$ap_AdditionalCharges
=
$_POST
[
'ap_additionalcharges'
];
$ap_ShippingCharges
=
$_POST
[
'ap_shippingcharges'
];
$ap_TaxAmount
=
$_POST
[
'ap_taxamount'
];
$ap_DiscountAmount
=
$_POST
[
'ap_discountamount'
];
$ap_TotalAmount
=
$_POST
[
'ap_totalamount'
];
$ap_Currency
=
$_POST
[
'ap_currency'
];
$ap_ReferenceNumber
=
$_POST
[
'ap_referencenumber'
];
$ap_Status
=
$_POST
[
'ap_status'
];
$ap_ItemCode
=
$_POST
[
'ap_itemcode'
];
$ap_Test
=
$_POST
[
'ap_test'
];
$ap_SubscriptionReferenceNumber
=
$_POST
[
'ap_subscriptionreferencenumber'
];
$ap_TimeUnit
=
$_POST
[
'ap_timeunit'
];
$ap_PeriodLength
=
$_POST
[
'ap_periodlength'
];
$ap_PeriodCount
=
$_POST
[
'ap_periodcount'
];
$ap_NextRunDate
=
$_POST
[
'ap_nextrundate'
];
$ap_TrialTimeUnit
=
$_POST
[
'ap_trialtimeunit'
];
$ap_TrialPeriodLength
=
$_POST
[
'ap_trialperiodlength'
];
$ap_TrialAmount
=
$_POST
[
'ap_trialamount'
];
$ap_Apc_1
=
$_POST
[
'apc_1'
];
$ap_Apc_2
=
$_POST
[
'apc_2'
];
$ap_Apc_3
=
$_POST
[
'apc_3'
];
$ap_Apc_4
=
$_POST
[
'apc_4'
];
$ap_Apc_5
=
$_POST
[
'apc_5'
];
$ap_Apc_6
=
$_POST
[
'apc_6'
];
$item_number
=
$ap_Description
;
$payment_amount
=
$ap_Amount
;
$code
=
$_POST
[
"ap_itemcode"
];
$amount
=
$_POST
[
"ap_amount"
];
this is supposedly what i stole from hamza
i just found it in a bux3 script lmao!!
Logged
Custom Bux Script: (Licenses Will Soon Be Available)
S-Tech
- special place for webhosts, website owners and money earners.
Delusional
Reputation: (
+2
)
Offline
Gender:
Posts: 4713
Referrals: 6
GPSBlack Creator
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #122:
Oct 27, 2009 08:52 AM
ye
Quote from: youngone324 on Oct 26, 2009 08:22 PM
your so smart you didnt even notice that i didnt code that add on onto my script yet those are just notifications lmao!!
<div class='error'> - this is what i use for my errors such as registration
<div class='success'> - this is what i use for a completed task
have fun being accusing me for bs
well if you want to get technical, thats the div classes i use on my stuff. i can say you have stole stuff before, so you do have a history of doing so, that means if someone accuses you of such then most likely you did it.
it's awfully funny how i show you something of mine, and days or weeks later your using my elements.
then i see this....
Quote from: youngone324 on Oct 26, 2009 09:25 PM
Code:
<?php
include
"config.php"
;
global
$c
;
include
"data.php"
;
$ap_SecurityCode
=
$_POST
[
'ap_securitycode'
];
$ap_CustFirstName
=
$_POST
[
'ap_custfirstname'
];
$ap_CustLastName
=
$_POST
[
'ap_custlastname'
];
$ap_CustAddress
=
$_POST
[
'ap_custaddress'
];
$ap_CustCity
=
$_POST
[
'ap_custcity'
];
$ap_CustCountry
=
$_POST
[
'ap_custcountry'
];
$ap_CustZip
=
$_POST
[
'ap_custzip'
];
$ap_CustEmailAddress
=
$_POST
[
'ap_custemailaddress'
];
$ap_PurchaseType
=
$_POST
[
'ap_purchasetype'
];
$ap_Merchant
=
$_POST
[
'ap_merchant'
];
$ap_ItemName
=
$_POST
[
'ap_itemname'
];
$ap_Description
=
$_POST
[
'ap_description'
];
$ap_Quantity
=
$_POST
[
'ap_quantity'
];
$ap_Amount
=
$_POST
[
'ap_amount'
];
$ap_AdditionalCharges
=
$_POST
[
'ap_additionalcharges'
];
$ap_ShippingCharges
=
$_POST
[
'ap_shippingcharges'
];
$ap_TaxAmount
=
$_POST
[
'ap_taxamount'
];
$ap_DiscountAmount
=
$_POST
[
'ap_discountamount'
];
$ap_TotalAmount
=
$_POST
[
'ap_totalamount'
];
$ap_Currency
=
$_POST
[
'ap_currency'
];
$ap_ReferenceNumber
=
$_POST
[
'ap_referencenumber'
];
$ap_Status
=
$_POST
[
'ap_status'
];
$ap_ItemCode
=
$_POST
[
'ap_itemcode'
];
$ap_Test
=
$_POST
[
'ap_test'
];
$ap_SubscriptionReferenceNumber
=
$_POST
[
'ap_subscriptionreferencenumber'
];
$ap_TimeUnit
=
$_POST
[
'ap_timeunit'
];
$ap_PeriodLength
=
$_POST
[
'ap_periodlength'
];
$ap_PeriodCount
=
$_POST
[
'ap_periodcount'
];
$ap_NextRunDate
=
$_POST
[
'ap_nextrundate'
];
$ap_TrialTimeUnit
=
$_POST
[
'ap_trialtimeunit'
];
$ap_TrialPeriodLength
=
$_POST
[
'ap_trialperiodlength'
];
$ap_TrialAmount
=
$_POST
[
'ap_trialamount'
];
$ap_Apc_1
=
$_POST
[
'apc_1'
];
$ap_Apc_2
=
$_POST
[
'apc_2'
];
$ap_Apc_3
=
$_POST
[
'apc_3'
];
$ap_Apc_4
=
$_POST
[
'apc_4'
];
$ap_Apc_5
=
$_POST
[
'apc_5'
];
$ap_Apc_6
=
$_POST
[
'apc_6'
];
$item_number
=
$ap_Description
;
$payment_amount
=
$ap_Amount
;
$code
=
$_POST
[
"ap_itemcode"
];
$amount
=
$_POST
[
"ap_amount"
];
this is supposedly what i stole from hamza
i just found it in a bux3 script lmao!!
it's funny cause thats some of the code from the ap autopay script, and hamza can say crap and sop can you but ap themselves released a script that looks just like that....oh yeah that right it goes to the API(not hamza script, hamza stole this code) just like you going through scripts and stealing code. Stop doing it.
Logged
jjohnson777
Reputation: (
+29
)
Offline
Gender:
Posts: 11972
Referrals: 8
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #123:
Oct 27, 2009 09:59 AM
If he put as much time in his sites as does on stealing stuff he might not be so despite. He can not even be honest with his members his site say minimum ad value of 1/10 cent when its 1/100 cent.
Logged
Delusional
Reputation: (
+2
)
Offline
Gender:
Posts: 4713
Referrals: 6
GPSBlack Creator
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #124:
Oct 27, 2009 10:21 AM
i agree
Logged
ptcpay
Reputation: (
+7
)
Offline
Posts: 1780
Referrals: 2
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #125:
Oct 27, 2009 11:55 AM
LOL, I'm not talking about the freaking item forms smarty pants. I'm talking about your handlers after the payments are made.
BRB killing my dog.
Logged
Delusional
Reputation: (
+2
)
Offline
Gender:
Posts: 4713
Referrals: 6
GPSBlack Creator
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #126:
Oct 27, 2009 12:10 PM
well his post arrays are still pretty screwed. so i wouldn't worry about it.
Logged
youngone324
Reputation: (
+7
)
Offline
Posts: 2384
Referrals: 28
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #127:
Oct 27, 2009 12:54 PM
i wasnt stealing codes i was looking for that exact code so i can shut hamza up.
Logged
Custom Bux Script: (Licenses Will Soon Be Available)
S-Tech
- special place for webhosts, website owners and money earners.
youngone324
Reputation: (
+7
)
Offline
Posts: 2384
Referrals: 28
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #128:
Oct 31, 2009 05:49 PM
referral renting has been perfected...... working on rented referrals options such as recycle and such,,
working on security i have changed up the whole ads page and am working on other add ons!
please post feature requests
Logged
Custom Bux Script: (Licenses Will Soon Be Available)
S-Tech
- special place for webhosts, website owners and money earners.
The Rock
Reputation: (
+22
)
Offline
Gender:
Posts: 5810
Referrals: 764
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #129:
Oct 31, 2009 05:52 PM
fail @ ref links
Code:
Fatal error: Call to undefined function getuserip() in /home/duelbux/public_html/register.php on line 18
Logged
I'm serious, there is no link in this sig.
youngone324
Reputation: (
+7
)
Offline
Posts: 2384
Referrals: 28
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #130:
Oct 31, 2009 05:54 PM
Quote from: The Rock on Oct 31, 2009 05:52 PM
fail @ ref links
Code:
Fatal error: Call to undefined function getuserip() in /home/duelbux/public_html/register.php on line 18
ohhh no i forgot to update the link because i changed the coding significantly lol hold on
Logged
Custom Bux Script: (Licenses Will Soon Be Available)
S-Tech
- special place for webhosts, website owners and money earners.
Fennec
Reputation: (
+70
)
Offline
Posts: 954
Referrals: 10
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #131:
Nov 03, 2009 10:48 PM
@youngone324 : I am sorry but you wont be allowed to sell this script in EMS, because it contains copyrighted material from other websites.
EDIT: youngone removed the copyrighted material I forwarded to him, topic unlocked.
«
Last Edit: Nov 03, 2009 11:24 PM by Kareem
»
Logged
jacke
Reputation: (
+22
)
Offline
Posts: 1148
Referrals: 433
Re: New PTC Script - The URL Has Changed, Script Faster
Reply #132:
Nov 04, 2009 12:45 AM
Mr.Kareem, your work is too good here et EMS.
Logged
Pages:
1
...
7
8
[
9
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
EMS
-----------------------------
=> Forum Rules, FAQ and Announcements
=> Suggestions, Feedback and Forum Support
=> EMS Games & Contests
-----------------------------
Get Paid To Websites
-----------------------------
=> General Discussion
=> Crypto Currencies
=> Praises and Applause
=> Complaints
=> New and Pending Websites
=> Suspect Websites
=> Stable Websites
=> Downline Builder
=> Referral Exchange
=> Referral Deals
-----------------------------
Webmaster's Corner
-----------------------------
=> Developer Board
=> List your Website or Blog
=> Industry Announcements
=> Advertising Offers
-----------------------------
Members Lounge
-----------------------------
=> Chit-Chat Main
=> Buy and Sell
=> Introduce Yourself!
=> Non English Forum
=> Advertise Here