[Release]HabboStift Fansite Script[Release]

Page 1 of 2 12 LastLast
Results 1 to 25 of 46
  1. #1
    Newbie D4nny is offline
    MemberRank
    Sep 2011 Join Date
    18Posts

    [Release]HabboStift Fansite Script[Release]

    Update: Coming soon!
    Attached Thumbnails Attached Thumbnails habbostift.png   habbostift2.png  
    Last edited by D4nny; 25-05-13 at 03:02 PM. Reason: Update


  2. #2
    Member mqxxou is offline
    MemberRank
    Oct 2011 Join Date
    65Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Thanks a lot for your share ! P:

  3. #3
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Screenies? Code? Demo??

  4. #4
    Member mqxxou is offline
    MemberRank
    Oct 2011 Join Date
    65Posts

    Re: [Release]HabboStift Fansite Script[Release]

    This website is not online, so i think no screens :D
    i have search on google image : HabboStift

    Edit:
    I have install it on local but missing .htaccess file so all doesnt work correctly ,
    take a look :

    habbostift.png
    Last edited by mqxxou; 11-04-13 at 09:28 PM.

  5. #5
    Sorcerer Supreme 3M1L is offline
    Member +Rank
    Jul 2012 Join Date
    SwedenLocation
    268Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Wow, 62,0 MB :o

    Btw, nice release mate!

    Dammmn, no htaccess file :(

  6. #6
    Elite Member Superbomm is offline
    Member +Rank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Lol, it includes the whole database of that fansite. Including users, with mails en passwords (SHA1 hashes)...

  7. #7
    Member Qbus is offline
    MemberRank
    Mar 2012 Join Date
    In your mind.Location
    60Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Its nothing without a .htaccess file ;S

    But nice ;) And thnx

  8. #8
    Zephyr Studios PRIZM is offline
    Grand MasterRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Quote Originally Posted by Qbus View Post
    Its nothing without a .htaccess file ;S

    But nice ;) And thnx
    Then create one yourself? ;)

  9. #9
    Sorcerer Supreme 3M1L is offline
    Member +Rank
    Jul 2012 Join Date
    SwedenLocation
    268Posts

    Re: [Release]HabboStift Fansite Script[Release]

    I've started to make one ;)

    But now i'm very busy so it can take a lot of time.


    (.htaccess file)

  10. #10
    Sorcerer Supreme EvilCoder is offline
    Member +Rank
    Jul 2009 Join Date
    /home/mvdworpLocation
    334Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Oh .. All them e-mail's .. Cba to sent them a mail. =D

    /joke =P

  11. #11
    Elite Member Superbomm is offline
    Member +Rank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Here is a big part of the htaccess... You can do the rest yourself :P

    Code:
    RewriteEngine on 
    
    RewriteRule ^profiel/([^/]+)(|/)$ /profiel.php?naam=$1
    RewriteRule ^index(|/)$ /index.php
    RewriteRule ^index/public(|/)$ /index.php?sort=public
    RewriteRule ^index/privat(|/)$ /index.php?sort=privat
    RewriteRule ^registreren(|/)$ /registreren.php
    RewriteRule ^wwvergeten(|/)$ /wwvergeten.php
    RewriteRule ^welkom(|/)$ /welkom.php
    RewriteRule ^stifts(|/)$ /stifts.php
    RewriteRule ^stifts/mijnstifts(|/)$ /stifts.php?act=mijnstifts
    RewriteRule ^hstmail(|/)$ /hstmail.php
    RewriteRule ^hstmail/nieuw(|/)$ /hstmail.php?act=nieuw
    RewriteRule ^hstmail/inbox(|/)$ /hstmail.php?act=inbox
    RewriteRule ^hstmail/instellingen(|/)$ /hstmail.php?act=instellingen
    RewriteRule ^hstmail/inbox/vriendenverzoek(|/)$ /hstmail.php?act=inbox&p=vriendenverzoek
    RewriteRule ^hstmail/inbox/loterij(|/)$ /hstmail.php?act=inbox&p=loterij
    RewriteRule ^hstmail/inbox/staff(|/)$ /hstmail.php?act=inbox&p=staff
    RewriteRule ^hstmail/inbox/prive(|/)$ /hstmail.php?act=inbox&p=prive
    RewriteRule ^blogs(|/)$ /blogs.php
    RewriteRule ^safety/regels(|/)$ /safety.php?act=regels
    RewriteRule ^widgets(|/)$ /widgets.php
    RewriteRule ^nieuwewidget(|/)$ /nieuwewidget.php
    RewriteRule ^widgets/mijnwidgets(|/)$ /widgets.php?act=mijnwidgets
    RewriteRule ^blogs/mijnblogs(|/)$ /blogs.php?act=mijnblogs
    RewriteRule ^nieuweblog(|/)$ /nieuweblog.php
    RewriteRule ^mijnaccount(|/)$ /mijnaccount.php
    RewriteRule ^clublid(|/)$ /clublid.php
    RewriteRule ^mijnaccount/2(|/)$ /mijnaccount.php?id=2
    RewriteRule ^mijnaccount/3(|/)$ /mijnaccount.php?id=3
    RewriteRule ^mijnaccount/4(|/)$ /mijnaccount.php?id=4
    RewriteRule ^mijnaccount/5(|/)$ /mijnaccount.php?id=5
    RewriteRule ^mijnaccount/6(|/)$ /mijnaccount.php?id=6
    RewriteRule ^mijnaccount/7(|/)$ /mijnaccount.php?id=7
    RewriteRule ^mijnaccount/8(|/)$ /mijnaccount.php?id=8
    RewriteRule ^mijnaccount/9(|/)$ /mijnaccount.php?id=9
    RewriteRule ^mijnaccount/10(|/)$ /mijnaccount.php?id=10
    RewriteRule ^mijnaccount/11(|/)$ /mijnaccount.php?id=11
    RewriteRule ^mijnaccount/12(|/)$ /mijnaccount.php?id=12
    RewriteRule ^mijnaccount/13(|/)$ /mijnaccount.php?id=13
    RewriteRule ^leden/doneren(|/)$ /doneren.php
    RewriteRule ^winkel(|/)$ /winkel.php
    RewriteRule ^winkel/1(|/)$ /winkel.php?id=1
    RewriteRule ^winkel/2(|/)$ /winkel.php?id=2
    RewriteRule ^winkel/3(|/)$ /winkel.php?id=3
    RewriteRule ^winkel/4(|/)$ /winkel.php?id=4
    RewriteRule ^winkel/5(|/)$ /winkel.php?id=5
    RewriteRule ^tags(|/)$ /tags.php
    RewriteRule ^leden/bank(|/)$ /bank.php
    RewriteRule ^leden/inventaris(|/)$ /inventaris.php
    RewriteRule ^leden/games(|/)$ /games.php
    RewriteRule ^leden/games/orangeorblue(|/)$ /orangeorblue.php
    RewriteRule ^leden/games/kraakdekluis(|/)$ /kraakdekluis.php
    RewriteRule ^leden/games/tonga(|/)$ /tonga.php
    RewriteRule ^leden/games/klikop100(|/)$ /klikop100.php
    RewriteRule ^leden/games/loterij(|/)$ /loterij.php
    RewriteRule ^habbo(|/)$ /habbo.php
    RewriteRule ^habbo/kamerinfo(|/)$ /habbo.php?id=1
    RewriteRule ^habbo/retroinfo(|/)$ /habbo.php?id=2
    RewriteRule ^habbo/habboregels(|/)$ /habbo.php?id=3
    RewriteRule ^habbo/creditsinfo(|/)$ /habbo.php?id=4
    RewriteRule ^habbo/habbostaff(|/)$ /habbo.php?id=5
    RewriteRule ^habbo/spelletjes(|/)$ /habbo.php?id=6
    RewriteRule ^fancenter(|/)$ /fancenter.php
    RewriteRule ^fancenter/goodies(|/)$ /fancenter.php?id=2
    RewriteRule ^fancenter/habbogenerator(|/)$ /fancenter.php?id=3
    RewriteRule ^fancenter/ballongenerator(|/)$ /fancenter.php?id=4
    RewriteRule ^fancenter/signature(|/)$ /fancenter.php?id=1
    RewriteRule ^fancenter/kerstgevoel(|/)$ /fancenter.php?id=5
    RewriteRule ^habbo/afbeeldingen(|/)$ /afbeeldingen_hbo.php
    RewriteRule ^polls(|/)$ /polls.php
    RewriteRule ^nieuwepoll(|/)$ /nieuwepoll.php
    RewriteRule ^polls/mijnpolls(|/)$ /polls.php?act=mijnpolls
    RewriteRule ^leden/shout(|/)$ /shout.php
    RewriteRule ^vrienden(|/)$ /vrienden.php
    RewriteRule ^vrienden/userlist(|/)$ /userlist.php
    RewriteRule ^vrienden/userlist/M(|/)$ /userlist.php?letter=M
    RewriteRule ^info(|/)$ /info.php
    RewriteRule ^info/medewerkers(|/)$ /info.php?act=medewerkers
    RewriteRule ^info/groups(|/)$ /info.php?act=groups
    RewriteRule ^info/smilies(|/)$ /info.php?act=smilies
    RewriteRule ^info/pixels(|/)$ /info.php?act=pixels
    RewriteRule ^info/faq(|/)$ /info.php?act=faq
    RewriteRule ^info/toplijst(|/)$ /toplijst.php
    RewriteRule ^vacatures(|/)$ /vacatures.php
    RewriteRule ^info/groups/manager(|/)$ /info.php?act=groups&level=manager
    RewriteRule ^info/groups/teamleider(|/)$ /info.php?act=groups&level=teamleider
    RewriteRule ^info/groups/security(|/)$ /info.php?act=groups&level=security
    RewriteRule ^info/groups/reporter(|/)$ /info.php?act=groups&level=reporter
    RewriteRule ^info/groups/interviewer(|/)$ /info.php?act=groups&level=interviewer
    RewriteRule ^info/groups/hstBOT(|/)$ /info.php?act=groups&level=hstBOT
    RewriteRule ^nieuws(|/)$ /nieuws.php
    RewriteRule ^forum(|/)$ /forum.php

  12. #12
    Sorcerer Supreme EvilCoder is offline
    Member +Rank
    Jul 2009 Join Date
    /home/mvdworpLocation
    334Posts

    Re: [Release]HabboStift Fansite Script[Release]

    You know.. I've always wanted to use this style as an CMS. Maybe thats going to be my new Project.. Maybe then write it in Perl or anything like that.. PHP is being used to much..

    ~ Mikey..

  13. #13
    Sorcerer Supreme Shredinator is offline
    Member +Rank
    May 2011 Join Date
    399Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Quote Originally Posted by Mister. M View Post
    You know.. I've always wanted to use this style as an CMS. Maybe thats going to be my new Project.. Maybe then write it in Perl or anything like that.. PHP is being used to much..

    ~ Mikey..
    It's being used for a reason.. damn hipster

  14. #14
    Newbie D4nny is offline
    MemberRank
    Sep 2011 Join Date
    18Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Yes database all the users like it anyway? try with a password on habbo to come <3

    I only genakt script and put online for the rest do you make it perfect <3

  15. #15
    Grand Master streamhotel is offline
    Grand MasterRank
    Apr 2012 Join Date
    EarthLocation
    511Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Thanks for this! :)

  16. #16
    Newbie Meliisa9 is offline
    MemberRank
    Mar 2012 Join Date
    20Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Can someone fix the wholem .htacess? please

  17. #17
    Make a wish .::Arjan::. is offline
    Grand MasterRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Quote Originally Posted by D4nny View Post
    Yes database all the users like it anyway? try with a password on habbo to come <3

    I only genakt script and put online for the rest do you make it perfect <3
    i only genakt ? Lol
    and thanks for this script ;)

  18. #18
    Sorcerer Supreme EvilCoder is offline
    Member +Rank
    Jul 2009 Join Date
    /home/mvdworpLocation
    334Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Quote Originally Posted by Shredinator View Post
    It's being used for a reason.. damn hipster
    Shutup you hippy... So whats that reason? Mysql? Nah.. You can also use that in Perl.. Tell me ?! Because you are to stupid to code it? That will be the reason probably.

    Quote Originally Posted by D4nny View Post
    Yes database all the users like it anyway? try with a password on habbo to come <3

    I only genakt script and put online for the rest do you make it perfect <3
    Don't think there is a decrypt for SHA1 yet.... But cba to find out. :)

  19. #19
    Sorcerer Supreme 3M1L is offline
    Member +Rank
    Jul 2012 Join Date
    SwedenLocation
    268Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Quote Originally Posted by Mister. M View Post
    Shutup you hippy... So whats that reason? Mysql? Nah.. You can also use that in Perl.. Tell me ?! Because you are to stupid to code it? That will be the reason probably.



    Don't think there is a decrypt for SHA1 yet.... But cba to find out. :)
    Hmm, here is a decrypt for SHA1, SHA1 Decrypter.

    Regards ~ Emil

  20. #20
    Newbie HabshineHotel is offline
    MemberRank
    Jul 2011 Join Date
    10Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Does anybody have the right .htaccess file?

  21. #21
    Member Zutery is offline
    MemberRank
    Jul 2012 Join Date
    RaGEZONELocation
    32Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Nice I coded an .htaccess script works great however I'm probably going to integrate a new theme however since the script is in a different language makes it a bit harder.

  22. #22
    Newbie boygogo is offline
    MemberRank
    Jan 2012 Join Date
    12Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Quote Originally Posted by Zutery View Post
    Nice I coded an .htaccess script works great however I'm probably going to integrate a new theme however since the script is in a different language makes it a bit harder.
    Share with the community ? :)

  23. #23
    Newbie Smokelight is offline
    MemberRank
    Jul 2012 Join Date
    3Posts

    Re: [Release]HabboStift Fansite Script[Release]

    Hi!

    I have a problem with Sql (so), in web, after configure, appear this: Field 'lid_id' doesn't have a default value
    What Happen?

    Sorry, i'm spanish.

    ///
    Yo tengo un problema con el sql (creo), en la web, despues de configurarla aparece esto: Field 'lid_id' doesn't have a default value
    ¿Qué pasa?

  24. #24
    Banned Divide is offline
    BannedRank
    Aug 2011 Join Date
    British CoderLocation
    1,013Posts

    Re: [Release]HabboStift Fansite Script[Release]

    5/10

    Reason: Not English, Fansite?

  25. #25
    Member Mechferatu is offline
    MemberRank
    Dec 2008 Join Date
    31Posts

    Re: [Release]HabboStift Fansite Script[Release]

    images, demo?



Page 1 of 2 12 LastLast

Advertisement