View Full Version : PHP Custom Code Request!
Hello everybody,
I would gladly in a forum of my choice an automatic response by a system user to spend which contains a blockchain address, this again but is generated by an external PHP file.
How exactly is this possible?
Example :
Thank you for using our Donation System. Please send your donation to:
External Link : <external link> (https://blockchain.info/de/address/xxxxxxx)
Bump, still need Help. Many Developers here but not only one are able to help me ?=!
MarkFL
10-25-2016, 03:14 PM
To be honest, I have no idea what you are wanting. It would help you get a response if you described in more detail exactly what you are after. :)
I don't understand your request either. Either way, it does not sound like a small job which someone will make for you in their free time.
Simple.
Create a Topic in Forum with ID = 6 and after the user creates the Topic your Account as Admn will auto response with an generated Adress from another PHP file. Thats it.
MarkFL
10-28-2016, 04:16 PM
Simple.
Create a Topic in Forum with ID = 6 and after the user creates the Topic your Account as Admn will auto response with an generated Adress from another PHP file. Thats it.
You wouldn't necessarily need an external .PHP file to do that, it could be done within the plugin system.
Before I begin coding, let's make certain what I have in mind is what you want.
What you would find useful is a product that would allow you to select a forum or forums in which when a new thread is created, a reply to that new thread is auto-generated which will be authored by an account of your choosing, with a message you can define in the settings.
Does this cover everything?
Yes and it should work with an automated generated blockchain adress of you main account, for that i will ship an example code.
<?php
$guid = "MY SECRET GUID WHAT HANDELS AS LOGIN";
$password = "MY SECRET PASSWORD";
$label = "MY LABEL";
$json_url = "http://123.123.123.123:3000/merchant/$guid/new_address?password=$password&label=$label";
$json_data = file_get_contents($json_url);
$json_feed = json_decode($json_data);
$wallet = $json_feed->address;
echo "Your wallet has been created : " . $wallet . "<br><br>" ."Your label is : " . $label;
?>
Botem you need an Backendserver for that script.
Documentation : https://blockchain.info/de/api/blockchain_wallet_api If you have an account you do not need an api key, so you have to use your own server as backend nodejs with theyr program. I have done a setup. If you don't have a server you have to use API V2 Key but they wan't send one key to most requests. Rarity to get one key.
So i use the Own Server method.
Another please to youm before you will publish taht plugin, give me time to test and if all is fine, you can make it public.
My Target version is vBulletin 4.2.1 / 4.2.3
MarkFL
10-31-2016, 12:30 AM
I will pass on this. I have no interest in working with some third party API, nor do I have any interest in providing code for free and to be given conditions under which I can publish my own code. :)
You have to use some api, without api it want work, unloess you get a kiey but i will work with 3th api like my code example.
Bump... Pls users with knowhow and not blablabla...
Mark.B
11-02-2016, 12:04 AM
Bump... Pls users with knowhow and not blablabla...
I don't want to cause offence, but you need to look at your attitude a little here.
Firstly, let's be clear, you're asking for someone to spend their time, for free, writing a non-trivial piece of code that involves learning and researching a third party API.
Secondly, you're imposing restirctions on what that person can do with code they have written purely for your benefit.
Now you've followed that up by criticising a coder who DID respond by insulting his coding skills!
I'd proffer you're going to get nowhere on this with such an entitled attitude. Sorry!
If i say they should use the api that i ship then i need that not another shit i dont can use
MarkFL
11-03-2016, 02:58 AM
The issue for me was that you didn't mention any API until your 4th post in this thread, whereas if you has mentioned that from the start, I wouldn't have bothered replying because I have no interest in doing something like that when so few here would actually benefit from it.
Also, being told that I would be restricted as to when or if I would have your "permissions" to publish my own code wasn't very appealing, nor was your attitude.
Anyway, that's why, as soon as I saw you had added this API issue to the project after saying it was simple, that I lost interest. I simply am not interested in investing that much time and effort for something that will benefit a very small number of users.
Master Of Unive
11-03-2016, 05:47 AM
He wasn't even trying to write proper English.
I don't want to offense but we shouldn't feed a troll.
P/S: If you want to request for custom code, please visit this forum https://vborg.vbsupport.ru/forumdisplay.php?f=30
TheLastSuperman
11-03-2016, 12:31 PM
He wasn't even trying to write proper English.
I don't want to offense but we shouldn't feed a troll.
P/S: If you want to request for custom code, please visit this forum https://vborg.vbsupport.ru/forumdisplay.php?f=30
He may not know how, English is one of the hardest languages to learn i.e. https://www.oxford-royale.co.uk/articles/learning-english-hard.html
I mean after all Homophones are just plain silly at best!
Anywhoo I believe he simply wants something to work and it won't, what happens when most of us can't get something to work? Frustration :p. I do agree with the API aspect of this, for me too, I simply can't spare the time but perhaps someone will come along soon with a shared interest.
Thanks for posting that link as well ;).
cellarius
11-03-2016, 01:07 PM
He may not know how
Oh, his posts are just as impertinent in his mother language. We have a closed thread at vB-Germany that proves that just nicely.
Paul M
11-03-2016, 05:49 PM
Closing this. I suggest you hire someone for your rather specific needs here.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.