|
|||||||
| Newbie Questions New to the whole making money online and developing your own sites thing? Post your questions here so that seasoned members can answer your questions. Please keep your questions out of the other categories. We know you're a newbie, but there's no reason to be annoying. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#454 (permalink) | ||
![]() |
Congrats I've made $35 with mine in November so far but once I get all the new site upgrades done and start pushing traffic I hope to reach much much higher goals.
__________________
Quote:
Quote:
|
||
|
|
|
|
#455 (permalink) |
|
$0.50/week
|
Aequitas, that flash player thing is awesome. How did you learn to do stuff like this? You said you don't know anything about Actionscript but yet you managed to do it! I want to be able to program my own little problem solvers instead of relying on the hand outs of other peeps - grrrr.
Oh, and while we're on the subject of goals I reckon I've made about $2 but yet I've learnt chuffing craploads of information - now I'm putting all these crazy ideas into practice and it won't be long before I start seeing an increase in revenue - but hey you gotta start somewhere. |
|
|
|
|
#456 (permalink) |
|
Junior Member
|
Lol. Bastard.
DBWebDev is right the work you are doing sounds like pure genious. I did not realize it was posssible to use your own player for another sites vids. When it comes to coding stuff I am more of a hacker then a programer but I would love to take a crack at this. Did you find some resources on how to build this or is there any information you found that helped in make this? |
|
|
|
|
#458 (permalink) |
![]() |
LOL... yeah, just switch them...
Makes more sense. ::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#459 (permalink) |
|
Little Member
|
I've made about $19 in November.
I couldn't figure out where it came from, it showed up in my amazon affiliate section. I have several times used amazon affiliation links when I mention books or other things that someone could buy from Amazon, but I've only ever used one tracking id. As it turns out, I'm pretty sure the money came from a site I set up a while ago and forgot about accidentally-on-purpose. I sunk about 16 -20 hours of development into, and rather than chase my tail and not make any money on it I told myself to hold off until it saw some profit. When I did the development on it I didn't know about changing my referral code in amazon. Now tracking the hits from that site is going to be easier, but the traffic seems to have dropped off again. ps. oh and the income was all from one specific brand of laser toner. I got hits for 10 sales of laser toner. Go figure. I've never hawked laser toner on a blogsite, so I had no clue where it came from. |
|
|
|
|
#460 (permalink) |
|
paper clique fiend
|
I made $2.48 from the time I joined in this challenge (Oct. 17th) until Oct. 31st. Plus, in November I've made $45.02 and counting. So that's a total of $47.50 so far.
__________________
RileyPool.com - Ain't no shame in my PPC game! POFPrimer.com - The #1 Guide to Make Money Online by Advertising on PlentyofFish.com! |
|
|
|
|
#461 (permalink) | ||
![]() |
Well I put the new player on the first five videos on the site now so you can play with it more, I thought I had it all working good last night and so yesterday I began putting the player onto the site only to realize I had a bunch of bugs after I uploaded it so I spent a lot of yesterday fixing them up.
There are still a few minor glitches to work out with the player but it seems to be working pretty good now. Ok since everyone is talking about my player I have stated that this is the first one I've built with no previous background in creating flash players and I did this up inside of one week from scratch, now the reason I was able to pull it off in a decent amount of time is because I have over 6 years of programming experince in other languages which means that I understand how code is supposed to work and learning new programming languages for me goes a lot quicker then someone with lower amounts of programming experince. With that said if you all want some really good flash tutorials then check out gotoandlearn.com - Free video tutorials on using the Flash Platform by Lee Brimelow they have some really good shit there that can help you get started with this type of thing, honestly flash and actionscript for me seems to be a lot easier to learn then other languages because there naming convention simply makes a lot of sense over others. As for changing the girl in the share section of the player I might get around to doing another one up but I want to make sure everything is all good for now, I've still got to re-tweak my buffer system and I've also found out something very important about this type of thing. -----------IMPORTANT ABOUT YOUR OWN FLASH PLAYERS BELOW-------- Ok the first 5 videos playing on my site right now are being hosted by me on my own servers because well I've found out something very disturbing about leaching videos from other sites and using your own flash player. You see when you create your own player and then use Live HTTP Headers (Firefox plugin) to get the flv location of the videos you want and you begin to play the file in your player for the first time everything works 100% no problems what so ever. Good right? Well this is what really got me fucked up yesterday. You see the file locations for videos on YouTube and LiveVideo (Most likely all other sites as well) have some sort of dynamically generated codes which disable you from leaching there videos with another flash player. See yesterday I set up the first 5 vids on my site and was leaching the vids from LiveVideo and YouTube but after about an hour all the videos stopped working on me and I didn't change anything at all so I was like ok what the fuck happened, then I began to dig and learn more. I realized that if you take the flv location and use it to play your files (Like you have to in order for it to work), it plays perfect for a few plays, sometimes it works for like 10 plays sometimes it stops working after you've played it only 5 times and basically I tracked it down to leach security on the part of the other sites. See YouTube and LiveVideo have many many video servers all running in order to support the bandwidth and traffic levels they get but (And I haven't taken the time yet to trace this) they have Javascript which reads the url location and transfers it to the right server with authorization of some sort in order to say hey this video can be played. LiveVideo on the other hand might have this type of security built directly into there flash player (I've built my own security directly into my own flash player so people can't leach the vids from my servers as well). Anyway to put it simply there are one of two ways to leach the videos from other sites, the first way is you don't and the second way is that you dig through there Javascript and try to figure out what values they are changing to make the authorization work but again I believe they may also have this type of security built into there swf file which means it'll be fucking impossible to crack unless your very experinced. So in my first tests the leeching of vids from other sites worked great thats why I thought it would work but as I've stated they will only work for an hour or two and then your fucked the vid won't play anymore cause of some sort of leech protection thing they must have built. However as I said I haven't done a lot of digging into exactly how they do it but I do know that there is security there.
__________________
Quote:
Quote:
|
||
|
|
|
|
#462 (permalink) |
|
Reviving Jerk
|
Aequitas, what is your view on this ..... just something that popped up after seeing your post.
Now I am not sure, how you've made it so that the FLV plays from the server directly, maybe a file leecher that let's you insert the direct link to the FLV on the youtube or LiveVideo server. Now FDC servers have been my favorite for all my filesharing experiments, it's the closest I have gotten to being on something that's actually unmetered. FDC - Services - Virtual Dedicated Servers :: Dedicated servers, Colocation chicago, Virtual dedicated servers, Dedicated server forums, virtual dedicated server forums, VDS, VPS, virtual private servers Let's say you code a script that downloads FLV straight from Youtube to your own server (in this case an FDC unmetered VPS) and we utilise this FLV link for embedding on our server. This would prevent the NaN Anti-leech errors and let us stream from our own server without having to go through a lot of trouble. Check out Rapid Leech - This does exactly what I said before file sharing sites like rapidshare and stuff. Let me know what you think. Cheers |
|
|
|
|
#463 (permalink) | |||
![]() |
Quote:
The price is currently set at about $70 a year so around $6 or $7 per month, with prices like that its pretty fucking cheap, so when the time comes and I exceed the 3000 played vids per day from my server I can just buy another hosting for another $70 per year now if the site cannot make more then $70 per year or $7 bucks per month with 3000 vids being played each day then there is something really fucking wrong with the site. Now obviously there are tons of issues with not running your own servers and its 10 times better to run your own servers but the main thing to keep in mind I think will be price, storage space, and bandwidth. I mean fuck for around $2K I can build my own server with a Terabyte or more of storage space and I could go down to my local internet service provider and see how much they would charge me per month to hook up my server to there connection if I do all the maintience and keep my server out of there way. This would enable me to have complete control over my own server but again it would be interesting to know how much bandwidth allowment my local ISP would give me for a specified price. The rapid share script looks very handy and I'll have to try it out, it could really speed things up when adding new videos to your site just as long as I could somehow change around the naming convention with it all. But its definately a kick ass idea to look into more.
__________________
Quote:
Quote:
|
|||
|
|
|
|
#464 (permalink) |
![]() |
Monkey see, monkey do. I love the idea of messing around with Flash whenever I get the chance, but more often than not I build sites that don't use any. So, my flash skillz really are hurting right now.
Here's my lame attempt at the player: SEO Mike's Flash Player Test Page It's still a work in progress, but I wanted to see it on the net, rather than my local machine, so I uploaded it. The video is a rip, so it is actually hosted on my server. Feel free to make fun of it (the player) or whatever. Like I said, it's a work in progress, and likely won't look anything like the final product. Enjoy. |
|
|
|
|
#465 (permalink) | |||
![]() |
Quote:
I wanted to ask too what do you all think of the promotional material I got going? - YouTube - 2 Girls Giving 1 Girl A Lap Dance
__________________
Quote:
Quote:
|
|||
|
|
|
|
#467 (permalink) |
![]() |
Thanks Aequitas! The player is pretty much finished now, just need to figure out how to integrate with a db and XML and then I'll be ready to do some damage.
![]() Springer: get the Firefox plugin called Download Helper then visit YouTube or any other site that uses .flv files and just rip away. Aequitas: Hot chicks...umm...let me think...Yeah I like it! Nice clip on YouTube man, should attract some attention. BTW, you have: Code:
NaN:NaN /edit/ also, your player locked up on me after the video finished and I copied the embed code. |
|
|
|
|
#469 (permalink) | ||||
![]() |
Quote:
Quote:
I did that because I have 5 vids on one page and if all where to connect right away it would cause major slowdowns (Like there is already) and major waste of bandwidth but I'm adding a thing to hide the NaN:NaN and have it just display 00:00 until the user clicks play. I also have to figure out how to properly get those images to pre-load, they work fine and all but they only begin to load when you are over top of the player and that makes me mad haha I want them to load on page load. I'll figure it out in the morning.
__________________
Quote:
Quote:
|
||||
|
|
|
|
#470 (permalink) | ||
![]() |
Ok noobs and everyone else I'm going to help you out a little bit on brandability side of things but this method will only work if you are using videos on your site, your entire site doesn't have to be all videos like most of mine hell even if you have ONE single video on your website you can easily do this to increase your website brand and to hopefully gain some more traffic.
Over these last few days I've been noticing that a few visitors of mine have found my site with there cell phone, who knows those visits may have came from WickedFire members but then again they might not have. Upon seeing this I remembered reading so many articles of how cell phones will quickly become a decent player in the way people view the web, so you should not loose out on this type of traffic, most cell phones use whats known as GSM, actually almost every new cell phone will have GSM unless your in a small town like me and your service providers are cheep ass bitches but back on topic. These phones can play a movie file type which is called .3GD and .3GD2 so what you do is you take your video (Download it if you don't already have it on your hard drive) and then convert it to this format and allow your website visitors to download the video directly onto there cell phone (Make sure your website URL is somewhere in that video though). If you want an easy solution to download movies onto your computer there is a really good firefox plugin called Sothink Web Video Download Download that and then do a simple search for any .3GD converter there are tons and tons but you might end up spending like $30 bucks for a really good one. I was going to get into talking about how to optimize your site for a mobile device because I already did up my mobile site, if you have a cell phone check it out just type in www . cutesexywomen . com into your cell and you should see 3 100px by 100px images and when clicked you'll notice my little message so its nothing special but it still gives brand awareness to the mobile community. What I really wanted to do was allow mobile users to be able to watch my videos on my site on there cell phones just like how www.m.youtube.com does but upon my research I realized that there is no other real solution to stream the videos other then to have your own server software running in order to do it, at this point its just too much hassle to deal with and easier to just wait a little until a more valid solution comes up or maybe when I'm board I'll figure something out. Anyway why even stop there with your videos see if a few people download the video to there phone then there is a very very very good chance they will show that video to there friends, but think why not create a few other formats and allow your website visitors to download that video to the Apple Ipod and the Microsoft Zen, again these converters can easily be found on Google and when someone puts your video on another mobile device there is a very large chance that they will show there friends the videos and so on and so on. So just because you create a video and spread it around the web doesn't mean it has to stop there, think mobile devices, even some PDAs should now have the abillity to all play videos. So there you go just a little something to help you out and to help get your website brand out there a bit more.
__________________
Quote:
Quote:
|
||
|
|
|
|
#471 (permalink) |
![]() |
Great update Aequitas!
I was thinking earlier that this thread has been going for about a month or so, the halfway point theoretically based on my initial post, and I was wondering what people have learned so far. How much have you made? Did you find a new way of doing something that you had already been doing? In short, what have you gained from participating in this thread? To start things off, I learned a shit-ton about gaining backlinks fast. Made about $8 off the autoblogs. Learned how to create a XML driven MP3 player, and a Flash video player. Found out that video blogs can be profitable, and fun. And have really enjoyed the comments and information from all of you. Your turn. |
|
|
|
|
#472 (permalink) |
![]() |
I haven't made any money directly from this thread, however I would like to think that I would not have made the money I did (in my sig) without this thread. I was flatlining and this thread got me jumpstarted again. I learned more about wpmu, autoblogging and I've gotten all around more friendly with WP. I consider my achievements still being a big work in process though, with alot further to go. Thanks to everyone in this thread, you guys are the best.
|
|
|
|
|
#473 (permalink) |
|
Senior Member
|
Let's see..
So far in November for the sites I started working on in this thread I have made ~$60 from adsense. Things I learned included doing keyword research for a niche I wasnt actively in the industry for, using a cycle site to generate links, working on ad placement for better CTR. The biggest lesson I learned is that I definitely believe that it is scaleable, and I am working on a system to be able to crank these out. Thanks again SEO_Mike and the others here that have shared, if your at Pubcon a round is on me! |
|
|
|
|
#474 (permalink) |
|
I AM the shit!
|
Holy shit Mike, what I've learned and remembered and changed about the way I do things would fill up the whole rest of this page if I listed it all. Man, what a great idea this whole thread was. Thanks!
Even though I'm not participating in your competition, I've changed my whole outlook on what WP is capable of. Previously, I looked at it as a blog platform, even though I knew it could do more. I was limiting myself thinking that way. I just never tried some of the things I'm doing now. I've designed some kick-ass looking sites (that don't look at all like blogs) using WP, a sweet collection of plugins and some newly acquired php editing skills. I know a hell of a lot more today about WP than I did just a few weeks ago, all because I began following this thread and thinking about what I could do. Thanks to everyone who gave tips, ideas and solutions. Thanks to all the people who asked questions, too. I got a lot out of reading answers to other peoples questions, too... things I didn't know I didn't know. Good luck to all you new Wordpress hackers! I hope y'all got half as much out of this thread as I did. If so, you've gotten one hell of an education.
__________________
I'm not an alcoholic, I'm a drunk. Alcoholics go to meetings!
|
|
|
|
|
#476 (permalink) | |||
![]() |
Quote:
During the first week of the site my average visitors was 10 unique per day, which was killer traffic I mean shit I wish all my sites were getting 10 unique per day (Joke). During the second week I placed 3 videos with my embeded URL on YouTube, Veoh, Dailymotion, and Live Video and I spent that entire week adding posts like crazy I think I added close to 100 posts that week. (Yes all 100% unique content) and after that week my average daily unique visitors wen't up to 49. Then on week 3 well I really didn't do fuck all with the site I didn't do any additional advertising and I added maybe 10 to 20 more unique posts and spent the entire time learning how to create the flash player for the site, then made a ton of tweaks then at the end of that week my unique visitor count went up to an average of 82 per day. And finally this last week I've looked a lot into putting my vids on mobile devices like the cell phones, PDAs, and Ipods, I also began to do a bit of PPC and added some more posts which brings up my daily average of unique visitors to 217. Total profit so far is at $82 dollars but missed out on another $35 bucks because I started off promoting paid for free sign ups which I get $1.50 each and then it turns out a lot of my visitors were actually paying out which earns me $35 so I switched everything back so I get paid when my visitors sign up for the service and not just for the free account. At this point I learned a lot about flash and a lot about expanding the reach of my video sites all around, I did a ton of thinking and work since I started up this challenge so it definately was a good one. My conversion ratios are pretty good right now as well. For instance right now one out of every 16 people who click through on the ads sign up for a free account and one out of every 8 of those so 50% are signing up for the paid service which makes me $35 bucks each and the amount of people clicking through to the ads from my site stands at about 47%. So to break that down 47% of visitors to my site click through to my affiliate offers, then about 58% of those are signing up for a free account and 50% of those free accounts are becoming paid accounts which are making me $35 each so I'm averaging a solid 50% CTR and actions around the board but when you do the math I make about $35 bucks for every 200 people I send to my site right now. Once I start sending serious traffic to it I'll be curious to see if those numbers increase, hold, or fall but nonetheless by taking part in this thread I found myself to get a lot more done in terms of production and I also learned a lot so this has definately been a good thread to take part in.
__________________
Quote:
Quote:
|
|||
|
|
|
|
#477 (permalink) |
|
I AM the shit!
|
Since we go back and forth here, talking about videos and such, I'm learning a lot about them... what do ya's all use to edit these videos you're ripping from the youtube?
I found a couple I liked, downloaded them in .flv format, searched around and found a program to convert them to other formats, like .wmv and so on. Now I'm struggling with making edits like embedding urls, changing the soundtrack, doing transitions, etc. Thanks
__________________
I'm not an alcoholic, I'm a drunk. Alcoholics go to meetings!
|
|
|
|
|
#478 (permalink) | |||
![]() |
Quote:
__________________
Quote:
Quote:
|
|||
|
|
|
|
#479 (permalink) |
|
Ron Paul 2012
|
I have a noob question that maybe someone can help me out with...
I'm trying to compile lists of information about various thing.. For example, I might make a list of bible verses or something. How can I turn that into a database file to be displayed on my website? Well, actually, I understand that part pretty well, but is there a way to make each entry get it's own page? I'm just looking for an automated way of doing this. Like, is there a way I could just upload the file to Wordpress and let it do all the work or something? This question was prompted by a post I read here about .sql files: All your database are belong to us - Seocracy.com |
|
|
|
|
#481 (permalink) | |
|
Member
|
Quote:
Example: Once you have the database uploaded create a php page that would take a parameter like ?song=TITLE_OF_SONG . then in your php file query the database, grab and display the results for that song. Next step you need to modify you .htaccess file. If you dont know what this file is, dont worry. Its filename may seem geeky but you can learn its basic functionalities very quickly (took me 3 minutes the very first time). So by modifying the .htaccess file what you want to do is to make a page like this Code:
http://www.mysupersongsite.com/Until it sleeps Code:
http://www.mysupersongsite.com/index.php?song=Until it sleeps Finally you could index all you songs in your database in a sitemap file pointing to Code:
http://www.mysupersongsite.com/SONG_TITLE
__________________
Nope. No ebook promotion here, sorry
|
|
|
|
|
|
#482 (permalink) |
|
Member
|
And about this thread.
Well I also learned stuff, that I was hesitating to play with before. To start with I took the autoblog route. I never actually worked with WP (weird isnt? hahaha) but now I make some basic modifications to the themes and most important (for me) on the plugins. My "mistake" is that I got interested in black hat much more (the force is sooo strong) I said it was a mistake because all this blackhat thingy (did I mentioned that is addictive?) got me nowhere because I am so bored and unwilling to build any whitehat sites first. So the social bookmarking is useless if you dont have a concrete foundation (SEO Empire Money results? Nope. Not good. Not good at all. Great thread. A big thank you (again?) to Aequitas for the really great and useful information he provides.
__________________
Nope. No ebook promotion here, sorry
|
|
|
|
|
#483 (permalink) |
|
Junior Member
|
So, after reading this discussion I headed over to the Rss scraping and Autoblogging thread. I've dicked around with affiliate marketing for about a month, and never really had any money making experience before that.
Decided to run a few tests with wp-autoblog and adsense, I've made $3 from in two weeks with one autoblog. Crappy amounts (although it's enough to pay for my hosting), but I'm only running one, and plan to run more. At the moment am focusing on tracking and analytics for that, so I can get it right for the other 1000 I'll probably end up making. Definitely need wordpress MU though. Anyway, thanks for the thread. |
|
|
|
|
#484 (permalink) |
|
Senior Member
|
Someone else gave some information on this ... using .htaccess (specifically the mod_rewrite Apache module) you can make url query strings simulate individual pages.
Make one .php page that takes a query string, queries the DB and displays the information. Once you get that down, head over to modrewrite.com and post what you want done. e.g. you'll probably want to rewrite something like yourdomain.com/bible-verses/joshua/2415 to yourdomain.com/?verse=2415. Your .php page will receive the the latter URL but the user will see the full (nice SEO-friendly) URL. Hmm not that I can think of but since you said you understand the DB/dynamic page part well, just get that done then get someone to help you out with mod_rewrite and you'll be gold.
__________________
dirt cheap name brand clothes |
|
|
|
|
#485 (permalink) |
|
Senior Member
|
Need help guys I am stuck in the wp mu install. I uploaded the wp mu files to the root made a new mysql data base set the wp-content permission to 777 and deleted the htaccess file. One thing about the htaccess file for some reason it keeps poping back after I x out of the screen. Ok so I refresh and I get the next screen asking for the data base info and user info here is were I am stuck I add all the db info from the mysql db I just created and user info I picked the sub domain option. I then click next and this is the fatal error I get: " Fatal error: Call to undefined function: wp_die() in /home/acl/public_html/wp-includes/wp-db.php on line 475 "
I told the host support and they said to try to install the wp that comes with fantastico. I emailed them that I am trying to install wp mu not the regular wp and waiting for there reply. Can anyone help? Thanks. |
|
|
|
|
#486 (permalink) | |
|
Member
|
Quote:
Also, make sure you assigned the correct user to the correct database.
__________________
Nope. No ebook promotion here, sorry
|
|
|
|
|
|
#487 (permalink) | |
|
Senior Member
|
Quote:
That fixed now I got another problem I did the fix and got a error something to do with when adding the htaccess file unable to do something about permissions also the htaccess.dist file permissions. So I just deleted the htaccess file again remember it keeps adding itself after I delete it and x out of the screen and I changed the permissions of the htaccess.dist to 777. Did not work now all I get is another error here it is: " No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance. " Thanks. |
|
|
|
|
|
#488 (permalink) | |||
![]() |
Quote:
__________________
Quote:
Quote:
|
|||
|
|
|
|
#490 (permalink) | |
|
Senior Member
|
Quote:
Shit yea I finally got this mother installed and working thanks to aequitas and psycoul ![]() Now I will read some more of the tutorials to see what I got to do next.Thanks for all the help will most likely have a few more questions soon. |
|
|
|
|
|
#491 (permalink) |
|
Junior Member
|
I've a VPS running on CPanel. Having attempted to configure WP-MU properly to use subdomains, I've discovered that you cannot edit httpd.conf directly to add in your settings or your conf will break. Good thing is I managed to find a tutorial on how to properly edit httpd.conf. Some of you may find this useful
|
|
|
|
|
#492 (permalink) | |
|
Senior Member
|
Quote:
|
|
|
|
|
|
#496 (permalink) |
|
Ex-lurker
|
Hello all
I realized when I started this thread that I was behind but I had no idea how frickin' behind I was - I had no paypal account, no adsense account, no idea how a blog was any different from a regular website, no marketing knowledge, and no idea what seo or web 2.0 even was. I couldn't even understand what SEOmike was talking about. I had nothing except years of technical and dbms programming experience, courage, and some time since I no longer have a real job. What I have learned and done after I put a coffee pot next to my computer and kissed my wife goodby for a few months - I investigated some keywords at wordtracker.com and I started a half dozen free blogs on blogger.com and wordpress.com, set up a adsense and an affiliate account for them, bought three related domain names with free hosting at godaddy.com and made some five page websites for them using a free html editor from Mozilla and went to some jv sites to load up on some free resale rights articles and ebooks. I edited the articles so they are unique and posted them on blogger just to get my adsense account approved - which worked btw. I haven't spent (or made) a dime yet. But I'm not complaining - the tuition is free at wicked fire so far, and now that I know how to build a site and how ridiciously easy a blog is to build, I need to buy some hosting and move on. I heard that dreamhost and hostgator are both pretty good hosting for wordpress blogs and I think one of you should get the affiliate comission when I sign up for cheap paid hosting, Fair is fair, right? I read about Bam-Bams experience with changing hosts and don't want to go through that, so can anyone tell me where you would start hosting ? Thanks in advance. |
|
|
|
|
#497 (permalink) |
|
Senior Member
|
I had an awful experience with HostGator recently when I got my 1st dedicated. Switched to SoftLayer and I'm very happy. I have 2 DreamHost accounts and I like them very much for certain things. Their MySQL performance is horrid though so I wouldn't say they're good for WordPress unless you're not concerned about snappiness. I keep hearing good things about Slicehost - VPS Hosting.
Oh and if you're concerned about switching hosts (you should be) go with someone who uses cPanel (that'd be HostGator, NOT DreamHost) which makes moving hosts a BREEZE.
__________________
dirt cheap name brand clothes |
|
|
|
|
#500 (permalink) |
|
Complete Affilliate Newb
|
For those who don't know, socialmarker.com is a cool way to easily submit to 45 sites to update some of your more unique content. You have to go through the process of registering at each of the damn sites, but once you do that, it creates boxes at the bottom that you can copy and paste from for the sites that it doesn't autopopulate your information about your post into. I have gotten some decent results from it on a small blog I started to get my feet wet. Got some good results in linkbuilding with it, squidoo, and mybloglog.
Thus far, stumbleupon has been my highest traffic source. I've also been manually submitting to blog directories. I started in the worst niche possible to start with - making money blogging, but I will be rethinking this strategy now that I've learned a 1/100th of what's been said in this thread to reapply my newfound knowledge. Site income to date: 2 weeks, .97 cents. My first blog. Hope it helps someone and thank you all for providing this information and this board. Happy to be learning here. |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Wanker Returns! - 30k Challenge - Blackhat SEO | bangbros | Shooting The Shit | 0 | 04-10-2007 08:53 AM |
| Anybody in the CNBC market challenge | blackthought286 | Shooting The Shit | 4 | 03-27-2007 06:22 PM |
| Let's get to work-47 day challenge | Jan | Shooting The Shit | 24 | 02-15-2007 06:29 AM |
| I Challenge You Rob | havokb8 | Shooting The Shit | 51 | 12-30-2006 07:25 AM |
| Wickedfire members should challenge ShoeMoney/Earnersforum members | CLKeenan | Shooting The Shit | 10 | 07-12-2006 11:19 PM |