Jump to content
xisto Community

mahirharoon

Members
  • Content Count

    102
  • Joined

  • Last visited

Everything posted by mahirharoon

  1. the things on the glass is a part of ed harvey effects in paint.net (ed harvey is a plugin magician)
  2. this is my first topic(not post) i had posted it in another place <?php $variable = $_GET['id'];switch($variable) {default: include('home.php'); break;case "guestbook": include('guestbook.php'); break;}?>instructions: case "guestbook": include([u]'guestbook.php'[/u]); break; = change - guestbook.php to the page url forum - change to your id (underlined) which will come in index.php?id=[u]forum[/u] $variable = $_GET['id']; -change id to what you want here (underlined) index.php?id=123
  3. there is no need for editing phpit is doable in the cmsi learnt php from php manual (mostly)and html lite (little)
  4. we can also use that font for gimp also to make pixel textfor userbars but we can use it for any thing
  5. rally scam (why they are taing credit card for free membership)
  6. hello i need to buy a lot but its four towers name mt towers the towers i made 2d because you said only 2d is allowed i am not good in 2d graphics but good in 3d how i made: i opened paint.net then i thought of 3d moddeling my system had a imedieate restart i lost my work i went to trap 17 is saw this cool thing but dissapointed when i knew it was 2d what's the next i opened paint.net and made some 3d like 2d moddeling at last i took the pic of flat and pasted it 4 times and drew a box and wrote mt flat then drew linking lines
  7. camtasia studio is best for meunfortunately it is not free
  8. this is not a correct reflection to get the coorectcopy the layer,flip it and add a gradient overlay - background colour to transparent
  9. i made a air program in aptana
  10. vista is falling from the rock[notice]vista is falling from a canyon not a rock [/notice]they relaesed a beta os
  11. my comments so syncing viruses oh showing off it means microsoft will never provide support confidence that viruses will be transfered do they have common sense ,we couldn't take the file (or data) in our hands or pockets oh even in graves then how much 200,500.50.700.100000000000,0 , could we afford it project passwords and vista will break it
  12. i did not understant what you are saying but i will provide some assistance1.on boot loading-the boot.ini has problems2.on account login-logon.exe has been modified3.after login-problems in explorer.exe4.if you can access the hard drive from other pc (insert it)enable hidden file open boot.ini and choose login screen instead of welcome screen
  13. best way is to make firefox code and ie code then with js make them compactible by using the code : if(navigator.userAgent.indexOf("Firefox") != -1){var nxturl = "browserfx.html";}else if (navigator.appVersion.indexOf("MSIE") != -1){var nxturl = "browserie.html";}else {var nxturl = "browsidmi.html";}document.location = nxturl; browserie.html is ie compactible page browserfx .htmlis firefox compactible page browseridmi.html is for the rest Notice from rvalkass: Added CODE tags.
  14. the great thing is it is made in python and compiled with py2exe
  15. this is the correct code <?php $variable = $_GET['id'];switch($variable) {default: include('home.php'); break;case "forum": include('forum.php'); break;}?>instructions: case "forum": include([u]'forum.php'[/u]); break; = change - forum.php to the url forum - change to your id (underlined) which will come in index.php?id=[u]forum[/u] $variable = $_GET['id']; -change id to what you want here (underlined) index.php?id=123
×
×
  • 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.