Pages:
Author

Topic: [CoinURL] All ways to monetize your content! - page 6. (Read 39539 times)

legendary
Activity: 1582
Merit: 1002
how about NULL'ing the fields instead of DELETE?
When I need to lock some cheater account I do exactly as you said - set NULL password, which makes impossible to ever use this account.

i ment in in relation to deleting your account, therefore ppl can "delete" their accounts.
It is also possible.
legendary
Activity: 1792
Merit: 1008
/dev/null
how about NULL'ing the fields instead of DELETE?
When I need to lock some cheater account I do exactly as you said - set NULL password, which makes impossible to ever use this account.

i ment in in relation to deleting your account, therefore ppl can "delete" their accounts.
legendary
Activity: 1582
Merit: 1002
We are experiencing temporary problems with the server. Don't worry!

UPD: Seems issue solved now!
legendary
Activity: 1582
Merit: 1002
how about NULL'ing the fields instead of DELETE?
When I need to lock some cheater account I do exactly as you said - set NULL password, which makes impossible to ever use this account.
legendary
Activity: 1792
Merit: 1008
/dev/null
Have another few questions here, how can I remove my account if I wanted to?
Is there a way to set a "referred by" after the account was created?
1. It is not possible in any way! SQL statement "DELETE", executed on the users table, will break foreign key integrity and corrupt database. I can only disable accounts (i.e. make impossible to login).
2. It is possible to set referrer field empty, but not to set arbitrary user as your referrer (due to high risk of abuse).
how about NULL'ing the fields instead of DELETE?

greetings
legendary
Activity: 1582
Merit: 1002
A bug causing display of the unnecessary top and left blue borders in image ads in the Internet Explorer was fixed!
legendary
Activity: 1582
Merit: 1002
I have received a suggestion and implemented short link preview, which can be shown before a redirect is made.

legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Have another few questions here, how can I remove my account if I wanted to?
Is there a way to set a "referred by" after the account was created?
1. It is not possible in any way! SQL statement "DELETE", executed on the users table, will break foreign key integrity and corrupt database. I can only disable accounts (i.e. make impossible to login).
2. It is possible to set referrer field empty, but not to set arbitrary user as your referrer (due to high risk of abuse).

I understand. About the referrer don't worry, he registered form main page and after that I realized he could have done it through my link. Thank anyway
legendary
Activity: 1582
Merit: 1002
Have another few questions here, how can I remove my account if I wanted to?
Is there a way to set a "referred by" after the account was created?
1. It is not possible in any way! SQL statement "DELETE", executed on the users table, will break foreign key integrity and corrupt database. I can only disable accounts (i.e. make impossible to login).
2. It is possible to set referrer field empty, but not to set arbitrary user as your referrer (due to high risk of abuse).
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Service is down?
Just checked, works fine!

Yes indeed, is back again Smiley hope you solve the server overload issues soon.

Have another few questions here, how can I remove my account if I wanted to?
Is there a way to set a "referred by" after the account was created?
legendary
Activity: 1582
Merit: 1002
Service is down?
Just checked, works fine!
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Service is down?
member
Activity: 84
Merit: 10
BitcoinCoffee.com, please contact me via e-mail before writing complaints in this thread, I will always try to help you!

CoinURL uses third-party payment notification service (bitcoinmonitor.net), so I cannot guarantee that it will have 100% uptime. Also my server might be down (or heavily overloaded) at the moment when notification request was made, so you deposit was not automatically credited. In this case just contact me and I will add funds manually as fast as I can.

Your paid 1.3 BTC was credited now!

Okay, from now on I'll just post in this thread to verify!
legendary
Activity: 1582
Merit: 1002
BitcoinCoffee.com, please contact me via e-mail before writing complaints in this thread, I will always try to help you!

CoinURL uses third-party payment notification service (bitcoinmonitor.net), so I cannot guarantee that it will have 100% uptime. Also my server might be down (or heavily overloaded) at the moment when notification request was made, so you deposit was not automatically credited. In this case just contact me and I will add funds manually as fast as I can.

Your paid 1.3 BTC was credited now!
member
Activity: 84
Merit: 10
Edited post, resolved issue!
staff
Activity: 4270
Merit: 1209
I support freedom of choice
Coinurl revenue sharing integrated with MyBB forum!
1) Add a Custom Profile Field, call it Bitcoin Address and remember its ID.
2) Download this plug-in http://community.mybb.com/thread-127455-post-923977.html#pid923977
3) Modify the ID ( from 1 ) in the plug-in code.
4) Install the plug-in

Header/footer:
Inserit the ads code with {$bcads}
Code:

My Advertisements plug-in -> Postbit:
Use {$GLOBALS['bcads']} here instead of {$bcads}
Code:

Then you are going to share the revenue with users that are making useful and interesting thread on your forum.

Example:
https://www.bitcoin-italia.org/forum/Thread-Ricatto-in-Bitcoin
Look at link in the ads and then look at my profile. ( I'm the creator of the thread )
My profile: https://www.bitcoin-italia.org/forum/User-HostFat
( there is the same btc address )
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Ok, here it is http://miui.es/index.php/topic,4550.0.html , click any of the ROM links, I enabled the script on coinurl too
I found this error. Yesterday I have updated the script to strengthen security, but missed to include database connector in one file.
Thank you for the bug report and sorry for inconvenience!

Wow, thank you for an awesome fast response and solving the issue. I will definitely be using coinurl for all my ad related needs.
legendary
Activity: 1582
Merit: 1002
Ok, here it is http://miui.es/index.php/topic,4550.0.html , click any of the ROM links, I enabled the script on coinurl too
I found this error. Yesterday I have updated the script to strengthen security, but missed to include database connector in one file.
Thank you for the bug report and sorry for inconvenience!
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
Hi giantdragon, small question here, any idea why my visitors get this error when clicking on links converted automatically by coinurl script?

Quote
Fatal error: Call to undefined function dbmainconnect() in /home7/bitlatsl/public_html/coinurl.com/data/userinfo.php on line 130

The script is installed correctly, but they don't get to see the content when I enable it, only a blank page with this error. Thanks
Please provide an URL to the page where this script installed and error appears.

Ok, here it is http://miui.es/index.php/topic,4550.0.html , click any of the ROM links, I enabled the script on coinurl too
legendary
Activity: 1582
Merit: 1002
Hi giantdragon, small question here, any idea why my visitors get this error when clicking on links converted automatically by coinurl script?

Quote
Fatal error: Call to undefined function dbmainconnect() in /home7/bitlatsl/public_html/coinurl.com/data/userinfo.php on line 130

The script is installed correctly, but they don't get to see the content when I enable it, only a blank page with this error. Thanks
Please provide an URL to the page where this script installed and error appears.
Pages:
Jump to: