Jump to content

jibo

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by jibo

  1. jibo

    problem with poll

    its fine ive managed to do it from youre help thanks alot.... all i needed to change it to is $chem_script_apoll2 = "./poll/";include($chem_script_apoll2."poll.php"); and now it works, i jus need to figure out how to change the size and colour lol thnks
  2. jibo

    problem with poll

    so ur sayin i should change the code to say $chem_script_apoll2 = "./poll/poll.php";include($chem_script_apoll2."poll.php"); so the "." represents the amount of files in the path to the folder ie if it was going in choonage.com/stuff/morestuff/page.php then it would be ".../poll/" is that correct?also do i just do what i have been doing, replacing the small html code for the template poll for the php code? thanks
  3. jibo

    Music Files

    ive had the same problem with the bgsound tag only workin in IE i no it doesnt work in firefox but i dont know a way around that, and i see on ur page ur usin the quicktime media player.... its upto you and it may just be for testing but those security pop ups that come up realy annoy me lol id advise using an alternative player like WMP or flash... if u want flash lemme no i t a good lil music player u can use
  4. jibo

    problem with poll

    hi, im wanting a poll on my website with 3 options which iva managed to make using to control panel i gt when installing everything on mysql database (, im new so what i mean is ... when i got the script i wanted, and uploaded everything, i ran the setup so it would use the mysql database which then, i could access a acontrol panel through www.mywebsite.com/poll/admin) when i did this it then allowed me to set up the poll i wanted, after doing this it said.... "Replace "{WAY}" by the way, relative (example : "./" if the page invites you to include your survey in the same repertory, "../", if the page is located in the preceding repertory, "./sondage/" if the page is located in a following repertory) to the root of the repertory for your survey." which i assume means... eg "/poll/poll.php" or something similar. what i also gt was the php code to put into my page where i want the poll which is <?phpunset($id_rubrique_apoll2, $id_poll_apoll2, $voter_apoll2);$id_poll_apoll2 = 1;$chem_script_apoll2 = "{WAY}";include($chem_script_apoll2."poll.php");?> the only thing is i dont know how to insert this ode into the index, th index is saved as .php and i tried inserting the code where the template poll is now but i just got errors, can someone please give me a solution, thnks :)and below is a screen shot of my cp incase it helps with the replacing the {WAY} thing oh ye and my site is www.choonage.com
  5. jibo

    help with <style>

    every1 can jus ignore this topic now i sorted it, apparently my code for my homepage was corrupt and thats why it dissapeared so thats probs why the scrollbar wasnt working, since starting from scratch the custom scrollbars are now workin fine so thnks everyone for ya help
  6. y. thanks ill av a look but ill probab;y get lost but cheers, i dont think it uses a database its just flat file.... if thats what its called
  7. jibo

    help with <style>

    i dont know lol i used an html to php converter and thats wot it gave me... to sum it up, all i want is a customized scroll bar but the code at the top worked on every page other than my homepage so i thought maybe it would work if i used php rather than css, but it doesnt but also im unsure on how to embed php into my pages, only way i can think is if i type the php into my script eg index.htm and save it as index.php, but im also im unsure if this is the correct way of doing it or if theres an alternative way, similar to the way u can embed css <link href="styles.css" rel="stylesheet" type="text/css">
  8. jibo

    help with <style>

    the link has stopped working, the whole script has dissapear from my index.htm so i have no homepage lmao
  9. i have, they say its strange n there gonna look into it further... hope they have got a back-up tho
  10. na something happen with my host, not sure what but the whole script for my homepage ya no index.htm has disappeared, i didnt even do anything to it lol....so i lost it and i dont have a backup or copy i dont even have the template i used
  11. to my site? ye its www.choonage.com
  12. oooooo wel ill jus hope 4 best lol i found part of it 4 the pic upload but duno if its the whole thing, and/or how to add it to the other script sooo. i need to learn quick dont i? lol
  13. lol why not? is it hard or do ya fink they want payin 4 it or sumat?
  14. ye i got all dat, dats fine its jus da problem with the custom scroll bar... it doesnt work when i use css or convert it to php... thats what im stuck with now :S
  15. ye i no that... but cant you cantvert it into php? if u follow dat link u should see what i mean
  16. what do you mean by "I want this music to be red by most navigators"???
  17. hi i was looking for a guestbook, i found 2 that i like but 1 more than the other 1 of them has an upload feature so u can upload a pic of youself but the other doesnt, i was hoping i would be able to add the upload feature to the other guestbook the scripts i got are quite long 1 is available here this is the 1 i want and the 2nd 1 is available here this is the 1 with the picture upload feature, does anyone know how i can use the 2 scripts together to make the 1st sccript have an picture upload feature thanks.hope someone can give me a quick answer or at least point me in the right direction, thanks
  18. i had the exact same problem once before, i scrapped the idea of using a textarea and use this instead... <div id="scroll3" style="width:200;height:100; background-color:white; overflow:auto" style="border: solid 3x #000000" style="text-align:center"><font face="comic sans" size="3"><b><a style="color:blue" href="http://yourlinkinhere.com" target='blank'>Intro</a><br><a style="color:blue" href="http://yourlinkinhere.com" target='blank'>link</a><br></div> some of these settings can be removed/changed/added to, to suit youre style
  19. jibo

    help with <style>

    im answerin my own questions here i did manage to get a php script for my style, the script is <?phpecho "<head>\n";echo "\n";echo "<STYLE type=\"text/css\">\n";echo "<!--\n";echo "body {\n";echo "SCROLLBAR-ARROW-COLOR: #000000;\n";echo "SCROLLBAR-BASE-COLOR: #666666;\n";echo "SCROLLBAR-FACE-COLOR: #696969;\n";echo "SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;\n";echo "SCROLLBAR-SHADOW-COLOR: #778899;\n";echo "SCROLLBAR-3DLIGHT-COLOR: #778899;\n";echo "SCROLLBAR-TRACK-COLOR: #808080;\n";echo "SCROLLBAR-DARKSHADOW-COLOR: #778899;\n";echo "}\n";echo "\n";echo "a:link {\n";echo " color : darkgray;\n";echo " text-decoration : none;\n";echo "}\n";echo "\n";echo "a:visited {\n";echo " color : slategray;\n";echo " text-decoration : none;\n";echo "}\n";echo "\n";echo "a:active {\n";echo " color : #C1C4C6;\n";echo " text-decoration : none;\n";echo "}\n";echo "\n";echo "a:hover {\n";echo " color :#666666;\n";echo " text-decoration : none;\n";echo "}\n";echo "\n";echo "-->\n";echo "</STYLE>\n";echo "\n";echo "\n";echo "</head>";?> i used the <link href="styles.css" rel="stylesheet" type="text/css"> but changed it slightly to <link href="test.php" rel="stylesheet" type="text/css"> which worked as far as the coloured links are concerned but again did nothing for the scrollbars i think im just about to give up on this one... nothing seems to work, if anybody as any ideas/suggestions/fixes is all appreciated. link to site its concerning is www.choonage.com thnks
  20. jibo

    flash mp3 player help

    nice 1, i did check through to see if id missed anything but i mustve missed what was missing if that makes sense anyway thanks a lot for ya help uve been great
  21. ive got a problem already regarding styles (as it doesnt work for some reason) the post is here if you read through that you should understand what i mean....... its explained right at the bottom... thanks
  22. jibo

    flash mp3 player help

    lol i think the outdated player is better... if i can only have 5 songs on my playlist tbh i think its crap and theres no point is there a way i can have more?
  23. jibo

    help with <style>

    will it work if i do it using php? i jus started learnin php tonight so i dunno if its possibleso this is the style i want <STYLE type="text/css"><!--body {SCROLLBAR-ARROW-COLOR: #000000;SCROLLBAR-BASE-COLOR: #666666;SCROLLBAR-FACE-COLOR: #696969;SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;SCROLLBAR-SHADOW-COLOR: #778899;SCROLLBAR-3DLIGHT-COLOR: #778899;SCROLLBAR-TRACK-COLOR: #808080;SCROLLBAR-DARKSHADOW-COLOR: #778899;}a:link { color : darkgray; text-decoration : none;}a:visited { color : slategray; text-decoration : none;}a:active { color : #C1C4C6; text-decoration : none;}a:hover { color :#666666; text-decoration : none;}--></STYLE> but instead of using that im using this <link href="styles.css" rel="stylesheet" type="text/css"> i got this idea earlier, i was looking for a php script for a guestbook in the code for the gbook it had <?phpinclude("config/config.php");echo "<head>";echo "<title>$title</title>";echo "<style type=text/css>";echo "<!--";echo "h1{font-size:$textsize1;color:$textcolor1;font-style:$textstyle1;font-weight:$textweight1;}";echo "h2{font-size:$textsize2;color:$textcolor2;font-style:$textstyle2;font-weight:$textweight2;}";echo "a:link{color:$textcolor1;}";echo "a:visited{color:$textcolor1;}";echo "a:active{color:$textcolor1;}";echo "//-->";echo "</style>";echo "</head>";?> this was ok to changed part of the style that i wanted but again didnt do anything for the scrollbars... obviously, its easy enough to change this to the correct colours for the links in the config.php i would try my idea out first except for a few probs, 1. i dont know how to edit the php script to include the scrollbars and 2. i wouldnt know how to put the code into index.html, unless i type it in and change the file to index.php but i dunno if i should really do that.... can anyone please help.... thanks. oh btw i know this would be better off in the php section, but if i randomly put it in there ppl would be confused as they wouldnt have the rest of the posts
  24. jibo

    Big problem pls help

    HAHA my newbiness is quite embarrasing reli, i tried a couple of things to see if i could work it out. like putting the code into my html file but nothing worked... then i just change the file type ie homepage.html to homepage.php and it worked, jus so i can carry on doing this... i am right arent i? thanks
×
×
  • Create New...