Jump to content
xisto Community

realthor

Members
  • Content Count

    203
  • Joined

  • Last visited

Everything posted by realthor

  1. be serious, who is going to tell you how they have succeded with adsense? This would mean that you could be a competitor in the same field and take users to your site. I don't have a ga site but you can take a look at ouverture to make an ideea of what peoople search most and that's probably the fields advertisers throw their money to. Some good points are Law, Insurance, Cars, Medicines(drugs eg Valium etc), Videogames, Software Antivirus.i also agree with writting something you're keen of and be patient and insisting.Good luck;)
  2. i also agree that writting your own css it's the way to go, as you'll have an ideea of what you are doingi always have the editor (notepad,wordpad or whatever-i use HTML KIT) and my browser always has a tab opened at w3schools.com where i have the documentation for css.
  3. i have the following definition in my style and i'd like all elements in site to be relatively positioned against their parents so i can position any of them absolute when i need to: { margin:0; padding:0; font-family:verdana,arial,sans-serif; font-size:11px; text-align:left; background:none; color:black; position:relative; } All good in opera9 and FF2beta but IE6 stills the page without the possibility of scrolling it down. Any ideas?
  4. i solved the problem the variable creation was put in an IF statement not always true so not always creating it. God it took me 3 hours to find this :)not really, it's ok putting the variable inside like $_SESSION[ $name ] and becouse in my script this thing is inside a function called by many pages every new call needs a new name so the name is generated inside the function, and also is verified inside the function with the generated name:$id = $_POST['id'] ; -from the form$session = $name.$id ;if ( $_SESSION[$session]=1 )...than the visitor has been here before and did once whatever the function does
  5. i have many pool (quiz) modules on my site with the information taken from a database. The modules are processed by the same function with different parameters and i need to save the pool's status to prevent a user vote several times. I do this setting $_SESSION[ 'variable' ] to 1 , variable being the name of the quiz, which is taken from the database. So i get to having a code like this: .................... $name= $row->quiz_name; $_SESSION[$name]=1 The problem is that if i call $_SESSION[$name] from another part of the site (another page) the variable is always zero and if i check the $name by writting echo '$_SESSION['. $name .']= '.$_SESSION[$name] I get as output $_SESSION[]=0 If i store the value in a variable like this $_SESSION['quiz_1']=1 then it shows as this everywhere. One problem could be that that the $name, actually defined in a function, isn't global and thus it exists only in the function but even if i declare it global $name in the function it still doesn't show up on another page. But in the function the variable $name is generated every time the function is called and it's the same for one quiz but it's value isn't stored even among two calls of the function. If i vote for one option then the variable is set to 1 then i refresh the page and it votes again. Can u give me some advice as this is the first time i'm using this in php...
  6. thanks for the reply i'll have a look at the wiki now; the site isn't purposefully for adsense revenue but if i make it anywway than it should get the most of the content right?
  7. There are alredy a bunch of free templates optimised for adsense and i'm modifying one right now it's called green_boqpod_10 and it's pretty nice, if you find others just post the link here so others can benefit. Another one can be downloaded at http://forums.xisto.com/no_longer_exists/; One more: http://stallion-theme.co.uk/how-to-make-money-online/; more later if i find interesting templates.
  8. ok, i'm sorry if i am just another noob in the adsense ocean but i'm so overhelmed by that much info that i get unable to make anything...i always wanted to try it but never got it to a result so please help me in a few issues: 1)i have built a website based on Wordpress and i would like to get it online. Ok, here at Xisto if possible when i get all those points but my question is if it's better to get an url redirection to a co.nr or smth like that as long as it concernes seo? is mysite.co.nr better than mysite.trap17.com or it doesn't matter? 2)can i make a google adsense account before i have a site online? 3)where can i get a glimpse on what exact words should i use much on the site so that google brings on the best paying ads when clicked. Let's say my site is about sports, so what words related to sport should i use to get the best paying ads? I remmember there was a website that approximated the price for different keywords or combinations one filled there in the form. Can u tell me where it is?thanks a lot .
  9. yes, games still lack support in linux but the most important ones can be run through cedega , TransGaming's flagship Linux portability product and i've hured they run better than on windows due to better allocating and accessing memory. Try that and then perhaps you'll change your oppinion. I'm not a great gamer but i use computers for business purposes and web design so linux is great for me. And i spare those hundred dollars for a win licence for some beers...hehe;)
  10. ok guys, long time no seen, but now back to the forums with usual questions: i've heard a few things about seo, please u gurus in this write your opinions:1) CMS are bad to make your site rank good;2)how important is for google a free .co.nr domain rather than a .org,.info or .com 3) is important for google for how much time you've reserved your domain?4) i don't have a credit card and i'd like to get some money first in my paypall acount or by google check using ad-sense on my site, so that means i need to park it on a free domain for now, which are the best so that domain names don't interfere too much with my google ranking?Thanks for answering a few words to all my questions, realthor.
  11. -if i sent the page or an article about it to several online media or news websites this might prove the ideea was mine? Just putting a ? mark on the page would be enough to say it's copyrighted or i must do anything to get the right to tell it's copyrighted and thus protected by something?
  12. actually i might have a version of windows without service pack, i didn't care much. I reinstalled my system a few days ago and i deleted from /windows the windows messenger directoty as i knew it might be a system security issue but i'm not sure that by deleting it the problem is solved. It didn't uninstall through add/remove windows components so i Shift+Deleted it . Then until the AVG antivirus that i have updated it's virus lists from internet i suspect my computer might have been scanned and infected somehoeThe bad thing is that neither AVG nor Bit Defender Persnal Edition didn't solve the issue.
  13. I've made a PrintScreen of the error, it appears after a fresh install and i suspect that until the antivirus has updated its viruslist my computer might have been scanned and infected somehow. The attachement presents the file with the eroor. The problem is that the message changes every time it pops and it pps from say 30 to 30 min. Sometimes it sais about myregfix.com other times other websites this has to be a trojan something...again, i can't believe it...this time there were like 10 such alert windows one behind another, just closing the above one and the next one apperared underneath.How can i get rid of this?
  14. i'm a linuxist so i hate the ideea but what about u WIN guys?do u think is good for anything?what bad things could happen?
  15. thanks, i'll check them out as soon as i get a little speare time(now stressed with exams and university graduation paperwork:P, but next few days...)
  16. there's something i can't understand. The condition for earning any money is that people make clicks on the ads provided by google.If your site is so interesting that u get 100 visitors (1000?) a day then why would anyone make clicks on some ads that i personally find annoying?And you guys that make 50$ a day, what is your sites about that people get so interested in the ads and not the site?
  17. hey, i use to use Linux DC++ to download music from some hubs and i usually download it to /home/downloads/ and then i move the files to my collection on another HDD a sata one, on sda3/music/ but when i move the files using krushader root mode they become posessed by root and amarok can't play them displaying a locker on the file's icon. I tried to " chmod 774 music ", where music is my music directory, as root in konsole but no luck. What should i do to make a whole directory accessible from amarok as user?
  18. i guess wireless energy transmission would be very unpractical for small moving targets, even if it is a car...what if the driver enters a tunnel? or the garrage or a 4 level parking place...i guess not. This technology, either by microwaves or lasers could- in my opinion- power navy ships, perhaps oil drilling sea platforms, big industrial plants- some miles far away from the city- or i guess if the power is obtained from some sort of solar sail then i guess the energy could be sent to earth by laser in an area that never gets clouds or other obstacles, like some deserts e.g.
  19. Common, one year?!...I thought it was some weeks at most, but it all depends on how many links other important sites have to the site...that's how google sees yours. Unless u make a manual subscription.
  20. the guy at problogger has a whole bunch of blogs (nearly 20 i remmember) and i am sure has stuff being concerned with much of the content. And yes, he earns from blogs, so if the blog is very specific on what it talks about then google can pay off. The most important things ever in adsense's problem are quality content, at least twice a week updates and links back from very important (high ranked) websites. The rest of seo is like those 0.011 seconds that separates the best of the best in sports.
  21. I plan a website on a certain topic and i would like to know what keywords should i put in- related to the subject i want to tackle- so that i maximize my income from this?Let's say i want to make a website about media centers, how can i learn how much does this generate and what related keywords should i choose to maximize the effect, perhaps home media centers or whatever, u understand what i mean.
  22. thanks for the appreciation xboxrulz. I feel though i really need to emphasize some faults Linux has, some of them i have already mentioned in the previous post and i want to explain them further and here they are: -linux lacks some really proffesional apps like Dreamveawer, Photoshop, Max, etc and proffesionals won't use The Ginp or Blender even if they have great potential for some little studios. So there should be more buzz on linux that it is right now,. Microsoft made some good tricks and payed loads of money to get those apps platform specific and i think it won't be a very bad ideea if resourceful linux companies like IBM or Novell or Canonical etc would pour some money advertising and making lobbies for those apps producers to make a linux port. - linux has a bad image in multimedia, even we've got some hot stuff, there where DRM has the power really should be a payed package users would acquire to be able to play those files and where there aren;t drm problems the process of getting all stuff working should be less a pita, perhaps just something like Automatix for ubuntu, some script that downloads all the necessary codeccs for u and makes the right linking with browsers and preffered multimedia apps. The alternative would be a movement just like that with the adoption of an open document format; let's make some open multimedia formats not only as an open-source solution but for recording aompanies to offer such an alternative for linux users, thay would also avoid paying many bucks on licenses, but really don't know about this, perhaps they are afraid of illegal copies... -there are still many apps failing silently or crushing, i've noticed this in kde and they are very annoying sometimes- this could be my fault as i install a lot of packages and maybe mess the system but in my opinion this shouldn't get to crushes. Of course it's mainly because even the graphical environment in linux is made by open-source coders and so are many system apps but this should be improved Personally i see some great distros coming late this year or next year early as KDE 4 approaches and Novell puts its hat into desktop linux withh Ubuntu seconding that.There are a few others i can't remmember right now but you could write them down if u feel like it.
  23. Yeah, probably a bad ideea , anyway now i realize i was thinking at something else but i didn't think too deep to refine my ideea. The whole point is that for a starter company i don't want to get a payed domain but i won't consider presenting myself with a subdomain like Xisto because i don't want to mix my company's name with some other company's name when i present my web adress. I was looking for a more neutral solution like mycompany., where *** is something related with (my?) business, so that a client when accessing my web page doesn't necessarly recognize that some other company hosts my site and if he realizes this he can't tell the company and 'mycompany' remains mainly in his head, not ***. Hope i made myself understood a little.
  24. i think of buying a .com domain which i think may interest some people in buying subdomains so i wonder how many subdomains can i offer, which are the drawbacks on SEO (are subdomains hampered by search-engines?) and how can i keep control of my subdomains. Thank You.
  25. the guy actually said it was free so to some extent neither the connection speed nor the limitations are obstacles in using it, perhaps your nerves and if u are willing to pay to get more confort than there are other possibilities, but one laptop in the countryside or the one u take on vacation would really use that one.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.