Bitcoin Forum
June 19, 2024, 08:53:54 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Other / Meta / Re: Forum trust settings / green trust etc on: September 22, 2017, 02:10:38 AM
Sorry if this was explained before but I couldn't find the description of how this system works. I had a successful deal with another forum member, he left me a feedback, so I assumed it would show as green +1, right? Wrong, it doesn't seem to work that way, it doesn't even show +1 in black. How does it work then? On the other hand I'm following one thread now where some people gave quite a few people red trust in matter of few minutes. Plus on top of everything it's totally unclear what trust settings are for, how they work, what are trust levels (and all nicknames in them) etc.
Please explain.

As Lauda already gave you the link but in short the trust works like this. There is a trust network which is default for everyone while if you want you can add/remove people from your trust network. This is done to avoid fake trades and fake trust ratings. By far the most transparent and amazing way of determing trust ratings. You can trust people and change how they look to you, but for others it would remain the same.

Here you go: https://bitcointalk.org/index.php?topic=211858.0.

* Lauda waits for sig. spammers to drop their short, and seemingly *useful*, yet useless reply or two.

I am sorry as I see you believe spammers will post but really I am posting only because the trust system here though is amazing but sometimes very confusing and that is the only reason I make this post.
22  Economy / Services / Re: How to make bitcointalk signatures [ Logo and Images ] on: September 22, 2017, 02:04:07 AM
I have made a thread and explained it completely : https://bitcointalk.org/index.php?topic=2198076

But still if anyone has questions or wants to learn from me from scract to everything then I will be more than happy to teach you, price is negotiable and I might teach you for free too.

Man you are a hero ! This is going to e a rocking thread . If you can teach me for free now I might pay you in future . Let me know because signatures attract me a lot . I know most of the things and it would be a lot easier to teach me . I have used tools to convert images to BBcode but they did not work well . I will try yours , thanks a tonne !

Yeah I wanted everyone to know how signatures are made and hence took long time to make this guide (completely made by me) please let me know any ways I can help you. If you don't understand anything feel free to ask me. I am always here to help for free so never hesiatate.

People are charging insane amounts like 0.1BTC - 0.2BTC which equals to $400-800 for just a few hours of work. So better everyone learns it and the huge profit is shared among more people.

One request as I see you have negative trust please once you earn with signatures or somehow please pay back whom you have scammed, let's bid for a scam free internet. I am sorry and no intentions to hurt you but just my humble request.
23  Other / Meta / Re: We have to think about it, Newbies are Spamming alot... on: September 22, 2017, 01:57:21 AM
I beliebe the purpose of this forum is to make rather open forum and hence along with spam from newbies there comes a lot of freedom and hence something different. I have read a lot about this thread and actually it's a sort of decentralized forum since the owner allows such freedom to everyone.
24  Economy / Services / Re: Find this product and take the bounty! on: September 22, 2017, 01:51:17 AM
I'll giving away $10 in bitcoin to whoever can find these EXACT sunglasses for sale online.



https://imgur.com/a/9FIco



here it is : https://www.steampunkgoggles.com/product-category/steampunk-glasses/sideshields/

Please pay me here : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUT
25  Economy / Services / How to make bitcointalk signatures [ Logo and Images ] on: September 22, 2017, 01:24:48 AM
I have made a thread and explained it completely : https://bitcointalk.org/index.php?topic=2198076

But still if anyone has questions or wants to learn from me from scract to everything then I will be more than happy to teach you, price is negotiable and I might teach you for free too.
26  Other / Meta / How to make bitcointalk signatures [ Logo and Images included ] on: September 22, 2017, 01:18:33 AM
Any tips are highly appreciated : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUT

Hello everyone I am good in BBcodes and have seen people paying quite heavy for some signatures and I thought why not teach everyone how it's made and it would be good that more people will be able to do it and rather more distributed earnings for all.

I am creating this just for signatures and not going into all the attributes used.

First of all learn how it works, there are some parts and each step will take you to a higher learning. I have tried to keep it very simple but don't hesitate to ask me anything as first time we all learn something.

- How to make use the following stylings : Bold, size, change font, colour, background color

Typing anything you want and use the attributes given .. like if you want to make "bilochoa" with the styles given below

bold - simply use
Code:
[b][/b]

example :
Code:
[b]bilochoa[/b]


size - Just use
Code:
[size=10pt][/size]
you can define the size limit by the value as you can see it's 10pt you can make it anything like 15,16,etc

example :
Code:
[size=12pt]bilochoa[/size]


color of font - you can use
Code:
[color=pink][/color]
and define the colour or even use hexcode ( must have # before the code )

example :
Code:
[color=pink]bilochoa[/color]


NOTE : You can and have to use transparent color too at times.

change font - use the following
Code:
[font=Verdana][/font]
and you can define the font you want to use.

example :
Code:
[font=calibri]bilochoa[/font]


background color - Put the text between
Code:
[glow=red,2,300][/glow]
and define the colour.

example :
Code:
[glow=red,2,300]bilochoa[/glow]


links - use
Code:
[url][/url]
but make sure all the content in between, make sure you always cover all the opened tags and closed ones too you used to design the text.

example :
Code:
[url][size=12pt][color=red]bilochoa[/color][/size][/url]


Let's quickly use them all to make sure we are going in the right direction.

Code:
[size=20pt][color=pink][glow=red,2,300][b]bilochoa[/b][/glow][/color][/size]

NOTE : Important : You must use [size] outside the [glow] tag because if you use it inside it will not work properly.


- How to make use the following stylings : alignment and tables

If you want to align something use the tag as follows :
Code:
[left][/left]
or
Code:
[right][/right]
or
Code:
[center][/center]
as per your need.

Make sure you always use it outside of all the tags to make sure it works the best.

like
Code:
[center][tag1][glow...][/glow][/tag1][/center]


Now coming to the tables it's a very important and exciting thing to be done in signatures


Any table you make must start with
Code:
[table]
and end with
Code:
[/table]

How to make a table

- Define
Code:
[table]
and close it
Code:
[/table]
and now we are gonna work between these two tages to make rows and columns

Remember one thing always columns means horizontal like | column 1 | column 2 | | column 3 |

while rows means vertical like      |
                                                 |
                                                 |
                                                 |

I am using it like that so you can understand.

Now first of all let's make a simple table which would means that we put large text to the left and right side will have two lines

Hello
This is text 1
This is text 2

here is the exact code for the table above

Code:
[table]
[tr]
[td]
[size=20pt]Hello[/size]
[/td]
[td]
This is text 1
This is text 2
[/td]
[/tr]
[/table]

Here you see we have made 1 row which means and 2 columns and the first column I made the text bigger so it looks good.

Code:
[tr]
defines rows and
Code:
[td]
defines columns.

Here what we did was we made 1 row and 2 columns ... in that one column is for Hello and one with 2 sentences


- How to make images as BBcodes

Since forum does not allow direct images therefore we have to add tiny particles together and make the images.

This can be done by two ways

- Manual : Draw with little elements in notepad and use it.

- Automatic ( recommended ) : visit here : https://manytools.org/hacker-tools/convert-image-to-ansi-art/go

and just upload your image ( make sure it has while background else it won't work )

or use this https://morgh.us/pixelate/ ( transparent/white/any colour background will work in this )

Please ask me anything you want and I will gladly help as you want, here or privately.


Any tips are highly appreciated : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUT
27  Economy / Services / Re: Looking for bounty manager on: September 21, 2017, 05:07:08 PM
I can manage your campaign too, free of cost ( tips appreciated ) and I have some experience of doing that though not in bitcointalk but I can handle things esily.
28  Economy / Services / Re: REQUIRED: MULTI WALLET DEVELOPMENT on: September 21, 2017, 04:59:56 PM
Hello sir, I can do this and I won't need a single penny upfront either. I will be glad to develop the wallet and website for you. Please message me details to contact you, preferred skype.
29  Economy / Services / Looking for work - Writer for hire - on: September 21, 2017, 04:47:44 PM
Hello there, I have been working in crypto since many years and I have good experience with writing posts, articles, columns, etc.

I would be glad to work with anyone of you and below are the topics I am best at :

- Gambling
- Crypto Disucssion ( general & technical )

Please let me know and I will be looking to work on a regular basis too, I have at least 14 hours a day I can work to pay off my detbs.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!