HOW DO I WRITE A SCRIPT FOR MY WEBSITE SO I CAN HAVE A LOG ON PANEL?

Question by Sharpshooter:
How do I write a script for my website so I can have a log on panel?
I have a new website but it doesn’t come with a log on panel for my website. I talked to one of the employees and they stated I would have to write a script to put a log on panel on my website. Can you please help me! I have no idea how to do this.
Are there scripts already writin that i can just get off of a website and use it for my clans webpage?
——————————————
Answer by Cyrus
You need a server-sided language (like PHP or ASP) and a database language (like SQL). You can see how to program in all of these at: http://w3schools.com/
——————————————
What do you think? Answer below!









about 2 years ago
I suggest blogger.com for your blogsite since it’s free and easy to put adsense ads. You can get a lot of how to videos on youtube.com just type the keywords “blogger tutorial”.
about 2 years ago
To start out you need to get a WordPress blog setup and installed on a domain, and SEO optimized.
From there it’s a matter of keyword research and publishing activity along with some social bookmarking.
This is all covered in http://blogsitesetup.com
As for the ‘affiliate marketing’ twist just email the owner and he’ll give you some more instructions specifically on how to get that implemented on your blog. He’s pretty cool, I know him
about 2 years ago
i just started doing this to and i will follow this thread for more who chime in on it. just recently i signed to several web sites for their affiliate program and now i am posting links. the most recent affiliate program that i have found pays pretty good. like 10%, not the greatest but decent.
Im looking over the links that have been posted here and think about the kick a#s ad. pretty nice. good info.
about 2 years ago
I just recently started to market affiliate programs myself. I am not sure about using blogs but I do know that there is a wealth of knowledge at Wealth Affiliates. I am learning a lot about building websites and marketing affiliate programs. Take a look at it here http://www.wealthyaffiliate.com/?a_aid=UiJpMNCR . Also, I have join another affiliate program that pays 100% commissions directly to you and has a complete video library on lots of internet and computer topics. Here is the link http://infinitydownline.com/?id=jcwilliams63 . I hope this helps and Good Luck
about 2 years ago
Heya,
What you are asking as far as setting up a blog for adsense and affiliate sales is very easy.
As far as a personal mentor… well if you are prepared to invest you will sorely find a worthy mentor.
To get started I would open a blogger account as it is the most simple in my opinion at blogger dot com.
Use Google external keyword tool to research topics and figure out which keywords are popular in the niche you have chosen.
Then add related and researched content to the blog based around the first keyword you choose.
There are tools in blogger that are very easy to follow to add adsense to your blog.
If you are not sure how to do something you can usually go to youtube dot com and type in such things as “how to put adsense on blogger”
To get an affiliate link fro a related product head on over to click bank dot com and register. Then click on market place and choose a related product or two. Create an affiliate link. Copy and paste the affiliate link in a separate note pad or text document and save it to your computer appropriately.
After you have the content on your blog you would add the affiliate link at least once on the page. You can see how I did this on one of my latest blogs with blogger >> howtogethimbackfastnow.blogspot.com
Try to follow the same formatting.
If you feel you would like private coaching as in one on one – feel free to contact me here in yahoo and make a time to talk with you.
All the best.
about 2 years ago
Hello Rara
1st of all you have to choose the topic on which you can write too much very easily, this is the main mistake which most of people do when they start. Then you need to choose such high paying Adsense keywords for which Google will serve high paying Adsense Ads. These will be the keywords which people are searching in google to find some product/information.
After deciding this you need to create a blog/site on blogger including that Keyword in the domain/site URL. And start optimizing your site for that keyword for SEO to come on top in google by including it in your articles, description, title, link exchange etc.
And start driving the traffic/visitors to your site to earn from adsense.
When you submit an article you can offer relevant product affiliate link at the end of your article.
I think, I have laid out the whole picture.
If you want to make more money with adsense and need more information then check the source below, where you will find a very decent information about how to make money with google adsense secret tips, tricks ebook.
Hope this information will be useful for you.
Good luck.
about 1 year ago
He said “you have to write a script” the way a cardiac surgeon would say “we have to give you a heart transplant”. He meant “someone with a few years of experience developing websites will have to write a script”, not “you, who wouldn’t recognize PHP from Javascript, will have to write a script”.
No, there’s nothing you can just copy and paste into your site, you have to write the programming code to make the page and the code to make it work (2 separate programs). If it were as easy as you hope, flipping burgers at McDonalds would pay a lot better than web development. (Trust me, a hamburger flipper doesn’t earn enough to pay a developer’s income tax.)
about 1 year ago
First create a form in html with the input type text for the user to fill in and a submit button, then build in php code to get the information entered by the user into a database such as mysql using session variables, but before having the php function that write the info into the database: mysql_query($ query); make sure the same user has not been inserted into the database already, if not then the “if” portion of yor code should allow php to write the new information into the database.